-
Notifications
You must be signed in to change notification settings - Fork 14
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
Tournament Registration before Event starts #647
Comments
I don't fully understand your question tbh but i try to explain what is going on here: You have the visibility of your event, which does not do anything to the turnament registration. Then you have the status of your tournament. The tournament registration checks if the tournament is in the status OPEN and if the event participant is either signed in or if it is an online event. |
Ok. The question exactly is: I added an onside event, no online event. And it will be nice that people can register the tournament before they check in onside. Means thy booked, payed and then they can register the team for the OPEN tournament. |
Currently this is not implemented. Although it might seem like a small thing to implement that, due to several weird implementations this is not a trivial change on one place. But i think there are no reasons against the implementation, but this has to be done properly and with a lot of testing, since there are a lot of cases where this is handled differently. We can look into it, as soon as we manage to get #606 reviewed and merged, since this touches on some of the stuff nessecary. Also, this will raise a similar problem as our oldest open issue #33 , because of that we have to rethink a good part of the whole participant/active participant logic in that case. So i can definitely say that this could not happen in the next weeks, if you have some kind of time constraints. What you theoretically should work (but be careful, it might also break things, i only tested it quickly) is that you create your event as an online event while you sell tickets and before you actually have your event, disable the online event setting. It will be shown nowhere as far as i know, and it only disables gifting tickets and will change that the event live view on the day of the event is accessible without the participants being signed in. But if you change it back right before the event, the live page should perform like expected only after the sign in. |
If you plan an Event and add a tournament, I cannot find an option which allows registered and payed users to register the team before the Event starts. it is only possible if you change the event as public. but this is not what a all party will have.
is there an option which I didn't see?
The text was updated successfully, but these errors were encountered: