pretalx / pretalx-public-voting

Public community voting on talk proposals
Other
4 stars 5 forks source link

Add CSV export for the votes #12

Closed vmx closed 3 years ago

vmx commented 4 years ago

I've put it under export, if it should be under a different URL or if other formats (like e.g. JSON) should also be supported, please let me know.

I originally tried to use the Schedule export functionality, but I couldn't get it working with a plugin, hence I decided to just use a view for it.

Closes #4.

rixx commented 3 years ago

I've implemented this using the exporter interface, because that will make pretalx and Django upgrades more seamless (for example, we're moving away from re_path, and now we don't need to touch URLs in this repo).

vmx commented 3 years ago

Thanks! I tried that but somehow didn't get it working properly, but your version works.