uwblueprint / somo

Text messaging survey app for Somo
http://www.thesomoproject.org
5 stars 1 forks source link

Implement SMS response parser #16

Closed sitefeng closed 7 years ago

sitefeng commented 8 years ago

Validate and do error checking on the responses, if not valid reply to user with errors

If valid, forward to state machine for next question

chrisjluc commented 7 years ago

@luisasanmartin Probably a good ticket to start with (remember edge case for welcome message), since the other one is more of an epic.

chrisjluc commented 7 years ago

Potentially could be single method on question model that's like is_response_valid(response), while the next question logic can be implemented in the ticket i linked above.