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
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: