codeforamerica / denver-schedules-api

An api for city events & schedules.
MIT License
7 stars 5 forks source link

Add reminders #4

Closed boonrs closed 10 years ago

boonrs commented 10 years ago

Citizens should be able to add reminders about city services. This takes care of the base case, a one time reminder. A separate script will take care of actually sending out the reminders.

drewrwilson commented 10 years ago

:bicyclist: I read through it. Seems like a good way to start tackling reminders. I didn't run it, so I don't have any feedback on functionality.

I noticed there is one message field. :email:s can be much longer than texts, so later we can figure out if we want to have different messages for email than for texts. Eg :email: have subject lines, but :phone: messages don't so if we want to have that set, we'd need another field or something. Makes sense to keep it simple now and cross that :bridge_at_night: later.

carterbancroft commented 10 years ago

:+1: