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
On the active view page, where we have the leave queue button, add another button for the user to click "Left Early?" if the queue advanced but the player was not there. Ensure you have a confirmation popup.
Create a similar method in the utils/api.js file to call the associated endpoint.
ONLY show this button if the user is in the queue: Rely on the local storage value of "inQueue".
Add a description in the popup to describe what this means: Ex "Did someone leave early? If so, enter their court #:"
If no one else has done this yet, create a generic version of the confirmation popup we had for user info and put this in the ActiveView directory as it will be needed for the other buttons (End Session, Left Early, No Show, Add Unknowns).
The text was updated successfully, but these errors were encountered:
On the active view page, where we have the leave queue button, add another button for the user to click "Left Early?" if the queue advanced but the player was not there. Ensure you have a confirmation popup.
If no one else has done this yet, create a generic version of the confirmation popup we had for user info and put this in the ActiveView directory as it will be needed for the other buttons (End Session, Left Early, No Show, Add Unknowns).
The text was updated successfully, but these errors were encountered: