susmithar891 / NomadNest

0 stars 1 forks source link

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

Closed bhavanakum closed 6 months ago

bhavanakum commented 7 months ago

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

bhavanakum commented 6 months ago

This task is completed no bugs are observed

bhavanakum commented 6 months ago

Booking id and password is created when a room is booked by a particular customer. Hence closing the issue