Open shrunyan opened 4 years ago
what about: A button that is visible to staff-only that allows support staff to export data for users.
A UI for the DB with a textbox that would allow staff to enter a ZUID and export a model.
@MukeshGKastala Does the pagination API support this enhancement request?
Is your feature request related to a problem? Please describe. Users want to be able to export a CSV of model items to transfer to another instance.
Describe the solution you'd like A button on the model list view which would download a CSV which contains rows for each content model item.
Models can contain a large amount of data and soon will have a paging API to request data in chunks. A cloud function which orchestrates the fetching of all pages and building a single CSV file for download may be necessary to power this functionality.
Describe alternatives you've considered
Additional context Should we consider single item level exports as well? How would large sets of data work?
(related to Zendesk ticket #1105)
gz#1105