Skip to content

Commit a44b0b0

Browse files
committed
Adding some quick dummy people
1 parent 8617ee3 commit a44b0b0

1 file changed

Lines changed: 58 additions & 18 deletions

File tree

app/views/batches/participant-breakdown/special-requirements.html

Lines changed: 58 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ <h1 class="nhsuk-heading-l">
6767
{
6868
text: "Date of birth"
6969
},
70-
{
71-
text: "NHS number"
72-
},
7370
{
7471
text: "Next test due date"
7572
},
@@ -79,21 +76,64 @@ <h1 class="nhsuk-heading-l">
7976
],
8077
rows: [
8178
[
82-
{
83-
html: '<a href="#">Olga Tokarczuk</a>'
84-
},
85-
{
86-
html: "1 January 1967<br>(00 years old)"
87-
},
88-
{
89-
text: "943 579 7881"
90-
},
91-
{
92-
text: "1 May 2026"
93-
},
94-
{
95-
text: "Sanitise these"
96-
}
79+
{ html: '<a href="#">Barbara Whitfield</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
80+
{ html: '30 April 1961<br><span class="nhsuk-u-secondary-text-colour">(65 years old)</span>' },
81+
{ text: '19 May 2026' },
82+
{ text: 'Implanted medical devices' }
83+
],
84+
[
85+
{ html: '<a href="#">Carol Beaumont</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
86+
{ html: '3 February 1958<br><span class="nhsuk-u-secondary-text-colour">(68 years old)</span>' },
87+
{ text: '14 May 2026' },
88+
{ text: 'Breast implants, implanted medical devices' }
89+
],
90+
[
91+
{ html: '<a href="#">Diane Kowalski</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
92+
{ html: '22 October 1966<br><span class="nhsuk-u-secondary-text-colour">(59 years old)</span>' },
93+
{ text: '14 May 2026' },
94+
{ text: 'Social, emotional and mental health, physical restriction' }
95+
],
96+
[
97+
{ html: '<a href="#">Janet Thornton</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
98+
{ html: '19 June 1970<br><span class="nhsuk-u-secondary-text-colour">(55 years old)</span>' },
99+
{ text: '8 May 2026' },
100+
{ text: 'Implanted medical devices' }
101+
],
102+
[
103+
{ html: '<a href="#">Linda Okafor</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
104+
{ html: '5 November 1956<br><span class="nhsuk-u-secondary-text-colour">(69 years old)</span>' },
105+
{ text: '8 May 2026' },
106+
{ text: 'Implanted medical devices' }
107+
],
108+
[
109+
{ html: '<a href="#">Margaret Holloway</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
110+
{ html: '14 March 1959<br><span class="nhsuk-u-secondary-text-colour">(67 years old)</span>' },
111+
{ text: '2 May 2026' },
112+
{ text: 'Vision, hearing' }
113+
],
114+
[
115+
{ html: '<a href="#">Maureen Anand</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
116+
{ html: '16 December 1968<br><span class="nhsuk-u-secondary-text-colour">(57 years old)</span>' },
117+
{ text: '27 May 2026' },
118+
{ text: 'Implanted medical devices' }
119+
],
120+
[
121+
{ html: '<a href="#">Olga Tokarczuk</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
122+
{ html: '1 January 1967<br><span class="nhsuk-u-secondary-text-colour">(00 years old)</span>' },
123+
{ text: '1 May 2026' },
124+
{ text: 'Physical restriction' }
125+
],
126+
[
127+
{ html: '<a href="#">Patricia Ngozi</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
128+
{ html: '9 July 1973<br><span class="nhsuk-u-secondary-text-colour">(52 years old)</span>' },
129+
{ text: '19 May 2026' },
130+
{ text: 'Social, emotional and mental health' }
131+
],
132+
[
133+
{ html: '<a href="#">Susan Patel</a><br><span class="nhsuk-u-secondary-text-colour" style="text-wrap: nowrap;">NHS: 943 579 7881</span>' },
134+
{ html: '28 August 1963<br><span class="nhsuk-u-secondary-text-colour">(62 years old)</span>' },
135+
{ text: '2 May 2026' },
136+
{ text: 'Language' }
97137
]
98138
]
99139
}) }}

0 commit comments

Comments
 (0)