Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-01-26 17:15:38 +01:00
16f3d1a320 Verbessere Fehlerbehandlung beim Geschenkeversand: Füge Unterstützung für Retry-Nachricht und verbessere die Lokalisierung der Fehlermeldungen in FamilyView hinzu.
torsten pushed to main at torsten/yourpart3 2026-01-26 16:45:16 +01:00
955ea1a9ed Enhance gift sending logic: Implement retry mechanism for 'tooOften' error in FalukantService and update error handling in FamilyView to display retry time.
torsten pushed to main at torsten/yourpart3 2026-01-26 16:27:39 +01:00
ca614f6cc2 Enhance database connection management by introducing configurable pool settings and implementing a retry mechanism for transient connection issues. Updated Sequelize pool options to use environment variables for better flexibility and added a retry wrapper for initializing settings to handle connection timeouts gracefully.
torsten pushed to main at torsten/yourpart3 2026-01-26 16:03:51 +01:00
71748f6aa0 Refactor SaleSection component: Simplify sell item and sell all logic, remove unnecessary state management, and improve UI feedback. Update translations and clean up unused code in i18n files. Optimize price loading in BranchView and remove legacy product loading in MoneyHistoryView. Streamline PoliticsView by removing own character ID handling and related logic.
torsten pushed to main at torsten/yourpart3 2026-01-26 10:10:25 +01:00
80b639b511 Remove deprecated relationship change log migration and enhance error handling in FalukantService for partner retrieval
torsten pushed to main at torsten/yourpart3 2026-01-26 09:54:44 +01:00
bba68da488 Add RelationshipChangeLog model and enhance character loading logic
torsten pushed to main at torsten/yourpart3 2026-01-23 17:20:03 +01:00
29c2b53f53 Refactor VocabLessonView route definition for improved readability
torsten pushed to main at torsten/yourpart3 2026-01-23 14:42:24 +01:00
c3cc248a39 Add VocabLessonView component to socialRoutes
torsten pushed to main at torsten/yourpart3 2026-01-23 13:56:22 +01:00
fb821dbf21 Update color scheme across components to use new primary orange variable
torsten pushed to main at torsten/yourpart3 2026-01-23 13:53:34 +01:00
079250fcd7 Add notification messages for office filling in German and English locales
torsten pushed to main at torsten/yourpart3 2026-01-23 13:46:09 +01:00
120cb5fadd Refactor and reintroduce character name enrichment logic in FalukantService
torsten pushed to main at torsten/yourpart3 2026-01-23 13:39:18 +01:00
d3a554108f Enhance syncModelsAlways function to handle problematic ENUM changes
torsten pushed to main at torsten/yourpart3 2026-01-23 13:35:34 +01:00
6471158847 Add connection management scripts to package.json
torsten pushed to main at torsten/yourpart3 2026-01-23 13:28:33 +01:00
1c442eb195 Update Sequelize configuration for improved connection management
torsten pushed to main at torsten/yourpart3 2026-01-23 13:18:50 +01:00
13f5660fee Add sync-tables script to package.json for table synchronization
torsten pushed to main at torsten/yourpart3 2026-01-23 13:13:39 +01:00
9333a8318c Enhance query handling and foreign key management in sequelize.js
torsten pushed to main at torsten/yourpart3 2026-01-23 12:48:29 +01:00
c1cda5fa62 Enhance Sequelize configuration and query handling in sequelize.js
torsten pushed to main at torsten/yourpart-daemon 2026-01-23 10:53:01 +01:00
2ac474fe0c Refactor relationship type retrieval in user character workers: Simplify the extraction of relationship types in UserCharacterWorker, CharacterCreationWorker, and EventsWorker by replacing and_then with map for improved readability and consistency.
torsten pushed to main at torsten/yourpart-daemon 2026-01-23 10:48:18 +01:00
c8668c59eb Refactor relationship type retrieval in character workers: Simplify the extraction of relationship types in CharacterCreationWorker, EventsWorker, and UserCharacterWorker by streamlining the use of and_then for better readability and maintainability.
torsten pushed to main at torsten/yourpart-daemon 2026-01-23 10:46:35 +01:00
0399333163 Enhance relationship deletion logging across workers: Implement detailed logging for the number of deleted relationships in CharacterCreationWorker, EventsWorker, and UserCharacterWorker, improving traceability and user awareness during character interactions.