Skip to content

Commit fa34491

Browse files
committed
changes to layout
1 parent c1c7950 commit fa34491

7 files changed

Lines changed: 23 additions & 15 deletions

File tree

2.47 MB
Loading
1.7 MB
Loading

app/views/design-histories/v2.html

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="nhsuk-grid-row">
3131
<div class="nhsuk-grid-column-two-thirds">
3232

33-
<h1>Onboarding flow and homepage iterations</h1>
33+
<h1>Onboarding flow and evaluation upload</h1>
3434

3535
<p class="nhsuk-body-l">We explored how we could accommodate submitting evaluations to the platform, in user friendly formats</p>
3636

@@ -41,10 +41,13 @@ <h1>Onboarding flow and homepage iterations</h1>
4141
<h2>The problem</h2>
4242

4343

44-
<p>We initially explored a simple flow which would enable procurement professionals to submit their own evaluations. This would potentially save time
44+
<p>We initially explored a simple flow with a basic upload function which would enable procurement professionals to submit their own evaluations. This would potentially save time
4545
for trusts looking to share their experiences with products, and help populate the platform with more peer-to-peer intelligence.</p>
4646
</p>
4747

48+
</div>
49+
</div>
50+
4851

4952

5053
<div class="nhsuk-grid-row">
@@ -63,11 +66,12 @@ <h3 class="nhsuk-heading-s">Document upload</h3>
6366

6467
<p><strong>Potential needs met:</strong> Trusts with existing evaluation processes who want to share findings and access others' work without restructuring their current approach</p>
6568

66-
<img class="nhsuk-u-margin-bottom-5" src="https://placehold.co/600x400" alt="">
67-
</div>
68-
69-
70-
</div>
69+
70+
<figure class="nhsuk-image">
71+
<img src="/images/dh-3-doc-upload.png" alt="image of the first iteration of the document upload flow">
72+
<figcaption class="nhsuk-image__caption">Single product document upload page</figcaption>
73+
</figure>
74+
7175

7276
<h3>Key design decisions</h3>
7377

@@ -87,15 +91,18 @@ <h4>Discussion topics help peer matching</h4>
8791
<p>If users consent to contact, we ask what topics they're comfortable discussing (implementation, clinical outcomes, supplier experience). This helps other trusts identify the right person to contact for their specific questions.</p>
8892

8993
<h4>Multi-product evaluations supported</h4>
90-
<p>Recognising that trusts often evaluate multiple products in comparative assessments, we designed Route A to handle one document linked to multiple product evaluations—avoiding the need to upload the same PDF repeatedly.</p>
91-
94+
<p>Recognising that trusts often evaluate multiple products in comparative assessments,from user research findings, we designed another iteration which allows handling of one document linked to multiple product evaluations—avoiding the need to upload the same PDF repeatedly.</p>
9295

96+
<figure class="nhsuk-image">
97+
<img src="/images/dh-3-doc-upload-multiple.png" alt="image of the second iteration of the document upload flow, which supports multiple products per document"> <figcaption class="nhsuk-image__caption">Multi-product document upload page</figcaption> </figure> <h2>How it looks now</h2> <p>We iterated on the design to better meet user needs and feedback, while still aligning with our core principles of simplicity and ease of use.</p>
98+
<figcaption class="nhsuk-image__caption"> Another iteration of the document upload page for multiple product support</figcaption>
99+
</figure>
93100

94101

95102

96-
<h2>How it tested</h2>
103+
<h2 class="nhsuk-heading-l">How it tested</h2>
97104

98-
<h3>Selected user research insights</h3>
105+
99106

100107
<ul class="nhsuk-list nhsuk-list--bullet">
101108
<li>Users recognised the need to share multiple products and the importance of providing context around their evaluations (for example, department and scale information).</li>

app/views/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ <h2 class="nhsuk-heading-m">Procurement team journey - current</h2>
5252
<li><a href="current/quick-share-upload-multiple">Share multiple evaluations</a></li>
5353
<li><a href="current/search">Search for a product or supplier</a></li>
5454
<li><a href="current/categories">Product categories a-z</a></li>
55-
<li><a href="current/search-results-category">Single category</a></li>
55+
<li><a href="current/search-results">Search results keyword</a></li>
56+
<li><a href="current/category-wound-care">Search results category</a></li>
5657
<li><a href="current/product-page">Product page 1</a></li>
5758
<li><a href="current/product-detail">Product page 2</a></li>
5859
<!---

app/views/layout-hero-current.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ header({
1919
logo: {
2020
href: "/",
21-
ariaLabel: "Compass"
21+
ariaLabel: "Search medical product evaluations"
2222
},
2323
service: {
2424
text: "",

app/views/layout-search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ header({
1919
logo: {
2020
href: "/",
21-
ariaLabel: "Compass"
21+
ariaLabel: "Search medical product evaluations"
2222
},
2323
service: {
2424
text: "",

app/views/v2/check-submit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% block beforeContent %}
1414
{% endblock %}
1515

16-
{% block content %}
16+
{% block content %}1
1717

1818

1919

0 commit comments

Comments
 (0)