Skip to content

Allow a user to review the outputs and then task the system to send emails #95

@jonodrew

Description

@jonodrew

Once a user is happy with the proposed outputs, they should be able to tell the system to send the appropriate emails

At the moment the completed outputs are deleted the moment they're downloaded. We can re-use the approach in

@after_this_request
to delay that by some period, maybe ten minutes or so, to give the user time to decide if they want to send the emails or not. We'd probably need some kind of error handling in case the user didn't decide within the ten minutes (or whatever). An MVP might just display something like

You have until {ten minutes from now} to decide!

but maybe less aggressive.

I'm also not sure how to present the option to the user. Another call to action is probably bad practice, so maybe change the download button to a link of some sort...?

After that there'll be a page where users can select their email service - I'll do integrations for Notify and SES to start with I think - and then a page to ask them for their key before passing the task off to Celery for processing. Need to reflect on how we store/process that key while it's being processed

@johnpeart - any thoughts on this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions