rcpch / national-paediatric-diabetes-audit

A django application to audit the care of children and young people with diabetes in England and Wales.
0 stars 1 forks source link

audit-year-selection #394

Open eatyourpeas opened 1 day ago

eatyourpeas commented 1 day ago

What started out as a simple fix to the missing patient count in the SubmissionListView turned into a new feature to include an audit year selector

This PR places a new select in the navbar alongside the view_preference selector. To implement this it adds:

Overview

Please describe the purpose of this PR here.

Related Issues

closes #384

Mentions

@reecehill the new select does not quite look as it should. Could you review and make it works more like the view_preference one that you made? This audit_year_select need not have an apply/remove button but would be good if the filter might be visible in the tables like the view_preference one

eatyourpeas commented 1 day ago
image

Patient number now fixed - no patient number show for inactive submissions since the data has been deleted. The audit_year_select though is not quite right