CMPUT301F24nachos / nachos-business

Project Part 1
0 stars 0 forks source link

Entrants - Implement Second Chance Selection Functionality #77

Open ErenPaper opened 3 hours ago

ErenPaper commented 3 hours ago

Automatically be given a second opportunity to be selected for an event if a previously chosen participant opts out. This feature will need to implement logic to check for available spots whenever an entrant opts out and subsequently perform another search in the waiting list. The system should manage the waiting list dynamically, ensuring that remaining entrants are considered for selection without requiring them to take any action.

Users will receive notifications if they are chosen as a replacement.