CMPUT301F24nachos / nachos-business

Project Part 1
0 stars 0 forks source link

Entrant - Implement Waiting List Functionality for Event Lottery #67

Open ErenPaper opened 1 hour ago

ErenPaper commented 1 hour ago

Implement a feature that provides a "Join Waiting List" button on each event page. This button will be connected to backend logic, which adds the user to the waiting list for the selected event. The system should update the database whenever a user successfully joins the list. Upon joining, users will receive immediate feedback, such as a confirmation pop-up or notification, to ensure they know their status. Users should also be able to view their current waiting list position or status on their profile.