Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-03-22 10:28:26 +01:00
5f9e0a5a49 Refactor AppContent and NoLoginView styles for improved layout: Adjust flex properties and dimensions to enhance responsiveness and ensure consistent spacing across components.
torsten pushed to main at torsten/yourpart3 2026-03-22 10:10:38 +01:00
9af974d2f2 Update NoLoginView styling: Adjust action panel dimensions and layout for improved responsiveness and spacing. Enhance flex properties to ensure better alignment and visual consistency across components.
torsten pushed to main at torsten/yourpart-daemon 2026-03-22 10:09:29 +01:00
d921dc2f7e Integrate servant management into Falukant family dynamics: Added support for servant-related logic in FalukantFamilyWorker, including daily and monthly processing of servant data. Updated SQL queries to handle servant attributes and integrated servant discretion modifiers into relationship calculations, enhancing family interaction and satisfaction tracking.
torsten pushed to main at torsten/yourpart3 2026-03-22 10:05:32 +01:00
c0f9fc8970 Add lightweight mode to Character3D component: Introduce a new lightweight prop for optimized model loading based on age group. Update NoLoginView to utilize lightweight characters. Adjust styling for better layout and overflow handling in home view components.
torsten pushed to main at torsten/yourpart3 2026-03-22 09:57:46 +01:00
876ee2ab49 Add servant management features: Implement endpoints for hiring, dismissing, and setting pay levels for servants in the FalukantController. Update UserHouse model to include servant-related attributes. Enhance frontend components to manage servant details, including staffing state and household order, with corresponding localization updates in multiple languages.
torsten pushed to main at torsten/yourpart-daemon 2026-03-22 09:48:18 +01:00
c209c41b52 Implement notification system for character death events: Added a new method in UserCharacterWorker to notify users of character deaths, including directors, relationships, and children. Updated SQL queries to support the insertion of notifications with event types, enhancing user engagement and real-time updates.
torsten pushed to main at torsten/yourpart-daemon 2026-03-22 09:43:39 +01:00
4086e9a207 Refactor pregnancy handling in UserCharacterWorker: Changed the pregnancy check from a daily to an hourly basis, updating the associated method and SQL query to reflect this new frequency. This adjustment improves the accuracy of pregnancy probability calculations and aligns with the updated family dynamics logic.
torsten pushed to main at torsten/yourpart3 2026-03-20 11:37:49 +01:00
2977b152a2 Implement lover relationship management features: Add endpoints for creating, acknowledging, and managing lover relationships in the FalukantController. Enhance backend models with RelationshipState for tracking relationship statuses. Update frontend components to display and manage lover details, including marriage satisfaction and household tension. Improve localization for new features in multiple languages.
torsten pushed to main at torsten/yourpart-daemon 2026-03-20 11:02:30 +01:00
ac5ec3a245 Enhance Falukant family dynamics: Updated the FalukantFamilyWorker to incorporate marriage buffs and detailed age rules for relationships. Added new WebSocket events for real-time updates and expanded SQL queries to support marriage state and buff management, improving overall family interaction and satisfaction tracking.
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 10:54:01 +01:00
e55ee0f88a style(App): update navigation icons for improved clarity
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 10:43:26 +01:00
128b13c679 style(App): add padding adjustment for collapsed sidebar
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 10:40:45 +01:00
65d464eab9 style(App, ScheduleLayoutShell, ScheduleView): enhance layout for full-height routes
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 10:33:39 +01:00
5a9e5913a6 style(DiaryParticipantsPanel, Home): enhance layout and responsiveness
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 10:27:22 +01:00
80f8934bc8 style(ScheduleView): improve table responsiveness and layout
torsten pushed to main at torsten/yourpart-daemon 2026-03-20 10:26:17 +01:00
6a5ff4557e Add FalukantFamilyWorker and related SQL queries: Introduced the FalukantFamilyWorker to manage family-related logic, including marriage satisfaction and relationship states. Added new SQL queries for handling lover relationships and marriage updates, enhancing the overall functionality of family dynamics in the application.
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 10:20:51 +01:00
36690980b7 feat(ViteConfig, App, Router, DialogManager, MembersView, ScheduleView, ClubView, Home, TournamentsView, TrainingStatsView): enhance performance and responsiveness
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 10:02:40 +01:00
cc6d1f6ebe feat(App, ScheduleView): implement mobile club picker and location dialog
torsten pushed to main at torsten/yourpart3 2026-03-20 09:41:04 +01:00
c7d33525ff Enhance usability and localization across components: Update USABILITY_CONCEPT.md with new focus areas, improve user feedback in AppFooter and FamilyView components, and refine text in various UI elements for better clarity and consistency. Replace console logs with user-friendly messages, correct German translations, and streamline interaction logic in multiple components.
torsten pushed to main at torsten/trainingstagebuch 2026-03-20 09:05:18 +01:00
cbc5054f1f feat(i18n, CourtDrawingTool, MembersOverviewSection): enhance internationalization and UI components
torsten pushed to main at torsten/yourpart3 2026-03-19 16:18:53 +01:00
1774d7df88 Refactor feedback handling across components: Replace alert and confirm calls with centralized feedback functions for improved user experience. Update various components to utilize showError, showSuccess, and confirmAction for consistent messaging and confirmation dialogs. Enhance UI responsiveness and maintainability by streamlining feedback logic.