ebmdatalab / openprescribing

A Django app providing a REST API and dashboards for the HSCIC's GP prescribing data
https://openprescribing.net
MIT License
98 stars 26 forks source link

dm+d feature user suggestions #2311

Open brianmackenna opened 4 years ago

brianmackenna commented 4 years ago

Discussed with @sebbacon that we should automate a form that allows people to make suggestion for the dm+d browser or report an error. It is likely that if we are to introduce this we will get reports/requests which relate to the source data released by the NHS.

Now that there is one team dealing with all dm+d authoring we should ensure our form generates enough information to allow the BSA to investigate further. I have investigated making changes to dm+d e.g. #2144 #2140 It appears the BSA require this form to be completed. It requires

We could create a template that generates a standard report which we could stick on GitHub (we should probably create a specific dm+d repo). Could include

Form on each page which generates a link in the report to the relevant AMP/VMP etc.

.

 

brianmackenna commented 4 years ago

@inglesp is going to investigate if we can prefill a google form based on the url / dmd page the suggestion is made on.

inglesp commented 4 years ago

Very doable, documented here: https://support.google.com/docs/answer/2839588?hl=en

sebbacon commented 4 years ago

Was the idea here for our form to create GH issues automatically?

If so, it would probably make more sense for us to code the form ourselves? We could do something like this but that's close enough to coding it might as well live in our OP codebase...?