diff --git a/Preperation-of-Expert-Talk-%7C-German-Guide.md b/Preperation-of-Expert-Talk-%7C-German-Guide.md index d8575bd..e5314bb 100644 --- a/Preperation-of-Expert-Talk-%7C-German-Guide.md +++ b/Preperation-of-Expert-Talk-%7C-German-Guide.md @@ -80,47 +80,8 @@ Prometheus und Grafana ## Sie haben ein Klassendiagramm oder Verteildiagramm ihrer Software erstellt. -``` -@startuml -!theme vibrant -' Deployment diagram for PeerGrade - -skinparam componentStyle rectangle - -node "Client Browser" { - artifact "Web UI" <> -} - -node "Web Server\n(Vite + Vue)" { - artifact "Frontend App" -} - -node "API Server\n(Rust Backend)" { - artifact "Rust REST API" - node "Docker Container" { - node "Postgres Database Server " { - artifact "User DB" - } - node "Redis/Cache" { - artifact "Cache DB" - } - } -} - - -node "LDAP Server\n(School LDAP)" { - artifact "LDAP Directory" -} - -' Connections -"Client Browser" --> "Frontend App" : HTTP (User Access) -"Frontend App" --> "Rust REST API" : REST API Calls -"Rust REST API" --> "User DB" : SQL Queries -"Rust REST API" --> "LDAP Directory" : LDAP Authentication - -' Role-based flow -@enduml -``` +https://git.mixel.cloud/Turbo/peer-group-grading/wiki/UML-Deploymentdiagram +https://git.mixel.cloud/Turbo/peer-group-grading/wiki/Pipeline-UML-Sequence-Diagram ## Zwei Module (Monitoring / Alarm) die miteinander arbeiten, sind realisiert und getestet.