mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Added color to uml and changed filetype to svg
This commit is contained in:
parent
777489641a
commit
c5413fad4d
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 216 KiB |
3660
application/symfony/src/Entity/.meta/uml.svg
Normal file
3660
application/symfony/src/Entity/.meta/uml.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 346 KiB |
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user