14 Commits

Author SHA1 Message Date
snyk-bot 21b44b1b5e 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-16417750
- https://snyk.io/vuln/SNYK-JS-AXIOS-16299921
2026-05-20 13:08:34 +00:00
snyk-bot 236819b81b 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-16298046
2026-05-20 12:59:30 +00:00
snyk-bot 236c04d852 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-15965856
- https://snyk.io/vuln/SNYK-JS-AXIOS-15969258
2026-05-20 12:58:25 +00:00
Alvin-Zilverstand 678282520a w 2026-03-24 14:08:55 +01:00
Alvin-Zilverstand 824c92770b update 2026-03-24 14:03:27 +01:00
snyk-bot 7dcd9a39ff 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-REACTROUTER-14908531
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908429
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908293
2026-03-23 09:41:11 +00:00
snyk-bot 6b66bcec90 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-15252993
- https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286
2026-03-18 13:06:01 +00:00
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