devict / votelocal

A web app for receiving local voting information via SMS
15 stars 16 forks source link

Choose whether messages go to Twitter, SMS, or both #62

Closed sethetter closed 4 years ago

sethetter commented 5 years ago

Define "targets" for a message, which right now are just Twitter or SMS. Have check boxes on the schedule message form (edit and create). Default to both on. Validate that at least one is checked.

JustinDDavis commented 5 years ago

I'd be interested in picking this up.

sethetter commented 5 years ago

@JustinDDavis it's all yours! Greatly appreciated.

JustinDDavis commented 5 years ago

@sethetter, what are your thoughts on the design for storing the target selection in the database? Should there only be a single "target" in the database and we filter out what is sent in the command? Or should there be "target_sms" and "target_twitter" entries to track where messages are needing to go?

sethetter commented 5 years ago

@JustinDDavis I think the latter makes the most sense, that way messages can go to both of wanted. Default both to true probably?

sethetter commented 4 years ago

Closed by #65!