pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
192 stars 185 forks source link

feat("junction/base/admin.py"): Add Export CSV #785

Closed soumendrak closed 12 months ago

soumendrak commented 1 year ago

This PR addresses issue #780

image
ananyo2012 commented 1 year ago

Sample export for Proposals proposals.proposal.csv

ananyo2012 commented 1 year ago
image

@soumendrak As you can see the export doesn't contain the author name and email. We need the export of the data with the emails, otherwise it won't be useful. Seems like generic export won't be suitable for all cases. We actually need useful data to be exported. Hence it needs to be handled per model.

ananyo2012 commented 12 months ago

Closed by #787