gelbeinhalb
|
acf3a7b003
|
Merge remote-tracking branch 'origin/development' into feature/88-neue-datenbank-struktur
# Conflicts:
# lib/data/dao/group_match_dao.dart
# lib/data/dao/match_dao.dart
# lib/data/dao/player_match_dao.dart
# lib/data/db/database.dart
# lib/data/db/database.g.dart
# lib/data/db/tables/group_match_table.dart
# lib/data/db/tables/player_match_table.dart
# lib/data/dto/match.dart
# lib/presentation/views/main_menu/home_view.dart
# lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart
# lib/presentation/views/main_menu/match_view/match_view.dart
# lib/services/data_transfer_service.dart
# test/db_tests/game_test.dart
# test/db_tests/group_match_test.dart
# test/db_tests/player_match_test.dart
|
2026-02-01 15:55:06 +01:00 |
|
gelbeinhalb
|
1d352821fc
|
all parameters are now required
|
2026-01-30 13:13:06 +01:00 |
|
|
|
6060afc543
|
Renamed package & bundle identifier
Pull Request Pipeline / test (pull_request) Successful in 1m58s
Pull Request Pipeline / lint (pull_request) Successful in 2m18s
|
2026-01-22 22:13:12 +01:00 |
|
gelbeinhalb
|
7339194ba0
|
fix data import and export
Pull Request Pipeline / test (pull_request) Successful in 2m8s
Pull Request Pipeline / lint (pull_request) Failing after 2m18s
|
2026-01-21 15:43:56 +01:00 |
|
gelbeinhalb
|
be01b5f72a
|
add description to group
Pull Request Pipeline / lint (pull_request) Failing after 2m10s
Pull Request Pipeline / test (pull_request) Failing after 2m29s
|
2026-01-12 12:51:25 +01:00 |
|
|
|
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 |
|