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

[Events] Implement a block preventing setting two event registrations at the same time #219

Open
anjarfr opened this issue Aug 28, 2019 · 0 comments
Labels

Comments

@anjarfr
Copy link
Contributor

anjarfr commented Aug 28, 2019

What: If two or more committees set their event registration opening time at the same time, users will be ungrateful and complain because they can't sit ready to register for both events.
How: When an event is created, loop through all up-coming events which's registration has not yet started, and check if the registraion opening time is the same. If it is, a warning should be displayed, notifying the user that there is a collision.

@anjarfr anjarfr changed the title Implement a block for setting two event registrations at the same time Implement a block preventing setting two event registrations at the same time Aug 28, 2019
@pelsbust pelsbust changed the title Implement a block preventing setting two event registrations at the same time [Events] Implement a block preventing setting two event registrations at the same time Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant