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

Adds Today button to each date field #80

Closed dc2007git closed 1 month ago

dc2007git commented 1 month ago

Purpose of PR is to remove a preset value for each date field, which was previously today's date. However, this activated the category, meaning that it showed up as 'addressed' even if the user had not entered anything - the preset value was enough for it to show user activity.

Instead, a button with 'Today' next to each date field has been implemented with Hyperscript to fill the date field if the user wishes so, fixing the bug above and also removing the number of clicks to enter today's date.

Closes #60