-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export consultation results to CSV #32
Comments
decidim/decidim#6070 seems to be a great example to follow |
Waiting for review at openpoke/decidim-module-action_delegator#42. |
This is working but line breaks don't play well with CSV. Every line break is taken as a new column so if your question title includes them, you end up with more columns than expected, with the question title split into multiple ones. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
- As an: admin
- On page:
/admin/consultations/<consultation_slug>/results
- I want to be able to do:
Acceptance Criteria & Tests
The extra columns we added to the consultation's results table in openpoke/decidim-module-action_delegator#29 doesn't give the sum of votes of an answer but most importantly, it can't fit the needs of all kinds of cooperatives when it comes to calculating voting results.
Therefore, we want to let them do their own math from a spreadsheet. The way to do so is with an "Export to file" or "Download" button within the
card-title
, next to the votes vs participants label.The CSV should have exactly these columns and ordering 👇
The text was updated successfully, but these errors were encountered: