rcpch / rcpch-audit-engine

Epilepsy12 Audit Platform
https://e12.rcpch.ac.uk/
GNU Affero General Public License v3.0
5 stars 5 forks source link

[Organisational Audit] Include rows in CSV for all trusts/health boards even if they have no submission #1089

Open mbarton opened 1 month ago

mbarton commented 1 month ago

Add the completed flag from #1083 as a column in the spreadsheet. Also add it as a filter in the Django admin so the team can work out who hasn't filled it their submission yet

mbarton commented 4 weeks ago

Actually the way the code was written, there's already a submitted column as it reads the list of columns to use from the form.

However there is only a row for each modified submission. Really to be useful we need a row per trust/health board so it's easy to see who hasn't answered the audit at all in the given submission period. Changing this issue to reflect that.