-
Notifications
You must be signed in to change notification settings - Fork 4
Clinic show page snagging updates #863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Clinic show page snagging updates #863
Conversation
| return " (you)" | ||
| else: | ||
| return "" | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice — let's add tests for this behaviour too. A view test would be a sensible starting point, but in this particular case I think it's sufficient to update the status attribution system test to cover this change. The current user could be set as one of the attributed users, and then we can assert the presence of "(you)" in that attribution.
Description
Some clinic show page /clinic/ minor fixes:
User attribution in the appointment column should be grey (same styling as DOB age)
If the user is the current user the attribution name should be followed by "(you)"
NHS number should also be grey
"Go back" link should be "Clinics"
Jira link
[DTOSS-11867](url)
Review notes
Review checklist