|
|
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 |
|
|
|
cf834e636e
|
Merge remote-tracking branch 'origin/development' into feature/31-json-import-fuer-testdaten
# Conflicts:
# lib/presentation/views/main_menu/home_view.dart
|
2025-11-19 19:22:34 +01:00 |
|
|
|
186d8cf5c9
|
Merge branch 'development' into feature/29-timestamp-zu-allen-objekten-hinzufügen
|
2025-11-19 17:34:07 +00:00 |
|
|
|
19c99eef9c
|
use clock.now() instead of DateTime.now() for DTO creation timestamps
|
2025-11-19 00:27:08 +01:00 |
|
|
|
5dcd0826bd
|
Adjusted attributes to table definition
|
2025-11-19 00:23:53 +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 |
|
|
|
08fcaa35ee
|
Added methods for deleting all entities
|
2025-11-18 23:59:18 +01:00 |
|
|
|
2ee8edcf9b
|
add createdAt column to game, group and player tables and DAOs
|
2025-11-18 23:47:45 +01:00 |
|
|
|
fd86f5193f
|
Fixed toJson methods
|
2025-11-18 23:46:32 +01:00 |
|
|
|
8cc898cad6
|
regenerated database.g.dart
|
2025-11-18 23:38:43 +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 |
|
|
|
1d9945c525
|
Merge branch 'refs/heads/development' into feature/5-creategroupview-erstellen
|
2025-11-18 21:25:58 +01:00 |
|
|
|
282841ecf1
|
Implemented uuid for all dtos
|
2025-11-18 20:07:53 +01:00 |
|
|
|
f8b6c00d5d
|
Fixed return
|
2025-11-17 19:26:36 +01:00 |
|
|
|
74402f2e04
|
Added fallbacks for players when same player already exists
|
2025-11-16 19:02:20 +01:00 |
|
|
|
5c09dfb47d
|
Added fallbacks for groups when same group already exists
|
2025-11-16 19:01:58 +01:00 |
|
|
|
640830d8ab
|
fixed getAllGroups not returning members
|
2025-11-16 16:26:28 +01:00 |
|
|
|
34bf6740ad
|
Corrected GroupGameTable attributes
|
2025-11-14 22:33:22 +01:00 |
|
|
|
7be86b3d9e
|
Changed method name
|
2025-11-14 22:31:30 +01:00 |
|
|
|
cbd5e1d0ba
|
Added documentation
|
2025-11-14 22:30:56 +01:00 |
|
|
|
9229f1f0a5
|
Added counting methods + testing those
|
2025-11-12 20:09:17 +01:00 |
|
|
|
93a4ccaee0
|
Added missing methods and implemented tests
|
2025-11-12 20:02:01 +01:00 |
|
|
|
3f5a840675
|
Added toString methods
|
2025-11-12 20:01:44 +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 |
|
|
|
ca40ae668d
|
Updated methods with named parameters
|
2025-11-12 13:11:48 +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 |
|
|
|
dd754eb569
|
Implemented retrieving game and group count from the db
|
2025-11-11 21:03:10 +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 |
|
|
|
0c57a83dfc
|
renamed lambda var in updateGroupname from u to g
|
2025-06-24 20:38:29 +02:00 |
|
|
|
cd508190a3
|
changed return type of getGroupById and getUserById to match expected result
|
2025-06-24 20:35:30 +02:00 |
|
|
|
be08b286a4
|
renamed class names to avoid conflicts
|
2025-06-24 20:31:06 +02:00 |
|
Sneeex
|
e42064da2c
|
Update lib/data/methods/group.dart
renamed var in deleteGroup to g instead of u
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-24 20:26:34 +02:00 |
|
|
|
c7f07e0ce7
|
generated database code
|
2025-06-24 20:17:06 +02:00 |
|
|
|
e990c1138b
|
added methods for interacting with User, Group and UserGroup in database
|
2025-06-24 20:16:50 +02:00 |
|
|
|
7b7fbd47a5
|
created tables for Group, User and UserGrouo
|
2025-06-24 20:15:06 +02:00 |
|