Diagram fix final
This commit is contained in:
13
README.md
13
README.md
@@ -46,9 +46,9 @@ The HTML code for the frontend can be generated by using `trunk build`. The resu
|
||||
|
||||
## Diagrams
|
||||
### Class Diagramm
|
||||
#### Backend
|
||||
```mermaid
|
||||
classDiagram
|
||||
namespace Backend {
|
||||
class Error {
|
||||
+status: &'static str
|
||||
+message: String
|
||||
@@ -124,8 +124,12 @@ classDiagram
|
||||
+backend_port: String
|
||||
+load() Env
|
||||
}
|
||||
}
|
||||
namespace Frontend {
|
||||
AppState --> Env
|
||||
Env ..> Env
|
||||
```
|
||||
|
||||
#### Frontend
|
||||
```mermaid
|
||||
class TicketCreateScheme {
|
||||
+category: String
|
||||
+betreff: String
|
||||
@@ -246,9 +250,6 @@ classDiagram
|
||||
class AdminCheckWrapperProps {
|
||||
+children: Children
|
||||
}
|
||||
}
|
||||
AppState --> Env
|
||||
Env ..> Env
|
||||
SidebarState --> SidebarExpandState
|
||||
RoomTotalsProps --> TicketPartial
|
||||
UserTotalProps --> UserPartial
|
||||
|
||||
Reference in New Issue
Block a user