This commit is contained in:
@@ -133,13 +133,13 @@ graph TD
|
||||
Filter2 --> Result[Sichtbare Navigation<br/>~3 Inhaltsseiten im Menü]
|
||||
Result -.-> Note[Neue Seiten im CMS erscheinen automatisch im Menü – kein Code nötig]
|
||||
|
||||
style Start fill:#444441,stroke:#B4B2A9,color:#D3D1C7
|
||||
style Filter1 fill:#3C3489,stroke:#AFA9EC,color:#CECBE6
|
||||
style Filter2 fill:#3C3489,stroke:#AFA9EC,color:#CECBE6
|
||||
style Rejected1 fill:#791F1F,stroke:#F09595,color:#F7C1C1
|
||||
style Rejected2 fill:#791F1F,stroke:#F09595,color:#F7C1C1
|
||||
style Result fill:#085041,stroke:#5DCAA5,color:#9FE1CF
|
||||
style Note fill:none,stroke:#B4B2A9,stroke-dasharray: 5 5,color:#B4B2A9
|
||||
style Start fill:#F5F5F3,stroke:#B4B2A9,color:#000000
|
||||
style Filter1 fill:#E8E6FF,stroke:#3C3489,color:#000000
|
||||
style Filter2 fill:#E8E6FF,stroke:#3C3489,color:#000000
|
||||
style Rejected1 fill:#FFE8E8,stroke:#791F1F,color:#000000
|
||||
style Rejected2 fill:#FFE8E8,stroke:#791F1F,color:#000000
|
||||
style Result fill:#E6FFF9,stroke:#085041,color:#000000
|
||||
style Note fill:none,stroke:#B4B2A9,stroke-dasharray: 5 5,color:#000000
|
||||
```
|
||||
|
||||
Dies reduziert den Wartungsaufwand erheblich und stellt sicher, dass die Navigation stets dem aktuellen Stand der Plattform entspricht.
|
||||
@@ -283,15 +283,15 @@ graph TD
|
||||
Admin -- Verstoß --> Deleted[Gelöscht<br/>→ neuer Eintrag möglich]
|
||||
|
||||
%% Styling to match original SVG
|
||||
style Start fill:#444441,stroke:#B4B2A9,color:#D3D1C7
|
||||
style Create fill:#3C3489,stroke:#AFA9EC,color:#CECBE6
|
||||
style Rejected fill:#791F1F,stroke:#F09595,color:#F7C1C1
|
||||
style Draft fill:#085041,stroke:#5DCAA5,color:#9FE1CF
|
||||
style Published fill:#085041,stroke:#5DCAA5,color:#9FE1CF
|
||||
style Reported fill:#633806,stroke:#EF9F27,color:#FAC775
|
||||
style Admin fill:#444441,stroke:#B4B2A9,color:#D3D1C7
|
||||
style Approved fill:#27500A,stroke:#97C459,color:#C0DD97
|
||||
style Deleted fill:#791F1F,stroke:#F09595,color:#F7C1C1
|
||||
style Start fill:#F5F5F3,stroke:#B4B2A9,color:#000000
|
||||
style Create fill:#E8E6FF,stroke:#3C3489,color:#000000
|
||||
style Rejected fill:#FFE8E8,stroke:#791F1F,color:#000000
|
||||
style Draft fill:#E6FFF9,stroke:#085041,color:#000000
|
||||
style Published fill:#E6FFF9,stroke:#085041,color:#000000
|
||||
style Reported fill:#FFF2E0,stroke:#633806,color:#000000
|
||||
style Admin fill:#F5F5F3,stroke:#B4B2A9,color:#000000
|
||||
style Approved fill:#F0FFE6,stroke:#27500A,color:#000000
|
||||
style Deleted fill:#FFE8E8,stroke:#791F1F,color:#000000
|
||||
```
|
||||
|
||||
##### Meldefunktion
|
||||
@@ -304,6 +304,7 @@ Die Meldefunktion ist dabei nicht direkt im Hall-of-Fame-Modul implementiert, so
|
||||
|
||||
<!---->
|
||||
```mermaid
|
||||
%%{init: {'theme': 'neutral'}}%%
|
||||
sequenceDiagram
|
||||
%%| filename: reporting_sequence_diagram
|
||||
%%| fig-cap: Ablauf des globalen Reporting-Systems
|
||||
|
||||
Reference in New Issue
Block a user