Please enable JavaScript.
Coggle requires JavaScript to display documents.
Product Owner(Backend) - Coggle Diagram
Product Owner(Backend)
Model
By the need of this model only be the necessity of e-mail and name, it will be a heritage of abstractPerson, model that already has those.
test_PO(X)
Test different scenarios for the PO field, as length of the name and email, if it's null, if it's possible to create and save one object. Could be similar to author and advisor test file(both have the same functions)
-
-
-
-
Bean(X)
-
PO_marshaller(X)
It will serialize and deserialize the PO, transforming models to beans, strings to beans and beans to strings
-
-
-
-
-
-
-
-
Will have as parameters BasePersonModelBean and, It will be the similar to AdvisorBean.
-
DAO(X)
-
-
test_PO_dao(x)
test some problems about the data in one PO object, if some data can be reached and if it can be saved
-
-
-