Torsten Schulz torsten
  • Joined on 2025-12-19
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.
torsten pushed to main at torsten/yourpart3 2026-01-30 15:14:39 +01:00
7ed284d74b Add widget functionality for birthdays, upcoming events, and mini calendar: Implement new API endpoints in calendarController and calendarService to retrieve upcoming birthdays and events, as well as mini calendar data. Update calendarRouter to include widget routes and enhance DashboardWidget to dynamically render new widget components. This update improves user experience by providing quick access to important calendar information.
torsten pushed to main at torsten/yourpart3 2026-01-30 14:59:35 +01:00
f65d3385ec Add friends' birthdays feature: Implement API endpoint to retrieve friends' birthdays for a specified year, enhance calendar service to handle visibility checks, and update CalendarView to display birthday events with distinct styling. This update improves user experience by allowing users to view important dates of their friends.
torsten pushed to main at torsten/yourpart3 2026-01-30 14:43:10 +01:00
7635355e94 Add all-day event functionality to CalendarView: Introduce a new section for displaying all-day events in both week and day views. Update localization files to include translations for 'All Day' in English and German. Enhance event handling methods to support all-day events, improving the overall calendar experience.
torsten pushed to main at torsten/yourpart3 2026-01-30 14:41:05 +01:00
ec75c7ecdb Improve date handling in CalendarView: Add comments to clarify the logic for setting the date to the first of the month to prevent overflow issues when navigating between months. This enhancement aids in maintaining accurate date transitions in the calendar view.
torsten pushed to main at torsten/yourpart3 2026-01-30 14:35:11 +01:00
786420d1d2 Refactor date handling in CalendarView: Update date formatting to use local timezone instead of UTC, enhancing accuracy in date representation. Introduce a new helper method for consistent date formatting across the component. This change improves the overall user experience by ensuring dates are displayed correctly.