Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-01-16 16:25:25 +01:00
59c05b3628 Implement job hierarchy and region depth calculations in FalukantService; enhance PoliticsView with own position highlighting
torsten pushed to main at torsten/yourpart3 2026-01-15 14:08:04 +01:00
d3629a8a09 Enhance character name resolution logic in MessagesDialog component
torsten pushed to main at torsten/yourpart-daemon 2026-01-15 13:45:34 +01:00
0083d7be23 Add daily cleanup of old notifications in EventsWorker: Implement a new method to delete notifications older than 30 days, enhancing database management and reducing clutter. Update run loop to trigger this cleanup daily, ensuring timely maintenance of notification records.
torsten pushed to main at torsten/yourpart3 2026-01-15 13:33:57 +01:00
a17e8537fb Enhance character name resolution in enrichNotificationsWithCharacterNames function
torsten pushed to main at torsten/yourpart-daemon 2026-01-15 13:33:42 +01:00
fc1b0c2259 Refactor personal event handling in EventsWorker: Introduce a new CharacterInfo struct to encapsulate character details extracted from event effects. Streamline the application of personal effects by consolidating logic into a single method, improving clarity and maintainability. Enhance notification creation by directly incorporating character information, ensuring accurate event communication.
torsten pushed to main at torsten/yourpart-daemon 2026-01-15 13:27:32 +01:00
63a89588ac Refactor event notification handling in EventsWorker: Simplify notification creation by removing unnecessary value object and directly incorporating character information into the notification JSON. Add early exit for events with no effects, improving clarity and efficiency in event processing.
torsten pushed to main at torsten/yourpart3 2026-01-15 13:11:51 +01:00
a7f23c5885 Refactor update-backend.sh script for improved .env file handling and backup process
torsten pushed to main at torsten/yourpart3 2026-01-15 09:28:04 +01:00
b706191a0e Refactor effect handling in enrichNotificationsWithCharacterNames to improve data parsing
torsten pushed to main at torsten/yourpart3 2026-01-15 08:16:06 +01:00
ba469ef900 Refactor notification handling in FalukantService to improve data processing
torsten pushed to main at torsten/yourpart3 2026-01-14 16:22:09 +01:00
e852346b94 Update mood handling in FalukantService and enhance Socket.io configuration in store
torsten pushed to main at torsten/yourpart3 2026-01-14 15:29:56 +01:00
02d24eccd8 Add 'sleep' status to Production model and update related components
torsten pushed to main at torsten/yourpart-daemon 2026-01-14 15:26:17 +01:00
f32c4b1456 Add sleep management for productions in ProduceWorker: Implement logic to set productions to sleep when storage capacity is insufficient. Introduce methods for processing and retrieving sleep productions, enhancing inventory management and production flow control.
torsten pushed to main at torsten/yourpart3 2026-01-14 14:59:11 +01:00
d1359ccc36 Refactor proposal mapping in FalukantService to handle null characters
torsten pushed to main at torsten/yourpart3 2026-01-14 14:38:49 +01:00
52c7f1c7ba Refactor sendMessageToConnection method to enhance user data validation and message handling
7a2749c405 Remove redundant exception handling in sendMessageToConnection method to streamline error logging and improve code clarity.
d71df901ed Refactor message sending logic in WebSocket server to improve direct transmission and error handling
1af4b6c2e4 Enhance logging and error handling in sendMessageToConnection method
2595cb8565 Enhance error handling and logging in WebSocket server message sending
Compare 55 commits »
torsten pushed to main at torsten/yourpart3 2026-01-14 14:30:54 +01:00
cd739fb52e Refactor server.js for improved WebSocket and API configurations
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 14:27:31 +01:00
e21b50fc38 fix(accidentForm): update sorting logic to prioritize first name over last name
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 14:10:53 +01:00
23caeddf9e fix(accidentForm): improve member sorting and add key for reactivity
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 14:07:30 +01:00
663125670e fix(accidentForm): prevent reactivity issues by creating a new sorted array
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 14:00:45 +01:00
515e04d1e3 feat(accident): update accident field type and enhance textarea styling
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 13:56:21 +01:00
bf082ea995 chore(deps): update dependencies and remove unused files