damianleng / hotel-booking-web-app

0 stars 0 forks source link

User Room Booking (UC-1) #23

Open damianleng opened 3 weeks ago

damianleng commented 3 weeks ago

Room Booking System for Users

The objective of this project is to implement a user room booking feature for a hotel management system. The system will allow users to select rooms based on availability, input booking details such as check-in and check-out dates, and proceed with payment (UC-6). Once the payment is confirmed, the booking will be finalized and stored in the database. Additionally, room status will be updated automatically to reflect its current state (e.g., Reserved, Occupied, Cleaning).


Requirements:

Room Selection:

Booking Details:

Room Status Update:


Checklists for Implementation:

Frontend (Angular):

Backend (Node.js):

Database:

Testing:

Ulton321 commented 2 weeks ago

All Testing has been approve, except Room statuses (Reserved, Occupied), noting no check-in page. Continue the Good work team.