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

patient-valid #67

Closed eatyourpeas closed 4 months ago

eatyourpeas commented 4 months ago

Overview

Two fixes here:

  1. adding the values back into the patient form so that they appear when the patient is being updated: note that the select still does not populate prescored values
  2. set the is_valid attribute of patient to true if saved in the form_valid function either on update or create.

There is a also a formatting fix to remove the extra headers when patients are invalid. Also a tailwind fix for the caret and visits in the right-most cell in the table

fixes #62 and #53