Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart-daemon 2026-04-13 15:07:42 +02:00
df092d1790 Add notify module and update notification SQL query: Introduced a new notify module for handling notifications. Updated the SQL query in insert_notification_conn to use QUERY_INSERT_NOTIFICATION instead of QUERY_INSERT_NOTIFICATION_FULL, simplifying the notification insertion process.
torsten pushed to main at torsten/yourpart-daemon 2026-04-13 15:05:03 +02:00
670ea093d0 Update YpDaemon version to 0.5.0 and change edition to 2024 in Cargo.toml and Cargo.lock for improved compatibility and feature enhancements.
torsten pushed to main at torsten/yourpart-daemon 2026-04-13 15:02:54 +02:00
8593824a73 Enhance sell log SQL query: Updated the QUERY_ADD_SELL_LOG to include a sell_timestamp field in the conflict resolution clause, ensuring accurate tracking of sell events. This change improves the logging mechanism for sales data in the database.
torsten pushed to main at torsten/yourpart-daemon 2026-04-13 14:53:10 +02:00
7ca43da52d Refactor product start calculation and SQL query: Updated the documentation for the best product start logic to clarify the ranking criteria and cost calculations. Adjusted the SQL query to enhance the worth calculation by incorporating new logic for category-based costs and headroom discounts, ensuring consistency with the updated pricing strategy.
torsten pushed to main at torsten/yourpart3 2026-04-13 13:59:40 +02:00
b0624422b8 feat(falukant): update production counting logic and enhance localization
torsten pushed to main at torsten/yourpart-daemon 2026-04-13 12:21:38 +02:00
2cca0da750 Update version and edition in Cargo.toml; enhance breakup risk management in FalukantFamilyWorker: Added logic to automatically deactivate low-affection relationships and notify users of high breakup risks. Updated SQL queries to support these changes.
torsten pushed to main at torsten/yourpart3 2026-04-13 12:21:27 +02:00
162e908c1c feat(falukant): add 'lover_breakup_risk_high' event handling and localization updates
torsten pushed to main at torsten/yourpart3 2026-04-13 12:09:20 +02:00
1bce855b3a feat(falukant): enhance marriage actions with production delay handling and UI updates
torsten pushed to main at torsten/yourpart3 2026-04-13 11:41:20 +02:00
ba72d4fb74 feat(i18n): update 'acknowledgeHelp' translations and enhance UI interaction
torsten pushed to main at torsten/yourpart3 2026-04-13 11:27:13 +02:00
e2f4b255ff removed double question
torsten pushed to main at torsten/yourpart3 2026-04-10 16:08:53 +02:00
60ef98283f fix(falukant): validate office term length and adjust term end calculation
torsten pushed to main at torsten/yourpart3 2026-04-10 14:35:53 +02:00
c6419c6c34 feat(vocab): implement pagination and localization for vocabulary dictionaries
torsten pushed to main at torsten/yourpart3 2026-04-10 14:26:04 +02:00
f46c864bbc feat(vocab-lesson): implement pagination for vocabulary overview in lesson view
torsten pushed to main at torsten/yourpart3 2026-04-10 13:33:27 +02:00
545314e905 feat(i18n, frontend): enhance course planning with optional steps and localization updates
torsten pushed to main at torsten/yourpart3 2026-04-10 13:08:21 +02:00
d17c8a341d feat(vocab): add language and course dictionary endpoints and UI components
torsten pushed to main at torsten/yourpart3 2026-04-10 10:29:22 +02:00
9582e7b900 feat(i18n, frontend): add 'acknowledgeHelp' translations and UI enhancements
torsten pushed to main at torsten/yourpart-daemon 2026-04-10 08:50:19 +02:00
10f71ece0e Update deployment script path in workflow: Changed the script executed by the deploy-daemon workflow from deploy-yourpart-bluegreen.sh to actualize-daemon.sh for improved deployment management.
torsten pushed to main at torsten/yourpart3 2026-04-10 08:45:56 +02:00
7e0821c96b feat(falukant): enhance reputation handling in character checks
torsten pushed to main at torsten/yourpart-daemon 2026-04-10 08:43:22 +02:00
7043e8d90c Update production certificate logic for more frequent recalculations: Changed the certificate recalculation interval to approximately once per minute, updated related documentation, and adjusted the FalukantFamilyWorker to reflect these changes. Enhanced the UI WebSocket documentation to clarify the conditions under which production certificates are refreshed.
torsten pushed to main at torsten/yourpart3 2026-04-10 08:41:55 +02:00
3450bac99c feat(falukant): enhance notification handling and parameter extraction in MessagesDialog