-
Notifications
You must be signed in to change notification settings - Fork 4
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 CSV export of data tables #92
Comments
1 - Some questions:
|
For my part, all tables will need to be exportable and should be accessible for all users. |
Thanks @stefanabreitwieser, I'm preparing a few options and estimates for 1, but I'd appreciate if you could provide more information about 3. |
Sure, I think this is something that @bunekcca and I will bring up with our users in the demos. Is it okay if we get back to you then? Also tagging @marcbouchercca so that he's aware of our work here, since this appears to have a heavily technical component. |
Sure @stefanabreitwieser! |
Sent link and credentials from a test Binder instance via email for further analysis of 3. |
Option A: Periodic auto-generated CSV files:For example each night, a task is executed to generate CSV files for each Collection and Folder in the application. A link to the generated CSV files will be placed in the attachments section of those resources. Those CSV files will contain the same data as the tables. Estimate: 40 hours. Additionally, the same could be done for the entire Collections and search tables, placing the link in a new section of the Collections and search pages. Estimate: 10 extra hours. Option B: User generated CSV files:Allow users to export the table they're looking, including the query and sort options (and selected filters after #91) . This is the harder to estimate given the questions in the first comment. As a rough ballpark, 100 hours should allow to address most of those questions. Option C: Option A and Option B together:Doing both options together will take a little less time than the sum of both estimates. Again, as a rough ballpark, 120 hours should allow to do both options. |
From the user stories (reference archivist, round 2 and administrator, round 2)
1 - As a Reference Librarian, I want to export the tables (such as the Digital Files within a Folder, or within a particular Search result) as a CSV or Excel file to send to researchers before they arrive at CCA to help them prepare for their visit.
The text was updated successfully, but these errors were encountered: