Interruption card #421
Replies: 8 comments
-
We have also added an interruption card to the new public booking journey - code here: https://github.com/ministryofjustice/hmpps-book-a-prison-visit-ui/pull/156/files Example screenshot: |
Beta Was this translation helpful? Give feedback.
-
We've been playing with an interruption flow on CCQ. Though quite different use case and have done research on this. Our initial design used an interruption screen. Our new iteration will use a banner that appears on the question page. Below explains why chose to move away from a dedicated screen, though I don't think it would really apply to the use case in DPS. Thanks to Laurence Alexander for writing this up! In March we implemented an interruption page. The 2 options on it were [skip remaining questions] or [resume check] We added this to:
If you want to try it, go to CCQ (no analytics link) and just make sure you input a high monthly income, higher than 3k, to trigger the screen. Clicking skip questions takes user to check answers, then detailed result. Why iterate
Planned update
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Release: Interruption card componentMoJ Design System team has released an interruption card component. This component interrupts a user in their journey with something important. It helps users to understand possible errors and avoid mistakes. New documentationThe documentation explains: -the 5 use cases for this component (including examples) View the Interruption card on the MoJ Design System documentation website |
Beta Was this translation helpful? Give feedback.
-
Some ideas for version 2
|
Beta Was this translation helpful? Give feedback.
-
I'm looking at using the interruption card. If I copy and paste the code from your example, I am getting the body text in black rather than white. It seems like the font colour is being overridden by the typography helper in the govuk frontend. Also, it might be nice to have some bullet points included in the code example as they're show in some of the design examples. It's not immediately obvious which class to add for bullets, and just adding |
Beta Was this translation helpful? Give feedback.
-
I've also hit the bug reported above whereby the text comes out black and too small. It looks to be caused because we have It's the default in the HMPPS TypeScript template project so I suspect most projects will have this set too. As a workaround, I've added the code below to the
|
Beta Was this translation helpful? Give feedback.
-
@agoldstone93 @tpmcgowan we've just deployed v3.3.1 which contains a fix for the interruption card text colour issue. |
Beta Was this translation helpful? Give feedback.
-
What we have done
We have introduced an 'interruption' page to the DPS user journey to interrupt a users journey and point them to some new information so they record the outcome of an incentive review.
A link to the design can be seen below -
https://hmpps-incentives-tool.apps.live.cloud-platform.service.justice.gov.uk/INC-863/interruption
Why
There is a problem where incentive levels are not being recorded in DPS case notes, as there is no link between the case note or the record an incentive level page. So we are using this component/page to point users to the correct place.
This feels like a quick fix to a bigger problem associated with Case notes / Types / Sub types.
We have designed this using an existing GOV UK backlog component
alphagov/govuk-design-system-backlog: Issue #27
Anything else
This interruption card has been put in front of users during our most recent round of user research.
Beta Was this translation helpful? Give feedback.
All reactions