HyphaApp / hypha

Submission management software for open calls
https://www.hypha.app
BSD 3-Clause "New" or "Revised" License
67 stars 38 forks source link

CSV export enhancements #4027

Open wes-otf opened 4 days ago

wes-otf commented 4 days ago

This extends #3981. A few additional features that could be added to the CSV export functionality:

  1. List View - add the export button to the list view (/apply/submissions/all-alt/)
  2. Clean HTML/QuerySets - CSVs are currently exported with raw HTML (rich text), and QuerySets in string form (ie. <QuerySet [test string]>. Staff doesn't need it to be pretty, just to be more readable so even crudely stripping the HTML would likely be a good first step. Then querysets could probably just be converted to a pythonic list.
  3. Include Application URLs - staff indicated having a column that links to the exported application would also be useful.

Overall program specialists were surprised by this functionality & said they could see it integrating well with their occasional data compilation for funds!