issues
search
Podziuu
/
concurrent_progamming
Project for the TUL Concurrent Programming course
Apache License 2.0
0
stars
0
forks
source link
Etap 1 - Checklist do oceny
#4
Closed
Podziuu
closed
6 months ago
Podziuu
commented
8 months ago
[x] text is in C#
[x] build succeeded
[x] all UT are green
[x]
Data
layer is clearly stated using language terms only (no database, no file)
[x]
Data
API is clearly stated
[x]
Data
API is abstract
[x]
Logic
layer is clearly stated using language terms only
[x]
Logic
API is clearly stated
[x]
Logic
uses only the abstract
Data
layer API
[x]
Presentation
layer is clearly stated using language terms only
[x]
Presentation
uses only the abstract
Logic
layer API
[x] MVVM and XAMLare applied to implement GUI
[x] reactive and interactive user interaction for user (operator) communication
[x] reactive and interactive programming is used for the communication of layers
[x]
Presentation
- object model representing process data
[x] Fulfill functional requirements of the task
[x] Unit Test - layers are tested independently using abstract API
[x] Dependency injection (additional framework is not required)
[x] Mock is used for testing purposes (expected but not required)
Podziuu
commented
6 months ago
Zaliczone ;)
Data
layer is clearly stated using language terms only (no database, no file)Data
API is clearly statedData
API is abstractLogic
layer is clearly stated using language terms onlyLogic
API is clearly statedLogic
uses only the abstractData
layer APIPresentation
layer is clearly stated using language terms onlyPresentation
uses only the abstractLogic
layer APIPresentation
- object model representing process data