Felix Kirchner flixcoo
flixcoo closed issue liquid-development/game-tracker#78 2025-12-12 15:34:18 +00:00
Game zu Match umbenennen
flixcoo merged pull request liquid-development/game-tracker#89 2025-12-12 15:34:17 +00:00
Game zu Match umbenennen
flixcoo commented on issue liquid-development/game-tracker#87 2025-12-12 12:32:07 +00:00
Winner aktualisiert beim setzen direkt nach Game Erstellung nicht die GameHistoryView

Vorraussichtlich in #67 gefixt

was heißt vorraussichtlich?

ja probier halt aus

flixcoo created pull request liquid-development/game-tracker#89 2025-12-11 19:15:29 +00:00
Game zu Match umbenennen
flixcoo deleted branch feature/3-creategameview-erstellen from liquid-development/game-tracker 2025-12-11 19:14:26 +00:00
74ea540b39 Merge branch 'feature/3-creategameview-erstellen' into refactoring/78-game-zu-match-umbenennen
d578a7f9bd Missing comment
0e5ad1c3d9 Another missing
c4b249b199 Added missing game instants
99cea1e703 Renamed every instance of "game" to "match"
Compare 5 commits »
d578a7f9bd Missing comment
0e5ad1c3d9 Another missing
c4b249b199 Added missing game instants
flixcoo created branch feature/3-creategameview-erstellen in liquid-development/game-tracker 2025-12-11 19:07:36 +00:00
99cea1e703 Renamed every instance of "game" to "match"
flixcoo commented on issue liquid-development/game-tracker#88 2025-12-11 15:23:51 +00:00
Neue Datenbank-Struktur

und ggf. (hatte mathis noch angebracht) soll die id der jeweiligen klasse einfach id heißen, anstatt wie vorher. Also in der Player Table z.B. sollte es keine playerId mehr geben sondern die…

flixcoo commented on issue liquid-development/game-tracker#88 2025-12-11 15:22:24 +00:00
Neue Datenbank-Struktur

group_game_table ist doch mies unnötig oder?

ja der kann weg

d0059b44a8 Moved statement
flixcoo commented on pull request liquid-development/game-tracker#67 2025-12-10 20:32:22 +00:00
CreateGameView erstellen

theoreitisch ist das egal wo das ist hauptsache nach der future

flixcoo commented on pull request liquid-development/game-tracker#67 2025-12-10 20:31:58 +00:00
CreateGameView erstellen

und warum hast du den futurebuilder entfernt? weil die playerselection selber einen hat?

Ja ich dachte erst dass das das problem behoben hat

flixcoo commented on issue liquid-development/game-tracker#88 2025-12-10 13:22:52 +00:00
Neue Datenbank-Struktur

Du musst das erstmal noch an unsere Datenbank anpassen, dazu zählst z.B.

  • uuid umbenennen zu playerId, groupId, matchId (bzw. x_id, schreibweise ist ja erstmal egal)
  • Attribute von…