If waitlist capacity is set and is full, entrant will not be able to register from the registration page and will get a toast popup notifying them that the waitlist is full.
Created a new EventManager class to encapsulate event-related database access. Currently only has one function to check if waitlist is full, but we can add more functions as needed.
If waitlist capacity is set and is full, entrant will not be able to register from the registration page and will get a toast popup notifying them that the waitlist is full.
Created a new EventManager class to encapsulate event-related database access. Currently only has one function to check if waitlist is full, but we can add more functions as needed.