chore: erweitere Datenmodelle um Nation und Bundesland, verbessere UI im Profil- und Veranstaltungs-Wizard
Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
+4
@@ -32,6 +32,8 @@ data class ZnsRemoteReiter(
|
||||
val vorname: String,
|
||||
val lizenz: String?,
|
||||
val lizenzKlasse: String,
|
||||
val nation: String? = "AUT",
|
||||
val bundesland: String? = null,
|
||||
)
|
||||
|
||||
data class ZnsRemotePferd(
|
||||
@@ -48,6 +50,8 @@ data class ZnsRemoteFunktionaer(
|
||||
val satzNummer: Int,
|
||||
val name: String?,
|
||||
val qualifikationen: List<String>,
|
||||
val nation: String? = "AUT",
|
||||
val bundesland: String? = null,
|
||||
)
|
||||
|
||||
interface ZnsImportProvider {
|
||||
|
||||
Reference in New Issue
Block a user