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

Email report #20

Open
4 tasks
sethlbrown opened this issue Oct 21, 2019 · 1 comment
Open
4 tasks

Email report #20

sethlbrown opened this issue Oct 21, 2019 · 1 comment
Assignees
Milestone

Comments

@sethlbrown
Copy link

sethlbrown commented Oct 21, 2019

User can email the report

  • When users view the report, they will be able to email themselves a link to the report by clicking on the email report link/icon
  • When the email report link/icon is clicked, a modal will appear allowing the user to input multiple email addresses. The modal will also inform the user that the link isn't entirely private.
  • The form will have email validation so if the user doesn't input the email address in the correct format, it will throw an error
  • Once the user clicks send, a confirmation message will appear in the modal.

Prairie___Tee_Planting_Tool_Wireframes___Design 6

![PrairieEmail](https://user-images.githubusercontent.com/2040791/67400604-2aa3c000-f5ae-11e9-98d5-80517220a1c0.jpg)
@sethlbrown sethlbrown added this to the Phase 2 milestone Oct 21, 2019
@sethlbrown sethlbrown self-assigned this Oct 21, 2019
@johnwildspring
Copy link
Collaborator

johnwildspring commented Mar 3, 2020

Proposed approach:

Given that we chose not to build a back-end system, we can't do link sharing because that requires a back-end system that holds all the data for a session. Instead, we opted for a "savefile". Sharing that file is really easy on the user's part, they simply need to download it, and email it to their colleagues (i.e. this issue is closed). Sharing that file on behalf of the user is harder, because we don't have access to that savefile because we don't have a back-end.

My suggestion is that we continue to use the savefile methodology, unless users feedback says that it's hard to use... then we may consider if its worth building out a back-end system. There are certain benefits to have a back-end system, like being able to see all the data in the big picture and seeing trends in that data. Something that academics might find useful.

Estimate hours (assuming we stick with using the savefile): 0-5 if we want to play around with some extra copy, or add some content that walk users through how to share the file.

Esimate hours (assuming we build out a back-end): TBD

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