363aa80fe4
- **Parser Implementation:** - Introduced `ZnsBewerbParser` to parse n2-XXXXX.dat files and map B-Satz lines to the `ZnsBewerb` domain model. - Added test coverage for parsing B-Satz lines and edge cases in `ZnsParserTest`. - **Frontend Integration:** - Integrated ZNS import functionality into the `BewerbeTabContent` for uploading and previewing Bewerb data before import. - Enhanced `BewerbViewModel` with state and intents for managing ZNS import, preview dialogs, and import confirmation. - Supported start list generation and added modal for previewing generated start lists. - **Domain Services:** - Implemented `StartlistenService` to generate and calculate start times for start lists with respect to participant preferences. - Added extensive test coverage in `StartlistenServiceTest` to validate sorting, preferences, and time calculations. - **UI Enhancements:** - Updated `Bewerbe` tab layout with search, filtering, and action buttons for ZNS import and start list generation. - Introduced dialogs for ZNS import previews and start list previews.
type, status, owner, last_update
| type | status | owner | last_update |
|---|---|---|---|
| Guide | ACTIVE | Curator | 2026-04-09 |
📚 Projektdokumentation "Meldestelle"
Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die Single Source of Truth.
📂 Struktur
🏗️ Core
01_Architecture: Der Masterplan. ADRs, Roadmaps und C4-Modelle.- Start hier:
MASTER_ROADMAP.md
- Start hier:
02_Guides: Guides für neue Entwickler (Setup, Guidelines).03_Domain: Fachlichkeit (Turnierregeln, Entities).
🛠️ Tech Stack
05_Backend: Spring Boot Services, API-Specs, DB-Schema.06_Frontend: Kotlin Multiplatform, Compose UI, State Management.07_Infrastructure: Docker, Keycloak, CI/CD, Zora-Architektur.- Referenz:
Zora_System_Architektur.md
- Referenz:
🤖 Process
04_Agents: Playbooks für unsere KI-Mitarbeiter.90_Reports: Statusberichte und Meilenstein-Analysen.99_Journal: Tägliche Session-Logs.
📝 Regeln für die Dokumentation
- Docs-as-Code: Doku liegt beim Code und wird im selben PR aktualisiert.
- Frontmatter: Jede Markdown-Datei muss einen YAML-Header haben:
--- type: [ADR, Guide, Reference, Report, Journal] status: [DRAFT, ACTIVE, DEPRECATED, ARCHIVED] owner: [Rolle] --- - Archivierung: Lösche nichts. Verschiebe veraltetes Wissen in
_archiveOrdner oder markiere es alsARCHIVED.
🚀 Quick Links
- Master Roadmap
- Agent Playbooks
- Zora Infrastruktur
- C-3 Proposal: Docs-Unterordner-Struktur
- Journal: 99_Journal/
- Reports: 90_Reports/
📦 Hinweis zur Reorganisation (C-3)
Im Rahmen von C-3 wird eine Konsolidierung von Medien/Binärartefakten unter docs/80_Assets/ sowie eine feinere Gliederung von Reports/Journals vorgeschlagen. Aktuell finden keine Verschiebungen statt – Details siehe Proposal oben.