1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 10:29:35 +01:00
This commit is contained in:
Sebastian Frick 2026-02-17 08:28:31 +01:00
parent 4e448afa57
commit a1df32377b

View file

@ -5,6 +5,16 @@
## Context Map (Kontextkarte)
```mermaid
---
config:
theme: neutral
look: classic
layout: elk
themeVariables:
background: "#f8fafc"
class:
hideEmptyMembersBox: true
---
graph TB
subgraph CORE["⚡ KERN-DOMÄNE"]
Produktion["<b>Produktion</b><br/>Rezept, Charge,<br/>Ausbeute, Produktionsauftrag"]
@ -41,9 +51,6 @@ graph TB
CORE -.->|Konsumiert Daten| GENERIC
SUPPORTING -.->|Konsumiert Daten| GENERIC
style CORE fill:#e1f5ff,stroke:#0066cc,stroke-width:3px
style SUPPORTING fill:#fff4e6,stroke:#ff9800,stroke-width:2px
style GENERIC fill:#f5f5f5,stroke:#666,stroke-width:1px
```
---