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

Move KPI specifications from excel into markdown, probably documentation site #297

Closed anchit-chandran closed 1 month ago

anchit-chandran commented 1 month ago

Currently the specifications are written in an Excel sheet (ew), should refactor this into own page in docs site, much easier to update and singular source of truth for easy access

https://github.com/rcpch/national-paediatric-diabetes-audit/blob/live/project/npda/dummy_sheets/kpi-specifications/Calculations_AK_20240621%20(1).xlsx

Might be better to use docstrings for each calculate_kpi_... method found in kpis.py