Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart-daemon 2025-12-20 22:20:31 +01:00
833202344b Refactor SQL query in Worker to improve distance calculations: Replace the existing LEFT JOIN with a LATERAL join to enhance the selection of region distances based on transport mode, ensuring more accurate results. Update polling frequency in TransportWorker from once per second to once per minute for better resource management.
torsten pushed to main at torsten/yourpart3 2025-12-20 22:14:41 +01:00
f9ea4715d7 Refactor BranchView component to replace JavaScript alerts with a message dialog for success and error notifications. This improves user experience by providing a more integrated feedback mechanism within the UI.
torsten pushed to main at torsten/yourpart3 2025-12-20 22:04:30 +01:00
b34b374f76 Refactor sellAllProducts method in FalukantService to ensure atomic transactions for selling products, updating inventory, and handling financial transactions. Implement batch processing for sell items and enhance error handling for inventory deletions. Update updateFalukantUserMoney function to support transactions, improving consistency and reliability in financial operations.
torsten pushed to main at torsten/yourpart3 2025-12-20 21:32:56 +01:00
83d1168f26 Refactor speedLabel method in SaleSection component to move it from computed properties to methods for better compatibility with Vue3. This change ensures the function is callable and maintains its intended functionality.
torsten pushed to main at torsten/yourpart3 2025-12-20 21:28:03 +01:00
91009f52cd Refactor SaleSection component to utilize direct property assignment for betterPrices, enhancing reactivity in Vue3. Update inventory mapping to ensure betterPrices is always an array.
torsten pushed to main at torsten/yourpart-daemon 2025-12-20 21:20:07 +01:00
cd1b33a474 Update SQL query in Worker to exclude vehicles involved in transport: Modify the vehicle selection query to filter out vehicles that have been used in transport, enhancing data accuracy and integrity.
torsten pushed to main at torsten/yourpart3 2025-12-20 21:09:12 +01:00
c6dfca7052 Enhance SaleSection component to improve UI responsiveness during sales. Reset selling state immediately after sell actions and update inventory handling to ensure user feedback is timely and accurate.
torsten pushed to main at torsten/yourpart3 2025-12-20 16:35:34 +01:00
aaeaeeed24 Add request and SQL performance logging features to backend
torsten pushed to main at torsten/yourpart3 2025-12-20 16:13:35 +01:00
c5804f764c Optimize getInventory method in FalukantService by replacing nested includes with a single SQL query for improved performance. Add error handling for invalid branchId input.
torsten pushed to main at torsten/harheimertc 2025-12-20 16:01:44 +01:00
8bd7ed76cd Remove gitleaks binary and archive files, and update .gitignore to exclude security tooling artifacts, enhancing project cleanliness and security management.
torsten pushed to main at torsten/harheimertc 2025-12-20 16:01:28 +01:00
0afdfec33b Enhance code analysis workflow by adding workspace sanity checks and refining OSV-Scanner commands to ensure proper execution with package-lock.json, improving overall reliability of the analysis process.
torsten pushed to main at torsten/yourpart3 2025-12-20 16:01:25 +01:00
fbe0d1bcd1 Add error handling for missing branches in sell batch processing in FalukantService. Ensure that missing branch IDs trigger an error to prevent accounting mismatches.
torsten pushed to main at torsten/harheimertc 2025-12-20 15:49:32 +01:00
ca204e6ef9 Add gitleaks binary and archive; remove README.md
torsten pushed to main at torsten/harheimertc 2025-12-20 15:45:05 +01:00
e55ca48de8 Reorganize code analysis workflow to run gitleaks scan before installing dependencies, ensuring more accurate results and maintaining a cleaner environment for subsequent analysis steps.
torsten pushed to main at torsten/yourpart3 2025-12-20 15:37:24 +01:00
2fb440f033 Implement synchronous price calculation for batch operations in FalukantService, optimizing performance by reducing database queries. Update inventory handling to batch delete items and enhance revenue calculations. Fix translation formatting in German locale for sellAllSuccess message.
torsten pushed to main at torsten/yourpart3 2025-12-20 15:35:28 +01:00
a8a136a9ce Enhance SaleSection component to manage selling state with improved user feedback. Disable buttons during selling, show status messages for sellAll actions, and update translations for new statuses.
torsten pushed to main at torsten/harheimertc 2025-12-20 15:35:07 +01:00
60257edde3 Update code analysis workflow to remove node_modules along with build artifacts before gitleaks scanning, improving security and ensuring a cleaner environment for analysis.
torsten pushed to main at torsten/harheimertc 2025-12-20 15:30:01 +01:00
111c8c239c Refactor code analysis workflow by adding gitleaks detection command and removing obsolete output files to streamline the build process and enhance security checks.
torsten pushed to main at torsten/harheimertc 2025-12-20 15:22:34 +01:00
9e5ccbe8a3 Refine gitleaks download and extraction process in code analysis workflow by implementing dynamic asset URL retrieval, enhanced error handling for invalid downloads, and improved extraction methods.
torsten pushed to main at torsten/yourpart-daemon 2025-12-20 15:20:06 +01:00
1719af2344 Refactor revenue and tax calculations in DirectorWorker: Adjust the pricing logic to account for cumulative tax inflation, ensuring accurate revenue and payout calculations. Update SQL query for sell logs to change conflict resolution order for better data integrity.