Commit Graph

71 Commits

Author SHA1 Message Date
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