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
Sometimes events have a maximum number of participants. It would be good to be able to see when this number is reached.
Solution 1
Enumerate the participants:
Zusagen:
1. Peter
2. Anna
3. Max
Solution 2
Specify the maximum number of participants and show a waiting list:
Zusagen:
Peter
Anna
Warteliste:
Max
One possibility to implement this is to specify the maximum number of events in the same message that creates the event: /event Hallo, blablabla /maximum 2.
When someone under "Zusagen" cancels, then someone from the waiting list can move up to the first list.
Solution 3
Show the current total number of participants (also if it exceeds the maximum number).
Zusagen (3):
Peter
Anna
Max
The text was updated successfully, but these errors were encountered:
Sometimes events have a maximum number of participants. It would be good to be able to see when this number is reached.
Solution 1
Enumerate the participants:
Solution 2
Specify the maximum number of participants and show a waiting list:
One possibility to implement this is to specify the maximum number of events in the same message that creates the event:
/event Hallo, blablabla /maximum 2
.When someone under "Zusagen" cancels, then someone from the waiting list can move up to the first list.
Solution 3
Show the current total number of participants (also if it exceeds the maximum number).
The text was updated successfully, but these errors were encountered: