Commit Graph

17 Commits

Author SHA1 Message Date
99cea1e703 Renamed every instance of "game" to "match" 2025-12-11 20:07:32 +01:00
412cfff9f5 Added methods for inserting list of players, groups, games 2025-11-19 20:21:55 +01:00
3e3def0bde Merge remote-tracking branch 'origin/feature/29-timestamp-zu-allen-objekten-hinzufügen' into feature/31-json-import-fuer-testdaten
# Conflicts:
#	lib/data/dao/game_dao.dart
#	lib/data/db/database.g.dart
#	lib/data/db/tables/game_table.dart
#	lib/data/dto/game.dart
#	pubspec.yaml
2025-11-19 19:30:56 +01:00
f6ebda7984 Changed table column because of importing issues 2025-11-19 00:22:35 +01:00
69c95ca672 Added custom statement for cascade deleting 2025-11-19 00:22:13 +01:00
2ee8edcf9b add createdAt column to game, group and player tables and DAOs 2025-11-18 23:47:45 +01:00
8cc898cad6 regenerated database.g.dart 2025-11-18 23:38:43 +01:00
34bf6740ad Corrected GroupGameTable attributes 2025-11-14 22:33:22 +01:00
93a4ccaee0 Added missing methods and implemented tests 2025-11-12 20:02:01 +01:00
67d5f7e891 Updated order 2025-11-12 20:01:31 +01:00
ac99217b72 Added reference on winner 2025-11-12 13:12:26 +01:00
d07943add9 Added methods for inserting games and groups into the db 2025-11-12 12:04:33 +01:00
b6700bafd9 Added on delete cascade 2025-11-12 12:04:10 +01:00
a922f24150 Added basic structure for game implementation 2025-11-12 11:41:06 +01:00
25c7b37df3 updated userId to playerId 2025-11-12 10:57:46 +01:00
b03979b0c6 Completed daos, added basic GameTable & GameDao 2025-11-08 17:09:02 +01:00
4503574443 Implemented basic structure 2025-11-08 15:37:30 +01:00