As a system administrator, I want to efficiently manage user accounts, rental vehicles, and reservations so that i can ensure a secure and up-to-date system. #16
Create an admin panel that includes creation of a new user account, update user details, and deactivation of the account. This is to manage user access and enforce security measure.
In the same admin panel, create a vehicle section to manage all vehicle(add, update and remove vehicles). This is to oversee the vehicle management by preventing the removal of vehicle with pending reservations or in use.
in the same admin panel, create a reservation section that can view, modify and cancel reservation. This is to ensure the availability of a vehicle and reservation activity.
Priorities:
High: Implement a secure and user-friendly interface for managing user accounts, vehicle information, and reservations.
-enforce password policies for user account for better security.
Med: - Develop vehicle management features that prevent the removal of vehicles with a pending reservations or currently in use.
Low: -Create a features that can keep track of past reservation data.
Acceptance criteria:
Priorities: High: Implement a secure and user-friendly interface for managing user accounts, vehicle information, and reservations. -enforce password policies for user account for better security. Med: - Develop vehicle management features that prevent the removal of vehicles with a pending reservations or currently in use. Low: -Create a features that can keep track of past reservation data.