feat(reiter-feature): introduce Reiter management module with screens, ViewModel, and domain models

- Added `reiter-feature` module for managing riders, including list and detail views.
- Implemented `MsMasterDetailLayout` for ReiterScreen, integrating `MsDataTable`, `MsFilterBar`, and `MsActionToolbar`.
- Defined domain models (`Reiter`, `LizenzKlasse`, `Sparte`, `ReiterStatus`) with mock data support.
- Updated roadmap to reflect progress in Phase 5: Routing & Screen-Komposition.
- Registered the new module in `settings.gradle.kts`.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-03-31 11:09:37 +02:00
parent 659e699c33
commit 94306329c9
6 changed files with 348 additions and 1 deletions
+1
View File
@@ -126,6 +126,7 @@ include(":frontend:features:zns-import-feature")
include(":frontend:features:veranstalter-feature")
include(":frontend:features:veranstaltung-feature")
include(":frontend:features:profile-feature")
include(":frontend:features:reiter-feature")
include(":frontend:features:turnier-feature")
include(":frontend:features:billing-feature")