The-Strategy-Unit / experiencesdashboard

Shiny dashboard visualising and analysing patient experience data from the NHS England Friends and Family Test (https://www.england.nhs.uk/fft/)
https://connect.strategyunitwm.nhs.uk/qdc_public/
Other
8 stars 4 forks source link

169 add functionality for flagging and retrieving flagged comments #194

Closed asegun-cod closed 11 months ago

asegun-cod commented 11 months ago

aim to

This PR uses newly introduced columns flagged and bad_code which track the rows that have been "flagged as interesting" and "wrongly labelled" respectively.

We might have to decide if we want to give users the functionality to send an email to the team to look at the "wrongly labelled" rows or if the team wants to periodically check each organisation's data to retrieve this column filter(trust_data, bad_code == 1) and act on them accordingly.

Next phase: Users will be able to retrieve the flagged rows from the data management tab just as they can download the complex comments