issues
search
senaeraydin
/
PT
GNU General Public License v3.0
0
stars
0
forks
source link
Task 1 CheckList
#3
Open
senaeraydin
opened
7 months ago
senaeraydin
commented
7 months ago
Task 1 Check list
[ ] text is in C# and use .NET
[ ] build succeeded
[ ] all UT are green
[ ] Object model representing process data
[ ] structured data is used to create object model
[ ] Users: a collection of all actors relevant to the implemented business process (e.g.: readers, customers, suppliers, etc)
[ ] Catalog: a dictionary of the goods descriptions (e.g.: books, good )
[ ] Process state: description of the current process state (e.g: the current content of the shop, library, etc.)
[ ] Events: description of all events contributing to the process state change in time.
[ ] Dependency injection (additional framework is not required)
[ ]
Data
layer is clearly stated (no database of file access is required)
[ ]
Data
API is abstract
[ ]
Logic
layer is clearly stated
[ ]
Logic
API is clearly stated
[ ]
Logic
uses only the abstract
Data
layer API
[ ] Unit Test - 2+ testing data generation methods
[ ] layers are tested independently
[ ] only code in the solution is tested
senaeraydin
commented
7 months ago
Task 1 Check list
[ + ] text is in C# and use .NET
[ + ] build succeeded
[ + ] all UT are green
[ + ] Object model representing process data
[+ ] structured data is used to create object model
[+ ] Users: a collection of all actors relevant to the implemented business process (e.g.: readers, customers, suppliers, etc)
[+ ] Catalog: a dictionary of the goods descriptions (e.g.: books, good )
[+ ] Process state: description of the current process state (e.g: the current content of the shop, library, etc.)
[ +] Events: description of all events contributing to the process state change in time.
[+ ] Dependency injection (additional framework is not required)
[+ ]
Data
layer is clearly stated (no database of file access is required)
[ ]
Data
API is abstract
[ +]
Logic
layer is clearly stated
[ ]
Logic
API is clearly stated
[ ]
Logic
uses only the abstract
Data
layer API
[+ ] Unit Test - 2+ testing data generation methods
[+ ] layers are tested independently
[ +] only code in the solution is tested
Task 1 Check list
Data
layer is clearly stated (no database of file access is required)Data
API is abstractLogic
layer is clearly statedLogic
API is clearly statedLogic
uses only the abstractData
layer API