ebmdatalab / openprescribing

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

Change hyperlink in CCG measures #520

Open richiecroker opened 7 years ago

richiecroker commented 7 years ago

Currently when showing CCG performance for a particular measure, clicking on the name of the CCG takes you to the measure page:

i.e. clicking on a CCG :

https://openprescribing.net/measure/[measurename]/

takes you to:

https://openprescribing.net/ccg/[CCG]/

It would actually be more helpful to take you to the practice breakdown for the selected measure, i.e.

https://openprescribing.net/ccg/[CCG]/[measurename]/

HelenCEBM commented 5 years ago

Perhaps the CCG name should now take you to the individual measure page for that CCG with that single chart now at top with breakdown into individual presentations underneath, e.g. https://openprescribing.net/measure/opioidome/ccg/03T/ ? Easy for users to navigate from there to practice breakdown, see all measures for CCG, etc.