coralproject / ask

A better way for journalists to manage forms, submissions, and galleries. Because journalism needs everyone.
https://coralproject.net/products/ask.html
Other
42 stars 8 forks source link

CSV bugs to fix #120

Closed jde closed 8 years ago

jde commented 8 years ago

https://pillar_stg.coralproject.net/v1/form/57955fe7d05a1e00059dbff3/submission/csv

https://pillar_stg.coralproject.net/v1/form/57955fe7d05a1e00059dbff3/submission?skip=0&limit=10&orderby=dsc&filterby=&search=

COLUMNS

MULTIPLE CHOICE

gabelula commented 8 years ago

About multiple choice (multiple options) I'm not sure that adding a column per choice is the best way to do it. I like how Google Forms is exporting it as one column with comma-separated values. For example: "Choice1, Choice5"

gabelula commented 8 years ago

For the flags it is kind of confusing how we are storing them. When it is flagged we are storing a string "true" in the Flags slice. When it is bookmarked we are storing a string "bookmarked" in the Flags slice. Not sure how to divide this in different columns when is not clear how it is store. Right now I'm exporting a column "Flags" with all the values in the flags slice.