Adding match endpoints, services and providers, additionally added a page in the frontend that displays the data

This commit is contained in:
2026-03-12 15:05:13 +01:00
parent 1402c16f21
commit bc35ec9c01
8 changed files with 675 additions and 34 deletions

View File

@@ -100,3 +100,13 @@ Folgende Dateien wurden in diesem Prompt verändert:
Folgende Dateien wurden in diesem Prompt verändert:
- frontend_splatournament_manager/lib/pages/tournament_bracket_page.dart (neu erstellt)
- frontend_splatournament_manager/lib/pages/tournament_detail_page.dart
- add the ability to progress in a tournament<br><br>
Folgende Dateien wurden in diesem Prompt verändert:
- backend_splatournament_manager/src/models/match.ts (neu erstellt)
- backend_splatournament_manager/src/services/match-service.ts (neu erstellt)
- backend_splatournament_manager/src/app.ts
- frontend_splatournament_manager/lib/models/match.dart (neu erstellt)
- frontend_splatournament_manager/lib/providers/match_provider.dart (neu erstellt)
- frontend_splatournament_manager/lib/main.dart
- frontend_splatournament_manager/lib/pages/tournament_bracket_page.dart