Commit Graph

122 Commits

Author SHA1 Message Date
5a2cc790dd Renamed GameColor -> AppColor 2026-05-24 17:03:58 +02:00
807ae61df7 feat: basic database functionality
Some checks failed
Pull Request Pipeline / lint (pull_request) Failing after 47s
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / localizations (pull_request) Successful in 27s
2026-05-24 13:52:27 +02:00
4dcd4f0f71 fix: name count 3 player issue 2026-05-22 20:00:28 +02:00
9adcc29cda fix: updatePlayerName corrects the name count after renaming to different name
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 55s
2026-05-21 23:57:59 +02:00
ccb0d32c54 fix: tests for name count
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 54s
2026-05-21 15:45:29 +02:00
b305145d34 implement basic player_detail_view.dart
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Failing after 51s
2026-05-20 15:15:47 +02:00
f7c8160c58 fix: removed print in test
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 17:28:57 +02:00
5c9db7244a fix: adjusted test
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-09 17:22:16 +02:00
f3380e6c08 Reordered tests
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Successful in 47s
2026-05-05 11:45:22 +02:00
9896008335 Refactoring 2026-05-05 11:42:38 +02:00
b9cfab1447 Merge branch 'development' into feature/119-implementierung-der-games-2
# Conflicts:
#	lib/data/dao/match_dao.dart
2026-05-05 11:40:32 +02:00
e3aef81ab6 feat: Deleting games associated with matches deletes them
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 42s
Pull Request Pipeline / lint (pull_request) Successful in 50s
2026-05-03 01:00:44 +02:00
5789650c97 Refactoring
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Successful in 47s
2026-05-02 01:31:49 +02:00
078daeffc9 Fixed test issues
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Successful in 46s
2026-05-01 18:06:09 +02:00
ab9a8d0193 Fixed test issues
Some checks failed
Pull Request Pipeline / test (pull_request) Failing after 46s
Pull Request Pipeline / lint (pull_request) Successful in 48s
2026-05-01 18:01:07 +02:00
0f2e3493c4 Updated player-group dao + tests 2026-05-01 17:46:47 +02:00
cbc8a1afce Updated player-match dao and tests 2026-05-01 16:49:33 +02:00
f49440367c Finalized and updated team implementation, updated team dao, tests, and ex-/import 2026-05-01 14:31:15 +02:00
be6b968a43 Updated match dao + tests 2026-05-01 11:57:03 +02:00
785873d3c8 Fixed error in game tests
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 43s
Pull Request Pipeline / lint (pull_request) Successful in 47s
2026-04-24 16:36:36 +02:00
99b894c580 Updated score dao + tests 2026-04-24 16:36:27 +02:00
92577e4ed9 Updated games dao + tests 2026-04-24 16:01:14 +02:00
95cad71ea0 Updated player dao + tests 2026-04-24 14:29:01 +02:00
8df5c24fa8 Updated group dao + tests 2026-04-24 13:51:20 +02:00
e8c50b2f32 Renamed file 2026-04-24 13:10:34 +02:00
1d02c04b7a Merge branch 'development' into feature/132-verschiedene-regelsaetze-implementieren
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 54s
# Conflicts:
#	lib/core/common.dart
#	lib/presentation/views/main_menu/statistics_view.dart
#	lib/presentation/widgets/player_selection.dart
2026-04-24 12:15:57 +02:00
e910f1dcd3 Fixed tests 2026-04-21 22:17:17 +02:00
b0a8529c1c Formatting 2026-04-21 22:13:44 +02:00
2035e5b7d4 Removed unnecessary declared attributes 2026-04-21 20:24:10 +02:00
9364f0d9d6 Updated score and winner handling 2026-04-21 18:38:00 +02:00
653b85d28d Fixed tests 2026-04-19 23:11:23 +02:00
a1398623b0 Added database functionality + tests 2026-04-19 22:49:06 +02:00
e827f4c527 Fixed references
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 42s
Pull Request Pipeline / lint (pull_request) Successful in 47s
2026-04-13 22:53:39 +02:00
8a312152a5 Refactoring 2026-04-12 02:01:12 +02:00
541cbe9a54 Overhauled score tests
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 40s
Pull Request Pipeline / lint (pull_request) Successful in 45s
2026-04-12 00:07:16 +02:00
520edd0ca6 Removed matchId from Score class
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 43s
Pull Request Pipeline / lint (pull_request) Successful in 49s
2026-04-09 18:00:19 +02:00
be58c9ce01 Refactoring + fixed tests 2026-04-08 23:53:27 +02:00
6a49b92310 Moved dao methods 2026-04-08 23:33:42 +02:00
855b7c8bea Moved dao methods 2026-04-08 23:22:33 +02:00
ad6d08374e Renamed folder to "models" 2026-04-08 22:27:50 +02:00
611033b5cd Moved getGroupMatches + Tests
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 39s
Pull Request Pipeline / lint (pull_request) Successful in 44s
2026-03-09 21:27:05 +01:00
23d00c64ab fix comments
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 40s
Pull Request Pipeline / lint (pull_request) Successful in 45s
2026-03-09 21:00:13 +01:00
6c50eaefc7 Add deleteMatchGroup method & tests 2026-03-09 15:27:15 +01:00
37955c5701 test: Setting & fetching winner 2026-03-05 12:25:09 +01:00
gelbeinhalb
e881cf0555 fix expected null when empty string is correct
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 40s
Pull Request Pipeline / test (pull_request) Successful in 35s
2026-02-07 18:17:08 +01:00
gelbeinhalb
278544788e fix formatting
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 1m25s
Pull Request Pipeline / test (pull_request) Failing after 36s
2026-02-07 17:40:27 +01:00
gelbeinhalb
0eb8e2683c add replace players in a match test 2026-02-07 17:31:23 +01:00
gelbeinhalb
fa9ad9dbae add test for replacing group players 2026-02-07 17:26:07 +01:00
gelbeinhalb
70d6178829 restructure tests 2026-02-01 19:51:57 +01:00
gelbeinhalb
dbef735a82 add color enum 2026-02-01 18:13:03 +01:00