Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-01-29 14:22:28 +01:00
474e46837a Refactor speedLabel method across components: Enhance localization handling for speed values by adding support for object types and improving fallback logic. This change ensures more accurate translations and better user experience in displaying transport speed information.
torsten pushed to main at torsten/yourpart3 2026-01-29 14:06:46 +01:00
e7052636ba Remove unused logging for queries in check-knowledge-pkey.js to streamline output and enhance clarity in database performance diagnostics.
torsten pushed to main at torsten/yourpart3 2026-01-29 14:05:27 +01:00
cb2631061e Enhance database performance diagnostics: Add detailed logging for unused primary key index and implement error handling for query statistics retrieval. Additionally, automate ANALYZE execution for affected tables after index creation to ensure PostgreSQL optimizes query performance. This improves clarity on index usage and enhances overall database performance management.
torsten pushed to main at torsten/yourpart3 2026-01-29 14:03:18 +01:00
d1ddfe7d31 Refactor database performance diagnostics: Update connection pool diagnostics in diagnose-db-performance.js to improve error handling and enhance console output clarity. This change ensures more accurate user feedback regarding database connection pooling.
torsten pushed to main at torsten/yourpart3 2026-01-29 13:56:48 +01:00
59cad22183 Refactor connection pool diagnostics in diagnose-db-performance.js: Update pool configuration retrieval to use Sequelize config, improve error handling, and enhance console output for better clarity on pool status. This change ensures more accurate diagnostics and user feedback regarding database connection pooling.
torsten pushed to main at torsten/yourpart3 2026-01-29 13:55:09 +01:00
57d64a7ef8 Refactor database performance diagnostics: Update SQL queries in diagnose-db-performance.js to use 'relname' instead of 'tablename' for improved accuracy in table and index size calculations. This change enhances the clarity and correctness of performance diagnostics.
torsten pushed to main at torsten/yourpart3 2026-01-29 13:29:45 +01:00
ae096eb4c3 Update StatusBar component: Refactor rendering logic for status items, improve icon and label display, and enhance CSS for better alignment and styling. This change aims to boost visual clarity and overall user experience in the status bar.
torsten pushed to main at torsten/yourpart3 2026-01-29 11:58:18 +01:00
789861999c Refactor StatusBar component: Improve status item rendering by enhancing icon and label display, and update CSS for better alignment and styling. This change enhances the visual clarity and user experience of the status bar.
torsten pushed to main at torsten/yourpart-daemon 2026-01-29 11:20:52 +01:00
9f1c54fde9 automatic apply on church jobs
torsten pushed to main at torsten/yourpart3 2026-01-29 11:05:58 +01:00
72f4bd066d Enhance MoneyHistoryGraphDialog: Add axis labels for better data visualization, improve graph scaling logic, and implement money and date formatting methods. Update localization files to include "yesterday" translations in German and English, enhancing user experience and clarity in financial data representation.
torsten pushed to main at torsten/yourpart3 2026-01-29 10:40:16 +01:00
b3db65d1b8 Add money history graph feature: Implement moneyHistoryGraph method in FalukantService and corresponding controller and router updates. Enhance frontend with a new dialog for displaying money history over various time ranges, including localization updates for German and English. This improves user experience by providing visual insights into financial data.
torsten pushed to main at torsten/yourpart3 2026-01-29 09:45:52 +01:00
506a9cd9c0 Fix localization key in NobilityView: Update the translation key for the next title display to ensure correct localization in the advance section, enhancing user experience.
torsten pushed to main at torsten/yourpart3 2026-01-29 09:37:36 +01:00
1ead06fd4f Add reputation actions and localization updates: Implement getReputationActions method in FalukantService, enhancing reputation management. Update German and English localization files to include new reputation action terms and mood descriptions, improving user experience and clarity.
torsten pushed to main at torsten/yourpart3 2026-01-29 09:26:23 +01:00
eecd947377 Enhance date formatting in NobilityView: Update formatDate method to display time for today's or future dates, improving user experience by providing more relevant information.
torsten pushed to main at torsten/yourpart3 2026-01-29 09:23:27 +01:00
5351e3ea57 Refactor NobilityView: Remove debug logs and improve conditional rendering for advance section. Add cooldown message styling for better user feedback when advancement is not possible.
torsten pushed to main at torsten/yourpart3 2026-01-29 09:20:12 +01:00
3bdb77888f Enhance NobilityView with debugging information: Add conditional rendering for advance section based on availability of next title information. Implement detailed console logs for loading and advancing nobility data, improving error handling and debugging capabilities.
torsten pushed to main at torsten/yourpart3 2026-01-29 09:05:41 +01:00
c570fd6ae3 Refactor association keys in setupAssociations: Update foreign key naming conventions in Party and TitleOfNobility associations for consistency and clarity. Enhance error handling in FalukantService to ensure party ID is present before adding invited nobilities.
torsten pushed to main at torsten/yourpart3 2026-01-29 08:59:03 +01:00
be3ed4af5d Add reputation actions endpoint: Implement getReputationActions method in FalukantService, update FalukantController to wrap the new method, and add corresponding route in falukantRouter for retrieving reputation actions.
torsten pushed to main at torsten/yourpart-daemon 2026-01-29 08:21:51 +01:00
55a86f75f1 Improve stock creation logging in StockageManager: Add detailed logging for the number of new stocks created and errors encountered during the stock addition process. Update randomness threshold for stock creation to increase the likelihood of stock generation per town.
torsten pushed to main at torsten/yourpart-daemon 2026-01-29 08:18:58 +01:00
45287837bc Enhance house creation logging in HouseWorker: Add detailed logging for the number of new buyable houses created and errors encountered during the process. Update SQL query to increase the randomness threshold for house selection, improving the variety of houses retrieved.