Implemented design draft for DataAccessManagement

This commit is contained in:
Kevin Frantz
2019-04-13 14:07:20 +02:00
parent 2def8ee7dc
commit d7190a890c
6 changed files with 1314 additions and 0 deletions

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 156 KiB

View File

@@ -0,0 +1,15 @@
# Data Access Management
This folder containes [Data Access Objects (DAO)](https://de.wikipedia.org/wiki/Data_Access_Object).
## Abstract Actions DAO
### Action Results DAO
The Processed DAO containes the results which are generated by the process service.
### Action Views DAO
The View DAO translates makes the data of the ActionResultsDAOService accessible for twig.
## UML
This diagram shows the context in which the classes are working and existing:
![Context Class UML Diagram](.meta/context-class-uml.svg)