Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-04-22 11:12:28 +02:00
d3aad6e7ef feat(localization): add difficult vocabulary marking features in multiple languages
torsten pushed to main at torsten/singlechat 2026-04-22 09:54:55 +02:00
1d31ca9672 Refactor user statistics reporting in broadcast.js
torsten pushed to main at torsten/trainingstagebuch 2026-04-22 09:52:38 +02:00
37c3ffa899 feat(OrdersPanel): add completion state filter for order management
torsten pushed to main at torsten/trainingstagebuch 2026-04-22 09:47:55 +02:00
1f477a4458 feat(OrdersPanel): implement sorting for order history entries
torsten pushed to main at torsten/trainingstagebuch 2026-04-22 08:54:00 +02:00
1d67b68b44 feat(MemberOrder): add budget field to MemberOrder and MemberOrderHistory models
torsten pushed to main at torsten/yourpart3 2026-04-21 15:57:23 +02:00
44b40d5a46 feat(VocabPracticeDialog, localization): add hard vocabulary marking feature
torsten pushed to main at torsten/yourpart3 2026-04-21 15:44:46 +02:00
4cc2aace6b feat(DayProduction, FalukantService, VocabLessonView): enhance vocabulary training and production tracking
torsten pushed to main at torsten/yourpart-daemon 2026-04-21 15:35:00 +02:00
05f713c5e1 Refactor Falukant certificate processing logic: Introduced a new SQL query to check for the existence of the completion_count column in the production log, allowing for conditional selection of certificate input rows. Added a legacy query for environments lacking this column, enhancing compatibility and robustness in certificate processing.
torsten pushed to main at torsten/singlechat 2026-04-21 15:29:25 +02:00
32b48909c5 Update favicon, enhance sidebar branding, and improve CSS styles
torsten pushed to main at torsten/trainingstagebuch 2026-04-21 15:15:24 +02:00
41bbf81958 chore: remove obsolete Android app configuration files
torsten pushed to main at torsten/yourpart-daemon 2026-04-21 11:48:55 +02:00
397b612bf1 Implement election candidate table readiness check in character deletion process: Added a new SQL query to verify the existence of the election candidate table before attempting to delete associated records. Updated the deletion logic in both EventsWorker and UserCharacterWorker to conditionally execute the deletion of election candidates based on the table's readiness, improving robustness and preventing errors in environments where the table may not exist.
torsten pushed to main at torsten/yourpart3 2026-04-20 16:27:11 +02:00
27d42c0a3a fix(AdminService, AdminController): enhance error handling and character deletion logic
torsten pushed to main at torsten/yourpart3 2026-04-20 16:16:51 +02:00
7417736daf refactor(AdminService, EditUserView): streamline character data deletion and enhance confirmation dialog
torsten pushed to main at torsten/yourpart3 2026-04-20 15:43:47 +02:00
267711fca6 feat(AdminController, AdminService, AdminRouter, localization): add character death cleanup feature
torsten pushed to main at torsten/yourpart-daemon 2026-04-20 15:35:10 +02:00
a38beadb8e Enhance character deletion process in EventsWorker and UserCharacterWorker: Added SQL queries to delete associated data such as knowledge, debtors prism, political offices, and election candidates upon character deletion. Implemented event publishing for character death and status updates after inheritance changes, improving event handling and UI responsiveness.
torsten pushed to main at torsten/singlechat 2026-04-20 12:01:29 +02:00
336e8308cf Refactor chat interface and enhance user experience
torsten pushed to main at torsten/yourpart3 2026-04-20 10:02:35 +02:00
8ce15441bf feat(VocabPracticeDialog): implement immediate retry feature for incorrect answers
torsten pushed to main at torsten/yourpart3 2026-04-20 09:52:29 +02:00
1500f01875 feat(VocabPracticeDialog, localization): implement last wrong answer review feature
torsten pushed to main at torsten/yourpart3 2026-04-20 09:39:50 +02:00
5f13583e41 feat(VocabLessonView, localization): add vocabulary review feature and update translations
torsten pushed to main at torsten/yourpart3 2026-04-20 09:26:04 +02:00
dee4991be7 feat(VocabLessonView): implement vocab trainer continue timer management