nodebb-plugin-calendar icon indicating copy to clipboard operation
nodebb-plugin-calendar copied to clipboard

Attendee limit, reservations

Open pitaj opened this issue 7 years ago • 0 comments

If event has a max number of attendees, N,

  • If less than N people have signed up, it shows three buttons: [ + Reservation ] [ Remind me ] [ No ]
  • After N people reserve a spot, the reservation button changes to: [ + Waiting List ]

Users who respond with "Remind me" receive every notification, unlike with "Maybe" from the normal responses. Users in the waiting list get automatically dropped into the reservation list when someone with a reservation changes their response. They receive a notification when this happens.

Implementation:

  • [ ] Changing buttons if event is limited
  • [ ] Reservation / Waiting list
  • [ ] Remind me treated as "Yes"
  • [ ] Notification when dropped into reservation list

pitaj avatar Nov 08 '16 22:11 pitaj