chore: entferne veraltete Architekturdokumente

Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
2026-05-05 21:22:46 +02:00
parent 6f15ada447
commit 15222b5453
258 changed files with 3388 additions and 6533 deletions
@@ -0,0 +1,36 @@
# Journal-Eintrag: WebShell Blueprint Migration
**Datum:** 19. April 2026
**Agent:** 🏗️ [Lead Architect] | 🎨 [Frontend Expert] | 🧹 [Curator]
## 🎯 Ziel
Migration des Moduls `frontend/shells/meldestelle-web` auf den neuen **Module Architecture Blueprint**.
## 🛠️ Änderungen
### 1. Gradle Konfiguration (`build.gradle.kts`)
- `group` auf `at.mocode.frontend.shell` gesetzt.
- `version` auf `1.0.0` synchronisiert.
- Verifizierung der WasmJS-spezifischen Konfiguration.
### 2. Quelltext-Bereinigung (`main.kt`)
- Korrektur der Paket-Referenzen für das `turnierFeatureModule` (`at.mocode.frontend.features.turnier.di` statt
`at.mocode.turnier.feature.di`).
- Bestätigung der Paketstruktur `at.mocode.frontend.shell.web`.
### 3. Blueprint-Konformität
- Das Modul entspricht nun dem Standard für Shell-Module und nutzt die neuen Core- und Feature-Namensräume korrekt.
## ✅ Verifizierung
- `./gradlew :frontend:shells:meldestelle-web:assemble` erfolgreich ausgeführt.
- KMP-Plattform-Support (WasmJS) bestätigt.
## 🧹 Curator Fazit
Die Web-Shell ist nun vollständig in die neue Architektur integriert. Damit sind alle Shell-Module (`desktop` und `web`)
konsistent.