Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart-daemon 2026-05-13 22:06:11 +02:00
cb22b111a3 Enhance birth delivery queries to prevent multiple births per mother per day: Updated SQL queries for marriage and planned character birth deliveries to include checks that prevent a mother from having more than one child born on the same calendar day. This change ensures compliance with the business rule of one child per mother per day, regardless of the father.
torsten pushed to main at torsten/trainingstagebuch 2026-05-13 10:57:26 +02:00
7981371136 feat(TrainingCancellation): enhance cancellation functionality and localization support
torsten pushed to main at torsten/trainingstagebuch 2026-05-13 10:21:32 +02:00
004801b1a6 feat(Calendar): integrate CalendarEvent model and enhance calendar functionality
torsten pushed to main at torsten/trainingstagebuch 2026-05-13 00:19:34 +02:00
9be5f50ede feat(TODO): update phases for orders, billing, and calendar features
torsten pushed to main at torsten/trainingstagebuch 2026-05-13 00:11:06 +02:00
ea46a6d4f9 feat(CalendarView): enhance training slot merging and event normalization
torsten pushed to main at torsten/trainingstagebuch 2026-05-13 00:07:49 +02:00
61b1f27e5e feat(CalendarView): merge recurring training slots and enhance event filtering
torsten pushed to main at torsten/trainingstagebuch 2026-05-13 00:01:28 +02:00
54d9b9fc86 feat(MatchService): enhance match filtering for own teams and update mobile app settings
torsten pushed to main at torsten/trainingstagebuch 2026-05-12 23:52:56 +02:00
57468f1efb feat(Tournament): add official tournament participation feature
torsten pushed to main at torsten/trainingstagebuch 2026-05-12 23:46:09 +02:00
bea5facb7d feat(ClubSettings): add country and state code fields for regional calendar data
torsten pushed to dev at torsten/harheimertc 2026-05-12 23:25:30 +02:00
dba2747883 Enhance fillable template generation by adding logo and refactoring header drawing
torsten pushed to main at torsten/trainingstagebuch 2026-05-12 23:23:07 +02:00
1e23171370 feat(TournamentTab): add HTML escaping utility and improve player name rendering
torsten pushed to main at torsten/trainingstagebuch 2026-05-12 23:14:34 +02:00
48f71b9df1 chore: update .gitignore and enhance backend and mobile app functionality
torsten pushed to dev at torsten/harheimertc 2026-05-12 23:00:09 +02:00
a30692a053 Update package version to 1.2.0, enhance fillable template generation with underlined text fields, and update PDF templates
torsten pushed to main at torsten/singlechat 2026-05-12 15:43:54 +02:00
37d752cce9 Enhance broadcast.js with comprehensive statistics reporting
torsten pushed to main at torsten/singlechat 2026-05-12 15:40:37 +02:00
8d323ceab1 Refactor command handling in ChatRepository for Android and iOS
torsten pushed to main at torsten/singlechat 2026-05-12 14:26:00 +02:00
810b084e10 Refactor application structure and configuration
torsten pushed to main at torsten/trainingstagebuch 2026-05-12 09:49:51 +02:00
27f8af559b fix(DiaryView): update plan status badge rendering logic
torsten pushed to main at torsten/yourpart-daemon 2026-05-09 09:19:20 +02:00
208f16e30b Refactor satisfaction update logic in DirectorWorker: Simplified the SQL query for updating director satisfaction by introducing a common table expression (CTE) for updated satisfaction values. This change enhances readability and maintains the integrity of satisfaction updates while ensuring accurate data retrieval from both new and adjusted income calculations.
torsten pushed to main at torsten/trainingstagebuch 2026-05-08 14:02:28 +02:00
be9caf92a4 refactor(DiaryDateActivityService): improve orderId calculation logic for group activities
torsten pushed to main at torsten/trainingstagebuch 2026-05-08 13:57:34 +02:00
808493c06e refactor(DiaryView): streamline activity posting logic by consolidating group handling