Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-02-05 08:19:32 +01:00
a5bec5baf7 Update CSS styles in OverviewView component: Added relative positioning and z-index to enhance layout control and ensure proper stacking of elements.
torsten pushed to main at torsten/yourpart-daemon 2026-02-05 08:16:56 +01:00
1e565e6dd9 Refactor money change handling in EventsWorker: Updated the logic for applying money changes to use the current money value for calculations, ensuring accurate adjustments. Introduced a new method to retrieve the current money of a user, enhancing error handling and improving the overall clarity of the code.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:44:18 +01:00
8d23453371 Add watcher for branchId in DirectorInfo component: Implemented a watcher to trigger loadDirector method when branchId changes, enhancing data responsiveness in the UI.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:37:45 +01:00
2184c4a7e1 Import ProductPriceHistory model in associations.js to establish necessary relationships for product pricing data management.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:27:49 +01:00
ba5e36fa55 Initialize model associations in server setup: Import and invoke setupAssociations to ensure all models share the same instance, preventing EagerLoadingError and enhancing data integrity before loading the app and services.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:20:44 +01:00
70d1d48fbc Refactor vehicle loading in FalukantService: Update logic to load vehicle types and transports using separate queries, improving performance and preventing EagerLoadingError. Simplify data retrieval by mapping vehicle types and organizing transports by vehicle ID, enhancing code clarity and efficiency.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:16:09 +01:00
d23026121e Refactor child character loading in FalukantService: Update logic to load child relations using separate queries, improving performance and preventing EagerLoadingError. Simplify data retrieval by eliminating unnecessary eager loading and enhancing clarity in the code structure.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:12:39 +01:00
057b038fac Refactor relationship loading in FalukantService: Update logic to load relationships without eager loading, preventing EagerLoadingError. Enhance data retrieval by using separate queries for traits and moods, improving performance and reliability.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:07:08 +01:00
0697f3d363 Refactor trait and mood field names in FalukantService: Update database query conditions to use camelCase for traitId and moodId, ensuring consistency with model definitions and improving code readability.
torsten pushed to main at torsten/yourpart3 2026-02-04 15:05:23 +01:00
400d44289c Update primary key constraints in promotional gift models: Set giftId and traitId as primary keys in PromotionalGiftCharacterTrait and PromotionalGiftMood models to ensure data integrity. Enhance FalukantService to load character traits and user house data with separate queries, improving performance and preventing EagerLoadingError.
torsten pushed to main at torsten/yourpart-daemon 2026-02-04 14:50:41 +01:00
deaf5ac6ca Refactor variable naming in DirectorWorker: Updated variable names to improve code clarity by prefixing with underscores for unused variables. This change enhances readability and maintains functionality without altering logic.
torsten pushed to main at torsten/yourpart-daemon 2026-02-04 14:47:00 +01:00
d94fa791b3 Add child relation deletion by parent query: Introduced a new SQL query to delete child relations where the character is either a father or mother. Updated relevant workers to execute this query before deleting child relations, ensuring proper cleanup of relationships during character deletion.
torsten pushed to main at torsten/yourpart3 2026-02-04 14:20:25 +01:00
bbc3354f16 Refactor user house retrieval in FalukantService: Update logic to check for user ID before querying UserHouse, preventing unnecessary database calls and improving error handling. Maintain separate queries for UserHouse and relationships to avoid EagerLoadingError.
torsten pushed to main at torsten/yourpart3 2026-02-04 14:12:28 +01:00
d038d72cde Refactor user and relationship data retrieval in FalukantService: Update loading logic to use separate queries for UserHouse and relationships, improving reliability and preventing EagerLoadingError. Enhance heir selection UI with new translations in German and English, providing better user guidance during character selection.
torsten pushed to main at torsten/yourpart3 2026-02-04 14:01:30 +01:00
16e54d20d0 Refactor user and relationship loading in FalukantService: Replace eager loading of UserHouse and relationships with separate queries to prevent EagerLoadingError. This change enhances data retrieval reliability and maintains performance during user-related operations.
torsten pushed to main at torsten/trainingstagebuch 2026-02-04 13:44:12 +01:00
84bbcb0f87 fix(club): adjust access request button placement in ClubView
torsten pushed to main at torsten/trainingstagebuch 2026-02-04 13:42:35 +01:00
f9a63a13ce fix(club): enhance error handling in loadClub method
torsten pushed to main at torsten/trainingstagebuch 2026-02-04 13:39:54 +01:00
2a7694617b feat(i18n): add access request pending message to multiple languages
torsten pushed to main at torsten/trainingstagebuch 2026-02-04 13:32:44 +01:00
6ff672c5f1 fix(club): improve error handling and access logic in loadClub method
torsten pushed to main at torsten/trainingstagebuch 2026-02-04 13:30:25 +01:00
a2e9e5e510 feat(club): enhance access request functionality in ClubView