Skip to content

Commit

Permalink
Updating layout and subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjmccarthy committed Dec 23, 2024
1 parent e9ed120 commit 60fb1c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/layouts/service-patterns.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content %}
<div class="app-layout__content">
<h1 class="govuk-heading-xl">
{% if subsection %}<span class="govuk-caption-xl">{{ subsection }}</span>{% endif %}
{% if not isIndex %}<span class="govuk-caption-xl">Service patterns</span>{% endif %}
{{ title }}
</h1>
{{ content | safe }}
Expand Down
13 changes: 0 additions & 13 deletions docs/_includes/layouts/tabbed-content.njk

This file was deleted.

8 changes: 4 additions & 4 deletions docs/service-patterns/apply.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: layouts/tabbed-content.njk
layout: layouts/service-patterns.njk
title: ‘Apply’ service pattern prototype
---
{% tabs "Contents" %}
Expand Down Expand Up @@ -111,7 +111,7 @@ The cross-government work to identify an ‘apply’ service pattern followed a

These are some scenarios you may have to design for as part of your service.

Happy paths:
#### Happy paths:

- Individual applying for themselves
- Individual applying on behalf of someone else
Expand All @@ -120,7 +120,7 @@ Happy paths:
- Staff user applying for something on behalf of an individual, business or organisation
- Multiple user types contributing to the same application

Variations:
#### Variations:

- Additional application information is needed before it can be processed
- Evidence in support of application needs to be resent because it's deemed unsuitable
Expand All @@ -132,7 +132,7 @@ Variations:
- On checking their answers, user changes something which significantly affects subsequent answers
- User requires point of contact for support

Unhappy Paths:
#### Unhappy Paths:

- User does not understand what they need to complete application
- User does not meet the eligibility threshold or criteria
Expand Down

0 comments on commit 60fb1c4

Please sign in to comment.