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 |
|