Skip to content
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.

Tournament entrants don't get dropped or otherwise marked when they decline #12

Open
EliAndrewC opened this issue Jan 6, 2017 · 0 comments
Labels

Comments

@EliAndrewC
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant