Bildkonvertierung über Single-Mermaid-Diagramme

This commit is contained in:
2026-07-17 15:34:54 +02:00
parent 7cc6bc38ab
commit eb809f5fab
5 changed files with 31 additions and 0 deletions
@@ -0,0 +1,12 @@
flowchart LR
UI[Nutzeroberfläche]
CRM[Identität & Berechtigungen]
VAULT[Wissensablage & Suche]
CORE[Souveränes Sprachmodell]
DID[Didaktische Steuerung & Lernstand]
LMS[(mastersolution ONE)]
UI --> CRM --> LMS
UI --> VAULT --> CORE --> UI
UI --> DID
DID --> VAULT