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

Report HTTP validation request errors back to user during CSV upload #334

Open mbarton opened 3 weeks ago

mbarton commented 3 weeks ago

At the moment if any of the external validators fail due to an unexpected error (eg 500 error, the service times out) we just accept what the user gave us and log a warning.

This is fine but I wonder if we should give them some indication that we weren't able to do validate properly?