1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00
Commit graph

818 commits

Author SHA1 Message Date
motzik b65f83a876 feat(#38): fix showing info text in picking teams 2024-06-07 13:35:56 +02:00
Moritz Kepplinger 7830d3cc60 feat(#38): fix prettier 2024-06-07 00:33:18 +02:00
Moritz Kepplinger a9d91dd759 feat(#38): remove test button 2024-06-07 00:30:08 +02:00
Moritz Kepplinger ea58b60057 feat(#38): add test to finish qualification phase 2024-06-07 00:25:41 +02:00
Moritz Kepplinger 3fafc7833b feat(#38): improve error messages 2024-06-07 00:25:40 +02:00
Moritz Kepplinger 65c867382f feat(#38): add picking edge teams before ko phase 2024-06-07 00:25:38 +02:00
Moritz Kepplinger 641b5ce432 feat(#38): add dto for generate ko matches 2024-06-07 00:15:34 +02:00
Christoph Heiss 773641ec5e Merge branch 'refactor/#112/unify-margin-and-padding-across-the-app' into 'development'
refactor/#112/unify-margin-and-padding-across-the-app

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!79
2024-06-05 17:47:13 +00:00
FreshGuy32 b3238d2dad refactor(#112): fixed padding/margin between header and content stacking
also use header component in components where applicable
2024-06-05 16:57:30 +00:00
FreshGuy32 7b862a44fb fix(#112): padding being applied twice in header-card 2024-06-05 16:42:48 +00:00
FreshGuy32 ce2da830ba refactor(#112): margin/padding/gap by using new --spacing1/2 css variables 2024-06-03 16:42:42 +00:00
Moritz Kepplinger 9eaaca794e Merge branch 'feat/#29/qualification-phase-drinks-pickup' into 'development'
feat(#29): mark drinks as picked up for qualification phase

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!71
2024-06-03 12:39:01 +00:00
Christoph Heiss 1aba2d8373 chore(#29): backend: add TODOs regarding qualification match start
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-03 09:29:00 +02:00
Christoph Heiss 0d6942b39d chore(#29): frontend: remove unused lodash dependency
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 3b984e7381 refactor(#29): backend: make update tournament a bit more restful-y
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 5bf69e2934 test(#29): e2e: add test for qualification match mark drinks as picked up
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 0a9b4272db test(#29): backend: add tournament endpoint test for marking teams drinks picked up
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 1ab497ab21 test(#29): backend: move qualification match tests to separate file
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 8acfe916da feat(#29): frontend: wire up marking teams drinks as picked up
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 09e84ad2fb feat(#29): frontend: implement marking teams drinks as picked up through callback
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 78b00c82ef refactor(#29): backend: move anything qualification match related to own service
Makes it a lot more easy to find stuff.

Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss c739a20922 chore(#29): backend: drop unused method from tournament service
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 6e67c543ac feat(#29): frontend: re-generate openapi bindings
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 9415241909 feat(#29): backend: wire up marking qualification match drinks as picked up
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss d67d40c2f8 fix(#29): backend: fix up last few remaining local time != utc issues
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 1eaab0da5b test(#29): backend: refactor test setup; simplify it a lot
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 773e74cc8d refactor(#29): backend: make qualification match update more generic
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss cae5e1476e refactor(#29): backend: simplify Participation superclass entity
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 23c43226d1 refactor(#29): backend: simplify TournamentEndpoint construction
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss a8c329b05e refactor(#29): backend: simplify TournamentService construction
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 9aa92f66a0 feat(#29): backend: add new TeamMatchDrinksAlreadyPickedUpException exception
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 4a6f5508ce chore(#29): frontend: change tslib es2018 -> es2019
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
Christoph Heiss 511c78280c Merge branch 'feat/#89/renew-login' into 'development'
feat(#89): renew login and registration page

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!73
2024-06-01 14:15:12 +00:00
Moritz Kepplinger 59a46bcfa1 feat(#89): fix e2e tests 2024-06-01 14:10:15 +00:00
Moritz Kepplinger 4b0470aa03 feat(#89): renew login and registration page 2024-06-01 14:10:15 +00:00
motzik 465e4f2c12 Revert "hotfix: use globals.ts for baseUrl injection"
This reverts commit b72d203ee6.
2024-05-31 12:58:48 +02:00
motzik 5c93ce219d Revert "hotfix: fix prettier"
This reverts commit a0a16acddc.
2024-05-31 12:58:47 +02:00
motzik a0a16acddc hotfix: fix prettier 2024-05-31 12:54:50 +02:00
motzik b72d203ee6 hotfix: use globals.ts for baseUrl injection 2024-05-31 12:51:17 +02:00
Moritz Kepplinger e29fa5b698 Merge branch 'development' into 'master'
merge dev into master

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!77
2024-05-31 10:37:08 +00:00
Moritz Kepplinger 42e5a81fea Merge branch 'hotfix/fix-environment-variables' into 'development'
hotfix: fix openapi service urls

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!76
2024-05-31 10:30:43 +00:00
motzik 5a88a317a4 hotfix: fix dev baseUrl 2024-05-31 12:25:58 +02:00
motzik 9b5c3e7972 hotfix: fix openapi service urls 2024-05-31 10:13:58 +00:00
MohammedKevin 5fa46cc0d2 fix: back button table overview 2024-05-31 12:12:13 +02:00
MohammedKevin ea73818865 fix: overview bugs 2024-05-31 12:00:01 +02:00
Moritz Kepplinger 08701f06fa Merge branch 'development' into 'master'
merge development into master

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!75
2024-05-31 08:37:01 +00:00
Christoph Heiss 649afb8983 Merge branch 'test/#18/e2e' into 'development'
test(#18): add e2e tests for qualification match functionality

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!69
2024-05-30 21:20:58 +00:00
Christoph Heiss 9a59d4b54f fix(#18): backend: fix time comparison issue
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-30 18:42:12 +00:00
Christoph Heiss 5479559b37 test(#18): backend: add some more test data
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-30 18:42:12 +00:00
Christoph Heiss ae3b07e0b7 test(#18): e2e: add test for generating qualification matches
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-30 18:42:12 +00:00