amaatouq / netwise

open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
1 stars 0 forks source link

Export #18

Closed npaton closed 6 years ago

npaton commented 6 years ago

Export all data from a batch in JSON (/CSV?) format.

amaatouq commented 6 years ago

It would be nice to have both JSON and CSV. if it is flattened CSV file, then each row should be the smallest unit which I think should be 'player-stage' .. So it will be the answer by Player Y for the response stage at round 3 etc. I am not sure what is a good way to do this, so for the beta release let's just dump the entire batch data ... maybe we get universal feedback about how this should look like.

npaton commented 6 years ago

Added 2 endpoints: /admin/export.json and /admin/export.csv

npaton commented 6 years ago

This is a first pass, there are probably many possible improvements to the export feature. Also these endpoints are not currently secured! Not expecting participants to know this exists, yet. But it will of course need to be secured soon.