Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/assets/images/dh-3-doc-upload-multiple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/dh-3-doc-upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 18 additions & 11 deletions app/views/design-histories/v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">

<h1>Onboarding flow and homepage iterations</h1>
<h1>Onboarding flow and evaluation upload</h1>

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

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


<p>We initially explored a simple flow which would enable procurement professionals to submit their own evaluations. This would potentially save time
<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
for trusts looking to share their experiences with products, and help populate the platform with more peer-to-peer intelligence.</p>
</p>

</div>
</div>



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

<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>

<img class="nhsuk-u-margin-bottom-5" src="https://placehold.co/600x400" alt="">
</div>


</div>

<figure class="nhsuk-image">
<img src="/images/dh-3-doc-upload.png" alt="image of the first iteration of the document upload flow">
<figcaption class="nhsuk-image__caption">Single product document upload page</figcaption>
</figure>


<h3>Key design decisions</h3>

Expand All @@ -87,15 +91,18 @@ <h4>Discussion topics help peer matching</h4>
<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>

<h4>Multi-product evaluations supported</h4>
<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>

<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>

<figure class="nhsuk-image">
<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>
<figcaption class="nhsuk-image__caption"> Another iteration of the document upload page for multiple product support</figcaption>
</figure>



<h2>How it tested</h2>
<h2 class="nhsuk-heading-l">How it tested</h2>

<h3>Selected user research insights</h3>


<ul class="nhsuk-list nhsuk-list--bullet">
<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>
Expand Down
3 changes: 2 additions & 1 deletion app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ <h2 class="nhsuk-heading-m">Procurement team journey - current</h2>
<li><a href="current/quick-share-upload-multiple">Share multiple evaluations</a></li>
<li><a href="current/search">Search for a product or supplier</a></li>
<li><a href="current/categories">Product categories a-z</a></li>
<li><a href="current/search-results-category">Single category</a></li>
<li><a href="current/search-results">Search results keyword</a></li>
<li><a href="current/category-wound-care">Search results category</a></li>
<li><a href="current/product-page">Product page 1</a></li>
<li><a href="current/product-detail">Product page 2</a></li>
<!---
Expand Down
2 changes: 1 addition & 1 deletion app/views/layout-hero-current.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ header({
logo: {
href: "/",
ariaLabel: "Compass"
ariaLabel: "Search medical product evaluations"
},
service: {
text: "",
Expand Down
2 changes: 1 addition & 1 deletion app/views/layout-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ header({
logo: {
href: "/",
ariaLabel: "Compass"
ariaLabel: "Search medical product evaluations"
},
service: {
text: "",
Expand Down
2 changes: 1 addition & 1 deletion app/views/v2/check-submit.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% block beforeContent %}
{% endblock %}

{% block content %}
{% block content %}1



Expand Down