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

Read/create submissions from web form #49

Closed
childss opened this issue Jun 6, 2014 · 1 comment
Closed

Read/create submissions from web form #49

childss opened this issue Jun 6, 2014 · 1 comment
Labels

Comments

@childss
Copy link
Contributor

childss commented Jun 6, 2014

There should be an option to read incoming emails from an inbox and automatically create submissions from them.

  • If email has attachment, treat as submission:
    • Read email address and name from the from field.
    • Parse email body as the email_text field.
    • Read attachment as the zipfile (and upload).
  • If email does not have any attachments, mark as ignored or maybe flag for review by a human.

For the first pass, also mark emails with multiple attachments as needing a human. With #8 we could just make them all attachments to the submission model.

@childss childss self-assigned this Jun 6, 2014
@AlabamaMike AlabamaMike assigned AlabamaMike and unassigned childss Jan 26, 2015
@AlabamaMike AlabamaMike removed their assignment Jan 26, 2015
@AlabamaMike AlabamaMike removed the ready label Feb 23, 2015
@AlabamaMike AlabamaMike changed the title Read/create submissions from email Read/create submissions from web form Mar 3, 2015
@AlabamaMike
Copy link
Contributor

We decided to go away from using email as a submission channel in favor of a web form. The card title has been updated to reflect this decision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants