Refactor and rename NennungViewModel to TurnierNennungViewModel, implement online registration workflow with new UI state, ViewModel logic, and API integration, and update dependencies and documentation accordingly.

This commit is contained in:
2026-04-14 20:51:07 +02:00
parent d026e7f83c
commit 18e41a90b6
11 changed files with 149 additions and 44 deletions
@@ -42,6 +42,7 @@ kotlin {
implementation(projects.frontend.core.network)
implementation(projects.frontend.core.navigation)
implementation(projects.frontend.features.billingFeature)
implementation(projects.frontend.features.nennungFeature)
implementation(projects.core.znsParser)
implementation(compose.foundation)