Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-03-27 10:43:47 +01:00
0dd2bce5d1 fix(settings): streamline settings type creation in settingsService and initialization
torsten pushed to main at torsten/yourpart3 2026-03-27 10:38:44 +01:00
cf6d72385e fix(settings): enhance user parameter handling and add special user parameter types
torsten pushed to main at torsten/trainingstagebuch 2026-03-27 10:23:59 +01:00
37f9ba83aa feat(ScheduleLayoutShell, ScheduleView): enhance layout and overflow handling
torsten pushed to main at torsten/yourpart3 2026-03-27 10:23:30 +01:00
1a86061680 fix(dependencies): update @gltf-transform packages and sequelize-cli version
torsten pushed to main at torsten/yourpart3 2026-03-27 09:52:26 +01:00
e13deb0720 fix(api): improve 404 handling for unknown API routes
torsten pushed to main at torsten/yourpart3 2026-03-27 09:49:57 +01:00
21072139f7 fix(cors): refine CORS handling for OPTIONS requests
torsten pushed to main at torsten/yourpart3 2026-03-27 09:39:54 +01:00
1878b2a8c7 fix(router): refine stock and inventory routes for improved clarity
torsten pushed to main at torsten/yourpart3 2026-03-27 09:24:08 +01:00
6563ca23c7 fix(router): update stock and inventory routes to support optional branchId parameter
torsten pushed to main at torsten/yourpart3 2026-03-27 09:20:39 +01:00
085333db29 fix(deploy): update package-lock.json for consistent npm ci deployments
17325a5263 fix(deploy): package-lock.json versionieren für npm ci
Compare 2 commits »
torsten pushed to main at torsten/yourpart3 2026-03-27 09:14:57 +01:00
3e6c09ab29 Add adult verification and erotic moderation features: Implement new routes and controller methods for managing adult verification requests, status updates, and document retrieval. Introduce erotic moderation actions and reports, enhancing administrative capabilities. Update chat and navigation controllers to support adult content filtering and access control. Enhance user parameter handling for adult verification status and requests, improving overall user experience and compliance.
torsten pushed to main at torsten/yourpart-daemon 2026-03-26 20:22:48 +01:00
1013af594d Enhance documentation for production cost calculation: Added clarifications on common misconceptions regarding the cost formula, including the role of certificates and product categories. Updated examples and detailed the calculation process to improve understanding of effective piece costs and headroom discounts.
torsten pushed to main at torsten/yourpart3 2026-03-26 20:21:51 +01:00
f93687c753 Update product sell costs in SQL and initialization script: Adjust sell costs for various products to improve game balance, ensuring consistency across the database and initialization logic.
torsten pushed to main at torsten/yourpart3 2026-03-26 20:19:52 +01:00
e0c3b472db Update product definitions and revenue calculations in Falukant: Adjust product sell costs and production times for better balance. Refactor revenue calculations to focus on profit per minute instead of revenue per minute. Enhance localization files to include new terms related to product unlocks and certificate levels in English, German, and Spanish, improving user experience across languages.
torsten pushed to main at torsten/yourpart-daemon 2026-03-26 19:42:28 +01:00
84b32d72aa Update production worth calculation in SQL and documentation: Refined the worth formula to focus on regional revenue per time unit, removing knowledge factors and old cost penalties. Enhanced documentation to clarify the new sorting criteria and its implications for production management.
torsten pushed to main at torsten/trainingstagebuch 2026-03-26 19:34:48 +01:00
32ba433008 feat(AutoFetchMatchResultsService, ScheduleView): enhance date and time parsing for match results
torsten pushed to main at torsten/trainingstagebuch 2026-03-25 18:43:55 +01:00
c7d51efb5d feat(MatchReportApiDialog): implement meeting details polling functionality
torsten pushed to main at torsten/yourpart3 2026-03-25 18:07:03 +01:00
01849c8ffe Enhance speech input handling in VocabLessonView: Introduce fallback instructions and placeholders for unsupported speech recognition in English, German, and Spanish. Update exercise instructions to dynamically display fallback options, improving user experience for speech-related exercises.
torsten pushed to main at torsten/yourpart3 2026-03-25 17:46:21 +01:00
2e6eb53918 Enhance API key handling in settings and vocab services: Update key retrieval logic to improve validation and status reporting. Introduce new localization strings for key status messages in English, German, and Spanish. Update LanguageAssistantView to display key status dynamically, enhancing user feedback on API key management.
torsten pushed to main at torsten/yourpart3 2026-03-25 17:41:12 +01:00
09141d9e55 Refactor email encryption handling in user and contact message models: Introduce utility functions for encoding and decoding encrypted values, simplifying the encryption process. Update the registerUser and handleForgotPassword functions to support multiple encrypted email formats. Enhance the VocabCourseView and VocabLessonView components with new methods for managing language assistant interactions, improving user experience.
torsten pushed to main at torsten/yourpart3 2026-03-25 17:31:02 +01:00
95c9e7c036 Add language assistant features and improve encryption handling: Implement a new route and controller method for sending messages to the language assistant, enhancing user interaction within lessons. Update the encryption utility to support both base64 and hex formats for better compatibility with existing data. Enhance localization files to include new terms related to the language assistant in English, German, and Spanish, improving user experience across languages.