CMPUT301F24nachos / nachos-business

Project Part 1
0 stars 0 forks source link

Entrants - Implement Leave/Unjoin Waiting List Functionality for Event Lottery #68

Open ErenPaper opened 4 hours ago

ErenPaper commented 4 hours ago

Ability to leave a waiting list they have previously joined. This feature will involve creating a "Leave Waiting List" button on the event page, which will remove the user from the associated waiting list in the backend. The database must be updated accordingly to reflect this change, ensuring the user is no longer in the list. System should provide feedback to the user confirming their removal from the list maybe by notification. The user profile should also update to reflect their absence from the waiting list.

Should prompt the next person on the waiting list to be moved up a spot.