docs/architecture/symfony-architecture.md aktualisiert

This commit is contained in:
2026-06-30 13:34:51 +00:00
parent 216a103f88
commit 058023f055
+1 -1
View File
@@ -15,7 +15,7 @@ Das Ziel dieser Architektur ist eine strikte Trennung zwischen technischer Infra
### 🟢 UI Layer (Delivery Mechanisms)
Die UI-Schicht ist die dünne Eintrittspforte. Sie besitzt keine Geschäftslogik.
* **Einstiegspunkte:** `Http` (Controller), `Console` (Commands), `Queue` (MessageHandlers).
* **Einstiegspunkte:** `Api` (Controller), `Frontend` (Controller), `Console` (Commands), `Queue` (MessageHandlers).
* **Verantwortlichkeiten:**
* Mapping von Input auf **DTOs**.
* Syntaktische Validierung via Symfony Constraints am DTO.