Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-04-09 17:19:04 +02:00
204b7aed04 feat(bisaya-course): expand 'Haus & Familie' lesson with new vocabulary and exercises
torsten pushed to main at torsten/singlechat 2026-04-09 09:49:34 +02:00
0fcc6878bd Add multilingual SEO metadata and enhance content descriptions
torsten pushed to main at torsten/yourpart3 2026-04-09 09:44:54 +02:00
f5a5639e97 feat(seo, i18n): update SEO metadata and enhance localization across multiple languages
torsten pushed to main at torsten/trainingstagebuch 2026-04-09 09:43:42 +02:00
45c701b149 feat(SEO): update meta tags and structured data for improved search visibility
torsten pushed to main at torsten/yourpart-daemon 2026-04-09 09:36:46 +02:00
ebf20c4424 Refactor production cost calculations and SQL query: Updated the QUERY_GET_BEST_PRODUCTION to implement a legacy formula for ranking based on effective market percentage and knowledge levels. Adjusted the calculation logic for costs and clarified documentation to ensure consistency with the new pricing strategy. Enhanced SQL query structure for improved clarity and performance in production worth assessment.
torsten pushed to main at torsten/yourpart3 2026-04-09 09:21:50 +02:00
641a2134cb fix(falukant): improve product pricing logic and update localization for office notifications
torsten pushed to main at torsten/yourpart-daemon 2026-04-09 09:08:55 +02:00
bb1c1c4133 Refactor production cost calculations and SQL query: Updated the QUERY_GET_BEST_PRODUCTION to align profit calculations with the new logic for selling prices based on knowledge levels. Enhanced documentation to clarify the ranking criteria and the relationship between production costs and pricing strategies. Adjusted related functions in director.rs to ensure consistency across the application.
torsten pushed to main at torsten/yourpart3 2026-04-09 09:08:34 +02:00
1118a691b9 feat(falukant): enhance product pricing and nobility advancement features
torsten pushed to main at torsten/yourpart-daemon 2026-04-09 08:57:30 +02:00
dda559cbe7 Refactor SQL query for best production calculation: Updated the QUERY_GET_BEST_PRODUCTION to enhance the worth calculation by incorporating vehicle presence checks and adjusting the logic for market pricing based on regional data. Improved documentation to clarify the new formula for profit per minute and its implications for product evaluation across different regions.
torsten pushed to main at torsten/yourpart-daemon 2026-04-09 08:48:55 +02:00
7d56f51ec9 Refactor SQL query for best production calculation: Updated the QUERY_GET_BEST_PRODUCTION to incorporate vehicle presence checks for users, adjusting the worth calculation based on regional market data. Enhanced the query structure for improved clarity and performance, ensuring accurate production worth assessment across different regions. Added documentation to clarify the new logic and its implications for product evaluation.
torsten pushed to main at torsten/yourpart3 2026-04-09 08:19:22 +02:00
360bb59a4e feat(user): add certificate production tracking and update localization
torsten pushed to main at torsten/yourpart-daemon 2026-04-09 08:13:21 +02:00
e460792357 Enhance production certificate logic and SQL queries: Updated the QUERY_UPDATE_FALUKANT_USER_CERTIFICATE to include certificate_productions_count_since for tracking production counts since the last level change. Modified the QUERY_GET_PRODUCTION_CERTIFICATE_INPUT_ROWS to filter completed productions based on this timestamp. Improved documentation for clarity on the new logic and its implications for user progression and data retention.
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 15:09:49 +02:00
951842c824 feat(Dialog): enhance dialog functionality with resizing and improved positioning
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 15:02:11 +02:00
4f8e2fee89 refactor(TournamentStats): remove InternalTournamentStats dialog and streamline state management
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 14:26:46 +02:00
757507f212 feat(TournamentStats): integrate InternalTournamentStats dialog and state management
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 14:22:04 +02:00
fb4f5e42d0 Enhance event management and newsletter import functionality: Introduce methods for applying drafts from a bulk queue and streamline event form handling. Update event selection logic in the newsletter import management component to support encoding and decoding of bulk selections, improving user experience and data handling.
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 14:01:51 +02:00
003b8fd3bc feat(TournamentStats): update age class filtering UI and logic in InternalTournamentStats component
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 13:48:43 +02:00
bbd9f08e97 feat(TournamentStats): enhance internal tournament statistics with member profile integration
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 13:12:21 +02:00
30994adee8 feat(TournamentStats): enhance age class sorting and localization for tournament statistics
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 13:04:42 +02:00
1be6fe0afc Integrate PDF parsing functionality: Add 'pdf-parse' dependency to package.json and package-lock.json. Update worshipController to include logic for handling PDF imports, enhancing the event management process. Refactor routing to support new newsletter import features and improve event form handling for better user experience.