amschaal / django-ezreg

4 stars 3 forks source link

Allow admin to save slot #11

Closed amschaal closed 6 years ago

amschaal commented 8 years ago

Maybe by allowing admin to waitlist someone, even when the event isn't full? Waitlist should be calculated based on registered + waitlisted >= capacity. If capacity > registered + waitlisted, only allow an admin to waitlist.

amschaal commented 6 years ago

This can be accomplished by:

  1. Letting user waitlist.
  2. Free up capacity by cancelling a registration, or increasing total capacity.
  3. Update their status to pending from waitlist.