28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# Journal Eintrag - 19. April 2026
|
|
|
|
## 📦 Migration: frontend/features/turnier-feature
|
|
|
|
Das Modul `frontend/features/turnier-feature` wurde erfolgreich auf den neuen **Module Architecture Blueprint** (Klasse B: `UI_COMPONENT`) migriert.
|
|
|
|
### 🏗️ Änderungen
|
|
|
|
1. **Gradle Konfiguration:**
|
|
* `group` von `at.mocode.clients` auf `at.mocode.frontend.features` geändert (Synchronisation mit Referenzmodul `auth`).
|
|
* `wasmJsMain` Source-Set in `build.gradle.kts` vervollständigt (inkl. `kotlin.stdlib.wasm.js`).
|
|
* `compose.uiTooling` in `jvmMain` für konsistente IDE-Previews hinzugefügt.
|
|
|
|
2. **Struktur-Check:**
|
|
* Die physische Verzeichnisstruktur für `commonMain`, `jvmMain` und `wasmJsMain` war bereits vorhanden und paket-konsistent (`at.mocode.turnier.feature`).
|
|
|
|
### 🧪 Verifikation
|
|
|
|
* **Build:** `./gradlew :frontend:features:turnier-feature:assemble` lief erfolgreich durch (JVM & WasmJS).
|
|
* **Checklist:**
|
|
* [x] Klasse B Identifikation
|
|
* [x] Verzeichnisstruktur geprüft
|
|
* [x] `build.gradle.kts` angepasst
|
|
* [x] Kompilierung erfolgreich
|
|
|
|
### 🧹 Curator Status
|
|
* Das `turnier-feature` ist nun blueprint-konform und bereit für die weitere plattformübergreifende Entwicklung.
|