Executive members have made the mistake of accidentally clicking the End Event button when trying to add a new rebuy or when on mobile and accidentally tapping in the wrong place. Part of this issue was already solved by increasing the space between the buttons, however this hasn't fully solved the issue.
Approach
Add a confirmation dialog that opens after clicking the End Event button
In the dialog, display text that explains how ending the event will place all unsigned out players in last place and will calculate points. Also ensure the user that they shouldn't perform this action unless they explicitly mean to finalize the event.
Once the user clicks a confirm/submit button, then make the API call to end an event
Ensure there is a cancel button, as well as an x in the top right corner to exit the dialog box
Description
Executive members have made the mistake of accidentally clicking the
End Event
button when trying to add a new rebuy or when on mobile and accidentally tapping in the wrong place. Part of this issue was already solved by increasing the space between the buttons, however this hasn't fully solved the issue.Approach
End Event
buttonx
in the top right corner to exit the dialog boxBlocks
Blocked By
Related To