CAPSTONE-2022-2023 / Group_24

group-24.vercel.app
0 stars 0 forks source link

As a user, I want a homepage/dashboard, so that I can be informed that I have sucessfully logged in and nagivate the application's features #26

Closed Pun-slinger closed 1 year ago

Pun-slinger commented 1 year ago

Description

After a client or an employee login, they want to see a homepage where they can use other functionalities like making a reservation, viewing a room, canceling a reservation, etc. The homepage will provide the link to these functionalities and will be specific to the user logged in. If an employee is logged in, the home page will show functionalities related to employee work. If the client is logged in, the homepage will display functionalities related to user needs.

Acceptance Criteria

The employee home page will show links to reservations, the option to cancel a reservation, view rooms, edit or delete a room, book a reservation, and rooms that are currently occupied.

The client home page will show links to reservations, the option to cancel a reservation, view available rooms, and book a reservation.

Testing Criteria

In order to test, a few temporary functionality pages will be created and the user should be able to access those pages based on wether he/she is a client or an employee.

marceljar commented 1 year ago

Accept. I am assuming that the data is hard coded into the database. Let me know if this is not the case. Front end for now.