chore: füge Navigation zum Veranstalter-Wizard hinzu, erweitere Mock-Daten und verbessere Veranstaltungs-Flow
Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
+9
-1
@@ -10,7 +10,15 @@ class FakeVereinRepository : VereinRepository {
|
||||
id = "v1",
|
||||
name = "URFV Neumarkt am Wallersee",
|
||||
oepsNr = "4221",
|
||||
ort = "Neumarkt/M.",
|
||||
ort = "Neumarkt/W.",
|
||||
plz = "5202",
|
||||
status = VereinStatus.AKTIV
|
||||
),
|
||||
Verein(
|
||||
id = "v3",
|
||||
name = "Reitclub Neumarkt",
|
||||
oepsNr = "6-009",
|
||||
ort = "Neumarkt",
|
||||
plz = "4221",
|
||||
status = VereinStatus.AKTIV
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user