Updated docs

This commit is contained in:
2024-09-26 11:55:53 +02:00
parent b448229d88
commit 0c4212049c
8 changed files with 233 additions and 16 deletions

21
docs/models.md Normal file
View File

@@ -0,0 +1,21 @@
# Models for HopFrame
This page shows all models that HopFrame uses.
## Base Models
These are the models used by the various database services.
![](./Diagrams/Models/img/BaseModels.svg)
## API Models
These are the models used by the REST API and the Blazor API.
![](./Diagrams/Models/img/ApiModels.svg)
## Database Models
These are the models that correspond to the scheme in the Database
![](./Diagrams/Models/img/DatabaseModels.svg)