Skip to content

Commit c6f8ba7

Browse files
authored
Merge pull request #144 from NHSDigital/nbs
MVP confirmation page NBS
2 parents bacc18d + f32b237 commit c6f8ba7

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed
125 KB
Loading
94.5 KB
Loading
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: "Allowing users to check their booking details"
3+
date: 2025-06-17
4+
---
5+
6+
We’ve found during research that some users find the end of the booking journey a little sudden.
7+
8+
They are surprised by seeing the confirmation page, and worry they could've made a mistake when selecting their appointment.
9+
10+
### What we did
11+
12+
We hypothesised that adding a ‘check your answers’ page to the journey would reduce worry about mistakes.
13+
14+
We thought that giving users the opportunity to check their appointment selection before confirming would help avoid any surprise or anxiety at the end of the journey.
15+
16+
**Initial design**
17+
18+
![screenshot showing the initial check your answers page, with all information the user had entered, and change links](cya-initial.png)
19+
20+
This design tested well with users, and they appreciated being able to check their booking before confirming.
21+
22+
After discussion with our team it became clear that they wouldn’t be able to implement a full working version of this page this year, due to other items on our roadmap being a higher priority.
23+
24+
Our product manager asked us to consider an MVP (Minimum Viable Product) version of this page, to still meet the underlying need, without having to delay adding the screen.
25+
26+
**The MVP check your answers page**
27+
28+
After discussion with the team around the technical requirements for allowing users to go back and change their appointment, we designed a new version of the page.
29+
30+
We tested this screen as part of the proxy booking journey (allowing users to book for another person)
31+
32+
![screenshot showing the MVP check your answers page, with the appointment information, and no change links](mvp-cya.png)
33+
34+
We also changed the order, so that this page would appear immediately after the user selects their appointment slot.
35+
36+
When the user selects their appointment slot, NBS locks the slot for 5 minutes. Placing this page at the end of the journey would introduce a risk that the user would not be able to select a new slot before the 5 minutes expired, which meant that they could lose their slot if they couldn’t find a suitable alternative.
37+
38+
39+
40+
### Findings
41+
42+
All participants appreciated the screen, saying it helped them clearly review their booking before confirming.
43+
44+
Five out of six participants expected the ‘Change my appointment’ button to take them directly to the date and time selection as that was what they were most likely to change
45+
46+
One participant suggested the system could prompt users to specify what they want to change - such as the location, date, or time to make the process more intuitive.
47+
48+
One participant said they wouldn’t be sure which vaccine had been booked (COVID-19 or flu) and said it would be helpful if this were included in the summary.
49+
50+
51+
52+
### Future considerations
53+
54+
We’ve iterated the design by directing the ‘change my appointment’ button to the date selection page, and adding the vaccine type as suggested during research.
55+
56+
We intend to iterate this page further by:
57+
58+
- introducing change links on each question
59+
- allowing users to change more than just their appointment
60+
- moving the screen back to the end of the journey
61+

0 commit comments

Comments
 (0)