add uml diagram

This commit is contained in:
Dennis Eichhorn 2020-01-01 15:11:28 +01:00
parent aeba4d7e15
commit c42d3e8abd
2 changed files with 10 additions and 1 deletions

3
general/base_uml.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -27,4 +27,10 @@ The `Application` workload depends heavily on the type of the application but in
* App Settings
* Page View
Furthermore the Application also performs a `CSRF` check, defines the `CSP`, authenticates the user and handles global errors such as invalid application permission, database connection error etc.
Furthermore the Application also performs a `CSRF` check, defines the `CSP`, authenticates the user and handles global errors such as invalid application permission, database connection error etc.
## Database
A short extract of the database structure can be seen below. Please note that this only contains the very basic tables from a fresh install without very limited modules and even then we only included the key tables for simplicity reasons.
![Application Flow](Developer-Guide/general/base_uml.svg)