-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the various places in the service where a name is rendered to use the new `FullNameFormatter` class to ensure that it's formatted correctly.
- Loading branch information
1 parent
8712b8c
commit 290b664
Showing
48 changed files
with
206 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,7 +143,7 @@ | |
title: "Vaccinated with Gardasil 9", | ||
date: "31 May 2024 at 12:00pm", | ||
notes: "Some notes", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "HPV" | ||
|
||
include_examples "card", | ||
|
@@ -155,14 +155,14 @@ | |
include_examples "card", | ||
title: "Triaged decision: Safe to vaccinate", | ||
date: "30 May 2024 at 2:30pm", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "HPV" | ||
|
||
include_examples "card", | ||
title: "Triaged decision: Keep in triage", | ||
date: "30 May 2024 at 2:00pm", | ||
notes: "Some notes", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "HPV" | ||
|
||
include_examples "card", | ||
|
@@ -173,7 +173,7 @@ | |
include_examples "card", | ||
title: "Consent given by Jane Doe (Mum)", | ||
date: "30 May 2024 at 12:00pm", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "HPV" | ||
|
||
include_examples "card", | ||
|
@@ -184,7 +184,7 @@ | |
title: "Consent school request hpv sent", | ||
date: "10 May 2024 at 12:00am", | ||
notes: "[email protected]", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "HPV" | ||
end | ||
|
||
|
@@ -207,7 +207,7 @@ | |
title: "Vaccination not given: Unwell", | ||
date: "31 May 2024 at 1:00pm", | ||
notes: "Some notes.", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "HPV" | ||
end | ||
|
||
|
@@ -228,7 +228,7 @@ | |
include_examples "card", | ||
title: "Vaccinated with Gardasil 9", | ||
date: "31 May 2024 at 1:00pm", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "HPV" | ||
|
||
include_examples "card", | ||
|
@@ -251,7 +251,7 @@ | |
|
||
include_examples "card", | ||
title: | ||
"Consent given by Sarah Doe (Child (Gillick competent))", | ||
"Consent given by DOE, Sarah (Child (Gillick competent))", | ||
date: "30 May 2024 at 12:00pm", | ||
programme: "HPV" | ||
end | ||
|
@@ -290,7 +290,7 @@ | |
title: | ||
"Consent response manually matched with child record", | ||
date: "30 May 2024 at 1:00pm", | ||
by: "Nurse Joy" | ||
by: "JOY, Nurse" | ||
end | ||
|
||
describe "withdrawn consent" do | ||
|
@@ -370,15 +370,15 @@ | |
title: "Completed Gillick assessment as Gillick competent", | ||
notes: "First notes", | ||
date: "1 June 2024 at 12:00pm", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "Td/IPV" | ||
|
||
include_examples "card", | ||
title: | ||
"Updated Gillick assessment as not Gillick competent", | ||
notes: "Second notes", | ||
date: "1 June 2024 at 1:00pm", | ||
by: "Nurse Joy", | ||
by: "JOY, Nurse", | ||
programme: "Td/IPV" | ||
end | ||
|
||
|
@@ -400,6 +400,6 @@ | |
title: "Completed pre-screening checks", | ||
notes: "Some notes", | ||
date: "1 June 2024 at 12:00pm", | ||
by: "Nurse Joy" | ||
by: "JOY, Nurse" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,6 @@ | |
) | ||
end | ||
|
||
it { should have_link("Test User", href: "mailto:[email protected]") } | ||
it { should have_link("USER, Test", href: "mailto:[email protected]") } | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.