Closed eatyourpeas closed 2 weeks ago
just to add, it adds a final migration that retrospectively sets the *_input_achieved
value to True
for those existing records where *_input_date
is not None. Screen shots of the changes are in the issue it closes.
@mbarton just because of the extra migration step at the end would be grateful if you could try out that bit and make sure it does what we expect - ie all existing records where epilepsy_specialist_nurse_input_date
, consultant_paediatrician_input_date
or paediatric_neurologist_input_date
in the Assessment tab have existing dates, that they are visible in the ui and the *_input_achieved
toggle is set to true
Overview
This makes the input dates for paediatrician with expertise, neurologist and epilepsy specialist nurse all optional, and introduces input_achieved toggles that make them mandatory if selected.
The E12 team do not feel this has implications for the KPI calculations
Generates 3 new fields in the Assessment model so will there is a new migration
closes #1095