sapmentors / SITreg

SAP Event Registration app backend
Apache License 2.0
24 stars 27 forks source link

Handling of waiting list / Respect Event.maxParticipants during Participant creation #8

Open gregorwolf opened 8 years ago

gregorwolf commented 8 years ago

With the attribute MaxParticipants it is possible to define how many people can be hosted at the event. As cancellations can occur (Setting RSVP to N in Participant table) we should notify participants that had registered but would not yet have a space.

hendrik77 commented 8 years ago

An adjustable waiting list policy would be a nice.

gregorwolf commented 8 years ago

My idea was basically to automatically confirm the 1st one on the waiting list as soon as someone cancels his attendance. I think that is the same behaviour as Meetup.com handles it. I would avoid allowing adjustments by the administrator.

gregorwolf commented 8 years ago

Logic from N to Y still needed.

gregorwolf commented 8 years ago

When the organizer changes the number of max participants then an update of the RSVP must be executed.