Added color to uml and changed filetype to svg

This commit is contained in:
Kevin Frantz 2019-02-13 12:01:25 +01:00
parent 777489641a
commit c5413fad4d
5 changed files with 3662 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 346 KiB

View File

@ -3,7 +3,7 @@ This namespace uses [Doctrine ORM](https://www.doctrine-project.org/projects/doc
## UML
The following [UML diagram](https://de.wikipedia.org/wiki/Unified_Modeling_Language) shows on an abstract way how the entities are organized.
![Entity UML](.meta/uml.png)
![Entity UML](.meta/uml.svg)
## See
Also check out the [Source README.md](Source/README.md).

View File

@ -12,7 +12,7 @@ The whole domain logic just processes sources. This allows a high layer of abstr
## UML
The following UML shows the context of source entities.
![Entity UML](../.meta/uml.png)
![Entity UML](../.meta/uml.svg)
## Types
### Primitive