Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story: as a user, I want to send an SMS to a Twilio number and receive a list of commands available in an SMS interface #3

Open
kwhinnery opened this issue May 18, 2017 · 0 comments

Comments

@kwhinnery
Copy link
Contributor

kwhinnery commented May 18, 2017

For this system, we intended to have users text in to a Twilio number to be able to subscribe for updates on open data sources they care about. The first step will be responding to an SMS and displaying a menu of commands they can text in to interact with the system. Some placeholder commands might be:

  • subscribe (subscribe for a particular kind of notification)
  • list (see what things I can subscribe to)
  • help and anything else (print the menu of options)

Acceptance criteria

  • Modify the placeholder webhook to process the incoming SMS for different keywords
  • For now, respond only with a list of available commands that the user could theoretically input into the system
  • Modify (and add new potentially) integration tests for the endpoint, and any helpers you might need to add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant