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
{{ message }}
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.
The tabletop tournaments app sends an SMS reminder asking people to text Y or N to confirm or drop out of the tournament.
We correctly handle the Y case but not the N case. We currently don't do anything when we receive a non-Y response.
We will need to decide how to handle edge cases such as what happens if someone replies with neither Y nor N or what if they reply with both, etc. The correct thing is probably to just display "nonstandard response" on the form and then let the admin see what text message they received, so they can decide whether to include the person. Ditto for if we receive multiple texts; we should probably just set their status to "nonstandard" and show the texts we received, or something.
The text was updated successfully, but these errors were encountered:
The tabletop tournaments app sends an SMS reminder asking people to text Y or N to confirm or drop out of the tournament.
We correctly handle the Y case but not the N case. We currently don't do anything when we receive a non-Y response.
We will need to decide how to handle edge cases such as what happens if someone replies with neither Y nor N or what if they reply with both, etc. The correct thing is probably to just display "nonstandard response" on the form and then let the admin see what text message they received, so they can decide whether to include the person. Ditto for if we receive multiple texts; we should probably just set their status to "nonstandard" and show the texts we received, or something.
The text was updated successfully, but these errors were encountered: