-
Notifications
You must be signed in to change notification settings - Fork 13
[UI] Strata Table Row: Add Download Button Functionality #973
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
Comments
The downloading works fine, but a Success (or Error) notification pop up does not appear. |
Reopening |
Re-QA: @zackcl |
QA: Passed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
As an experimenter, I want to download a csv of stratification data by UUID for all in that strata row in table
Dependencies:
#958
#964
Links
(🟠 Link design prototype)
Acceptance Criteria
GIVEN an experimenter clicks on the download button in a strata table row
THEN call API [ 🟠 include actual endpoint when decided] to download csv for that strata to browser
GIVEN the call is successful
THEN the csv will be downloaded
AND the user will see a Success notification pop up [ 🟠 pic of notification 'toast' with correct text]
GIVEN the call is error
THEN the csv will be not be downloaded
AND the user will see an error notification pop up [ 🟠 pic of notification 'toast' with correct text]
The text was updated successfully, but these errors were encountered: