Add results-service microservice with API gateway integration, implement Ergebnis repository and edit dialog, update BewerbViewModel for Ergebniserfassung, and enhance Turnier UI with result management features.

This commit is contained in:
2026-04-12 16:37:10 +02:00
parent eb06c85013
commit 9c520d1b71
14 changed files with 453 additions and 27 deletions
@@ -31,4 +31,9 @@ object ApiRoutes {
object Events {
const val ROOT = "/api/v1/events"
}
object Results {
const val ROOT = "/api/v1/results"
fun bewerb(bewerbId: String) = "$ROOT/bewerb/$bewerbId"
}
}