diff --git a/application/symfony/src/Domain/.meta/context-class-uml.dia b/application/symfony/src/Domain/.meta/context-class-uml.dia new file mode 100644 index 0000000..363c6cf Binary files /dev/null and b/application/symfony/src/Domain/.meta/context-class-uml.dia differ diff --git a/application/symfony/src/Domain/DataAccess/.meta/context-class-uml.svg b/application/symfony/src/Domain/.meta/context-class-uml.svg similarity index 100% rename from application/symfony/src/Domain/DataAccess/.meta/context-class-uml.svg rename to application/symfony/src/Domain/.meta/context-class-uml.svg diff --git a/application/symfony/src/Domain/DataAccess/.meta/context-class-uml.dia b/application/symfony/src/Domain/DataAccess/.meta/context-class-uml.dia deleted file mode 100644 index 3854e6a..0000000 Binary files a/application/symfony/src/Domain/DataAccess/.meta/context-class-uml.dia and /dev/null differ diff --git a/application/symfony/src/Domain/DataAccess/README.md b/application/symfony/src/Domain/DataAccess/README.md index c11b4cd..fe726c2 100644 --- a/application/symfony/src/Domain/DataAccess/README.md +++ b/application/symfony/src/Domain/DataAccess/README.md @@ -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) \ No newline at end of file diff --git a/application/symfony/src/Domain/README.md b/application/symfony/src/Domain/README.md index 1a5ff1b..1f90c9b 100644 --- a/application/symfony/src/Domain/README.md +++ b/application/symfony/src/Domain/README.md @@ -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)