Tech-Pangolin / latertots

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

Feature: Admin Dashboard for Viewing Signed-Up Users #17

Closed elersong closed 1 month ago

elersong commented 1 month ago

Description: Implement an admin dashboard that allows the owner to view all signed-up users.

User Story: As an admin, I want to see a list of all users who have signed up so that I can manage and monitor user activity.

Acceptance Criteria:

  1. Display a table with columns for Name, Email, Phone, and a link to the user's profile.
  2. Implement a search bar to allow the admin to search users by name.
  3. Ensure the dashboard is only accessible to admin users.
  4. Fetch user data from Firebase and display it in the table.
  5. The dashboard design should be simple and clean, focusing on functionality over aesthetics.

Dependencies: User data must be stored and retrievable from Firebase.

Technical Requirements:

Potential Challenges: