1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 01:30:52 +02:00
Commit graph

848 commits

Author SHA1 Message Date
FreshGuy32 cda86a412e refactor(#21): changed casing of snackbar message 2024-06-13 12:20:25 +00:00
FreshGuy32 628f88e4a8 test(#21): implemented integration/unit/e2e tests 2024-06-13 12:08:26 +00:00
Christoph Heiss e472412f66
Merge remote-tracking branch 'origin/development' 2024-06-12 15:25:21 +02:00
FreshGuy32 4295db7ecf feat(#21): added close and duration to snackbars in edit knockout phase tree 2024-06-12 07:05:02 +00:00
FreshGuy32 a74cba60da feat(#21): implemented setting of ko phase winners 2024-06-12 07:05:01 +00:00
Christoph Heiss ec43e22117 Merge branch 'feat/#115/add-quali-info-screen' into 'development'
feat(#115): add infoscreen for quali phase

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!90
2024-06-11 21:38:05 +00:00
Moritz Kepplinger 8a292964ef feat(#115): small sorting change, add live view link 2024-06-11 23:28:28 +02:00
Moritz Kepplinger 0d9f513c6d feat(#115): rename tournament self registration tournament 2024-06-11 23:19:18 +02:00
Moritz Kepplinger af8ebe6b44 feat(#115): fix e2e tests 2024-06-11 23:18:39 +02:00
Moritz Kepplinger 2bdcb2c70d feat(#115): add public endpoint with token 2024-06-11 23:18:39 +02:00
Moritz Kepplinger 645940c389 feat(#115): auto scroll to current matches 2024-06-11 23:18:39 +02:00
Moritz Kepplinger 9b34494be0 feat(#115): add 'Get your drinks!' in public view 2024-06-11 23:18:39 +02:00
Moritz Kepplinger df67a61428 feat(#115): adjust sorting algorithm for qualification matches 2024-06-11 23:18:39 +02:00
Moritz Kepplinger 79ccb26565 feat(#115): add infoscreen for quali phase 2024-06-11 23:18:36 +02:00
Rafael Tanzer cbb4493d92 Merge branch 'feat/#32/time-tracking' into 'development'
Feat/#32/time tracking

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!89
2024-06-11 21:15:19 +00:00
Rafael Tanzer 13137e5349 checkstyle fix 2024-06-11 23:09:30 +02:00
Rafael Tanzer bf7b9228e7 chore: add Used Tables in TOverview 2024-06-11 23:05:47 +02:00
Rafael Tanzer 6753e07adc fix checkstyle, TouranmentSetter, 2024-06-11 22:51:45 +02:00
Rafael Tanzer 2ff534bda2 Merge branch 'feat/#32/time-tracking' of https://reset.inso.tuwien.ac.at/repo/2024ss-se-pr-group/24ss-se-pr-qse-11 into feat/#32/time-tracking 2024-06-11 22:20:13 +02:00
Rafael Tanzer 38c1c4a4f1 prettier ૮₍ ˶ᵔ ᵕ ᵔ˶ ₎ა 2024-06-11 22:18:40 +02:00
Rafael Tanzer 17d9bfc866 feat(#32): added WatchTimer and timetracking to quallifactionMatches 2024-06-11 22:18:40 +02:00
rafael 15980966dd feat(#32): TournamentOverviewModel, small Update OverviewService 2024-06-11 22:18:40 +02:00
Moritz Kepplinger 9f1e378534 Merge branch 'feat/#125/mark-teams-playing' into 'development'
feat(#125): mark teams as currently playing if participating in a running match

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!91
2024-06-11 16:00:20 +00:00
Christoph Heiss c08e499742
feat(#125): frontend: sort qualification matches accordingly
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 17:11:12 +02:00
Christoph Heiss 1e7b07ba80
feat(#125): frontend: re-generate openapi bindings
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:56:57 +02:00
Christoph Heiss f5761db799
refactor(#125): frontend: avoid non-null assertion in html code
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss c8965dd902
chore(#125): backend: fix wrong endpoint description
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss 073cc851a5
test(#125): e2e: fix qualification mark team as ready test
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss 7d315aafd9
fix(#125): backend: add back missing repository method
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss 944acd2148
feat(#125): frontend: implement "currently playing" icon for participants
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss 8175d49cb0
test(#125): backend: add test for ensuring teams playing cannot start another match
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss b1bda5c282
feat(#125): backend: add currentlyPlaying field to tournament teams endpoint
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss 6769dec027
refactor(#125): backend: move team-related functionality to own service
No functional changes.

Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss 1bdd853358
test(#125): backend: add test for team currently playing
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Christoph Heiss d2d581bc1f
feat(#125): backend: do not allow qualification matches to start if team is playing
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 16:53:46 +02:00
Kevin Mohammed 1ef97365a5 Merge branch 'fix/#134/qualification-match-result-dialog' into 'development'
fix(#134): plug previous results into qualification match results dialog

Closes #134

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!92
2024-06-11 08:16:27 +00:00
MohammedKevin 9f66df200f hotfix(#131): use long 2024-06-11 10:06:21 +02:00
Kevin Mohammed c7f904551a Merge branch 'feat/#131/user-details-started-tournaments' into 'development'
feat(#131): change open closed to started not started

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!87
2024-06-11 07:55:17 +00:00
MohammedKevin 3d4f1f5e43 feat(#131): use lombok 2024-06-11 09:48:30 +02:00
MohammedKevin 34c22f1eb0 feat(#131): prettier checkstyle 2024-06-11 09:48:30 +02:00
MohammedKevin 08a76dc82e feat(#131): rename dto fields 2024-06-11 09:48:30 +02:00
MohammedKevin 4f789af80a feat(#131): change open closed to started not started 2024-06-11 09:48:30 +02:00
Kevin Mohammed fb1f14df62 Merge branch 'feat/#132/add-button-to-quali-overview' into 'development'
feat(#132): add button to quali overview

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!88
2024-06-11 07:47:28 +00:00
MohammedKevin 310a6fff8f feat(#132): use router directly in comp 2024-06-11 09:35:56 +02:00
MohammedKevin 6164874b56 feat(#132): add button to quali overview 2024-06-11 09:35:56 +02:00
Christoph Heiss d4f47bb769
fix(#134): frontend: plug previous results into qualification match results dialog
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-11 00:56:12 +02:00
Matthias Hofmarcher 3db91a1225 Merge branch 'feat/#25/table-scheduling' into 'development'
feat/#25/table-scheduling

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!72
2024-06-10 21:52:05 +00:00
Matthias Hofmarcher 02a45238ea feat/#25/table-scheduling 2024-06-10 21:52:05 +00:00
Christoph Heiss 4c20df38c9 Merge branch 'feature/#117/infoscreen-ko-phase' into 'development'
feature/#117/infoscreen-ko-phase

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!84
2024-06-10 19:11:14 +00:00
FreshGuy32 51dc439d25 test(#117): fix comparison issue between two Long values in a tournament ko phase test 2024-06-10 18:34:48 +00:00