Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show number of participants or maximum number of participants #4

Open
david-ziegler opened this issue Apr 29, 2021 · 1 comment
Open

Comments

@david-ziegler
Copy link
Owner

david-ziegler commented Apr 29, 2021

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
@bbuhler
Copy link

bbuhler commented Jun 16, 2021

I think a combination of solution 2 and 3 would be appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants