7 Commits

Author SHA1 Message Date
snyk-bot
87402845a3 fix: client/package.json & client/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908289
2026-02-11 19:20:05 +00:00
Alvin
f66670137b Enhance CarModifications component by integrating API calls for fetching modifications and customers, implementing a dialog for adding modifications to customers, and improving error and success message handling. Refactor state management and UI elements for better user experience. 2025-06-12 09:38:03 +02:00
Alvin
1ac852f2a1 Update customer management functionality by adding modification support, enhancing the customer model to include modifications, and improving the UI for customer and modification forms. Refactor API routes for better error handling and streamline customer data management. 2025-06-10 11:38:27 +02:00
Alvin
ec07b89dab Enhance App component by adding Register and BackToHome routes, and update CustomerList to CustomerManagement for improved customer management functionality. Refactor CustomerManagement to utilize a centralized axios instance for API calls and implement a dropdown for car model selection. 2025-06-10 10:24:25 +02:00
Alvin
cefd020db6 Add new car modification options to CarModifications component, including performance upgrades for engine, exhaust, suspension, and brakes. Update Customer model to include address and car year fields, and implement pre-save hook for updatedAt timestamp. Enhance customer routes with authentication middleware and improved error handling. 2025-06-10 10:09:38 +02:00
Alvin
7b394b92d9 Refactor CarModifications component to use SVG icons instead of placeholder images for better visual representation of car modifications. Update icon imports and adjust rendering logic accordingly. 2025-06-10 09:52:55 +02:00
Alvin
d44338aa95 Add create-admin script to package.json and set up /api/users route in server.js for user management functionality. 2025-06-10 09:47:17 +02:00