Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/trainingstagebuch 2026-01-31 00:05:22 +01:00
75cc2df06b fix(tournament): filter final placements by class group count in TournamentPlacementsTab
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:56:06 +01:00
7454a274a1 fix(tournament): refine birth date handling and eligibility checks in TournamentTab
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:48:53 +01:00
380709c29c fix(tournament): improve birth year eligibility checks in TournamentTab
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:36:59 +01:00
c6f8b4dd74 fix(tournament): update age eligibility descriptions for mini championships
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:32:54 +01:00
02c947b0e3 fix(tournament): update birth year eligibility checks in TournamentTab
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:28:31 +01:00
c3366313d6 feat(tournament): add debug logging for member eligibility checks in TournamentTab
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:23:34 +01:00
b1e184c4c2 refactor(tournament): streamline participant filtering logic in TournamentParticipantsTab and TournamentTab
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:22:38 +01:00
3e05bdab51 fix(tournament): correct comment typo in addTournament method
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:21:13 +01:00
fde6ba55d2 feat(tournament): enable external participation in tournaments
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:18:38 +01:00
19410a0ee2 feat(tournament): enhance age class display in TournamentClassList
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:16:03 +01:00
28db204aba refactor(tournament): simplify tournament creation by removing duplicate checks
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:12:46 +01:00
47a815dd71 feat(tournament): enhance tournament creation with group settings and winning sets logic
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:09:24 +01:00
14dc654145 feat(tournament): refine mini championship creation and UI integration
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:03:51 +01:00
025ad68cf3 feat(tournament): adjust mini championship year label and winning sets logic
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 23:01:44 +01:00
89f30f76f5 feat(tournament): update mini championship creation to include location
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 22:58:43 +01:00
85c26bc80d feat(tournament): add mini championship functionality and enhance tournament class handling
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 22:51:05 +01:00
6cdcbfe0db feat(tournament): enhance tournament group handling for pools and classes
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 22:45:56 +01:00
7e1b09fa97 feat(tournament): add participant gave-up functionality and UI updates
torsten pushed to main at torsten/trainingstagebuch 2026-01-30 22:32:51 +01:00
18a191f686 fix(tournament): improve match identification logic for player IDs
torsten pushed to main at torsten/yourpart3 2026-01-30 15:43:31 +01:00
067273d428 Refactor event handling in CalendarView: Simplify event update and creation logic by removing unnecessary response handling. Implement event reloading after save and delete operations to ensure a clean state. This enhancement improves the reliability of event management in the calendar.