diff --git a/app/assets/sass/components/_participant-table.scss b/app/assets/sass/components/_participant-table.scss index 11895c3..780e867 100644 --- a/app/assets/sass/components/_participant-table.scss +++ b/app/assets/sass/components/_participant-table.scss @@ -2,10 +2,10 @@ .nhsuk-table__body { tr:nth-child(odd) { - background-color: #f8fafa; + background-color: rgba(224,228,230,.5); } tr:nth-child(even) { - background-color: #f0f4f5; + background-color: transparent; } } diff --git a/app/data/participants.js b/app/data/participants.js index 721c821..64cf090 100644 --- a/app/data/participants.js +++ b/app/data/participants.js @@ -1,152 +1,152 @@ export default [ { participantId: 'p0001', nhs_number: "999 054 3666", full_name: "Billie Joanne Marquardt", date_of_birth: "15 March 1960", status: "unstaged" }, - { participantId: 'p0002', nhs_number: "943 582 7164", full_name: "Alice Marie Gregory", date_of_birth: "8 November 1964", status: "unstaged" }, - { participantId: 'p0003', nhs_number: "821 374 0952", full_name: "Daphne Hart", date_of_birth: "22 July 1958", status: "unstaged" }, - { participantId: 'p0004', nhs_number: "702 195 4836", full_name: "Marta O'Neill", date_of_birth: "3 May 1971", status: "unstaged" }, - { participantId: 'p0005', nhs_number: "614 287 9305", full_name: "Susan Carter", date_of_birth: "19 September 1967", status: "unstaged" }, - { participantId: 'p0006', nhs_number: "505 463 1129", full_name: "Olivia Barnes", date_of_birth: "12 January 1975", status: "unstaged" }, - { participantId: 'p0007', nhs_number: "336 774 2201", full_name: "Rachel Price", date_of_birth: "27 April 1962", status: "unstaged" }, - { participantId: 'p0008', nhs_number: "223 546 8870", full_name: "Hannah Wallace", date_of_birth: "6 October 1959", status: "unstaged" }, - { participantId: 'p0009', nhs_number: "410 559 3322", full_name: "Fiona Lambert", date_of_birth: "14 December 1973", status: "unstaged" }, - { participantId: 'p0010', nhs_number: "196 804 7753", full_name: "Georgia Mills", date_of_birth: "30 June 1968", status: "unstaged" }, - { participantId: 'p0011', nhs_number: "378 290 4601", full_name: "Elaine Fox", date_of_birth: "11 February 1976", status: "unstaged" }, - { participantId: 'p0012', nhs_number: "957 613 2084", full_name: "Tessa King", date_of_birth: "25 August 1963", status: "unstaged" }, - { participantId: 'p0013', nhs_number: "604 118 9756", full_name: "Nadia Singh", date_of_birth: "7 April 1957", status: "unstaged" }, - { participantId: 'p0014', nhs_number: "842 039 6617", full_name: "Jane Reed", date_of_birth: "18 November 1970", status: "unstaged" }, - { participantId: 'p0015', nhs_number: "731 259 1148", full_name: "Laura White", date_of_birth: "29 May 1965", status: "unstaged" }, - { participantId: 'p0016', nhs_number: "665 880 3320", full_name: "Marissa Young", date_of_birth: "9 March 1961", status: "unstaged" }, - { participantId: 'p0017', nhs_number: "548 901 7732", full_name: "Naomi Bell", date_of_birth: "21 September 1974", status: "unstaged" }, - { participantId: 'p0018', nhs_number: "439 216 5087", full_name: "Paige Long", date_of_birth: "4 July 1969", status: "unstaged" }, - { participantId: 'p0019', nhs_number: "329 487 9901", full_name: "Catherine Wood", date_of_birth: "16 January 1956", status: "unstaged" }, - { participantId: 'p0020', nhs_number: "214 603 1774", full_name: "Victoria Hale", date_of_birth: "13 October 1966", status: "unstaged" }, - { participantId: 'p0021', nhs_number: "188 905 6423", full_name: "Imogen Frost", date_of_birth: "31 December 1972", status: "unstaged" }, - { participantId: 'p0022', nhs_number: "977 332 1108", full_name: "Dara Moss", date_of_birth: "24 June 1960", status: "unstaged" }, - { participantId: 'p0023', nhs_number: "861 427 5930", full_name: "Sophie Hartley", date_of_birth: "2 August 1962", status: "unstaged" }, - { participantId: 'p0024', nhs_number: "750 218 3446", full_name: "Emma Cole", date_of_birth: "17 April 1975", status: "unstaged" }, - { participantId: 'p0025', nhs_number: "642 109 8875", full_name: "Megan Price", date_of_birth: "5 February 1961", status: "unstaged" }, - { participantId: 'p0026', nhs_number: "531 678 2209", full_name: "Mia Ford", date_of_birth: "19 May 1972", status: "unstaged" }, - { participantId: 'p0027', nhs_number: "419 502 6683", full_name: "Zoe Grant", date_of_birth: "11 March 1965", status: "unstaged" }, - { participantId: 'p0028', nhs_number: "308 244 1196", full_name: "Ariana Miles", date_of_birth: "28 November 1959", status: "unstaged" }, - { participantId: 'p0029', nhs_number: "297 883 4455", full_name: "Bethany Cross", date_of_birth: "7 July 1975", status: "unstaged" }, - { participantId: 'p0030', nhs_number: "186 771 9002", full_name: "Callie Morris", date_of_birth: "14 September 1968", status: "unstaged" }, - { participantId: 'p0031', nhs_number: "075 439 3321", full_name: "Helena Rowe", date_of_birth: "2 April 1963", status: "unstaged" }, - { participantId: 'p0032', nhs_number: "964 210 5587", full_name: "Danielle Nash", date_of_birth: "23 June 1970", status: "unstaged" }, - { participantId: 'p0033', nhs_number: "853 619 4470", full_name: "Faye Turner", date_of_birth: "8 January 1957", status: "unstaged" }, - { participantId: 'p0034', nhs_number: "742 908 2233", full_name: "Leona Grant", date_of_birth: "15 October 1974", status: "unstaged" }, - { participantId: 'p0035', nhs_number: "631 776 9904", full_name: "Nora Blake", date_of_birth: "30 December 1966", status: "unstaged" }, - { participantId: 'p0036', nhs_number: "520 665 8805", full_name: "Olivia Lee", date_of_birth: "19 August 1960", status: "unstaged" }, - { participantId: 'p0037', nhs_number: "419 554 7706", full_name: "Priya Desai", date_of_birth: "10 May 1973", status: "unstaged" }, - { participantId: 'p0038', nhs_number: "308 443 6607", full_name: "Quinn Park", date_of_birth: "26 March 1964", status: "unstaged" }, - { participantId: 'p0039', nhs_number: "197 332 5508", full_name: "Rosa Kirk", date_of_birth: "13 July 1958", status: "unstaged" }, - { participantId: 'p0040', nhs_number: "086 221 4409", full_name: "Shannon Boyd", date_of_birth: "22 November 1971", status: "unstaged" }, - { participantId: 'p0041', nhs_number: "975 110 3310", full_name: "Tara Voss", date_of_birth: "9 February 1969", status: "unstaged" }, - { participantId: 'p0042', nhs_number: "864 009 2201", full_name: "Uma Jha", date_of_birth: "17 September 1962", status: "unstaged" }, - { participantId: 'p0043', nhs_number: "753 898 1192", full_name: "Victoria Dean", date_of_birth: "4 April 1976", status: "unstaged" }, - { participantId: 'p0044', nhs_number: "642 787 0083", full_name: "Wendy Fox", date_of_birth: "21 June 1967", status: "unstaged" }, - { participantId: 'p0045', nhs_number: "531 676 9974", full_name: "Xena Holt", date_of_birth: "11 December 1960", status: "unstaged" }, - { participantId: 'p0046', nhs_number: "420 565 8865", full_name: "Yasmin Noor", date_of_birth: "28 August 1961", status: "unstaged" }, - { participantId: 'p0047', nhs_number: "319 454 7756", full_name: "Zara Moon", date_of_birth: "6 May 1973", status: "unstaged" }, - { participantId: 'p0048', nhs_number: "208 343 6647", full_name: "Abigail Stone", date_of_birth: "14 October 1959", status: "unstaged" }, - { participantId: 'p0049', nhs_number: "900 000 0001", full_name: "Olivia Smith", date_of_birth: "12 March 1968", status: "unstaged" }, - { participantId: 'p0050', nhs_number: "900 000 0002", full_name: "Emily Johnson", date_of_birth: "5 June 1974", status: "unstaged" }, - { participantId: 'p0051', nhs_number: "900 000 0003", full_name: "Charlotte Taylor", date_of_birth: "23 September 1961", status: "unstaged" }, - { participantId: 'p0052', nhs_number: "900 000 0004", full_name: "Sophie Brown", date_of_birth: "18 January 1959", status: "unstaged" }, - { participantId: 'p0053', nhs_number: "900 000 0005", full_name: "Chloe Williams", date_of_birth: "7 July 1970", status: "unstaged" }, - { participantId: 'p0054', nhs_number: "900 000 0006", full_name: "Amelia Davies", date_of_birth: "30 November 1965", status: "unstaged" }, - { participantId: 'p0055', nhs_number: "900 000 0007", full_name: "Isla Evans", date_of_birth: "2 April 1963", status: "unstaged" }, - { participantId: 'p0056', nhs_number: "900 000 0008", full_name: "Mia Wilson", date_of_birth: "14 February 1967", status: "unstaged" }, - { participantId: 'p0057', nhs_number: "900 000 0009", full_name: "Ella Thomas", date_of_birth: "29 May 1976", status: "unstaged" }, - { participantId: 'p0058', nhs_number: "900 000 0010", full_name: "Grace Roberts", date_of_birth: "11 August 1962", status: "unstaged" }, - { participantId: 'p0059', nhs_number: "900 000 0011", full_name: "Lily Johnson", date_of_birth: "4 October 1958", status: "unstaged" }, - { participantId: 'p0060', nhs_number: "900 000 0012", full_name: "Hannah Lewis", date_of_birth: "25 March 1964", status: "unstaged" }, - { participantId: 'p0061', nhs_number: "900 000 0013", full_name: "Ruby Walker", date_of_birth: "9 December 1960", status: "unstaged" }, - { participantId: 'p0062', nhs_number: "900 000 0014", full_name: "Evie Wright", date_of_birth: "16 May 1969", status: "unstaged" }, - { participantId: 'p0063', nhs_number: "900 000 0015", full_name: "Isabelle Robinson", date_of_birth: "21 November 1957", status: "unstaged" }, - { participantId: 'p0064', nhs_number: "900 000 0016", full_name: "Alice Wood", date_of_birth: "6 July 1971", status: "unstaged" }, - { participantId: 'p0065', nhs_number: "900 000 0017", full_name: "Matilda Thompson", date_of_birth: "19 April 1966", status: "unstaged" }, - { participantId: 'p0066', nhs_number: "900 000 0018", full_name: "Poppy White", date_of_birth: "27 February 1963", status: "unstaged" }, - { participantId: 'p0067', nhs_number: "900 000 0019", full_name: "Jessica Watson", date_of_birth: "1 January 1957", status: "unstaged" }, - { participantId: 'p0068', nhs_number: "900 000 0020", full_name: "Sarah Jackson", date_of_birth: "8 September 1968", status: "unstaged" }, - { participantId: 'p0069', nhs_number: "900 000 0021", full_name: "Laura Clarke", date_of_birth: "13 June 1962", status: "unstaged" }, - { participantId: 'p0070', nhs_number: "900 000 0022", full_name: "Megan Harrison", date_of_birth: "22 August 1959", status: "unstaged" }, - { participantId: 'p0071', nhs_number: "900 000 0023", full_name: "Victoria Green", date_of_birth: "3 March 1973", status: "unstaged" }, - { participantId: 'p0072', nhs_number: "900 000 0024", full_name: "Natalie Hall", date_of_birth: "15 October 1965", status: "unstaged" }, - { participantId: 'p0073', nhs_number: "900 000 0025", full_name: "Lauren Cooper", date_of_birth: "28 November 1961", status: "unstaged" }, - { participantId: 'p0074', nhs_number: "900 000 0026", full_name: "Zoe Mitchell", date_of_birth: "10 May 1960", status: "unstaged" }, - { participantId: 'p0075', nhs_number: "900 000 0027", full_name: "Amber Morgan", date_of_birth: "17 July 1969", status: "unstaged" }, - { participantId: 'p0076', nhs_number: "900 000 0028", full_name: "Lydia Hill", date_of_birth: "2 December 1975", status: "unstaged" }, - { participantId: 'p0077', nhs_number: "900 000 0029", full_name: "Bethany Moore", date_of_birth: "24 April 1958", status: "unstaged" }, - { participantId: 'p0078', nhs_number: "900 000 0030", full_name: "Natalie Ward", date_of_birth: "30 September 1964", status: "unstaged" }, - { participantId: 'p0079', nhs_number: "900 000 0031", full_name: "Rebecca Edwards", date_of_birth: "5 February 1970", status: "unstaged" }, - { participantId: 'p0080', nhs_number: "900 000 0032", full_name: "Danielle Hughes", date_of_birth: "14 June 1967", status: "unstaged" }, - { participantId: 'p0081', nhs_number: "900 000 0033", full_name: "Fiona Turner", date_of_birth: "9 October 1963", status: "unstaged" }, - { participantId: 'p0082', nhs_number: "900 000 0034", full_name: "Rachel Parker", date_of_birth: "26 January 1956", status: "unstaged" }, - { participantId: 'p0083', nhs_number: "900 000 0035", full_name: "Nicola Collins", date_of_birth: "7 August 1966", status: "unstaged" }, - { participantId: 'p0084', nhs_number: "900 000 0036", full_name: "Claire Stewart", date_of_birth: "12 November 1971", status: "unstaged" }, - { participantId: 'p0085', nhs_number: "900 000 0037", full_name: "Joanne Morris", date_of_birth: "19 March 1962", status: "unstaged" }, - { participantId: 'p0086', nhs_number: "900 000 0038", full_name: "Lorraine Rogers", date_of_birth: "3 May 1974", status: "unstaged" }, - { participantId: 'p0087', nhs_number: "900 000 0039", full_name: "Angela Cook", date_of_birth: "22 July 1958", status: "unstaged" }, - { participantId: 'p0088', nhs_number: "900 000 0040", full_name: "Emma Murphy", date_of_birth: "27 September 1969", status: "unstaged" }, - { participantId: 'p0089', nhs_number: "900 000 0041", full_name: "Jill Richardson", date_of_birth: "6 April 1965", status: "unstaged" }, - { participantId: 'p0090', nhs_number: "900 000 0042", full_name: "Sandra Cox", date_of_birth: "15 December 1957", status: "unstaged" }, - { participantId: 'p0091', nhs_number: "900 000 0043", full_name: "Yasmin Baker", date_of_birth: "23 June 1961", status: "unstaged" }, - { participantId: 'p0092', nhs_number: "900 000 0044", full_name: "Paige Bell", date_of_birth: "11 October 1970", status: "unstaged" }, - { participantId: 'p0093', nhs_number: "900 000 0045", full_name: "Harriet Butler", date_of_birth: "2 February 1968", status: "unstaged" }, - { participantId: 'p0094', nhs_number: "900 000 0046", full_name: "Imogen Gray", date_of_birth: "29 May 1964", status: "unstaged" }, - { participantId: 'p0095', nhs_number: "900 000 0047", full_name: "Tessa Chapman", date_of_birth: "18 November 1962", status: "unstaged" }, - { participantId: 'p0096', nhs_number: "900 000 0048", full_name: "Darcey Ellis", date_of_birth: "4 July 1973", status: "unstaged" }, - { participantId: 'p0097', nhs_number: "900 000 0049", full_name: "Casey Kelly", date_of_birth: "30 March 1960", status: "unstaged" }, - { participantId: 'p0098', nhs_number: "900 000 0050", full_name: "Morgan Porter", date_of_birth: "21 August 1959", status: "unstaged" }, - { participantId: 'p0099', nhs_number: "900 000 0051", full_name: "Alex Pearson", date_of_birth: "8 January 1966", status: "unstaged" }, - { participantId: 'p0100', nhs_number: "900 000 0052", full_name: "Jamie Barker", date_of_birth: "14 October 1963", status: "unstaged" }, - { participantId: 'p0101', nhs_number: "900 000 0053", full_name: "Rowan Hudson", date_of_birth: "25 May 1967", status: "unstaged" }, - { participantId: 'p0102', nhs_number: "900 000 0054", full_name: "Riley Harvey", date_of_birth: "6 April 1958", status: "unstaged" }, - { participantId: 'p0103', nhs_number: "900 000 0055", full_name: "Avery Powell", date_of_birth: "13 September 1975", status: "unstaged" }, - { participantId: 'p0104', nhs_number: "900 000 0056", full_name: "Quinn Jenkins", date_of_birth: "28 February 1961", status: "unstaged" }, - { participantId: 'p0105', nhs_number: "900 000 0057", full_name: "Jordan Simpson", date_of_birth: "17 June 1969", status: "unstaged" }, - { participantId: 'p0106', nhs_number: "900 000 0058", full_name: "Taylor Matthews", date_of_birth: "3 November 1960", status: "unstaged" }, - { participantId: 'p0107', nhs_number: "900 000 0059", full_name: "Sam Davidson", date_of_birth: "12 July 1964", status: "unstaged" }, - { participantId: 'p0108', nhs_number: "900 000 0060", full_name: "Pat Palmer", date_of_birth: "20 March 1956", status: "unstaged" }, - { participantId: 'p0109', nhs_number: "900 000 0061", full_name: "Blair Grant", date_of_birth: "9 September 1968", status: "unstaged" }, - { participantId: 'p0110', nhs_number: "900 000 0062", full_name: "Darcy Price", date_of_birth: "1 December 1965", status: "unstaged" }, - { participantId: 'p0111', nhs_number: "900 000 0063", full_name: "Skylar Grant", date_of_birth: "14 August 1971", status: "unstaged" }, - { participantId: 'p0112', nhs_number: "900 000 0064", full_name: "Noel King", date_of_birth: "5 May 1959", status: "unstaged" }, - { participantId: 'p0113', nhs_number: "900 000 0065", full_name: "Ariel Lee", date_of_birth: "23 January 1962", status: "unstaged" }, - { participantId: 'p0114', nhs_number: "900 000 0066", full_name: "Shannon Baker", date_of_birth: "11 November 1967", status: "unstaged" }, - { participantId: 'p0115', nhs_number: "900 000 0067", full_name: "Kerry Webb", date_of_birth: "4 April 1963", status: "unstaged" }, - { participantId: 'p0116', nhs_number: "900 000 0068", full_name: "Shannon Reid", date_of_birth: "29 June 1974", status: "unstaged" }, - { participantId: 'p0117', nhs_number: "900 000 0069", full_name: "Kelly Fox", date_of_birth: "16 October 1969", status: "unstaged" }, - { participantId: 'p0118', nhs_number: "900 000 0070", full_name: "Casey Ward", date_of_birth: "7 March 1966", status: "unstaged" }, - { participantId: 'p0119', nhs_number: "900 000 0071", full_name: "Rowan Stone", date_of_birth: "30 August 1961", status: "unstaged" }, - { participantId: 'p0120', nhs_number: "900 000 0072", full_name: "Skye Doyle", date_of_birth: "19 May 1958", status: "unstaged" }, - { participantId: 'p0121', nhs_number: "900 000 0073", full_name: "Morgan Heath", date_of_birth: "2 September 1960", status: "unstaged" }, - { participantId: 'p0122', nhs_number: "900 000 0074", full_name: "Alex Murray", date_of_birth: "25 December 1964", status: "unstaged" }, - { participantId: 'p0123', nhs_number: "900 000 0075", full_name: "Taylor Hughes", date_of_birth: "10 February 1967", status: "unstaged" }, - { participantId: 'p0124', nhs_number: "900 000 0076", full_name: "Jamie Arnold", date_of_birth: "18 July 1972", status: "unstaged" }, - { participantId: 'p0125', nhs_number: "900 000 0077", full_name: "Riley Bates", date_of_birth: "6 November 1957", status: "unstaged" }, - { participantId: 'p0126', nhs_number: "900 000 0078", full_name: "Avery Gill", date_of_birth: "22 April 1965", status: "unstaged" }, - { participantId: 'p0127', nhs_number: "900 000 0079", full_name: "Quinn Ellis", date_of_birth: "13 June 1963", status: "unstaged" }, - { participantId: 'p0128', nhs_number: "900 000 0080", full_name: "Jordan Neal", date_of_birth: "27 September 1969", status: "unstaged" }, - { participantId: 'p0129', nhs_number: "900 000 0081", full_name: "Casey Walton", date_of_birth: "8 December 1958", status: "unstaged" }, - { participantId: 'p0130', nhs_number: "900 000 0082", full_name: "Sam Nash", date_of_birth: "15 January 1966", status: "unstaged" }, - { participantId: 'p0131', nhs_number: "900 000 0083", full_name: "Robin Blake", date_of_birth: "4 October 1970", status: "unstaged" }, - { participantId: 'p0132', nhs_number: "900 000 0084", full_name: "Frances Potter", date_of_birth: "21 March 1959", status: "unstaged" }, - { participantId: 'p0133', nhs_number: "900 000 0085", full_name: "Marlow Bishop", date_of_birth: "11 July 1968", status: "unstaged" }, - { participantId: 'p0134', nhs_number: "900 000 0086", full_name: "Ellis Finch", date_of_birth: "29 November 1962", status: "unstaged" }, - { participantId: 'p0135', nhs_number: "900 000 0087", full_name: "Darcy Lane", date_of_birth: "6 May 1961", status: "unstaged" }, - { participantId: 'p0136', nhs_number: "900 000 0088", full_name: "Sky Morgan", date_of_birth: "17 August 1964", status: "unstaged" }, - { participantId: 'p0137', nhs_number: "900 000 0089", full_name: "Rowan Finch", date_of_birth: "3 June 1971", status: "unstaged" }, - { participantId: 'p0138', nhs_number: "900 000 0090", full_name: "Taylor Fields", date_of_birth: "24 February 1967", status: "unstaged" }, - { participantId: 'p0139', nhs_number: "900 000 0091", full_name: "Alex Rivers", date_of_birth: "13 October 1956", status: "unstaged" }, - { participantId: 'p0140', nhs_number: "900 000 0092", full_name: "Morgan Heath", date_of_birth: "2 January 1963", status: "unstaged" }, - { participantId: 'p0141', nhs_number: "900 000 0093", full_name: "Jamie Park", date_of_birth: "30 April 1969", status: "unstaged" }, - { participantId: 'p0142', nhs_number: "900 000 0094", full_name: "Riley Fox", date_of_birth: "9 September 1965", status: "unstaged" }, - { participantId: 'p0143', nhs_number: "900 000 0095", full_name: "Avery Cross", date_of_birth: "5 June 1975", status: "unstaged" }, - { participantId: 'p0144', nhs_number: "900 000 0096", full_name: "Quinn Haynes", date_of_birth: "18 August 1958", status: "unstaged" }, - { participantId: 'p0145', nhs_number: "900 000 0097", full_name: "Jordan Vance", date_of_birth: "27 November 1966", status: "unstaged" }, - { participantId: 'p0146', nhs_number: "900 000 0098", full_name: "Taylor Webb", date_of_birth: "14 February 1970", status: "unstaged" }, - { participantId: 'p0147', nhs_number: "900 000 0099", full_name: "Sam Rector", date_of_birth: "1 October 1962", status: "unstaged" }, - { participantId: 'p0148', nhs_number: "900 000 0100", full_name: "Casey Milton", date_of_birth: "20 July 1968", status: "unstaged" }, - { participantId: 'p0149', nhs_number: "900 000 0101", full_name: "Alex Harper", date_of_birth: "11 March 1960", status: "unstaged" }, - { participantId: 'p0150', nhs_number: "900 000 0102", full_name: "Morgan Kane", date_of_birth: "22 December 1957", status: "unstaged" } + { participantId: 'p0002', nhs_number: "999 582 7164", full_name: "Alice Marie Gregory", date_of_birth: "8 November 1964", status: "unstaged" }, + { participantId: 'p0003', nhs_number: "999 374 0952", full_name: "Daphne Hart", date_of_birth: "22 July 1958", status: "unstaged" }, + { participantId: 'p0004', nhs_number: "999 195 4836", full_name: "Marta O'Neill", date_of_birth: "3 May 1971", status: "unstaged" }, + { participantId: 'p0005', nhs_number: "999 287 9305", full_name: "Susan Carter", date_of_birth: "19 September 1967", status: "unstaged" }, + { participantId: 'p0006', nhs_number: "999 463 1129", full_name: "Olivia Barnes", date_of_birth: "12 January 1975", status: "unstaged" }, + { participantId: 'p0007', nhs_number: "999 774 2201", full_name: "Rachel Price", date_of_birth: "27 April 1962", status: "unstaged" }, + { participantId: 'p0008', nhs_number: "999 546 8870", full_name: "Hannah Wallace", date_of_birth: "6 October 1959", status: "unstaged" }, + { participantId: 'p0009', nhs_number: "999 559 3322", full_name: "Fiona Lambert", date_of_birth: "14 December 1973", status: "unstaged" }, + { participantId: 'p0010', nhs_number: "999 804 7753", full_name: "Georgia Mills", date_of_birth: "30 June 1968", status: "unstaged" }, + { participantId: 'p0011', nhs_number: "999 290 4601", full_name: "Elaine Fox", date_of_birth: "11 February 1976", status: "unstaged" }, + { participantId: 'p0012', nhs_number: "999 613 2084", full_name: "Tessa King", date_of_birth: "25 August 1963", status: "unstaged" }, + { participantId: 'p0013', nhs_number: "999 118 9756", full_name: "Nadia Singh", date_of_birth: "7 April 1957", status: "unstaged" }, + { participantId: 'p0014', nhs_number: "999 039 6617", full_name: "Jane Reed", date_of_birth: "18 November 1970", status: "unstaged" }, + { participantId: 'p0015', nhs_number: "999 259 1148", full_name: "Laura White", date_of_birth: "29 May 1965", status: "unstaged" }, + { participantId: 'p0016', nhs_number: "999 880 3320", full_name: "Marissa Young", date_of_birth: "9 March 1961", status: "unstaged" }, + { participantId: 'p0017', nhs_number: "999 901 7732", full_name: "Naomi Bell", date_of_birth: "21 September 1974", status: "unstaged" }, + { participantId: 'p0018', nhs_number: "999 216 5087", full_name: "Paige Long", date_of_birth: "4 July 1969", status: "unstaged" }, + { participantId: 'p0019', nhs_number: "999 487 9901", full_name: "Catherine Wood", date_of_birth: "16 January 1956", status: "unstaged" }, + { participantId: 'p0020', nhs_number: "999 603 1774", full_name: "Victoria Hale", date_of_birth: "13 October 1966", status: "unstaged" }, + { participantId: 'p0021', nhs_number: "999 905 6423", full_name: "Imogen Frost", date_of_birth: "31 December 1972", status: "unstaged" }, + { participantId: 'p0022', nhs_number: "999 332 1108", full_name: "Dara Moss", date_of_birth: "24 June 1960", status: "unstaged" }, + { participantId: 'p0023', nhs_number: "999 427 5930", full_name: "Sophie Hartley", date_of_birth: "2 August 1962", status: "unstaged" }, + { participantId: 'p0024', nhs_number: "999 218 3446", full_name: "Emma Cole", date_of_birth: "17 April 1975", status: "unstaged" }, + { participantId: 'p0025', nhs_number: "999 109 8875", full_name: "Megan Price", date_of_birth: "5 February 1961", status: "unstaged" }, + { participantId: 'p0026', nhs_number: "999 678 2209", full_name: "Mia Ford", date_of_birth: "19 May 1972", status: "unstaged" }, + { participantId: 'p0027', nhs_number: "999 502 6683", full_name: "Zoe Grant", date_of_birth: "11 March 1965", status: "unstaged" }, + { participantId: 'p0028', nhs_number: "999 244 1196", full_name: "Ariana Miles", date_of_birth: "28 November 1959", status: "unstaged" }, + { participantId: 'p0029', nhs_number: "999 883 4455", full_name: "Bethany Cross", date_of_birth: "7 July 1975", status: "unstaged" }, + { participantId: 'p0030', nhs_number: "999 771 9002", full_name: "Callie Morris", date_of_birth: "14 September 1968", status: "unstaged" }, + { participantId: 'p0031', nhs_number: "999 439 3321", full_name: "Helena Rowe", date_of_birth: "2 April 1963", status: "unstaged" }, + { participantId: 'p0032', nhs_number: "999 210 5587", full_name: "Danielle Nash", date_of_birth: "23 June 1970", status: "unstaged" }, + { participantId: 'p0033', nhs_number: "999 619 4470", full_name: "Faye Turner", date_of_birth: "8 January 1957", status: "unstaged" }, + { participantId: 'p0034', nhs_number: "999 908 2233", full_name: "Leona Grant", date_of_birth: "15 October 1974", status: "unstaged" }, + { participantId: 'p0035', nhs_number: "999 776 9904", full_name: "Nora Blake", date_of_birth: "30 December 1966", status: "unstaged" }, + { participantId: 'p0036', nhs_number: "999 665 8805", full_name: "Olivia Lee", date_of_birth: "19 August 1960", status: "unstaged" }, + { participantId: 'p0037', nhs_number: "999 554 7706", full_name: "Priya Desai", date_of_birth: "10 May 1973", status: "unstaged" }, + { participantId: 'p0038', nhs_number: "999 443 6607", full_name: "Quinn Park", date_of_birth: "26 March 1964", status: "unstaged" }, + { participantId: 'p0039', nhs_number: "999 332 5508", full_name: "Rosa Kirk", date_of_birth: "13 July 1958", status: "unstaged" }, + { participantId: 'p0040', nhs_number: "999 221 4409", full_name: "Shannon Boyd", date_of_birth: "22 November 1971", status: "unstaged" }, + { participantId: 'p0041', nhs_number: "999 110 3310", full_name: "Tara Voss", date_of_birth: "9 February 1969", status: "unstaged" }, + { participantId: 'p0042', nhs_number: "999 009 2201", full_name: "Uma Jha", date_of_birth: "17 September 1962", status: "unstaged" }, + { participantId: 'p0043', nhs_number: "999 898 1192", full_name: "Victoria Dean", date_of_birth: "4 April 1976", status: "unstaged" }, + { participantId: 'p0044', nhs_number: "999 787 0083", full_name: "Wendy Fox", date_of_birth: "21 June 1967", status: "unstaged" }, + { participantId: 'p0045', nhs_number: "999 676 9974", full_name: "Xena Holt", date_of_birth: "11 December 1960", status: "unstaged" }, + { participantId: 'p0046', nhs_number: "999 565 8865", full_name: "Yasmin Noor", date_of_birth: "28 August 1961", status: "unstaged" }, + { participantId: 'p0047', nhs_number: "999 454 7756", full_name: "Zara Moon", date_of_birth: "6 May 1973", status: "unstaged" }, + { participantId: 'p0048', nhs_number: "999 343 6647", full_name: "Abigail Stone", date_of_birth: "14 October 1959", status: "unstaged" }, + { participantId: 'p0049', nhs_number: "999 000 0001", full_name: "Olivia Smith", date_of_birth: "12 March 1968", status: "unstaged" }, + { participantId: 'p0050', nhs_number: "999 000 0002", full_name: "Emily Johnson", date_of_birth: "5 June 1974", status: "unstaged" }, + { participantId: 'p0051', nhs_number: "999 000 0003", full_name: "Charlotte Taylor", date_of_birth: "23 September 1961", status: "unstaged" }, + { participantId: 'p0052', nhs_number: "999 000 0004", full_name: "Sophie Brown", date_of_birth: "18 January 1959", status: "unstaged" }, + { participantId: 'p0053', nhs_number: "999 000 0005", full_name: "Chloe Williams", date_of_birth: "7 July 1970", status: "unstaged" }, + { participantId: 'p0054', nhs_number: "999 000 0006", full_name: "Amelia Davies", date_of_birth: "30 November 1965", status: "unstaged" }, + { participantId: 'p0055', nhs_number: "999 000 0007", full_name: "Isla Evans", date_of_birth: "2 April 1963", status: "unstaged" }, + { participantId: 'p0056', nhs_number: "999 000 0008", full_name: "Mia Wilson", date_of_birth: "14 February 1967", status: "unstaged" }, + { participantId: 'p0057', nhs_number: "999 000 0009", full_name: "Ella Thomas", date_of_birth: "29 May 1976", status: "unstaged" }, + { participantId: 'p0058', nhs_number: "999 000 0010", full_name: "Grace Roberts", date_of_birth: "11 August 1962", status: "unstaged" }, + { participantId: 'p0059', nhs_number: "999 000 0011", full_name: "Lily Johnson", date_of_birth: "4 October 1958", status: "unstaged" }, + { participantId: 'p0060', nhs_number: "999 000 0012", full_name: "Hannah Lewis", date_of_birth: "25 March 1964", status: "unstaged" }, + { participantId: 'p0061', nhs_number: "999 000 0013", full_name: "Ruby Walker", date_of_birth: "9 December 1960", status: "unstaged" }, + { participantId: 'p0062', nhs_number: "999 000 0014", full_name: "Evie Wright", date_of_birth: "16 May 1969", status: "unstaged" }, + { participantId: 'p0063', nhs_number: "999 000 0015", full_name: "Isabelle Robinson", date_of_birth: "21 November 1957", status: "unstaged" }, + { participantId: 'p0064', nhs_number: "999 000 0016", full_name: "Alice Wood", date_of_birth: "6 July 1971", status: "unstaged" }, + { participantId: 'p0065', nhs_number: "999 000 0017", full_name: "Matilda Thompson", date_of_birth: "19 April 1966", status: "unstaged" }, + { participantId: 'p0066', nhs_number: "999 000 0018", full_name: "Poppy White", date_of_birth: "27 February 1963", status: "unstaged" }, + { participantId: 'p0067', nhs_number: "999 000 0019", full_name: "Jessica Watson", date_of_birth: "1 January 1957", status: "unstaged" }, + { participantId: 'p0068', nhs_number: "999 000 0020", full_name: "Sarah Jackson", date_of_birth: "8 September 1968", status: "unstaged" }, + { participantId: 'p0069', nhs_number: "999 000 0021", full_name: "Laura Clarke", date_of_birth: "13 June 1962", status: "unstaged" }, + { participantId: 'p0070', nhs_number: "999 000 0022", full_name: "Megan Harrison", date_of_birth: "22 August 1959", status: "unstaged" }, + { participantId: 'p0071', nhs_number: "999 000 0023", full_name: "Victoria Green", date_of_birth: "3 March 1973", status: "unstaged" }, + { participantId: 'p0072', nhs_number: "999 000 0024", full_name: "Natalie Hall", date_of_birth: "15 October 1965", status: "unstaged" }, + { participantId: 'p0073', nhs_number: "999 000 0025", full_name: "Lauren Cooper", date_of_birth: "28 November 1961", status: "unstaged" }, + { participantId: 'p0074', nhs_number: "999 000 0026", full_name: "Zoe Mitchell", date_of_birth: "10 May 1960", status: "unstaged" }, + { participantId: 'p0075', nhs_number: "999 000 0027", full_name: "Amber Morgan", date_of_birth: "17 July 1969", status: "unstaged" }, + { participantId: 'p0076', nhs_number: "999 000 0028", full_name: "Lydia Hill", date_of_birth: "2 December 1975", status: "unstaged" }, + { participantId: 'p0077', nhs_number: "999 000 0029", full_name: "Bethany Moore", date_of_birth: "24 April 1958", status: "unstaged" }, + { participantId: 'p0078', nhs_number: "999 000 0030", full_name: "Natalie Ward", date_of_birth: "30 September 1964", status: "unstaged" }, + { participantId: 'p0079', nhs_number: "999 000 0031", full_name: "Rebecca Edwards", date_of_birth: "5 February 1970", status: "unstaged" }, + { participantId: 'p0080', nhs_number: "999 000 0032", full_name: "Danielle Hughes", date_of_birth: "14 June 1967", status: "unstaged" }, + { participantId: 'p0081', nhs_number: "999 000 0033", full_name: "Fiona Turner", date_of_birth: "9 October 1963", status: "unstaged" }, + { participantId: 'p0082', nhs_number: "999 000 0034", full_name: "Rachel Parker", date_of_birth: "26 January 1956", status: "unstaged" }, + { participantId: 'p0083', nhs_number: "999 000 0035", full_name: "Nicola Collins", date_of_birth: "7 August 1966", status: "unstaged" }, + { participantId: 'p0084', nhs_number: "999 000 0036", full_name: "Claire Stewart", date_of_birth: "12 November 1971", status: "unstaged" }, + { participantId: 'p0085', nhs_number: "999 000 0037", full_name: "Joanne Morris", date_of_birth: "19 March 1962", status: "unstaged" }, + { participantId: 'p0086', nhs_number: "999 000 0038", full_name: "Lorraine Rogers", date_of_birth: "3 May 1974", status: "unstaged" }, + { participantId: 'p0087', nhs_number: "999 000 0039", full_name: "Angela Cook", date_of_birth: "22 July 1958", status: "unstaged" }, + { participantId: 'p0088', nhs_number: "999 000 0040", full_name: "Emma Murphy", date_of_birth: "27 September 1969", status: "unstaged" }, + { participantId: 'p0089', nhs_number: "999 000 0041", full_name: "Jill Richardson", date_of_birth: "6 April 1965", status: "unstaged" }, + { participantId: 'p0090', nhs_number: "999 000 0042", full_name: "Sandra Cox", date_of_birth: "15 December 1957", status: "unstaged" }, + { participantId: 'p0091', nhs_number: "999 000 0043", full_name: "Yasmin Baker", date_of_birth: "23 June 1961", status: "unstaged" }, + { participantId: 'p0092', nhs_number: "999 000 0044", full_name: "Paige Bell", date_of_birth: "11 October 1970", status: "unstaged" }, + { participantId: 'p0093', nhs_number: "999 000 0045", full_name: "Harriet Butler", date_of_birth: "2 February 1968", status: "unstaged" }, + { participantId: 'p0094', nhs_number: "999 000 0046", full_name: "Imogen Gray", date_of_birth: "29 May 1964", status: "unstaged" }, + { participantId: 'p0095', nhs_number: "999 000 0047", full_name: "Tessa Chapman", date_of_birth: "18 November 1962", status: "unstaged" }, + { participantId: 'p0096', nhs_number: "999 000 0048", full_name: "Darcey Ellis", date_of_birth: "4 July 1973", status: "unstaged" }, + { participantId: 'p0097', nhs_number: "999 000 0049", full_name: "Casey Kelly", date_of_birth: "30 March 1960", status: "unstaged" }, + { participantId: 'p0098', nhs_number: "999 000 0050", full_name: "Morgan Porter", date_of_birth: "21 August 1959", status: "unstaged" }, + { participantId: 'p0099', nhs_number: "999 000 0051", full_name: "Alex Pearson", date_of_birth: "8 January 1966", status: "unstaged" }, + { participantId: 'p0100', nhs_number: "999 000 0052", full_name: "Jamie Barker", date_of_birth: "14 October 1963", status: "unstaged" }, + { participantId: 'p0101', nhs_number: "999 000 0053", full_name: "Rowan Hudson", date_of_birth: "25 May 1967", status: "unstaged" }, + { participantId: 'p0102', nhs_number: "999 000 0054", full_name: "Riley Harvey", date_of_birth: "6 April 1958", status: "unstaged" }, + { participantId: 'p0103', nhs_number: "999 000 0055", full_name: "Avery Powell", date_of_birth: "13 September 1975", status: "unstaged" }, + { participantId: 'p0104', nhs_number: "999 000 0056", full_name: "Quinn Jenkins", date_of_birth: "28 February 1961", status: "unstaged" }, + { participantId: 'p0105', nhs_number: "999 000 0057", full_name: "Jordan Simpson", date_of_birth: "17 June 1969", status: "unstaged" }, + { participantId: 'p0106', nhs_number: "999 000 0058", full_name: "Taylor Matthews", date_of_birth: "3 November 1960", status: "unstaged" }, + { participantId: 'p0107', nhs_number: "999 000 0059", full_name: "Sam Davidson", date_of_birth: "12 July 1964", status: "unstaged" }, + { participantId: 'p0108', nhs_number: "999 000 0060", full_name: "Pat Palmer", date_of_birth: "20 March 1956", status: "unstaged" }, + { participantId: 'p0109', nhs_number: "999 000 0061", full_name: "Blair Grant", date_of_birth: "9 September 1968", status: "unstaged" }, + { participantId: 'p0110', nhs_number: "999 000 0062", full_name: "Darcy Price", date_of_birth: "1 December 1965", status: "unstaged" }, + { participantId: 'p0111', nhs_number: "999 000 0063", full_name: "Skylar Grant", date_of_birth: "14 August 1971", status: "unstaged" }, + { participantId: 'p0112', nhs_number: "999 000 0064", full_name: "Noel King", date_of_birth: "5 May 1959", status: "unstaged" }, + { participantId: 'p0113', nhs_number: "999 000 0065", full_name: "Ariel Lee", date_of_birth: "23 January 1962", status: "unstaged" }, + { participantId: 'p0114', nhs_number: "999 000 0066", full_name: "Shannon Baker", date_of_birth: "11 November 1967", status: "unstaged" }, + { participantId: 'p0115', nhs_number: "999 000 0067", full_name: "Kerry Webb", date_of_birth: "4 April 1963", status: "unstaged" }, + { participantId: 'p0116', nhs_number: "999 000 0068", full_name: "Shannon Reid", date_of_birth: "29 June 1974", status: "unstaged" }, + { participantId: 'p0117', nhs_number: "999 000 0069", full_name: "Kelly Fox", date_of_birth: "16 October 1969", status: "unstaged" }, + { participantId: 'p0118', nhs_number: "999 000 0070", full_name: "Casey Ward", date_of_birth: "7 March 1966", status: "unstaged" }, + { participantId: 'p0119', nhs_number: "999 000 0071", full_name: "Rowan Stone", date_of_birth: "30 August 1961", status: "unstaged" }, + { participantId: 'p0120', nhs_number: "999 000 0072", full_name: "Skye Doyle", date_of_birth: "19 May 1958", status: "unstaged" }, + { participantId: 'p0121', nhs_number: "999 000 0073", full_name: "Morgan Heath", date_of_birth: "2 September 1960", status: "unstaged" }, + { participantId: 'p0122', nhs_number: "999 000 0074", full_name: "Alex Murray", date_of_birth: "25 December 1964", status: "unstaged" }, + { participantId: 'p0123', nhs_number: "999 000 0075", full_name: "Taylor Hughes", date_of_birth: "10 February 1967", status: "unstaged" }, + { participantId: 'p0124', nhs_number: "999 000 0076", full_name: "Jamie Arnold", date_of_birth: "18 July 1972", status: "unstaged" }, + { participantId: 'p0125', nhs_number: "999 000 0077", full_name: "Riley Bates", date_of_birth: "6 November 1957", status: "unstaged" }, + { participantId: 'p0126', nhs_number: "999 000 0078", full_name: "Avery Gill", date_of_birth: "22 April 1965", status: "unstaged" }, + { participantId: 'p0127', nhs_number: "999 000 0079", full_name: "Quinn Ellis", date_of_birth: "13 June 1963", status: "unstaged" }, + { participantId: 'p0128', nhs_number: "999 000 0080", full_name: "Jordan Neal", date_of_birth: "27 September 1969", status: "unstaged" }, + { participantId: 'p0129', nhs_number: "999 000 0081", full_name: "Casey Walton", date_of_birth: "8 December 1958", status: "unstaged" }, + { participantId: 'p0130', nhs_number: "999 000 0082", full_name: "Sam Nash", date_of_birth: "15 January 1966", status: "unstaged" }, + { participantId: 'p0131', nhs_number: "999 000 0083", full_name: "Robin Blake", date_of_birth: "4 October 1970", status: "unstaged" }, + { participantId: 'p0132', nhs_number: "999 000 0084", full_name: "Frances Potter", date_of_birth: "21 March 1959", status: "unstaged" }, + { participantId: 'p0133', nhs_number: "999 000 0085", full_name: "Marlow Bishop", date_of_birth: "11 July 1968", status: "unstaged" }, + { participantId: 'p0134', nhs_number: "999 000 0086", full_name: "Ellis Finch", date_of_birth: "29 November 1962", status: "unstaged" }, + { participantId: 'p0135', nhs_number: "999 000 0087", full_name: "Darcy Lane", date_of_birth: "6 May 1961", status: "unstaged" }, + { participantId: 'p0136', nhs_number: "999 000 0088", full_name: "Sky Morgan", date_of_birth: "17 August 1964", status: "unstaged" }, + { participantId: 'p0137', nhs_number: "999 000 0089", full_name: "Rowan Finch", date_of_birth: "3 June 1971", status: "unstaged" }, + { participantId: 'p0138', nhs_number: "999 000 0090", full_name: "Taylor Fields", date_of_birth: "24 February 1967", status: "unstaged" }, + { participantId: 'p0139', nhs_number: "999 000 0091", full_name: "Alex Rivers", date_of_birth: "13 October 1956", status: "unstaged" }, + { participantId: 'p0140', nhs_number: "999 000 0092", full_name: "Morgan Heath", date_of_birth: "2 January 1963", status: "unstaged" }, + { participantId: 'p0141', nhs_number: "999 000 0093", full_name: "Jamie Park", date_of_birth: "30 April 1969", status: "unstaged" }, + { participantId: 'p0142', nhs_number: "999 000 0094", full_name: "Riley Fox", date_of_birth: "9 September 1965", status: "unstaged" }, + { participantId: 'p0143', nhs_number: "999 000 0095", full_name: "Avery Cross", date_of_birth: "5 June 1975", status: "unstaged" }, + { participantId: 'p0144', nhs_number: "999 000 0096", full_name: "Quinn Haynes", date_of_birth: "18 August 1958", status: "unstaged" }, + { participantId: 'p0145', nhs_number: "999 000 0097", full_name: "Jordan Vance", date_of_birth: "27 November 1966", status: "unstaged" }, + { participantId: 'p0146', nhs_number: "999 000 0098", full_name: "Taylor Webb", date_of_birth: "14 February 1970", status: "unstaged" }, + { participantId: 'p0147', nhs_number: "999 000 0099", full_name: "Sam Rector", date_of_birth: "1 October 1962", status: "unstaged" }, + { participantId: 'p0148', nhs_number: "999 000 0100", full_name: "Casey Milton", date_of_birth: "20 July 1968", status: "unstaged" }, + { participantId: 'p0149', nhs_number: "999 000 0101", full_name: "Alex Harper", date_of_birth: "11 March 1960", status: "unstaged" }, + { participantId: 'p0150', nhs_number: "999 000 0102", full_name: "Morgan Kane", date_of_birth: "22 December 1957", status: "unstaged" } ]; diff --git a/app/views/batches/participant-breakdown/special-requirements.html b/app/views/batches/participant-breakdown/special-requirements.html index 5c18c76..82f4d91 100644 --- a/app/views/batches/participant-breakdown/special-requirements.html +++ b/app/views/batches/participant-breakdown/special-requirements.html @@ -71,37 +71,37 @@

Participants needing appointments

], rows: [ [ - { html: 'Barbara Whitfield
NHS: 943 579 7881' }, + { html: 'Barbara Whitfield
NHS: 999 579 7881' }, { html: '30 April 1961
(65 years old)' }, { text: '19 May 2026' }, { text: 'Implanted medical devices' } ], [ - { html: 'Carol Beaumont
NHS: 943 579 7881' }, + { html: 'Carol Beaumont
NHS: 999 579 7881' }, { html: '3 February 1958
(68 years old)' }, { text: '14 May 2026' }, { text: 'Breast implants, implanted medical devices' } ], [ - { html: 'Diane Kowalski
NHS: 943 579 7881' }, + { html: 'Diane Kowalski
NHS: 999 579 7881' }, { html: '22 October 1966
(59 years old)' }, { text: '14 May 2026' }, { text: 'Social, emotional and mental health, physical restriction' } ], [ - { html: 'Janet Thornton
NHS: 943 579 7881' }, + { html: 'Janet Thornton
NHS: 999 579 7881' }, { html: '19 June 1970
(55 years old)' }, { text: '8 May 2026' }, { text: 'Implanted medical devices' } ], [ - { html: 'Linda Okafor
NHS: 943 579 7881' }, + { html: 'Linda Okafor
NHS: 999 579 7881' }, { html: '5 November 1956
(69 years old)' }, { text: '8 May 2026' }, { text: 'Implanted medical devices' } ], [ - { html: 'Margaret Holloway
NHS: 943 579 7881' }, + { html: 'Margaret Holloway
NHS: 999 579 7881' }, { html: '14 March 1959
(67 years old)' }, { text: '2 May 2026' }, { text: 'Vision, hearing' } diff --git a/app/views/clinics/00-create-day-clinic.html b/app/views/clinics/00-create-day-clinic.html new file mode 100644 index 0000000..b2ffcc6 --- /dev/null +++ b/app/views/clinics/00-create-day-clinic.html @@ -0,0 +1,218 @@ +{% extends 'layout.html' %} + +{% set pageName = "Clinics" %} + +{% from "_includes/primary-navigation.html" import primaryNavigation %} +{% block header %} + {{ primaryNavigation("Clinics", serviceName) }} +{% endblock %} + +{% block beforeContent %}{% endblock %} + +{% block content %} + +{% set tickSvg %} + +{% endset %} + +
+
+ +
+ +
+ +
+
+
+ +

Clinic details

+ +
+ +
+ +
+ A memorable name for this clinic. This is the name you’ll see everywhere for it, as titles and links. +
+ +
+ +
+ + +
+ +
+ +
+ +
+
+
+ + Unit + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+ +
+
+
+ + Location + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+ +
+ +
+ + +
+
+
+ + + +{% endblock %} \ No newline at end of file diff --git a/app/views/clinics/01-set-date-and-time.html b/app/views/clinics/01-set-date-and-time.html new file mode 100644 index 0000000..4e1e71d --- /dev/null +++ b/app/views/clinics/01-set-date-and-time.html @@ -0,0 +1,309 @@ +{% extends 'layout.html' %} + +{% set pageName = "Clinics" %} + +{% from "_includes/primary-navigation.html" import primaryNavigation %} +{% block header %} + {{ primaryNavigation("Clinics", serviceName) }} +{% endblock %} + +{% block beforeContent %}{% endblock %} + +{% block content %} + +{% set tickSvg %} + +{% endset %} + +
+
+ +
+ +
+ +
+
+
+ +

Set date and time

+

Potentially some real brief help and scene setting. Mainly to point out you can punch holes in it as you go?

+ +
+ +
+
+ + Date of clinic + +
+ For example, 18 6 2026 +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ +
+
+ + Session start time + +
+ For example, 10:00 +
+ +
+
+
+ + +
+
+ +
+
+ + +
+
+
+
+
+ +
+
+ + Session end time + +
+ For example, 17:00 +
+ +
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ +
+ +
+ + +
+
+ +
+ Information: +

Capacity calculator

+

X total slots in the + session

+ + +
+ + + +
+ +
+ Time must be in 24 hour format
+ Start time must be before end time and vice versa
+ Slots dont have to divide equally into the times, but it'll be interesting to work that out? +
+
+
+
+ +{% endblock %} + +{% block pageScripts %} + +{% endblock %} \ No newline at end of file diff --git a/app/views/clinics/02-organise-slots.html b/app/views/clinics/02-organise-slots.html index 34a42a4..56dc77a 100644 --- a/app/views/clinics/02-organise-slots.html +++ b/app/views/clinics/02-organise-slots.html @@ -7,76 +7,68 @@ {{ primaryNavigation("Clinics", serviceName) }} {% endblock %} -{% block beforeContent %} - -{{ breadcrumb({ - items: [ - { - href: "#", - text: "Clinics" - }, - { - href: "#", - text: "Templates" - }, - { - href: "#", - text: "Session templates" - } - ] -}) }} - -{% endblock %} +{% block beforeContent %}{% endblock %} {% block content %} @@ -102,21 +94,27 @@

  • - {{ tickSvg | safe }} + 1 - Set times + Clinic details
  • -
  • +
  • 2 + Set date and time + +
  • +
  • + + 3 Organise slots
  • - 3 - Save template + 4 + Publish clinic
  • @@ -135,34 +133,49 @@

    -
    -
    -
    -
    -
    -

    - {{ data.newSession.totalSlots }} slots available to book of {{ data.newSession.totalSlots }} total -

    -

    Click to select · Shift+click for a range · ⌘/Ctrl+click for multiple

    -
    -

    With selected:

    - +
    + + + + + + + +
    +
    +
    +
    +
    + +
    +

    + {{ data.newSession.totalSlots }} slots available +

    +

    + +

    -
    -
    +
    - - - {% endblock %} {% block pageScripts %} @@ -173,6 +186,7 @@

    With selected:

    let slotData = []; let selectedIndices = new Set(); let lastClickedIndex = null; + let totalSlotCount = 0; // ========== UTILITY FUNCTIONS ========== function parseMinutes(time) { @@ -218,6 +232,21 @@

    With selected:

    return slotData[i].isMergedInto ?? i; } + function getCheckedIndices() { + const checked = new Set(); + document.querySelectorAll('#slots-container input[type="checkbox"]:checked').forEach(input => { + const idx = Number(input.value); + if (Number.isInteger(idx) && idx >= 0) { + checked.add(idx); + } + }); + return checked; + } + + function syncSelectedIndicesFromCheckboxes() { + selectedIndices = getCheckedIndices(); + } + // ========== SLOT MANAGEMENT FUNCTIONS ========== function unmergeAt(index) { const slot = slotData[index]; @@ -227,7 +256,7 @@

    With selected:

    if (!parent.merged) return; const span = parent.span; - const parentHold = parent.hold; + const parentType = parent.type; for (let j = parentIndex; j < parentIndex + span; j++) { if (!slotData[j]) continue; @@ -236,13 +265,13 @@

    With selected:

    slotData[j].span = 1; slotData[j].isMergedInto = undefined; slotData[j].mergedEnd = null; - slotData[j].hold = parentHold; + slotData[j].type = parentType; } } - function holdSlots(indices, hold) { + function setSlotType(indices, type) { [...indices].forEach(i => { - if (slotData[i]) slotData[i].hold = hold; + if (slotData[i]) slotData[i].type = type; }); } @@ -257,20 +286,20 @@

    With selected:

    const first = sel[0]; const last = sel[sel.length - 1]; const span = sel.length; - const mergeHold = sel.every(i => slotData[i].hold); + const mergeType = slotData[first].type; // reset (important when reusing slots) for (let j = first; j <= last; j++) { slotData[j].merged = false; slotData[j].span = 1; slotData[j].isMergedInto = undefined; - slotData[j].hold = false; + slotData[j].type = null; } slotData[first].merged = true; slotData[first].span = span; slotData[first].mergedEnd = formatTime(slotData[last].end); - slotData[first].hold = mergeHold; + slotData[first].type = mergeType; for (let j = first + 1; j <= last; j++) { slotData[j].isMergedInto = first; @@ -302,6 +331,7 @@

    With selected:

    return; } + totalSlotCount = slotCount; const prevData = [...slotData]; slotData = []; @@ -316,7 +346,7 @@

    With selected:

    start: s, end: e, key, - hold: prev.hold || false, + type: prev.type || null, merged: prev.merged || false, span: prev.span || 1, isMergedInto: prev.isMergedInto ?? undefined, @@ -326,24 +356,37 @@

    With selected:

    selectedIndices = new Set([...selectedIndices].filter(i => i < slotCount)); renderGrid(); - setStats(totalMins, slotLen); + setStats(); } - function setStats(totalMins, slotLen) { + function setStats() { const heads = slotData.filter(s => s.isMergedInto === undefined); - const count = heads.length; - const holdC = heads.filter(s => s.hold).length; - const avail = count - holdC; - document.getElementById('total-slots').textContent = count || '—'; - document.getElementById('available-slots').textContent = count ? avail : '—'; + const nonAvail = heads.filter(s => s.type === 'hold' || s.type === 'staff-break' || s.merged).length; + const avail = totalSlotCount - nonAvail; + document.getElementById('available-slots').textContent = totalSlotCount ? avail : '—'; + + // additional counts for form fields + const specialCount = heads.filter(s => s.type === 'special-appointment').length; + const heldCount = heads.filter(s => s.type === 'hold').length; + + const availInput = document.querySelector('input[name="slotsAvailableCount"]'); + const specialInput = document.querySelector('input[name="slotsSpecialAvailableCount"]'); + const heldInput = document.querySelector('input[name="slotsHeldCount"]'); + + if (availInput) availInput.value = totalSlotCount ? String(avail) : ''; + if (specialInput) specialInput.value = String(specialCount); + if (heldInput) heldInput.value = String(heldCount); } function commit() { renderGrid(); - const startMins = parseMinutes(sessionData.startTime); - const endMins = parseMinutes(sessionData.endTime); - const slotLen = Number(sessionData.duration); - setStats(endMins - startMins, slotLen); + setStats(); + } + + function commitFromChecked() { + syncSelectedIndicesFromCheckboxes(); + renderGrid(); + setStats(); } // ========== RENDERING FUNCTIONS ========== @@ -359,33 +402,81 @@

    With selected:

    const classes = ['slot']; const isSelected = selectedIndices.has(i) || (isChild && selectedIndices.has(headIndex)); const isMerged = sd.merged || isChild; - const isHeld = sd.hold || (isChild && headSlot?.hold); + const slotType = isChild ? headSlot?.type : sd.type; const isLastMergedChild = isChild && headSlot && i === headIndex + (headSlot.span || 1) - 1; if (isSelected) classes.push('selected'); if (isMerged) classes.push('is-merged'); - if (isHeld) classes.push('is-hold'); + if (slotType === 'hold') classes.push('is-hold'); + if (slotType === 'staff-break') classes.push('is-staff-break'); + if (slotType === 'special-appointment') classes.push('is-special-appointment'); if (isChild) classes.push('is-merged-child'); if (isLastMergedChild) classes.push('is-merged-last-child'); + const slotId = `slot-${i}`; const div = document.createElement('div'); - div.className = classes.join(' '); + div.className = [...classes].join(' '); + const endTime = sd.merged ? sd.mergedEnd : formatTime(sd.end); + + let mergedHtml = ''; + if (isMerged) { + mergedHtml += `Merged (${sd.span})`; + } + + let typeHtml = ''; + if (slotType && !isChild) { + const typeLabel = slotType === 'hold' ? 'Held' : slotType === 'staff-break' ? 'Staff break' : 'Special appointment'; + const tagClass = slotType === 'hold' ? 'nhsuk-tag--grey' : slotType === 'staff-break' ? 'nhsuk-tag--grey' : 'nhsuk-tag--yellow'; + typeHtml += `${typeLabel}`; + } + div.innerHTML = ` -
    ${formatTime(sd.start)}
    -
    to ${endTime}
    +
    + + +
    `; - if (isMerged) { - const mergedLabel = sd.merged - ? isHeld ? `Merged (${sd.span}) · Held` : `Merged (${sd.span})` - : 'Merged slot'; - div.innerHTML += `
    ${mergedLabel}
    `; - } else if (isHeld) { - div.innerHTML += `
    Held
    `; + const checkbox = div.querySelector('input[type="checkbox"]'); + + function handleCheckboxSelection(e, checked) { + const head = resolveToMergeHead(i); + + if (e.shiftKey && lastClickedIndex !== null) { + const lo = Math.min(lastClickedIndex, i); + const hi = Math.max(lastClickedIndex, i); + for (let j = lo; j <= hi; j++) { + if (checked) { + selectedIndices.add(resolveToMergeHead(j)); + } else { + selectedIndices.delete(resolveToMergeHead(j)); + } + } + } else { + if (checked) { + selectedIndices.add(head); + } else { + selectedIndices.delete(head); + } + } + + lastClickedIndex = i; + renderGrid(); + } + + if (checkbox) { + checkbox.checked = isSelected; + checkbox.addEventListener('click', e => { + handleCheckboxSelection(e, checkbox.checked); + }); } - div.addEventListener('click', e => handleSlotClick(e, i)); container.appendChild(div); }); @@ -394,105 +485,96 @@

    With selected:

    function updatePanel() { const sel = [...selectedIndices].sort((a, b) => a - b); - const panel = document.getElementById('side-panel'); - - if (sel.length === 0) { - panel.classList.remove('visible'); - return; - } - - panel.classList.add('visible'); const canMerge = isConsecutive(sel) && sel.every(i => isSlotFree(i)); const hasMerged = sel.some(i => { const s = slotData[i]; return s.merged || s.isMergedInto !== undefined; }); - const anyHold = sel.some(i => slotData[i]?.hold); - const allHold = sel.every(i => slotData[i]?.hold); + + const typeSet = new Set(sel.map(i => slotData[i]?.type)); + const allHold = typeSet.size === 1 && typeSet.has('hold'); + const allStaffBreak = typeSet.size === 1 && typeSet.has('staff-break'); + const allSpecialAppointment = typeSet.size === 1 && typeSet.has('special-appointment'); + const anyType = sel.some(i => slotData[i]?.type !== null); document.getElementById('panel-hold').classList.toggle('disabled', !sel.length || allHold); - document.getElementById('panel-unhold').classList.toggle('disabled', !sel.length || !anyHold); + document.getElementById('panel-staff-break').classList.toggle('disabled', !sel.length || allStaffBreak); + document.getElementById('panel-special-appointment').classList.toggle('disabled', !sel.length || allSpecialAppointment); + document.getElementById('panel-clear-type').classList.toggle('disabled', !sel.length || !anyType); document.getElementById('panel-merge').classList.toggle('disabled', !canMerge); document.getElementById('panel-unmerge').classList.toggle('disabled', !hasMerged); } - // ========== EVENT HANDLERS ========== - function handleSlotClick(e, i) { - if (e.shiftKey && lastClickedIndex !== null) { - const lo = Math.min(lastClickedIndex, i); - const hi = Math.max(lastClickedIndex, i); - for (let j = lo; j <= hi; j++) { - selectedIndices.add(resolveToMergeHead(j)); - } - } else if (e.metaKey || e.ctrlKey) { - const head = resolveToMergeHead(i); - if (selectedIndices.has(head)) { - selectedIndices.delete(head); - } else { - selectedIndices.add(head); - } - } else { - const head = resolveToMergeHead(i); - if (selectedIndices.size === 1 && selectedIndices.has(head)) { - selectedIndices.clear(); - } else { - selectedIndices.clear(); - selectedIndices.add(head); - } - } - - lastClickedIndex = i; - renderGrid(); - } - // ========== EVENT ATTACHMENTS ========== // No DOM form inputs on this page; session data is sourced from the server-side session. const panelHold = document.getElementById('panel-hold'); - const panelUnhold = document.getElementById('panel-unhold'); + const panelStaffBreak = document.getElementById('panel-staff-break'); + const panelSpecialAppointment = document.getElementById('panel-special-appointment'); + const panelClearType = document.getElementById('panel-clear-type'); const panelMerge = document.getElementById('panel-merge'); const panelUnmerge = document.getElementById('panel-unmerge'); if (panelHold) { panelHold.addEventListener('click', () => { - holdSlots(selectedIndices, true); + syncSelectedIndicesFromCheckboxes(); + setSlotType(selectedIndices, 'hold'); selectedIndices.clear(); - commit(); + renderGrid(); + setStats(); }); } - if (panelUnhold) { - panelUnhold.addEventListener('click', () => { - holdSlots(selectedIndices, false); + if (panelStaffBreak) { + panelStaffBreak.addEventListener('click', () => { + syncSelectedIndicesFromCheckboxes(); + setSlotType(selectedIndices, 'staff-break'); selectedIndices.clear(); - commit(); + renderGrid(); + setStats(); + }); + } + + if (panelSpecialAppointment) { + panelSpecialAppointment.addEventListener('click', () => { + syncSelectedIndicesFromCheckboxes(); + setSlotType(selectedIndices, 'special-appointment'); + selectedIndices.clear(); + renderGrid(); + setStats(); + }); + } + + if (panelClearType) { + panelClearType.addEventListener('click', () => { + syncSelectedIndicesFromCheckboxes(); + setSlotType(selectedIndices, null); + selectedIndices.clear(); + renderGrid(); + setStats(); }); } if (panelMerge) { panelMerge.addEventListener('click', () => { + syncSelectedIndicesFromCheckboxes(); mergeSlots(selectedIndices); selectedIndices.clear(); - commit(); + renderGrid(); + setStats(); }); } if (panelUnmerge) { panelUnmerge.addEventListener('click', () => { + syncSelectedIndicesFromCheckboxes(); [...selectedIndices].forEach(i => unmergeAt(i)); selectedIndices.clear(); - commit(); + renderGrid(); + setStats(); }); } - // Global keyboard events - document.addEventListener('keydown', e => { - if (e.key === 'Escape') { - selectedIndices.clear(); - renderGrid(); - } - }); - // ========== INITIALIZATION ========== render(); diff --git a/app/views/clinics/03-publish-clinic.html b/app/views/clinics/03-publish-clinic.html new file mode 100644 index 0000000..65740ec --- /dev/null +++ b/app/views/clinics/03-publish-clinic.html @@ -0,0 +1,121 @@ +{% extends 'layout.html' %} + +{% set pageName = "Clinics" %} + +{% from "_includes/primary-navigation.html" import primaryNavigation %} +{% block header %} + {{ primaryNavigation("Clinics", serviceName) }} +{% endblock %} + +{% block beforeContent %}{% endblock %} + +{% block content %} + +{% set tickSvg %} + +{% endset %} + +
    +
    + +
    + +
    + +
    +
    +
    + +

    Publish clinic

    +

    Potentially some real brief help and scene setting. Mainly to point out you can punch holes in it as you go?

    + +
    +
    +
    + Clinic details +
    +
    +
    + {{ data.clinicName }}
    + {{ data.clinicId }} +
    + {{ data.unit }} at {{ data.location }} +
    +
    + Change clinic details +
    +
    +
    +
    + Date and time +
    +
    + Date
    + {{ data.newSession.startTime.hour | zeroPad }}:{{ data.newSession.startTime.minute | zeroPad }} to {{ data.newSession.endTime.hour | zeroPad }}:{{ data.newSession.endTime.minute | zeroPad }}
    + {{ data.newSession.duration }} minute slot length +
    +
    + Change date and time +
    +
    +
    +
    + Slots +
    +
    + {{ data.slotsAvailableCount }} slots available to book
    + {{ data.slotsSpecialAvailableCount }} special apppointment{% if data.slotsSpecialAvailableCount > 1 %}s{% endif %}
    + {{ data.slotsHeldCount }} held +
    +
    + Change slots +
    +
    +
    + +

    + Publish clinic +

    + +
    +
    +
    + +{% endblock %} \ No newline at end of file diff --git a/app/views/clinics/day-slot-view.html b/app/views/clinics/day-slot-view.html index 81e01c9..0f923c9 100644 --- a/app/views/clinics/day-slot-view.html +++ b/app/views/clinics/day-slot-view.html @@ -37,7 +37,7 @@

    -
    +
    @@ -121,7 +121,7 @@

    Daphne Hart -
    NHS: 821 374 0952
    +
    NHS: 999 374 0952
    22 July 1958 @@ -146,7 +146,7 @@

    Marta O'Neill -
    NHS: 702 195 4836
    +
    NHS: 999 195 4836
    3 May 1971 @@ -166,121 +166,121 @@

    09:10 - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 09:20 - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 09:30 - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 09:40 - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 09:50 - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 10:00 - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 10:10 - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 10:20 - 957 613 2084 + 999 613 2084 Tessa King 25 August 1963 10:30 - 604 118 9756 + 999 118 9756 Nadia Singh 7 April 1957 10:40 - 842 039 6617 + 999 039 6617 Jane Reed 18 November 1970 10:50 - 731 259 1148 + 999 259 1148 Laura White 29 May 1965 11:00 - 665 880 3320 + 999 880 3320 Marissa Young 9 March 1961 11:10 - 548 901 7732 + 999 901 7732 Naomi Bell 21 September 1974 11:20 - 439 216 5087 + 999 216 5087 Paige Long 4 July 1969 11:30 - 329 487 9901 + 999 487 9901 Catherine Wood 16 January 1956 11:40 - 214 603 1774 + 999 603 1774 Victoria Hale 13 October 1966 11:50 - 188 905 6423 + 999 905 6423 Imogen Frost 31 December 1972 12:00 - 977 332 1108 + 999 332 1108 Dara Moss 24 June 1960 12:10 - 861 427 5930 + 999 427 5930 Sophie Hartley 2 August 1962 12:20 - 750 218 3446 + 999 218 3446 Emma Cole 17 April 1975 diff --git a/app/views/clinics/index.html b/app/views/clinics/index.html index b5206c8..d82e1dc 100644 --- a/app/views/clinics/index.html +++ b/app/views/clinics/index.html @@ -26,7 +26,7 @@

    Clinics

    {{ button({ text: "Create a new clinic", - href: "#", + href: "00-create-day-clinic", classes: "nhsuk-button--secondary" }) }}
    diff --git a/app/views/clinics/01-set-times.html b/app/views/clinics/templating-01-set-times.html similarity index 100% rename from app/views/clinics/01-set-times.html rename to app/views/clinics/templating-01-set-times.html diff --git a/app/views/search/batch-participant-search.html b/app/views/search/batch-participant-search.html index 641a28f..2fccdf0 100644 --- a/app/views/search/batch-participant-search.html +++ b/app/views/search/batch-participant-search.html @@ -51,7 +51,7 @@

    aria-describedby="hint-nhs" autocomplete="off" inputmode="numeric" - placeholder="e.g. 612 558 7760" + placeholder="e.g. 999 558 7760" maxlength="12" onkeydown="if(event.key==='Enter') runSearch()" />

    @@ -991,36 +991,36 @@

    Participant groups

    DATA — 30 sample participants in this batch ═══════════════════════════════════════════════════════════════ */ const ALL_DATA = [ - { nhs:"612 558 7760", last:"Ali", fore:"Sara", dob:"1965-03-02", dobD:"02 Mar 1965", }, - { nhs:"625 671 9980", last:"Graham", fore:"Sam", dob:"1968-08-18", dobD:"18 Aug 1968", }, - { nhs:"638 784 2200", last:"Nowak", fore:"Ana", dob:"1972-11-09", dobD:"09 Nov 1972", }, - { nhs:"651 897 4420", last:"Garcia", fore:"Amy", dob:"1966-12-14", dobD:"14 Dec 1966", }, - { nhs:"677 023 8860", last:"Petrov", fore:"Kristin", dob:"1967-07-28", dobD:"28 Jul 1967", }, - { nhs:"690 136 0080", last:"Ibrahim", fore:"Ahmed", dob:"1971-06-03", dobD:"03 Jun 1971", }, - { nhs:"755 691 1180", last:"Moore", fore:"Percy", dob:"1962-05-23", dobD:"23 May 1962", }, - { nhs:"794 020 7840", last:"Clark", fore:"Bianca", dob:"1968-11-24", dobD:"24 Nov 1968", }, - { nhs:"781 917 5620", last:"Taylor", fore:"Helen", dob:"1965-04-07", dobD:"07 Apr 1965", }, - { nhs:"807 133 0060", last:"Zodovaska", fore:"Andrea", dob:"1971-08-13", dobD:"13 Aug 1971", }, - { nhs:"485 777 3456", last:"John", fore:"Jane", dob:"1962-03-14", dobD:"14 Mar 1962", }, - { nhs:"491 234 8812", last:"Patel", fore:"Reena", dob:"1958-06-29", dobD:"29 Jun 1958", }, - { nhs:"502 881 1140", last:"Okonkwa", fore:"Paula", dob:"1965-11-07", dobD:"07 Nov 1965", }, - { nhs:"477 003 9921", last:"Jackson", fore:"Miranda", dob:"1971-08-22", dobD:"22 Aug 1971", }, - { nhs:"533 612 0044", last:"Williams", fore:"Carol", dob:"1963-01-05", dobD:"05 Jan 1963", }, - { nhs:"548 290 1133", last:"Brown", fore:"Patricia", dob:"1969-09-12", dobD:"12 Sep 1969", }, - { nhs:"561 445 7782", last:"Jones", fore:"Linda", dob:"1964-07-19", dobD:"19 Jul 1964", }, - { nhs:"574 889 3310", last:"Davis", fore:"Margaret", dob:"1960-02-28", dobD:"28 Feb 1960", }, - { nhs:"589 002 4421", last:"Wilson", fore:"Barbara", dob:"1966-10-31", dobD:"31 Oct 1966", }, - { nhs:"603 117 5500", last:"Evans", fore:"Susan", dob:"1970-06-14", dobD:"14 Jun 1970", }, - { nhs:"614 223 6610", last:"Roberts", fore:"Karen", dob:"1961-04-22", dobD:"22 Apr 1961", }, - { nhs:"628 334 7720", last:"Thompson", fore:"Christine", dob:"1967-09-17", dobD:"17 Sep 1967", }, - { nhs:"641 445 8830", last:"White", fore:"Dorothy", dob:"1963-12-30", dobD:"30 Dec 1963", }, - { nhs:"654 556 9940", last:"Harris", fore:"Lisa", dob:"1968-03-11", dobD:"11 Mar 1968", }, - { nhs:"667 667 0050", last:"Martin", fore:"Nancy", dob:"1972-07-04", dobD:"04 Jul 1972", }, - { nhs:"680 778 1160", last:"Lewis", fore:"Betty", dob:"1959-01-19", dobD:"19 Jan 1959", }, - { nhs:"693 889 2270", last:"Lee", fore:"Helen", dob:"1964-05-26", dobD:"26 May 1964", }, - { nhs:"706 990 3380", last:"Walker", fore:"Sandra", dob:"1966-08-03", dobD:"03 Aug 1966", }, - { nhs:"719 001 4490", last:"Hall", fore:"Donna", dob:"1970-11-15", dobD:"15 Nov 1970", }, - { nhs:"732 112 5500", last:"Allen", fore:"Carol", dob:"1962-09-28", dobD:"28 Sep 1962", } + { nhs:"999 558 7760", last:"Ali", fore:"Sara", dob:"1965-03-02", dobD:"02 Mar 1965", }, + { nhs:"999 671 9980", last:"Graham", fore:"Sam", dob:"1968-08-18", dobD:"18 Aug 1968", }, + { nhs:"999 784 2200", last:"Nowak", fore:"Ana", dob:"1972-11-09", dobD:"09 Nov 1972", }, + { nhs:"999 897 4420", last:"Garcia", fore:"Amy", dob:"1966-12-14", dobD:"14 Dec 1966", }, + { nhs:"999 023 8860", last:"Petrov", fore:"Kristin", dob:"1967-07-28", dobD:"28 Jul 1967", }, + { nhs:"999 136 0080", last:"Ibrahim", fore:"Ahmed", dob:"1971-06-03", dobD:"03 Jun 1971", }, + { nhs:"999 691 1180", last:"Moore", fore:"Percy", dob:"1962-05-23", dobD:"23 May 1962", }, + { nhs:"999 020 7840", last:"Clark", fore:"Bianca", dob:"1968-11-24", dobD:"24 Nov 1968", }, + { nhs:"999 917 5620", last:"Taylor", fore:"Helen", dob:"1965-04-07", dobD:"07 Apr 1965", }, + { nhs:"999 133 0060", last:"Zodovaska", fore:"Andrea", dob:"1971-08-13", dobD:"13 Aug 1971", }, + { nhs:"999 777 3456", last:"John", fore:"Jane", dob:"1962-03-14", dobD:"14 Mar 1962", }, + { nhs:"999 234 8812", last:"Patel", fore:"Reena", dob:"1958-06-29", dobD:"29 Jun 1958", }, + { nhs:"999 881 1140", last:"Okonkwa", fore:"Paula", dob:"1965-11-07", dobD:"07 Nov 1965", }, + { nhs:"999 003 9921", last:"Jackson", fore:"Miranda", dob:"1971-08-22", dobD:"22 Aug 1971", }, + { nhs:"999 612 0044", last:"Williams", fore:"Carol", dob:"1963-01-05", dobD:"05 Jan 1963", }, + { nhs:"999 290 1133", last:"Brown", fore:"Patricia", dob:"1969-09-12", dobD:"12 Sep 1969", }, + { nhs:"999 445 7782", last:"Jones", fore:"Linda", dob:"1964-07-19", dobD:"19 Jul 1964", }, + { nhs:"999 889 3310", last:"Davis", fore:"Margaret", dob:"1960-02-28", dobD:"28 Feb 1960", }, + { nhs:"999 002 4421", last:"Wilson", fore:"Barbara", dob:"1966-10-31", dobD:"31 Oct 1966", }, + { nhs:"999 117 5500", last:"Evans", fore:"Susan", dob:"1970-06-14", dobD:"14 Jun 1970", }, + { nhs:"999 223 6610", last:"Roberts", fore:"Karen", dob:"1961-04-22", dobD:"22 Apr 1961", }, + { nhs:"999 334 7720", last:"Thompson", fore:"Christine", dob:"1967-09-17", dobD:"17 Sep 1967", }, + { nhs:"999 445 8830", last:"White", fore:"Dorothy", dob:"1963-12-30", dobD:"30 Dec 1963", }, + { nhs:"999 556 9940", last:"Harris", fore:"Lisa", dob:"1968-03-11", dobD:"11 Mar 1968", }, + { nhs:"999 667 0050", last:"Martin", fore:"Nancy", dob:"1972-07-04", dobD:"04 Jul 1972", }, + { nhs:"999 778 1160", last:"Lewis", fore:"Betty", dob:"1959-01-19", dobD:"19 Jan 1959", }, + { nhs:"999 889 2270", last:"Lee", fore:"Helen", dob:"1964-05-26", dobD:"26 May 1964", }, + { nhs:"999 990 3380", last:"Walker", fore:"Sandra", dob:"1966-08-03", dobD:"03 Aug 1966", }, + { nhs:"999 001 4490", last:"Hall", fore:"Donna", dob:"1970-11-15", dobD:"15 Nov 1970", }, + { nhs:"999 112 5500", last:"Allen", fore:"Carol", dob:"1962-09-28", dobD:"28 Sep 1962", } ]; /* ═══════════════════════════════════════════════════════════════ diff --git a/app/views/search/participant-search-prev.html b/app/views/search/participant-search-prev.html index ae6c53b..e69194b 100644 --- a/app/views/search/participant-search-prev.html +++ b/app/views/search/participant-search-prev.html @@ -51,7 +51,7 @@

    aria-describedby="hint-nhs" autocomplete="off" inputmode="numeric" - placeholder="e.g. 612 558 7760" + placeholder="e.g. 999 558 7760" maxlength="12" onkeydown="if(event.key==='Enter') runSearch()" /> @@ -274,36 +274,36 @@

    Participant groups

    DATA — 30 sample participants in this batch ═══════════════════════════════════════════════════════════════ */ const ALL_DATA = [ - { nhs:"612 558 7760", last:"Ali", fore:"Sara", dob:"1965-03-02", dobD:"02 Mar 1965", }, - { nhs:"625 671 9980", last:"Graham", fore:"Sam", dob:"1968-08-18", dobD:"18 Aug 1968", }, - { nhs:"638 784 2200", last:"Nowak", fore:"Ana", dob:"1972-11-09", dobD:"09 Nov 1972", }, - { nhs:"651 897 4420", last:"Garcia", fore:"Amy", dob:"1966-12-14", dobD:"14 Dec 1966", }, - { nhs:"677 023 8860", last:"Petrov", fore:"Kristin", dob:"1967-07-28", dobD:"28 Jul 1967", }, - { nhs:"690 136 0080", last:"Ibrahim", fore:"Ahmed", dob:"1971-06-03", dobD:"03 Jun 1971", }, - { nhs:"755 691 1180", last:"Moore", fore:"Percy", dob:"1962-05-23", dobD:"23 May 1962", }, - { nhs:"794 020 7840", last:"Clark", fore:"Bianca", dob:"1968-11-24", dobD:"24 Nov 1968", }, - { nhs:"781 917 5620", last:"Taylor", fore:"Helen", dob:"1965-04-07", dobD:"07 Apr 1965", }, - { nhs:"807 133 0060", last:"Zodovaska", fore:"Andrea", dob:"1971-08-13", dobD:"13 Aug 1971", }, - { nhs:"485 777 3456", last:"John", fore:"Jane", dob:"1962-03-14", dobD:"14 Mar 1962", }, - { nhs:"491 234 8812", last:"Patel", fore:"Reena", dob:"1958-06-29", dobD:"29 Jun 1958", }, - { nhs:"502 881 1140", last:"Okonkwa", fore:"Paula", dob:"1965-11-07", dobD:"07 Nov 1965", }, - { nhs:"477 003 9921", last:"Jackson", fore:"Miranda", dob:"1971-08-22", dobD:"22 Aug 1971", }, - { nhs:"533 612 0044", last:"Williams", fore:"Carol", dob:"1963-01-05", dobD:"05 Jan 1963", }, - { nhs:"548 290 1133", last:"Brown", fore:"Patricia", dob:"1969-09-12", dobD:"12 Sep 1969", }, - { nhs:"561 445 7782", last:"Jones", fore:"Linda", dob:"1964-07-19", dobD:"19 Jul 1964", }, - { nhs:"574 889 3310", last:"Davis", fore:"Margaret", dob:"1960-02-28", dobD:"28 Feb 1960", }, - { nhs:"589 002 4421", last:"Wilson", fore:"Barbara", dob:"1966-10-31", dobD:"31 Oct 1966", }, - { nhs:"603 117 5500", last:"Evans", fore:"Susan", dob:"1970-06-14", dobD:"14 Jun 1970", }, - { nhs:"614 223 6610", last:"Roberts", fore:"Karen", dob:"1961-04-22", dobD:"22 Apr 1961", }, - { nhs:"628 334 7720", last:"Thompson", fore:"Christine", dob:"1967-09-17", dobD:"17 Sep 1967", }, - { nhs:"641 445 8830", last:"White", fore:"Dorothy", dob:"1963-12-30", dobD:"30 Dec 1963", }, - { nhs:"654 556 9940", last:"Harris", fore:"Lisa", dob:"1968-03-11", dobD:"11 Mar 1968", }, - { nhs:"667 667 0050", last:"Martin", fore:"Nancy", dob:"1972-07-04", dobD:"04 Jul 1972", }, - { nhs:"680 778 1160", last:"Lewis", fore:"Betty", dob:"1959-01-19", dobD:"19 Jan 1959", }, - { nhs:"693 889 2270", last:"Lee", fore:"Helen", dob:"1964-05-26", dobD:"26 May 1964", }, - { nhs:"706 990 3380", last:"Walker", fore:"Sandra", dob:"1966-08-03", dobD:"03 Aug 1966", }, - { nhs:"719 001 4490", last:"Hall", fore:"Donna", dob:"1970-11-15", dobD:"15 Nov 1970", }, - { nhs:"732 112 5500", last:"Allen", fore:"Carol", dob:"1962-09-28", dobD:"28 Sep 1962", } + { nhs:"999 558 7760", last:"Ali", fore:"Sara", dob:"1965-03-02", dobD:"02 Mar 1965", }, + { nhs:"999 671 9980", last:"Graham", fore:"Sam", dob:"1968-08-18", dobD:"18 Aug 1968", }, + { nhs:"999 784 2200", last:"Nowak", fore:"Ana", dob:"1972-11-09", dobD:"09 Nov 1972", }, + { nhs:"999 897 4420", last:"Garcia", fore:"Amy", dob:"1966-12-14", dobD:"14 Dec 1966", }, + { nhs:"999 023 8860", last:"Petrov", fore:"Kristin", dob:"1967-07-28", dobD:"28 Jul 1967", }, + { nhs:"999 136 0080", last:"Ibrahim", fore:"Ahmed", dob:"1971-06-03", dobD:"03 Jun 1971", }, + { nhs:"999 691 1180", last:"Moore", fore:"Percy", dob:"1962-05-23", dobD:"23 May 1962", }, + { nhs:"999 020 7840", last:"Clark", fore:"Bianca", dob:"1968-11-24", dobD:"24 Nov 1968", }, + { nhs:"999 917 5620", last:"Taylor", fore:"Helen", dob:"1965-04-07", dobD:"07 Apr 1965", }, + { nhs:"999 133 0060", last:"Zodovaska", fore:"Andrea", dob:"1971-08-13", dobD:"13 Aug 1971", }, + { nhs:"999 777 3456", last:"John", fore:"Jane", dob:"1962-03-14", dobD:"14 Mar 1962", }, + { nhs:"999 234 8812", last:"Patel", fore:"Reena", dob:"1958-06-29", dobD:"29 Jun 1958", }, + { nhs:"999 881 1140", last:"Okonkwa", fore:"Paula", dob:"1965-11-07", dobD:"07 Nov 1965", }, + { nhs:"999 003 9921", last:"Jackson", fore:"Miranda", dob:"1971-08-22", dobD:"22 Aug 1971", }, + { nhs:"999 612 0044", last:"Williams", fore:"Carol", dob:"1963-01-05", dobD:"05 Jan 1963", }, + { nhs:"999 290 1133", last:"Brown", fore:"Patricia", dob:"1969-09-12", dobD:"12 Sep 1969", }, + { nhs:"999 445 7782", last:"Jones", fore:"Linda", dob:"1964-07-19", dobD:"19 Jul 1964", }, + { nhs:"999 889 3310", last:"Davis", fore:"Margaret", dob:"1960-02-28", dobD:"28 Feb 1960", }, + { nhs:"999 002 4421", last:"Wilson", fore:"Barbara", dob:"1966-10-31", dobD:"31 Oct 1966", }, + { nhs:"999 117 5500", last:"Evans", fore:"Susan", dob:"1970-06-14", dobD:"14 Jun 1970", }, + { nhs:"999 223 6610", last:"Roberts", fore:"Karen", dob:"1961-04-22", dobD:"22 Apr 1961", }, + { nhs:"999 334 7720", last:"Thompson", fore:"Christine", dob:"1967-09-17", dobD:"17 Sep 1967", }, + { nhs:"999 445 8830", last:"White", fore:"Dorothy", dob:"1963-12-30", dobD:"30 Dec 1963", }, + { nhs:"999 556 9940", last:"Harris", fore:"Lisa", dob:"1968-03-11", dobD:"11 Mar 1968", }, + { nhs:"999 667 0050", last:"Martin", fore:"Nancy", dob:"1972-07-04", dobD:"04 Jul 1972", }, + { nhs:"999 778 1160", last:"Lewis", fore:"Betty", dob:"1959-01-19", dobD:"19 Jan 1959", }, + { nhs:"999 889 2270", last:"Lee", fore:"Helen", dob:"1964-05-26", dobD:"26 May 1964", }, + { nhs:"999 990 3380", last:"Walker", fore:"Sandra", dob:"1966-08-03", dobD:"03 Aug 1966", }, + { nhs:"999 001 4490", last:"Hall", fore:"Donna", dob:"1970-11-15", dobD:"15 Nov 1970", }, + { nhs:"999 112 5500", last:"Allen", fore:"Carol", dob:"1962-09-28", dobD:"28 Sep 1962", } ]; /* ═══════════════════════════════════════════════════════════════ diff --git a/app/views/september-iteration-2/appointing-complete.html b/app/views/september-iteration-2/appointing-complete.html index 4b8f49d..86c1344 100644 --- a/app/views/september-iteration-2/appointing-complete.html +++ b/app/views/september-iteration-2/appointing-complete.html @@ -39,7 +39,7 @@

    -
    +
    @@ -89,139 +89,139 @@

    08:40 - 943 582 7164 + 999 582 7164 Alice Marie Gregory 8 November 1964 08:50 - 821 374 0952 + 999 374 0952 Daphne Hart 22 July 1958 09:00 - 702 195 4836 + 999 195 4836 Marta O'Neill 3 May 1971 09:10 - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 09:20 - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 09:30 - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 09:40 - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 09:50 - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 10:00 - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 10:10 - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 10:20 - 957 613 2084 + 999 613 2084 Tessa King 25 August 1963 10:30 - 604 118 9756 + 999 118 9756 Nadia Singh 7 April 1957 10:40 - 842 039 6617 + 999 039 6617 Jane Reed 18 November 1970 10:50 - 731 259 1148 + 999 259 1148 Laura White 29 May 1965 11:00 - 665 880 3320 + 999 880 3320 Marissa Young 9 March 1961 11:10 - 548 901 7732 + 999 901 7732 Naomi Bell 21 September 1974 11:20 - 439 216 5087 + 999 216 5087 Paige Long 4 July 1969 11:30 - 329 487 9901 + 999 487 9901 Catherine Wood 16 January 1956 11:40 - 214 603 1774 + 999 603 1774 Victoria Hale 13 October 1966 11:50 - 188 905 6423 + 999 905 6423 Imogen Frost 31 December 1972 12:00 - 977 332 1108 + 999 332 1108 Dara Moss 24 June 1960 12:10 - 861 427 5930 + 999 427 5930 Sophie Hartley 2 August 1962 12:20 - 750 218 3446 + 999 218 3446 Emma Cole 17 April 1975 @@ -267,145 +267,145 @@

    13:30 - 642 109 8875 + 999 109 8875 Megan Price 5 February 1961 13:40 - 531 678 2209 + 999 678 2209 Mia Ford 19 May 1972 13:50 - 419 502 6683 + 999 502 6683 Zoe Grant 11 March 1965 14:00 - 308 244 1196 + 999 244 1196 Ariana Miles 28 November 1959 14:10 - 297 883 4455 + 999 883 4455 Bethany Cross 7 July 1975 14:20 - 186 771 9002 + 999 771 9002 Callie Morris 14 September 1968 14:30 - 075 439 3321 + 999 439 3321 Helena Rowe 2 April 1963 14:40 - 964 210 5587 + 999 210 5587 Danielle Nash 23 June 1970 14:50 - 853 619 4470 + 999 619 4470 Faye Turner 8 January 1957 15:00 - 742 908 2233 + 999 908 2233 Leona Grant 15 October 1974 15:10 - 631 776 9904 + 999 776 9904 Nora Blake 30 December 1966 15:20 - 520 665 8805 + 999 665 8805 Olivia Lee 19 August 1960 15:30 - 419 554 7706 + 999 554 7706 Priya Desai 10 May 1973 15:40 - 308 443 6607 + 999 443 6607 Quinn Park 26 March 1964 15:50 - 197 332 5508 + 999 332 5508 Rosa Kirk 13 July 1958 16:00 - 086 221 4409 + 999 221 4409 Shannon Boyd 22 November 1971 16:10 - 975 110 3310 + 999 110 3310 Tara Voss 9 February 1969 16:20 - 864 009 2201 + 999 009 2201 Uma Jha 17 September 1962 16:30 - 753 898 1192 + 999 898 1192 Victoria Dean 4 April 1976 16:40 - 642 787 0083 + 999 787 0083 Wendy Fox 21 June 1967 16:50 - 531 676 9974 + 999 676 9974 Xena Holt 11 December 1960 17:00 - 420 565 8865 + 999 565 8865 Yasmin Noor 28 August 1961 17:10 - 319 454 7756 + 999 454 7756 Zara Moon 6 May 1973 17:20 - 208 343 6647 + 999 343 6647 Abigail Stone 14 October 1959 diff --git a/app/views/september-iteration-2/includes/day-list-hard-coded.html b/app/views/september-iteration-2/includes/day-list-hard-coded.html index 35d05bf..c56161c 100644 --- a/app/views/september-iteration-2/includes/day-list-hard-coded.html +++ b/app/views/september-iteration-2/includes/day-list-hard-coded.html @@ -37,139 +37,139 @@

    08:40 - 943 582 7164 + 999 582 7164 Alice Marie Gregory 8 November 1964 08:50 - 821 374 0952 + 999 374 0952 Daphne Hart 22 July 1958 09:00 - 702 195 4836 + 999 195 4836 Marta O'Neill 3 May 1971 09:10 - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 09:20 - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 09:30 - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 09:40 - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 09:50 - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 10:00 - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 10:10 - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 10:20 - 957 613 2084 + 999 613 2084 Tessa King 25 August 1963 10:30 - 604 118 9756 + 999 118 9756 Nadia Singh 7 April 1957 10:40 - 842 039 6617 + 999 039 6617 Jane Reed 18 November 1970 10:50 - 731 259 1148 + 999 259 1148 Laura White 29 May 1965 11:00 - 665 880 3320 + 999 880 3320 Marissa Young 9 March 1961 11:10 - 548 901 7732 + 999 901 7732 Naomi Bell 21 September 1974 11:20 - 439 216 5087 + 999 216 5087 Paige Long 4 July 1969 11:30 - 329 487 9901 + 999 487 9901 Catherine Wood 16 January 1956 11:40 - 214 603 1774 + 999 603 1774 Victoria Hale 13 October 1966 11:50 - 188 905 6423 + 999 905 6423 Imogen Frost 31 December 1972 12:00 - 977 332 1108 + 999 332 1108 Dara Moss 24 June 1960 12:10 - 861 427 5930 + 999 427 5930 Sophie Hartley 2 August 1962 12:20 - 750 218 3446 + 999 218 3446 Emma Cole 17 April 1975 @@ -215,145 +215,145 @@

    13:30 - 642 109 8875 + 999 109 8875 Megan Price 5 February 1961 13:40 - 531 678 2209 + 999 678 2209 Mia Ford 19 May 1972 13:50 - 419 502 6683 + 999 502 6683 Zoe Grant 11 March 1965 14:00 - 308 244 1196 + 999 244 1196 Ariana Miles 28 November 1959 14:10 - 297 883 4455 + 999 883 4455 Bethany Cross 7 July 1975 14:20 - 186 771 9002 + 999 771 9002 Callie Morris 14 September 1968 14:30 - 075 439 3321 + 999 439 3321 Helena Rowe 2 April 1963 14:40 - 964 210 5587 + 999 210 5587 Danielle Nash 23 June 1970 14:50 - 853 619 4470 + 999 619 4470 Faye Turner 8 January 1957 15:00 - 742 908 2233 + 999 908 2233 Leona Grant 15 October 1974 15:10 - 631 776 9904 + 999 776 9904 Nora Blake 30 December 1966 15:20 - 520 665 8805 + 999 665 8805 Olivia Lee 19 August 1960 15:30 - 419 554 7706 + 999 554 7706 Priya Desai 10 May 1973 15:40 - 308 443 6607 + 999 443 6607 Quinn Park 26 March 1964 15:50 - 197 332 5508 + 999 332 5508 Rosa Kirk 13 July 1958 16:00 - 086 221 4409 + 999 221 4409 Shannon Boyd 22 November 1971 16:10 - 975 110 3310 + 999 110 3310 Tara Voss 9 February 1969 16:20 - 864 009 2201 + 999 009 2201 Uma Jha 17 September 1962 16:30 - 753 898 1192 + 999 898 1192 Victoria Dean 4 April 1976 16:40 - 642 787 0083 + 999 787 0083 Wendy Fox 21 June 1967 16:50 - 531 676 9974 + 999 676 9974 Xena Holt 11 December 1960 17:00 - 420 565 8865 + 999 565 8865 Yasmin Noor 28 August 1961 17:10 - 319 454 7756 + 999 454 7756 Zara Moon 6 May 1973 17:20 - 208 343 6647 + 999 343 6647 Abigail Stone 14 October 1959 diff --git a/app/views/september-iteration-2/pre-appoint-confirm.html b/app/views/september-iteration-2/pre-appoint-confirm.html index 7ed557e..7cd74ff 100644 --- a/app/views/september-iteration-2/pre-appoint-confirm.html +++ b/app/views/september-iteration-2/pre-appoint-confirm.html @@ -74,112 +74,112 @@

    You are booking 48 participants

    15 March 1960 - 943 582 7164 + 999 582 7164 Alice Marie Gregory 8 November 1964 - 821 374 0952 + 999 374 0952 Daphne Hart 22 July 1958 - 702 195 4836 + 999 195 4836 Marta O'Neill 3 May 1971 - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 - 957 613 2084 + 999 613 2084 Tessa King 25 August 1963 - 642 109 8875 + 999 109 8875 Megan Price 5 February 1961 - 531 678 2209 + 999 678 2209 Mia Ford 19 May 1972 - 419 502 6683 + 999 502 6683 Zoe Grant 11 March 1965 - 308 244 1196 + 999 244 1196 Ariana Miles 28 November 1959 - 297 883 4455 + 999 883 4455 Bethany Cross 7 July 1975 - 186 771 9002 + 999 771 9002 Callie Morris 14 September 1968 - 075 439 3321 + 999 439 3321 Helena Rowe 2 April 1963 - 964 210 5587 + 999 210 5587 Danielle Nash 23 June 1970 - 853 619 4470 + 999 619 4470 Faye Turner 8 January 1957 - 742 908 2233 + 999 908 2233 Leona Grant 15 October 1974 - 631 776 9904 + 999 776 9904 Nora Blake 30 December 1966 diff --git a/app/views/september-iteration-2/search-and-results.html b/app/views/september-iteration-2/search-and-results.html index 1a048c0..0bc24af 100644 --- a/app/views/september-iteration-2/search-and-results.html +++ b/app/views/september-iteration-2/search-and-results.html @@ -68,7 +68,7 @@

    - 420 565 8865 + 999 565 8865 Yasmin Noor 28 August 1961 @@ -79,7 +79,7 @@

    - 319 454 7756 + 999 454 7756 Zara Moon 6 May 1973 @@ -90,7 +90,7 @@

    - 208 343 6647 + 999 343 6647 Abigail Stone 14 October 1959 @@ -112,7 +112,7 @@

    - 943 582 7164 + 999 582 7164 Alice Marie Gregory 8 November 1964 @@ -123,7 +123,7 @@

    - 821 374 0952 + 999 374 0952 Daphne Hart 22 July 1958 @@ -134,7 +134,7 @@

    - 702 195 4836 + 999 195 4836 Marta O'Neill 3 May 1971 @@ -145,7 +145,7 @@

    - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 @@ -156,7 +156,7 @@

    - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 @@ -167,7 +167,7 @@

    - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 @@ -178,7 +178,7 @@

    - 531 676 9974 + 999 676 9974 Xena Holt 11 December 1960 @@ -192,7 +192,7 @@

    - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 @@ -203,7 +203,7 @@

    - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 @@ -214,7 +214,7 @@

    - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 @@ -225,7 +225,7 @@

    - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 diff --git a/app/views/z-september-transactional-journey/appointing-complete.html b/app/views/z-september-transactional-journey/appointing-complete.html index 3ac1b77..28e7ef3 100644 --- a/app/views/z-september-transactional-journey/appointing-complete.html +++ b/app/views/z-september-transactional-journey/appointing-complete.html @@ -89,139 +89,139 @@

    08:40 - 943 582 7164 + 999 582 7164 Alice Marie Gregory 8 November 1964 08:50 - 821 374 0952 + 999 374 0952 Daphne Hart 22 July 1958 09:00 - 702 195 4836 + 999 195 4836 Marta O'Neill 3 May 1971 09:10 - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 09:20 - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 09:30 - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 09:40 - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 09:50 - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 10:00 - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 10:10 - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 10:20 - 957 613 2084 + 999 613 2084 Tessa King 25 August 1963 10:30 - 604 118 9756 + 999 118 9756 Nadia Singh 7 April 1957 10:40 - 842 039 6617 + 999 039 6617 Jane Reed 18 November 1970 10:50 - 731 259 1148 + 999 259 1148 Laura White 29 May 1965 11:00 - 665 880 3320 + 999 880 3320 Marissa Young 9 March 1961 11:10 - 548 901 7732 + 999 901 7732 Naomi Bell 21 September 1974 11:20 - 439 216 5087 + 999 216 5087 Paige Long 4 July 1969 11:30 - 329 487 9901 + 999 487 9901 Catherine Wood 16 January 1956 11:40 - 214 603 1774 + 999 603 1774 Victoria Hale 13 October 1966 11:50 - 188 905 6423 + 999 905 6423 Imogen Frost 31 December 1972 12:00 - 977 332 1108 + 999 332 1108 Dara Moss 24 June 1960 12:10 - 861 427 5930 + 999 427 5930 Sophie Hartley 2 August 1962 12:20 - 750 218 3446 + 999 218 3446 Emma Cole 17 April 1975 @@ -267,145 +267,145 @@

    13:30 - 642 109 8875 + 999 109 8875 Megan Price 5 February 1961 13:40 - 531 678 2209 + 999 678 2209 Mia Ford 19 May 1972 13:50 - 419 502 6683 + 999 502 6683 Zoe Grant 11 March 1965 14:00 - 308 244 1196 + 999 244 1196 Ariana Miles 28 November 1959 14:10 - 297 883 4455 + 999 883 4455 Bethany Cross 7 July 1975 14:20 - 186 771 9002 + 999 771 9002 Callie Morris 14 September 1968 14:30 - 075 439 3321 + 999 439 3321 Helena Rowe 2 April 1963 14:40 - 964 210 5587 + 999 210 5587 Danielle Nash 23 June 1970 14:50 - 853 619 4470 + 999 619 4470 Faye Turner 8 January 1957 15:00 - 742 908 2233 + 999 908 2233 Leona Grant 15 October 1974 15:10 - 631 776 9904 + 999 776 9904 Nora Blake 30 December 1966 15:20 - 520 665 8805 + 999 665 8805 Olivia Lee 19 August 1960 15:30 - 419 554 7706 + 999 554 7706 Priya Desai 10 May 1973 15:40 - 308 443 6607 + 999 443 6607 Quinn Park 26 March 1964 15:50 - 197 332 5508 + 999 332 5508 Rosa Kirk 13 July 1958 16:00 - 086 221 4409 + 999 221 4409 Shannon Boyd 22 November 1971 16:10 - 975 110 3310 + 999 110 3310 Tara Voss 9 February 1969 16:20 - 864 009 2201 + 999 009 2201 Uma Jha 17 September 1962 16:30 - 753 898 1192 + 999 898 1192 Victoria Dean 4 April 1976 16:40 - 642 787 0083 + 999 787 0083 Wendy Fox 21 June 1967 16:50 - 531 676 9974 + 999 676 9974 Xena Holt 11 December 1960 17:00 - 420 565 8865 + 999 565 8865 Yasmin Noor 28 August 1961 17:10 - 319 454 7756 + 999 454 7756 Zara Moon 6 May 1973 17:20 - 208 343 6647 + 999 343 6647 Abigail Stone 14 October 1959 diff --git a/app/views/z-september-transactional-journey/batch-detail-trimmed-csv.html b/app/views/z-september-transactional-journey/batch-detail-trimmed-csv.html index 37a63a4..4274089 100644 --- a/app/views/z-september-transactional-journey/batch-detail-trimmed-csv.html +++ b/app/views/z-september-transactional-journey/batch-detail-trimmed-csv.html @@ -71,142 +71,142 @@

    - 186 771 9002 + 999 771 9002 Callie Morris 14 September 1968 - 750 218 3446 + 999 218 3446 Emma Cole 17 April 1975 - 642 109 8875 + 999 109 8875 Megan Price 5 February 1961 - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 - 977 332 1108 + 999 332 1108 Dara Moss 24 June 1960 - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 - 075 439 3321 + 999 439 3321 Helena Rowe 2 April 1963 - 086 221 4409 + 999 221 4409 Shannon Boyd 22 November 1971 - 604 118 9756 + 999 118 9756 Nadia Singh 7 April 1957 - 702 195 4836 + 999 195 4836 Marta O'Neill 3 May 1971 - 520 665 8805 + 999 665 8805 Olivia Lee 19 August 1960 - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 - 642 787 0083 + 999 787 0083 Wendy Fox 21 June 1967 - 419 502 6683 + 999 502 6683 Zoe Grant 11 March 1965 - 957 613 2084 + 999 613 2084 Tessa King 25 August 1963 - 742 908 2233 + 999 908 2233 Leona Grant 15 October 1974 - 297 883 4455 + 999 883 4455 Bethany Cross 7 July 1975 - 864 009 2201 + 999 009 2201 Uma Jha 17 September 1962 - 329 487 9901 + 999 487 9901 Catherine Wood 16 January 1956 - 964 210 5587 + 999 210 5587 Danielle Nash 23 June 1970 - 319 454 7756 + 999 454 7756 Zara Moon 6 May 1973 - 853 619 4470 + 999 619 4470 Faye Turner 8 January 1957 - 419 554 7706 + 999 554 7706 Priya Desai 10 May 1973 - 531 678 2209 + 999 678 2209 Mia Ford 19 May 1972 - 188 905 6423 + 999 905 6423 Imogen Frost 31 December 1972 - 861 427 5930 + 999 427 5930 Sophie Hartley 2 August 1962 - 208 343 6647 + 999 343 6647 Abigail Stone 14 October 1959 - 531 676 9974 + 999 676 9974 Xena Holt 11 December 1960 @@ -217,97 +217,97 @@

    15 March 1960 - 214 603 1774 + 999 603 1774 Victoria Hale 13 October 1966 - 548 901 7732 + 999 901 7732 Naomi Bell 21 September 1974 - 753 898 1192 + 999 898 1192 Victoria Dean 4 April 1976 - 842 039 6617 + 999 039 6617 Jane Reed 18 November 1970 - 197 332 5508 + 999 332 5508 Rosa Kirk 13 July 1958 - 420 565 8865 + 999 565 8865 Yasmin Noor 28 August 1961 - 821 374 0952 + 999 374 0952 Daphne Hart 22 July 1958 - 308 244 1196 + 999 244 1196 Ariana Miles 28 November 1959 - 308 443 6607 + 999 443 6607 Quinn Park 26 March 1964 - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 - 631 776 9904 + 999 776 9904 Nora Blake 30 December 1966 - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 - 731 259 1148 + 999 259 1148 Laura White 29 May 1965 - 665 880 3320 + 999 880 3320 Marissa Young 9 March 1961 - 439 216 5087 + 999 216 5087 Paige Long 4 July 1969 - 943 582 7164 + 999 582 7164 Alice Marie Gregory 8 November 1964 - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 - 975 110 3310 + 999 110 3310 Tara Voss 9 February 1969 diff --git a/app/views/z-september-transactional-journey/group.html b/app/views/z-september-transactional-journey/group.html index f5dcb0b..fa24829 100644 --- a/app/views/z-september-transactional-journey/group.html +++ b/app/views/z-september-transactional-journey/group.html @@ -93,133 +93,133 @@

    Test clinic group

    Remove - 943 582 7164 + 999 582 7164 Alice Marie Gregory 8 November 1964 Remove - 821 374 0952 + 999 374 0952 Daphne Hart 22 July 1958 Remove - 702 195 4836 + 999 195 4836 Marta O'Neill 3 May 1971 Remove - 614 287 9305 + 999 287 9305 Susan Carter 19 September 1967 Remove - 505 463 1129 + 999 463 1129 Olivia Barnes 12 January 1975 Remove - 336 774 2201 + 999 774 2201 Rachel Price 27 April 1962 Remove - 223 546 8870 + 999 546 8870 Hannah Wallace 6 October 1959 Remove - 410 559 3322 + 999 559 3322 Fiona Lambert 14 December 1973 Remove - 196 804 7753 + 999 804 7753 Georgia Mills 30 June 1968 Remove - 378 290 4601 + 999 290 4601 Elaine Fox 11 February 1976 Remove - 957 613 2084 + 999 613 2084 Tessa King 25 August 1963 Remove - 642 109 8875 + 999 109 8875 Megan Price 5 February 1961 Remove - 531 678 2209 + 999 678 2209 Mia Ford 19 May 1972 Remove - 419 502 6683 + 999 502 6683 Zoe Grant 11 March 1965 Remove - 308 244 1196 + 999 244 1196 Ariana Miles 28 November 1959 Remove - 297 883 4455 + 999 883 4455 Bethany Cross 7 July 1975 Remove - 186 771 9002 + 999 771 9002 Callie Morris 14 September 1968 Remove - 075 439 3321 + 999 439 3321 Helena Rowe 2 April 1963 Remove - 964 210 5587 + 999 210 5587 Danielle Nash 23 June 1970 Remove - 853 619 4470 + 999 619 4470 Faye Turner 8 January 1957 Remove - 742 908 2233 + 999 908 2233 Leona Grant 15 October 1974 Remove - 631 776 9904 + 999 776 9904 Nora Blake