zesty-io / manager-ui

Content platform powering enterprise websites and applications
https://www.zesty.io
Other
39 stars 5 forks source link

Content export #120

Open shrunyan opened 3 years ago

shrunyan commented 3 years ago

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

kakoga commented 3 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.

d88naimi commented 2 years ago

@MukeshGKastala Does the pagination API support this enhancement request?