feat(masterdata): add ÖTO seed data, regulation validation tests, and profile module integration

- Introduced ÖTO 2026-compliant seed data (`V008__Seed_OETO_2026_Data.sql`) for tournament classes, license matrix, and age groups.
- Added `RegulationSeedVerificationTest` to validate repository queries and domain eligibility logic.
- Implemented a new `profile-feature` module covering user profile management and ZNS linking.
- Integrated the `profile-feature` into the desktop shell and frontend with Koin DI configuration.
- Extended CHANGELOG, ROADMAP, and architecture documentation to reflect related changes.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-03-30 16:14:08 +02:00
parent 2262826603
commit c5c1e96d25
13 changed files with 682 additions and 10 deletions
@@ -2,6 +2,21 @@
Alle wesentlichen Änderungen am Masterdata-SCS (Stammdaten) werden in dieser Datei dokumentiert.
## [1.0.1-SNAPSHOT] - 2026-03-31
### Hinzugefügt
- **ÖTO-Seed-Daten:**
- SQL-Migration `V008__Seed_OETO_2026_Data.sql` für ÖTO-konforme Matrizen (Turnierklassen, Lizenz-Matrix,
Altersklassen).
- **Validierungs-Tests:**
- Integrationstests für Lizenz-Matrix und Altersklassen-Rechner zur Verifizierung der Startberechtigungen.
### Behoben
- Kompilierfehler in `masterdata-infrastructure` behoben.
- Korrektur der `AltersklasseRepository`-Abfragen im Masterdata-Context.
## [1.0.0-SNAPSHOT] - 2026-03-30
### Hinzugefügt