Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:46:32 +01:00
40df17ee91 Enhance logging in WebSocket server: Add detailed logging for TLS initialization, TCP connection acceptance, and WebSocket handshake processes. Improve error messages to provide clearer feedback on potential issues, enhancing overall server diagnostics and user awareness.
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:38:40 +01:00
5f55aeea99 Refactor money change action string in EventsWorker: Simplify the action string for money history by differentiating between positive and negative changes. Remove unnecessary parameters from the function signature to enhance clarity and maintainability.
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:35:49 +01:00
408221ffb4 Refactor notification structure in EventsWorker: Simplify the JSON notification format by separating the value object and ensuring it only contains relevant data without translations. Update action string for money changes to include specific event titles, enhancing clarity for frontend access.
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 14:01:20 +01:00
5475ae24f6 Refactor production calculation in DirectorWorker: Update the logic for determining the number of items to produce, ensuring it adheres to capacity constraints and maximum production limits. Add safety checks and logging for potential errors in production calculations, enhancing reliability and debugging capabilities.
torsten pushed to main at torsten/yourpart3 2026-01-12 13:48:40 +01:00
9273066f61 Refactor trait handling in FalukantService and FamilyView for improved data consistency
torsten pushed to main at torsten/yourpart3 2026-01-12 13:44:31 +01:00
7d59dbcf84 Update mood and character traits handling in FalukantService to ensure default values are set when no data is available. This change improves robustness in data retrieval by preventing potential undefined values.
torsten pushed to main at torsten/yourpart3 2026-01-12 12:02:49 +01:00
015d1ae95b Refactor getGiftCost method in FalukantService for improved performance
torsten pushed to main at torsten/yourpart3 2026-01-12 11:57:20 +01:00
e2cd6e0e5e Refactor relationship retrieval in FalukantService for improved performance
torsten pushed to main at torsten/yourpart3 2026-01-12 11:49:53 +01:00
ec113058d0 Enhance getGifts method in FalukantService with detailed performance metrics and optimized data retrieval
torsten pushed to main at torsten/yourpart3 2026-01-12 11:46:20 +01:00
d2ac2bfdd8 Optimize gift retrieval in FalukantService by loading only necessary fields and implementing parallel data fetching. This change enhances performance and reduces data overhead during the gift and title of nobility retrieval process.
torsten pushed to main at torsten/yourpart3 2026-01-12 11:35:40 +01:00
d75fe18e6a Optimize user and character loading in FalukantService by querying only necessary fields. This change enhances performance and reduces data overhead during retrieval.
torsten pushed to main at torsten/yourpart3 2026-01-12 11:31:53 +01:00
479f222b54 Refactor character retrieval in FalukantService for improved clarity
torsten pushed to main at torsten/yourpart3 2026-01-12 11:28:34 +01:00
013c536b47 Refactor firstNameMap creation in FalukantService for improved efficiency
torsten pushed to main at torsten/yourpart3 2026-01-12 11:24:58 +01:00
3b983a0db5 Update attribute mapping in FalukantService for mood data retrieval
torsten pushed to main at torsten/yourpart3 2026-01-12 11:16:25 +01:00
5f9559ac8d Update FalukantService to utilize FalukantCharacterTrait for character relationships
torsten pushed to main at torsten/yourpart3 2026-01-12 11:09:24 +01:00
f487e6d765 Enhance getFamily method in FalukantService for performance and data retrieval
torsten pushed to main at torsten/yourpart3 2026-01-12 08:58:31 +01:00
5e26422e9c Add batch price retrieval for products in region
torsten pushed to main at torsten/yourpart3 2026-01-12 08:46:58 +01:00
64baebfaaa Optimize proposal generation in FalukantService using CTEs
torsten pushed to main at torsten/yourpart3 2026-01-12 08:39:42 +01:00
521dec24b2 Enhance proposal generation logic in FalukantService
torsten pushed to falukant-3d at torsten/yourpart3 2026-01-12 08:33:29 +01:00
d74f7b852b Refactor proposal generation in FalukantService to improve character selection logic