Moved class diagram to README.md of domain

This commit is contained in:
Kevin Frantz 2019-05-30 23:55:49 +02:00
parent 677e1af915
commit 4d4ed0e299
5 changed files with 6 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -8,8 +8,3 @@ The Result 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](https://twig.symfony.com/).
## UML
This diagram shows the context in which the classes are working and existing:
![Context Class UML Diagram](.meta/context-class-uml.svg)

View File

@ -42,7 +42,7 @@ Checks if the crud, layer and source combination is granted by a right.
Allows to get the possible cruds for a layer, or the possible layers for a crud.
## Source Management
### Source Class Information Service ###
Offers to get all source classes, or source classes by a namespace.
Offers to get all source classes, or source classes by a namespace.
### Source Member Information ###
Offers to get all source members over all dimensions.
### Source Member Manager
@ -61,3 +61,8 @@ Manages all informations which are needed to process templates.
Offers based on an user variable a user with a source.
### User Source Director Service
Offers the _user source director_ to be used as a service, based on the _entity manager_ and _security_.
## UML
This diagram shows the context in which the classes are working and existing:
![Context Class UML Diagram](.meta/context-class-uml.svg)