complexdatacollective / Server

A tool for storing, analyzing, and exporting Network Canvas interview data.
http://networkcanvas.com/
GNU General Public License v3.0
2 stars 2 forks source link

Improve consistency of export_requests API endpoint #274

Closed wwqrd closed 3 years ago

wwqrd commented 4 years ago

Ensure that the API for export_requests in the AdminService are consistent and properly documented.

Currently the API diverges from the documentation, and the exportFormats contains both the format (csv/graphml), and the csv specific options (because the csv can export additional files).

Deliverables:

For current implementation see /src/main/server/AdminService.js and /src/main/data-managers/ExportManager.js

May relate to: https://github.com/codaco/network-exporters/issues/1