|
|
9434282ed1
|
Added createdAt attribute in dto classes and json schema
|
2025-11-19 20:20:21 +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 |
|
|
|
19c99eef9c
|
use clock.now() instead of DateTime.now() for DTO creation timestamps
|
2025-11-19 00:27:08 +01:00 |
|
|
|
fd86f5193f
|
Fixed toJson methods
|
2025-11-18 23:46:32 +01:00 |
|
|
|
67c8a7e181
|
added createdAt timestamp to Group, Game, and Player DTOs
|
2025-11-18 23:21:46 +01:00 |
|
|
|
d86de09042
|
Added fromJson, toJson
|
2025-11-18 23:16:57 +01:00 |
|
|
|
282841ecf1
|
Implemented uuid for all dtos
|
2025-11-18 20:07:53 +01:00 |
|
|
|
3f5a840675
|
Added toString methods
|
2025-11-12 20:01:44 +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 |
|