Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-05-08 08:54:21 +02:00
008cd7ae86 feat(Navigation, UserRights, Localization): add worker schedules feature and enhance access control
torsten pushed to main at torsten/yourpart3 2026-05-08 08:30:07 +02:00
0f7220d0b1 feat(FalukantService): update election filtering to include future dates and enhance eligibility checks
torsten pushed to main at torsten/yourpart3 2026-05-08 08:25:39 +02:00
0e572f8cbe feat(FalukantService, MessagesDialog): enhance character data handling in notifications
torsten pushed to main at torsten/yourpart3 2026-05-07 13:52:51 +02:00
cc89fd4bef feat(VocabPracticeDialog, VocabCourseView): implement event dispatch for hard vocabulary changes
torsten pushed to main at torsten/yourpart-daemon 2026-05-07 13:32:46 +02:00
b7d7705bbe Enhance satisfaction update logic in DirectorWorker: Introduced an adjusted income calculation to update director incomes based on their wished income and auto-adjust settings. Modified the SQL query for satisfaction updates to include this new logic, ensuring accurate satisfaction calculations while maintaining existing functionality for directors not utilizing auto-adjust income.
torsten pushed to main at torsten/yourpart3 2026-05-07 13:29:10 +02:00
42d0652e48 feat(Director): add autoAdjustIncome feature and enhance director data handling
torsten pushed to main at torsten/singlechat 2026-05-07 13:23:27 +02:00
565b3b411f Enhance Ratgeber views with additional content and structure
torsten pushed to main at torsten/yourpart-daemon 2026-05-07 11:30:29 +02:00
48a374e3ac Add satisfaction check to DirectorWorker: Introduced a new field for tracking the last satisfaction check and updated the calculation logic to ensure it runs only once every 24 hours. Enhanced SQL query for updating satisfaction to include a salary gap calculation, improving the accuracy of satisfaction updates based on income and title of nobility.
torsten pushed to main at torsten/yourpart-daemon 2026-05-07 11:25:52 +02:00
d0ff6cad68 Add branch and region details to DirectorWorker: Enhanced resignation candidate structure by including branch_id, region_id, and region_label. Updated resignation risk and resignation payloads to incorporate these new fields. Modified SQL query to retrieve branch and region information, ensuring accurate data handling for director resignations.
torsten pushed to main at torsten/yourpart3 2026-05-07 11:15:26 +02:00
ddd8ca49d8 feat(FamilyView): enhance character display and avatar handling
torsten pushed to main at torsten/yourpart3 2026-05-07 09:41:01 +02:00
8aeefccc3b feat(FalukantService, FamilyView): enhance marriage satisfaction handling
torsten pushed to main at torsten/yourpart3 2026-05-07 08:58:25 +02:00
2c453a4a6b feat(VocabService): enhance logging and error handling in lesson assistant message flow
torsten pushed to main at torsten/yourpart3 2026-05-07 08:46:37 +02:00
cfab56f63d feat(VocabPracticeDialog): improve SRS handling for incorrect answers
torsten pushed to dev at torsten/harheimertc 2026-05-06 16:03:18 +02:00
fddde56076 Update package version to 1.1.6 and enhance deploy script with dependency checks
torsten pushed to dev at torsten/harheimertc 2026-05-06 15:58:06 +02:00
c385df4a0c Add dependency installation check and logging to deploy script
torsten pushed to main at torsten/yourpart3 2026-05-06 15:54:01 +02:00
ab3e8d14e5 feat(AppHeader): improve ad display logic and responsiveness
torsten pushed to main at torsten/yourpart3 2026-05-06 15:50:17 +02:00
5993f79e7a feat(VocabService, AppHeader): enhance timeout configuration and update ad display settings
torsten pushed to main at torsten/yourpart3 2026-05-06 13:52:46 +02:00
b1365dccbb feat(MoneyHistoryView): load branch names for enhanced activity display
torsten pushed to main at torsten/yourpart-daemon 2026-05-06 11:09:44 +02:00
9022b58dc7 Refactor revenue and tax handling in DirectorWorker: Updated logic to separately account for gross revenue and tax deductions during product sales. Enhanced monetary transactions to ensure accurate tax income distribution, particularly when the seller differs from the treasury user, improving financial tracking and compliance.
torsten pushed to main at torsten/yourpart-daemon 2026-05-06 11:04:47 +02:00
8509a7e171 Update monetary limits for numeric precision in BaseWorker and UserCharacterWorker: Changed maximum absolute values from numeric(10,2) to numeric(14,2) to accommodate larger monetary amounts. Adjusted related comments and clamping logic to reflect the new limits, ensuring accurate handling of monetary values.