Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-03-31 18:10:20 +02:00
1e801b33a5 refactor(AppSectionBar): update localization keys for section labels and titles
torsten pushed to main at torsten/yourpart3 2026-03-31 17:40:06 +02:00
c6caeefb5f feat(bisaya-course): enhance German course content and localization support
torsten pushed to main at torsten/trainingstagebuch 2026-03-31 15:50:15 +02:00
b62b61505c fix(deploy): update SSH key handling in deployment workflow
torsten pushed to main at torsten/yourpart-daemon 2026-03-31 15:14:04 +02:00
619e5e5123 Refactor death log handling in UserCharacterWorker: Introduced a new function optional_linked_names to streamline the retrieval of linked names (spouses, children, lovers) in the death context. This change enhances error handling and maintains the integrity of the deceased character's data in JSON format. Updated the handle_character_death method to utilize the new function, improving code readability and maintainability.
torsten pushed to main at torsten/trainingstagebuch 2026-03-31 13:49:41 +02:00
49df0cc381 chore(deploy): remove obsolete deployment script from Gitea workflows
torsten pushed to main at torsten/trainingstagebuch 2026-03-31 13:44:30 +02:00
5eff1d63aa feat(ClubTeam): enhance club team management with lineup features and member eligibility
torsten pushed to main at torsten/yourpart3 2026-03-31 12:09:56 +02:00
b1990334b9 feat(falukant): enhance relationship state handling and director updates
torsten pushed to main at torsten/yourpart3 2026-03-31 11:59:51 +02:00
3187a6e7b0 feat(vocab): add lesson and completed lesson vocab pool endpoints
torsten pushed to main at torsten/yourpart3 2026-03-31 11:42:25 +02:00
01293b0102 feat(bisaya-course): update German course creation script to support default owner retrieval
torsten pushed to main at torsten/yourpart3 2026-03-31 11:36:14 +02:00
0d625f1727 feat(falukant): add age information to lovers in family view
torsten pushed to main at torsten/yourpart3 2026-03-31 10:29:25 +02:00
db0e80a559 feat(falukant): enhance child details with other parent information and birth context
torsten pushed to main at torsten/yourpart-daemon 2026-03-31 10:29:08 +02:00
b3578c65b8 Enhance production certificate logic and event handling: Updated the daily recalculation process in FalukantFamilyWorker to decouple it from family migration, ensuring consistent execution. Introduced a new mechanism to reset certificates upon succession without heirs, improving user experience. Refined SQL queries for better data retrieval and event publishing, including distinct character selection logic. Enhanced documentation for clarity on the updated processes and their implications.
torsten pushed to main at torsten/yourpart-daemon 2026-03-31 10:14:28 +02:00
64080211d1 Refactor SSH connection steps in deployment workflow: Updated environment variable names for clarity and added logging for resolved configuration. Enhanced SSH connection commands to utilize the new variable names, improving maintainability and readability of the deployment process.
torsten pushed to main at torsten/yourpart3 2026-03-31 10:14:11 +02:00
9b3898e43c refactor(deploy): update deployment workflow for production
torsten pushed to main at torsten/yourpart3 2026-03-31 10:13:14 +02:00
dba9eb8692 feat(bisaya-course): enhance evening and sleep routines in course content
torsten pushed to main at torsten/yourpart-daemon 2026-03-31 10:03:06 +02:00
57f3d27eb7 Update deployment workflow for blue-green strategy: Renamed workflow to 'Deploy yourpart (blue-green)' and refactored SSH connection steps to utilize environment variables for host, port, and user. Changed deployment script to align with blue-green deployment practices, enhancing clarity and maintainability.
torsten pushed to main at torsten/yourpart-daemon 2026-03-31 09:58:35 +02:00
a7a6ea1ff9 Refactor planned pregnancy management in UserCharacterWorker and SQL: Updated queries to handle planned births and clear pregnancy records post-birth. Streamlined pregnancy processing logic with readiness checks and improved child relation insertion. Enhanced documentation for better understanding of planned pregnancy features and their integration.
torsten pushed to main at torsten/yourpart3 2026-03-31 09:39:48 +02:00
734b8f9463 feat(bisaya-course): enhance evening greetings and sleep-related exercises
torsten pushed to main at torsten/yourpart3 2026-03-31 09:04:28 +02:00
6b3aee458a feat(bisaya-course): expand exercises for shopping, neighborhood visits, conflict resolution, and free speaking
torsten pushed to main at torsten/yourpart-daemon 2026-03-31 09:04:00 +02:00
b1bf96a2ce Implement planned pregnancy management in UserCharacterWorker and SQL: Added new queries for handling planned births and clearing character pregnancy records after birth. Refactored pregnancy processing logic to incorporate checks for planned pregnancy readiness and streamlined the insertion of child relations based on birth context. Enhanced documentation for clarity on the new planned pregnancy features and their integration into the existing system.