You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
If event has a max number of attendees,
N
,[ + Reservation ] [ Remind me ] [ No ]
[ + 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:
The text was updated successfully, but these errors were encountered: