performant-software / core-data-cloud

Core Data. In the Cloud.
0 stars 1 forks source link

Export Core Data Project Data as CSV #178

Open jamiefolsom opened 3 months ago

jamiefolsom commented 3 months ago

As an admin user, I want the ability to export my project data into CSV format. Much like the export configuration functionality, this should be available under project settings in the "Import/Export" tab.

Notes:

dleadbetter commented 3 months ago

@jamiefolsom - A couple if thoughts that could make a data export feature non-trivial to implement:

Estimate: 45-60 hours

jamiefolsom commented 3 months ago

As discussed, we'll handle this via pg_dump for now -- moving a copy of all staging data into the UQAM instance for now, then removing unrelated data/projects from that copy.