-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implement a "Download to CSV" feature #1420
Comments
UPDATEDid some research on available libraries that we could use to implement the CSV download functionality. Looking to use either NEXT STEPSNeed to break down further how the 'Download Summary' is passing in rules to be sent to the |
UPDATEDecided to use BLOCKERTesting out different ways to reuse the |
AFAICT, we don't currently support multi-select in the projects page, so I would separate those tasks into a new issue. |
@bonniewolfe @ZekeAranyLucas @Biuwa @Parisajf Work on extracting the columns we need from the project and rules, and ordering them in a reasonable fashion. |
Overview
We want users to have the ability to download a CSV file for one or more calculations - one row per calculation. To start, this will be accessible by pressing a button on the last page of the wizard, which will produce a CSV with column headings and one row of data. IMPORTANT: The code to implement this feature must not reside in the Wizard Components, but should be implemented as a function that can be called from anywhere in the application with a single method that is passed an array of one or more calculationId values, and downloads a single CSV file with one row per calculation in the array.
Action Items
Resources/Instructions
The text was updated successfully, but these errors were encountered: