Provides ability to do CRUD, given that admin is signed in. Accessible via /admin route for now.
📝 Details:
Allows for CRUD of each Vehicle, User and Reservations.
Added a DataTable Component
Unit tests are still required
Some typescript was skipped
Some conflicts during the creation of a reservation are needed to be further discussed (carId doesn't exist when added, but when we remove it , it requests for it).
The GUI for modifying attributes needs some fine tuning (currently squashed, but usable).
Enums will need to be discussed on how to handle them as strings. Possible different approach for handling them in the future.
🛠 Proposed Changes:
Provides ability to do CRUD, given that admin is signed in. Accessible via /admin route for now.
📝 Details:
🔗 Related Issue(s):