Tech-Pangolin / latertots

https://latertots.vercel.app
0 stars 0 forks source link

Feature: Admin Dashboard for Managing Booking Requests #18

Open elersong opened 3 months ago

elersong commented 3 months ago

Description: Implement a feature on the admin dashboard to view all requested bookings and approve them.

User Story: As an admin, I want to see all requested bookings and approve them so that I can manage the booking process effectively.

Acceptance Criteria:

  1. Display a list of requested bookings with columns for Requester Name, Booking Date, and Time.
  2. Include a button to approve each booking.
  3. Ensure the feature is accessible to all admin users.
  4. Fetch booking data from Firestore and display it in the list.
  5. Design should be simple and focus on functionality.

Dependencies: Booking data must be stored and retrievable from Firestore.

Technical Requirements:

Potential Challenges: