-
Notifications
You must be signed in to change notification settings - Fork 2
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
Customize waiting list size #72
Comments
This should already be possible with a workaround:
May look a little cumbersome, but actually it is quite easy and I know some guys do it that way. |
Just so I understand correctly, this would mean the generated "example participants" would get assigned into teams/routes as well, right? Ideally, we would just like the waiting list to be longer than the default size (the remainder of division by To give an example: Let's say 180 people registered for "Mainz kocht", with team size 2 and 3 meals ( Line 27 in b48383a
If I understand correctly, this currently would not be possible with the workaround, right? |
Yes, the example participants would also be assigned into teams. This is however not that big issue as it sounds. You can swap the single teams in such a way that only example participants are assigned into one team each other (this is of course a little bit of work, but supposing that you only have a few of those example participants this should be quite fast). I know this is neither ideal nor comfortable, but it should also work. Anyway it is always sort of a hassle dealing with such things, most likely it would be easier if you can just put some participants manually to the waiting list, but in the end I think the complexity still remains. And another important point from a technical point of view: Technically there currently doesn't exist a construct of a waiting list, this more a type of virtual construct, which is mostly computed on the fly. This has some advantages, but also some disadvantages, one of them is that it would cause some efforts for implementing such a feature. |
Since quite some people cancel on short notice, it would be great if one could configure to have, e.g., x% or y people on the waiting list.
The text was updated successfully, but these errors were encountered: