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

send question to recipient functionality #21

Closed
davidmooreppf opened this issue Jul 29, 2013 · 3 comments
Closed

send question to recipient functionality #21

davidmooreppf opened this issue Jul 29, 2013 · 3 comments
Assignees

Comments

@davidmooreppf
Copy link
Member

Issue for 8(f) in dev roadmap. When a Q reaches threshold ::

  1. If state/city elected official with a plaintext email, deliver over email. DRM can write copy.

  1. If federal member of Congress, or elected official without a plaintext email address,

a) If member has verified Twitter acc't, deliver over Twitter

b) if member does not have verified Twitter, display prompt to user to sumbit manually

  1. If public figure with verified Twitter acc't, deliver over Twitter.

If no response in a week, send reminder email. Enhancements after launch will include more specific reminders to staffpeople and administrative dashboards for verified responders & elected officials.

@derekeder
Copy link
Contributor

If public figure with verified Twitter acc't, deliver over Twitter.

This warrants it's own issue in my opinion. Would require setting up a Twitter account for AskThem, and using a gem like this to hook in to the app.

If no response in a week, send reminder email. Enhancements after launch will include more specific reminders to staffpeople and administrative dashboards for verified responders & elected officials.

This should also be its own issue. We will need to set up a separate process that keeps track of how long ago the threshold was met, and if a response was posted. Should probably come after #18 is done. This may be something we want to do manually at first.

@walter
Copy link
Contributor

walter commented Aug 16, 2013

Feel free to split off to new issues with a reference to this issue in each of their descriptions.

I would say the Twitter sending is a next iteration (i.e. after question asking/sharing/answering cycle is complete with email as a delivery).

Agreed about sending after a week. It can probably be done manually for a period of time, but good probably worthwhile to capture as an issue while it is fresh in our minds.

@derekeder
Copy link
Contributor

Core email sending to person implemented with #53.

Spun off additional features in to issues #60 and #61.

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

3 participants