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

Add "export" feature to "manage cases" screen #315

Closed jthrilly closed 1 year ago

jthrilly commented 3 years ago

We need the ability to export selected cases from the "manage cases" screen. This needs to integrate with #209 and #311 .

It seems like a fairly obvious missing feature, which was cut because we removed the ability to filter and and query networks before export (https://github.com/complexdatacollective/Server/issues/311).

Complicating factor is that currently the export settings are set on the export tab. I think a "proper" solution to this will involve reworking the export tab to allow the user to select sessions for export, but to default to all. Eventually this selection process could include constructing queries/filters too. Once selected, the export screen could show "Exporting n of m networks. (clear selection/export all)". The selection could be reset once the export has finished.

jthrilly commented 1 year ago

Closing, as no further development planned on Server.