CAPSTONE-2022-2023 / Group_24

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

As a hotel employee, I want to see the list of booked room, so that I can prepare the hotel staff accordingly. #15

Closed assangha closed 1 year ago

assangha commented 2 years ago

Description

When viewing rooms, a list of names of rooms booked will be shown on the side so that the employee would know which rooms are booked and how many are booked.

Acceptance Criteria

The name of the rooms booked should be shown and the number of total rooms booked should be shown at the end of the list.

Testing Criteria

After making the reservation, this list should be updated.

marceljar commented 1 year ago

Accepted. Make sure to allow the managers to see this list in two ways: sorted by room, and sorted by date.

marceljar commented 1 year ago

Fully implemented!