On clicking book, it should book the room, create a bookingid store the bookings, also trigger it in the hotel room entries, to get rid of duplicate bookings #44
4 The task involves implementing a booking functionality where clicking the "book" button should initiate the booking process for a room. Upon clicking "book," the system should create a unique booking ID for the reservation and store relevant booking details. Additionally, it should trigger updates in the hotel room entries to prevent duplicate bookings and ensure real-time availability updates.
Acceptance Criteria:
Clicking the "book" button initiates the booking process.
A unique booking ID is generated for each reservation.
4 The task involves implementing a booking functionality where clicking the "book" button should initiate the booking process for a room. Upon clicking "book," the system should create a unique booking ID for the reservation and store relevant booking details. Additionally, it should trigger updates in the hotel room entries to prevent duplicate bookings and ensure real-time availability updates.
Acceptance Criteria: Clicking the "book" button initiates the booking process. A unique booking ID is generated for each reservation.
Estimated Time: 4-6 days