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

As a study participant I want to export my data from my dashboard so that I may have a record of it. #14

Open
agretta opened this issue Jan 16, 2019 · 0 comments
Labels
feature general features
Milestone

Comments

@agretta
Copy link
Owner

agretta commented Jan 16, 2019

Scenario: The participant successfully exports their data.
Given: A participant has collected enough data to export, and is on the dashboard page;
When: The participant selects export data;
Then: The data should be saved as a .csv file and a message notifying the user the data was exported successfully should be displayed.

Scenario: The participant has no data to export.
Given: A research participant has no data to export, and is on the dashboard page;
When: The participant selects export data;
Then: An error message should be displayed and no data should be exported.

@agretta agretta added this to the Sprint 4 milestone Jan 16, 2019
@agretta agretta added the feature general features label Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature general features
Projects
None yet
Development

No branches or pull requests

1 participant