Remove empty 'response__eligibility' column from CSV download
Open
@becky-gilbert is already working on this.
Since Nov 27, 2023.
- Dominant language
- Python
- Stars
- 12
- Forks
- 21
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 5
Description
# TL;DR
Response eligibility is empty in CSV downloads.
# Description
The new 'eligibility' value in the response objects is being populated in the database and showing up in some places on the site (e.g. the response summary UI), but its value is always empty in the response CSV downloads. The most likely cause is a problem in the dictionary-to-CSV conversion.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.