-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary list #36
Comments
Recreated issue from nhsuk/nhsuk-frontend#384 |
We use a custom version of this exact component on 111.nhs.uk in production as of last week. As a “confirm your details” screen for booking a call. |
One of the things I've done with other teams is add a few adjustment classes. Things like making keys a full block if the question is really long, so the question sits on top of the answer. Similarly, if you have lots of complex, policy-driven questions... you can't always get the word count down or use a placeholder phrase. So I have adjusted the size of the key. |
I would like to see a version of this which helps users scan services selected. On eRS ive gone with a simple list, but having service details next to it would be helpful. I havent gone down the table route as I thought this was overkill for a simple check/review page. |
Similarly, I think a version which has inline / page editing would be useful. I'm struggling to find examples of inline editing anywhere, especially one thats accessible out of the box. |
We've published guidance about the summary list in the service manual - https://service-manual.nhs.uk/design-system/components/summary-list We've labelled it as experimental as we want more research to prove it works well in a health context. Moving this issue to published but please do keep contributing within this thread as and when you have evidence of using the summary list component. |
Hey @samanthasaw, I did a quick comparison of your App 'out the box' example and a prototype kit example and there looks to be a big difference in spacing between the key and value. Can you confirm if the summary list component in your example is within a full-width or two-thirds sized column? It looks like the spacing is well worth reviewing. I'm thinking we'd need consider how reducing the spacing would affect longer key terms such as "Offered a free flu jab" or "Asthma that is difficult to control". Does the App have any examples of a summary list using longer key terms than "Date of birth"? |
Hi @davidhunter08 |
@davidhunter08
The only other example I've got is checking the prescription items selected before ordering. This has not been built yet so this is a screenshot from the prototype. There's no custom classes on this. So 'Notes for your GP surgery' is longer than 'Date of birth' |
@davidhunter08 |
Thanks @samanthasaw, could you share a link to this page? |
@davidhunter08 I don't think I can send you a link as it's only on our preview environment. We would need to whitelist your IP address for you to access, let me check with the team and get back to you |
We've had a query regarding the spacing of the summary list from one of our testers. Is there a 'correct' column layout to use this component within, or is it flexible based upon the context in which it's being used? I can see that two-thirds columns have been mentioned here, but the example at https://service-manual.nhs.uk/design-example/summary-list?fullpage=undefined uses the full width. For context, we currently have it set to occupy the full width of the parent container: |
On the NHS App our testers found an issue with visually hidden text. |
Here is a clearer example of the visually hidden text from the summary list not being very useful when read out on an Android tablet with talkback enabled. video-1613563729.mp4 |
Hi @samanthasaw & @Spencerooni thanks for raising this, I've opened a issue on the NHS.UK frontend library; if you want to add any more information nhsuk/nhsuk-frontend#704 |
The profile manager will be doing some user research around the Govuk Summary Card component https://design-system.service.gov.uk/components/summary-list/#summary-cards This is a slightly different design to the usual summary list component and is designed for when you need to display multiple summaries on a page. There has been a lot of discussion in the govuk design system backlog around this prior to their merge, including feedback from their working group alphagov/govuk-design-system-backlog#210 |
Hi. I've been working on making the summary list more uniform. I ended up re-writing a lot of css using grid. I'm not sure how we plan to implement this so i've left it as a modifier with a prototyping prefix. This is a link to the scss. Some of this works by moving the border to the row and creating a layout through the use of css grid. This implementation addresses three main points:
You can see a live version of these modified summary lists working in our prototyping toolkit or in the screenshots below |
In our next round of UR within the Profile Manager are testing a variation of the summary list which govuk-frontend has. We are looking at their Summary Card variation. This can be used when you have numerous summary lists relating to different pieces of information to potentially make it easier to understand. Feedback will be provided after we do our testing. |
Are there any examples with multiple actions on summary list? Just wanted to know is there a way to customise the pipe (|) separator in multiple actions. |
@Fenwick17 Just a small comment on your design above. The gov.uk summary list uses a H2 to title their summary lists and encapsulates it's content visually. I wonder if the content under "Services in this clinic" needs a summary title of "services" if it's being titled by the heading. I've attached a couple of examples of what i mean. I think it's also possible that the content in "services in this clinic could be presented as a UL or OL in the same container. I dont have the full context of your work so please take this with a pinch of salt. It'll be interesting to hear your feedback after testing. It'd be great to have more ways to present definition list content consistently. Not that similar to this but we did some work that presented a user with multiple groups of definition lists There wasn't any follow up after our first round of testing but it was clear that this visual separation helped user to quickly identify different areas of information. |
Following on from the recent comments from @Fenwick17, the Profiles team tested the design with 5 pharmacy profile managers. We tested it within our set up journey as part of the Service opening times feature for the NHS Profile Manager, and then also asked users to compare the design side by side with the current/live implementation of the summary list. Feedback summary: Set up journey
Side by side comparison
Reasons participants preferred current version:
Reasons participants preferred new version:
|
Following a few conversations with other designers, we have decided to follow the behaviour that when a user changes their answer from a summary page, on pressing 'continue' they will be taken back to the summary page -- as opposed to progressing through the form again. This follows gov guidance: https://design-system.service.gov.uk/patterns/check-answers/ We will do this for future releases of NHS health assessment tools (https://www.nhs.uk/health-assessment-tools/) Example screenshot from the Heart age calculator (which has many inputs). |
What
Use this issue to discuss the summary list component in the NHS digital service manual
The Summary list component is an established GOV.UK component in use in various GOV services as well as live in the National data opt-out service service.
It is also in use in an alpha service for the "Check your personal details" part of the audit and transparency foundation service/s.
The summary list component is a key element of the GDS pattern to help users to "check answers".
Why
Many transactional services need to have users check data before submission, or check data against a question or criteria, and the summary list is an established component for doing this.
Having the summary list component and related macro would:
<dl>
lists<dl>
lists accessible and well structuredWhere has this been tested
Across gov. This component has been tested across numerous GOV services and internal case working systems.
In the NHS this has been tested in the national data opt-out service:
It has also been tested in the new frontend in the "Check your personal details" service:
Issues reported: None
Other links
For the audit and transparency set of services I have created a proof of concept fork of the GDS component:
The text was updated successfully, but these errors were encountered: