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

404 commits

Author SHA1 Message Date
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 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 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
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 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
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 02a45238ea feat/#25/table-scheduling 2024-06-10 21:52:05 +00:00
FreshGuy32 1a905da21f chore(#117): regenerate openapi clients 2024-06-10 10:56:40 +00:00
FreshGuy32 fd82a1d0b6 refactor(#117): replace direct usage of px value with spacing css variable 2024-06-10 10:47:55 +00:00
FreshGuy32 0241b9964b refactor(#117): renamed variable in infoscreen component 2024-06-10 10:47:55 +00:00
FreshGuy32 ae7ff85d96 refactor(#117): replace px value with css variable for infoscreen padding 2024-06-10 10:47:54 +00:00
FreshGuy32 ed2f2e9702 refactor(#117): change name of path tournament parameter for infoscreen ko-phase route 2024-06-10 10:47:54 +00:00
FreshGuy32 dcf7ac2a49 refactor(#117): changed KoStandingsEnpoint url to be under /tournaments/ 2024-06-10 10:47:53 +00:00
FreshGuy32 829b9e923e feat(#117): mark status of ko-phase matches with different colors 2024-06-10 09:38:28 +00:00
FreshGuy32 b1ae058076 feat(#117): added error messages and polling of data to ko-phase infoscreen 2024-06-10 09:38:27 +00:00
FreshGuy32 d67bb76a6d feat(#117): implemented public infoscreen display of tournament tree 2024-06-10 09:38:26 +00:00
Christoph Heiss 19fd821674
feat(#24): backend: add initial endpoint for updating ko matches
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-08 21:47:59 +02:00
Christoph Heiss ccde24d598
feat(#24): frontend: add eslint-plugin-unused-imports to eslint
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-08 21:34:12 +02:00
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 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
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
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 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 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 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
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
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
Christoph Heiss fd8033f271 test(#18): e2e: add test for marking teams as ready in qualification phase view
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-30 18:42:12 +00:00
rafael 7faff80537 prettier 2024-05-30 20:26:21 +02:00
rafael f694647b2b feat(#13): validationErro display fix 2024-05-30 20:24:24 +02:00
rafael 189fc92239 feat(#13): impl. critic 2024-05-30 17:01:48 +02:00
rafael f1d2c9615e feat(#13): registration end check twith Offset 2024-05-30 14:15:24 +02:00
rafael d4b18162e3 feat(#13): Zoneoffset 2024-05-30 13:17:03 +02:00
rafael 30b1c41ac2 feat(#13): validation of too low max participants - UpdateTournamentDTO without FUTURE cosntraint 2024-05-29 20:50:30 +02:00
rafael f6980af7a0 prettier 2024-05-29 20:49:52 +02:00
rafael 34f5996a90 feat(#13): backend endpoint impl. 2024-05-29 20:49:52 +02:00
rafael 7cb44e9373 feat(#13):ffronend impl 2024-05-29 20:49:15 +02:00
motzik 1f92b5902b feat(#106): rename confirm service 2024-05-29 16:39:46 +02:00
Moritz Kepplinger b03e8d4fa0 fix(#106): show messages for no data; small styling fixes 2024-05-29 16:21:42 +02:00
Christoph Heiss 6f0f0bb737
feat(#18): frontend: unify match results and accompanying edit button
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss a5223860c9
feat(#18): frontend: only let user enter match results when match has started
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss 03f6f27b76
feat(#18): frontend: add ability to update existing match results
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss 27b281044b
feat(#18): frontend: disable match result update button if both teams are not ready
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss b30fccf7d3
fix(#18): frontend: do not show checkmark for zero teams checked in
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss edb89e1fe0
feat(#18): frontend: wire up new qualification match update dialog
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss 359e61b9d3
feat(#18): frontend: add tournament qualification match update dialog
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss 96b2ea6f25
feat(#18): frontend: make qualification match winner more prominent
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:05 +02:00
Christoph Heiss 440869cc98
refactor(#18): frontend: rename TournamentTeamEditService -> TournamentDialogsService
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:37:04 +02:00
Christoph Heiss 2d3cb34981
feat(#18): frontend: re-generate openapi bindings
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-29 14:36:20 +02:00
Moritz Kepplinger 946d624e6c fix(#110): fix error message on delete team 2024-05-29 12:37:48 +02:00
Moritz Kepplinger fd302ff1ef refactor(#90): remove messages entirely 2024-05-28 21:50:25 +00:00
Christoph Heiss 11d14e20c1
fix(#102): frontend: properly display qualification & KO match status
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 23:35:30 +02:00
Christoph Heiss 2509c13d79
feat(#102): frontend: show checkmark for team count if full / all checked in
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 23:32:25 +02:00
Christoph Heiss 8aab0cc86c
feat(#102): frontend: center team signup success message
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 23:32:06 +02:00
Christoph Heiss 2469cb2a45
feat(#102): frontend: show message if no teams have registered yet
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 23:32:05 +02:00
Moritz Kepplinger e7faafe11a fix(#102): prettier fix 2024-05-28 21:13:54 +00:00
FreshGuy32 e633a63b20 refactor(#102): simplified links used in mat-cards in tournament overview 2024-05-28 21:13:54 +00:00
FreshGuy32 71f276ff3f fix(#102): missing font-size number for beer pong table overview 2024-05-28 21:13:54 +00:00
FreshGuy32 3d4d499dcc feat(#102): changed cursor for tournament overview cards to a pointer 2024-05-28 21:13:54 +00:00
FreshGuy32 d726e23e93 fix(#102): wrong link being used in tournaments overview for qualification phase 2024-05-28 21:13:54 +00:00
FreshGuy32 514c4fd08e feat(#108): display title of tournament in tables overview header 2024-05-28 20:47:40 +00:00
FreshGuy32 42941f8ae4 feat(#102): added header to tournament teams overview 2024-05-28 20:47:40 +00:00
FreshGuy32 703e0852ca refactor(#101): change abort/save buttons of beer pong table create/update forms 2024-05-28 20:38:15 +00:00
FreshGuy32 3400a68a34 feat(#101): add margin to tournament create/update form card 2024-05-28 20:38:15 +00:00
FreshGuy32 c28c2d7891 feat(#101): move beer pong routes to be subroutes of tournament and change urls 2024-05-28 20:38:15 +00:00
Moritz Kepplinger 4fd6b36deb Merge branch 'fix/!39/team-self-signup' into 'development'
fix(#107): mend some regressions introduced in !52

Closes #107

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!57
2024-05-28 18:38:09 +00:00
Christoph Heiss 8124a4efae Merge branch 'fix/#102/tournament-create-form' into 'development'
fix/#102/tournament-create-form

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!59
2024-05-28 17:47:33 +00:00
Christoph Heiss 9255a5827e Merge branch 'fix/#14/team-signup-error-msg' into 'development'
fix(#14), follow-up: improve error handling for team signup form

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!55
2024-05-28 17:45:19 +00:00
FreshGuy32 9c4d9160ba feat(#109): format registration end in tournament overview 2024-05-28 17:25:30 +00:00
FreshGuy32 ac7503ee72 feat(#101): add margin to tournament create form card 2024-05-28 16:45:58 +00:00
FreshGuy32 80f7e50ab9 refactor(#102): change abort/save button style of tournament create form 2024-05-28 16:45:11 +00:00
Christoph Heiss d02cf8313b
test(#107): e2e: add test for team self-signup
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 17:28:05 +02:00
Christoph Heiss 929a744d68
fix(#107): frontend: revert to correct tournament self-signup url
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 16:31:45 +02:00
Christoph Heiss e34f7a7a12
fix(#107): frontend: sort app declarations & imports lists again
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 16:31:39 +02:00
Christoph Heiss e68c72e0c2
fix(#107): frontend: add back route comment
This was removed in !39, so add it back.

Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 16:31:29 +02:00
Christoph Heiss 9481bcc55a
feat(#8): frontend: allow login on pressing enter
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 16:28:44 +02:00
Christoph Heiss a0d5cbd3d6
fix(#14): frontend: properly handle errors in team signup form
Fixes: 0e1f70a ("feat(#14): add button to copy tournament team self-registration link")
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 16:03:26 +02:00
Christoph Heiss 0ab5767bff
fix(#14): frontend: do not user submit form when invalid
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 15:58:51 +02:00
Christoph Heiss aa6517db3d Merge branch 'test/#68/add-e2e-test-for-beer-pong-table-update' into 'development'
test/#68/add e2e test for beer pong table update

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!56
2024-05-28 12:34:35 +00:00
rafael d34a82f923 Merge branch 'development' into feat/#39/tournament-overview 2024-05-28 12:14:40 +02:00
MohammedKevin 523e1840e4 feat(#26 #36): regen openapi 2024-05-28 11:59:48 +02:00
rafael 355a2d221d feat(#39): delete comments input() removeIsBefore( for ended matches 2024-05-28 11:39:28 +02:00
MohammedKevin 5430906477 feat(#26 #36): regenerate services 2024-05-28 11:35:38 +02:00
MohammedKevin ff16a82089 feat(#26): add auth to find and change px to rem 2024-05-28 11:34:46 +02:00
MohammedKevin 34c5ae3773 feat(#26 #36): prettier fix 2024-05-28 11:34:46 +02:00
MohammedKevin ae60835096 feat(#26 #36): styling 2024-05-28 11:34:46 +02:00
MohammedKevin 7b1166de9d feat(#26 #36): add frontend tests 2024-05-28 11:34:46 +02:00
MohammedKevin 0819e8dcc8 feat(#26 #36): prettier fix 2024-05-28 11:34:46 +02:00
MohammedKevin ba80da5fe1 feat(#26 #36): working overview with delete 2024-05-28 11:34:46 +02:00
MohammedKevin 26efe2bd5e feat(#26): add tables overview endpoint 2024-05-28 11:34:26 +02:00
FreshGuy32 0bc9dc5c48 fix: typo in tournament/beer pong table update/create forms 2024-05-28 09:06:46 +00:00
rafael d2e2fc7293 Merge branch 'development' into feat/#39/tournament-overview 2024-05-27 23:23:16 +02:00
Christoph Heiss 83a0edbe46 Merge branch 'feat/#85/qualification-phase-overview' into 'development'
feat(#85): add qualification-phase page

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!50
2024-05-27 18:29:42 +00:00
rafael 4418113830 feat(#39): updated e2e to new ui adn prettier 2024-05-27 19:35:27 +02:00
rafael 116f59743e feat(#39): attempt fix e2e 2024-05-27 18:30:02 +02:00
Moritz Kepplinger d393b6b3dd feat(#85): small clean code fixes 2024-05-27 17:47:28 +02:00
rafael 552a5272ed prettier 2024-05-27 17:21:48 +02:00
rafael 20cc21e030 feat(#39): unit-tests and temp-routing 2024-05-27 17:21:25 +02:00
Moritz Kepplinger b33199e991 feat(#85): add checkin functionality on score table 2024-05-27 14:00:07 +02:00
rafael 1e20865600 routing, prettier 2024-05-27 08:43:39 +02:00
rafael 7d51185abf prettier 2024-05-27 01:06:29 +02:00
rafael 690794edee feat(#39): centered-cards 2024-05-27 01:06:08 +02:00
Moritz Kepplinger b6827140ee feat(#85): add matches table in qualification page 2024-05-26 23:52:07 +02:00
Moritz Kepplinger 680569d871 feat(#85): prettier fixes 2024-05-26 23:51:59 +02:00
Moritz Kepplinger a3d1b8af59 feat(#85): add score table to qualification phase page 2024-05-26 23:51:30 +02:00
rafael af96f7647e feat(#39): sidenav-tidyup 2024-05-26 22:30:14 +02:00
Christoph Heiss 3841214f00
chore(#14): frontend: annotate self-signup route on why it must be separate
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 22:24:54 +02:00
motzik 84cc502441 feat(#85): add qualification phase page 2024-05-26 22:08:45 +02:00
motzik 311fe7c6e0 feat(#85): add header card component 2024-05-26 22:08:45 +02:00
Christoph Heiss e2de1d9882
feat(#20): frontend: pre-fill tournament team edit inputs
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 21:41:48 +02:00
Christoph Heiss e193155532
fix(#20): frontend: fix bug where teams would always get checked
Small type, the `if` below was actually

  if (..) {}
  delete()

instea of

  if (..) { delete() }

Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 21:41:48 +02:00
Christoph Heiss 6c4d67c0a4
fix(#20): frontend: disable instead of remove tournament team check-in button
Makes the UI a lot more consistent ..

Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 21:41:48 +02:00
Christoph Heiss 1d9485aca1
test(#20): e2e: add some e2e tests for tournament teams page
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 21:41:48 +02:00
rafael c2b37f8024 prettier 2024-05-26 20:03:24 +02:00
rafael 13140b5f87 feat(#39): tournament-overview-frontend-impl 2024-05-26 19:58:16 +02:00
rafael 29362116b3 feat(#39): backend-impl 2024-05-26 19:02:09 +02:00
Christoph Heiss 4f21a96ecb
feat(#20): frontend: wire up tournament teams edit button
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:41:08 +02:00
Christoph Heiss ded61827f1
feat(#20): frontend: add component for editing tournament teams
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:41:08 +02:00
Christoph Heiss 6202b02e00
fix(#20): frontend: make confirmation dialog a bit wider to improve looks
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:41:08 +02:00
Christoph Heiss c5c759eacb
chore(#20): frontend: drop useless css class
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:41:08 +02:00
Christoph Heiss 6683bba848
fix(#20): frontend: set proper title for team deleting confirmation dialog
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:41:08 +02:00
Christoph Heiss 38fe6fbeee
chore(#20): frontend: re-generate openapi bindings
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:41:08 +02:00
Christoph Heiss e765254c2b
chore(#20): frontend: add some missing tooltips for icon buttons
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:35:05 +02:00
Christoph Heiss f74d4ab47b
chore(#20): frontend: sort app module declarations & imports
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-26 17:35:05 +02:00
rafael 06bff7db5c feat(#39): add-routing-sidebar 2024-05-26 15:34:06 +02:00
rafael 4d37fa986e Merge branch 'feat/#39/tournament-overview' of https://reset.inso.tuwien.ac.at/repo/2024ss-se-pr-group/24ss-se-pr-qse-11 into feat/#39/tournament-overview 2024-05-26 13:39:13 +02:00
rafael be2f5c54b7 routing 2024-05-26 13:37:48 +02:00
rafael ce236e6ee8 routing 2024-05-26 13:36:50 +02:00
Moritz Kepplinger 81aaf7759c feat(#19): mark team as ready / checkin 2024-05-26 10:08:19 +00:00
Christoph Heiss bf05edc47f Merge branch 'chore/#67/update-angular' into 'development'
chore(#67): use angular theme for coloring

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!48
2024-05-26 08:58:40 +00:00
Christoph Heiss 0e1f70aaf1 feat(#14): add button to copy tournament team self-registration link 2024-05-26 07:50:32 +00:00
motzik c4c4b11ae8 feat(#15): link delete button to team deletion 2024-05-26 00:14:18 +02:00
motzik 8c20cac521 chore(#67): use angular theme for coloring 2024-05-25 16:48:34 +02:00
motzik f4452f37bc chore(#67): update angular eslint 2024-05-25 15:34:15 +02:00
motzik 0ed288b8e5 feat(#15): added frontend functionality for delete tournament teams 2024-05-25 15:02:27 +02:00
motzik 1238c951d3 feat(#15): generate openapi-clients 2024-05-25 11:33:36 +02:00
matthias.hofmarcher@student.tuwien.ac.at e201b73ed8 Added registrationEnd and description to tournament-signup page 2024-05-24 15:02:25 +02:00
MohammedKevin 191171de3a fix(#22): regenerate service 2024-05-24 12:57:17 +02:00
MohammedKevin b96e5bff5a fix(#22): prettier 2024-05-24 12:54:56 +02:00
MohammedKevin aa0e850f1b feature(#22): add delete functionality 2024-05-24 12:54:56 +02:00
rafael 91e8b6138a added import for UserDEtail component in app-routing 2024-05-23 17:20:53 +02:00
Rafael Tanzer 9cfaab3ce5 Merge branch 'feat/#62/tournament-teams-list' into 'development'
fix(#62): add tournament teams list

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!32
2024-05-23 15:09:18 +00:00
motzik 26592d3e00 fix(#62): add missing route 2024-05-23 16:21:35 +02:00
MohammedKevin 77eb0e1c0b fix(#60): prettier 2024-05-23 11:18:36 +02:00
MohammedKevin ccffbceb95 refactor(#60): move tournament components to folder 2024-05-23 11:08:26 +02:00
motzik b93ba17287 fix(#62): fix mat-drawer-content width; generate api services 2024-05-21 20:56:21 +02:00
motzik f2648fc108 feat(#62): add tournament teams endpoint 2024-05-21 20:55:26 +02:00
motzik 080f92c825 fix(#62): add tournament teams list 2024-05-21 20:55:26 +02:00
MohammedKevin 2e4108fd7c feature(#60): add create tournament button 2024-05-21 16:39:50 +02:00
MohammedKevin 551a49304b Revert "Revert "Merge branch 'tournament-overview' into 'development'""
This reverts commit 6a0a4c30d7.
2024-05-21 14:56:29 +02:00
Rafael Tanzer 6a0a4c30d7 Revert "Merge branch 'tournament-overview' into 'development'"
This reverts merge request !22
2024-05-20 17:09:15 +00:00
Rafael Tanzer 4f06cc2807 Merge branch 'tournament-overview' into 'development'
test/#49/Tournament overview Tests

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!22
2024-05-20 17:01:54 +00:00
FreshGuy32 27092ff1c0 feat(#30): added link back to beer pong table overview from create/update form 2024-05-20 15:51:15 +00:00
FreshGuy32 a268596716 feat(#30): implemented beer pong table update api and frontend 2024-05-20 14:41:48 +00:00
FreshGuy32 ced81feb0a fix(#28): openapi clients not having the beer pong client 2024-05-20 14:15:48 +00:00
FreshGuy32 88ad16cde8 feat(#28): implemented creation of a beer pong table for a tournament 2024-05-20 14:15:36 +00:00
MohammedKevin 9d3a88d6e2 test(#49): fix tests 2024-05-20 13:20:15 +02:00
MohammedKevin 1ca736dcbd feature(#61): remove list naming from tournaments endpoint 2024-05-20 13:03:12 +02:00
MohammedKevin 36055edd38 feature(#61): prettier 2024-05-20 12:38:32 +02:00
MohammedKevin feaf3d7f26 feature(#61): lint 2024-05-20 12:35:05 +02:00
MohammedKevin 2e7331db59 feature(#61): fix tests 2024-05-20 12:24:10 +02:00
MohammedKevin 7c909cf73c Merge remote-tracking branch 'origin/development' into layout 2024-05-20 11:39:19 +02:00
Matthias Hofmarcher 7e2a3cb942 feat/#16/team-self-registration 2024-05-19 22:06:11 +00:00
rafael 63d86d5181 prettier fix 2024-05-19 12:28:22 +02:00
rafael 9c5df6b487 fix: delete import 2024-05-19 12:26:15 +02:00
rafael 50680f6329 Merge branch 'bug/#63/fix-crud-bugs=account' of https://reset.inso.tuwien.ac.at/repo/2024ss-se-pr-group/24ss-se-pr-qse-11 into bug/#63/fix-crud-bugs=account 2024-05-19 12:24:13 +02:00
rafael ebec94e402 prettier 2024-05-19 12:14:48 +02:00
rafael 0b32d4054a bug/(#63): bugs fixes, Confirm Action dialog 2024-05-19 12:09:45 +02:00
rafael b9e9b37700 added testbase delete db, confirmdialog, updated userendpoint 2024-05-19 11:24:07 +02:00
Christoph Heiss 177c8e93aa address bugs & security issues around user login 2024-05-18 22:07:10 +00:00
Moritz Kepplinger b800d517c3 fix/#56/fix tournament date 2024-05-18 21:02:46 +00:00
rafael e44fe90f82 prettier 2024-05-17 21:23:08 +02:00
rafael be6d9cfdae bug/(#63): bugs fixes, Confirm Action dialog 2024-05-17 21:20:51 +02:00
MohammedKevin 932158b333 refactor(#61): move sidebar to separete component 2024-05-17 14:12:33 +02:00
MohammedKevin 05f6405690 refactor(#61): route module 2024-05-17 14:01:30 +02:00
MohammedKevin 5dcd52b3ca feature(#61): style sidebar 2024-05-17 13:52:09 +02:00
MohammedKevin 6407d9db76 feature(#61): generate layout components 2024-05-17 12:49:45 +02:00
Matthias Hofmarcher bf610bc942 fixed broken openapi-generated client code by setting "application/json" as default mimetype 2024-05-16 22:16:05 +00:00