WIP: Score implementation ergänzen #196

Draft
flixcoo wants to merge 23 commits from feature/191-score-implementation-ergaenzen into development
Owner

Zugehörige Issue(s)

Closes #191

Beschreibung

//todo

Änderungen

  • Score.dart Model Klasse hinzugefügt
  • Methoden hasWinner(), getWinner(), setWinner() und removeWinner() implementiert
  • Methoden hasLooser(), getLooser(), setLooser() und removeLooser() implementiert
  • Score-Spalte aus MatchTable entfernt
  • Score-Tests anpassen und erweitern
  • JSON-Schema anpassen
  • Test-JSON um Scores erweitern

Zusätzliche Anmerkungen

No response

### Zugehörige Issue(s) Closes #191 ### Beschreibung //todo ### Änderungen - [x] `Score.dart` Model Klasse hinzugefügt - [x] Methoden `hasWinner()`, `getWinner()`, `setWinner()` und `removeWinner()` implementiert - [x] Methoden `hasLooser()`, `getLooser()`, `setLooser()` und `removeLooser()` implementiert - [x] Score-Spalte aus `MatchTable` entfernt - [x] Score-Tests anpassen und erweitern - [x] JSON-Schema anpassen - [ ] Test-JSON um Scores erweitern ### Zusätzliche Anmerkungen _No response_
flixcoo self-assigned this 2026-04-08 20:21:26 +00:00
flixcoo added 4 commits 2026-04-08 20:21:26 +00:00
Seperated score entry class
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 42s
Pull Request Pipeline / lint (pull_request) Failing after 47s
14d46d7e52
flixcoo added this to the Alpha milestone 2026-04-08 21:54:20 +00:00
flixcoo added 7 commits 2026-04-11 20:33:41 +00:00
flixcoo added 2 commits 2026-04-11 22:07:22 +00:00
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
541cbe9a54
flixcoo added 1 commit 2026-04-11 23:20:19 +00:00
Refactored method, added tests for DTS
Some checks failed
Pull Request Pipeline / test (pull_request) Failing after 44s
Pull Request Pipeline / lint (pull_request) Successful in 45s
22753d29c1
flixcoo added 1 commit 2026-04-11 23:21:22 +00:00
Corrected type
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 42s
Pull Request Pipeline / lint (pull_request) Successful in 46s
0823a4ed41
flixcoo added 1 commit 2026-04-11 23:32:25 +00:00
Added test for json schema
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 46s
723699d363
flixcoo added 2 commits 2026-04-11 23:42:07 +00:00
Updated schema to add scores attribute
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 49s
65704b4a03
flixcoo added 1 commit 2026-04-11 23:42:54 +00:00
Removed tester input
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 41s
Pull Request Pipeline / lint (pull_request) Successful in 45s
eeb68496d5
flixcoo added 4 commits 2026-04-12 00:02:55 +00:00
Refactoring
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 41s
Pull Request Pipeline / lint (pull_request) Successful in 48s
80672343b9
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 41s
Required
Details
Pull Request Pipeline / lint (pull_request) Successful in 48s
Required
Details
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/191-score-implementation-ergaenzen:feature/191-score-implementation-ergaenzen
git checkout feature/191-score-implementation-ergaenzen
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: liquid-development/game-tracker#196