Skip to content

Commit ec77570

Browse files
authored
Merge branch 'master' into dave-branch5
2 parents 413af3e + 10db4a2 commit ec77570

3 files changed

Lines changed: 49 additions & 23 deletions

File tree

app/views/current/dashboard.html

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class='nhsuk-heading-l'>Welcome back</h1>
3030
<p class="nhsuk-body nhsuk-body-l"> How will you shape procurement in your trust today? </p>
3131

3232

33-
3433
</div>
3534
</div>
3635

@@ -45,13 +44,8 @@ <h1 class='nhsuk-heading-l'>Welcome back</h1>
4544

4645
<div class="nhsuk-card nhsuk-card--clickable">
4746
<div class="nhsuk-card__content">
48-
<h3 class="nhsuk-card__heading">
49-
Search
50-
</h3>
51-
<p>Search and compare medical products</p>
52-
53-
<p><a href="search">Search now</a></p>
54-
47+
<h3 class="nhsuk-card__heading"><a href="search">Search and compare medical technologies</a></h3>
48+
<p>Look up a specific product or browse categories to find evidence and peer contact information.</p>
5549
</div>
5650
</div>
5751

@@ -65,13 +59,8 @@ <h3 class="nhsuk-card__heading">
6559

6660
<div class="nhsuk-card nhsuk-card--clickable">
6761
<div class="nhsuk-card__content">
68-
<h3 class="nhsuk-card__heading">
69-
Collaborate
70-
</h3>
71-
<p>Share evaluations with other NHS trusts</p>
72-
73-
<p><a href="quick-share-upload-multiple">Share now</a></p>
74-
62+
<h3 class="nhsuk-card__heading"><a href="search">Share your experience with medical technologies</a></h3>
63+
<p>Upload your own product trials, case studies, evaluation criteria or business cases.</p>
7564
</div>
7665
</div>
7766

app/views/current/homepage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
<a class="nhsuk-button nhsuk-button--reverse" data-module="nhsuk-button" href="sign-in-nhs" draggable="false" role="button" data-nhsuk-button-init="">
15-
Login
15+
Log in
1616
</a>
1717

1818

@@ -39,8 +39,8 @@ <h2 class="nhsuk-heading-l">What this service offers</h2>
3939
<div class="nhsuk-card nhsuk-card--clickable">
4040
<div class="nhsuk-card__content">
4141
<h3 class="nhsuk-card__heading nhsuk-heading-s">Centralised evidence</h3>
42-
<p>Access data from the most authoritative healthcare sources in one place. This includes NICE HealthTech guidance, ODEP Accreditation,
43-
and MHRA Registration data.</p>
42+
<p>Access data from multiple trusted sources in one place. This includes NICE HealthTech guidance, ODEP Accreditation,
43+
NHS documents and MHRA Registration data.</p>
4444
</div>
4545

4646

app/views/current/search.html

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,43 @@
1313
{% block content %}
1414

1515
<!-- ============================================ -->
16-
<!-- MODE 1: KNOWN-ITEM SEEKING -->
16+
<!-- MODE 1: RE-FINDING -->
17+
<!-- ============================================ -->
18+
19+
20+
<!-- When signed in, show recent activity cards -->
21+
<h2 class="nhsuk-heading-l">Your activity</h2>
22+
<div class="nhsuk-grid-row nhsuk-card-group">
23+
<div class="nhsuk-grid-column-one-half nhsuk-card-group__item">
24+
<div class="nhsuk-card">
25+
<div class="nhsuk-card__content">
26+
<h3 class="nhsuk-card__heading nhsuk-heading-s">Your recently viewed items</h3>
27+
<ul class="nhsuk-list nhsuk-list--bullet">
28+
<li><a href="#">Stryker Mako SmartRobotics</a> — viewed yesterday</li>
29+
<li><a href="#">Smith+Nephew PICO 7</a> — viewed 3 days ago</li>
30+
<li><a href="#">Medtronic MiniMed 780G</a> — viewed last week</li>
31+
</ul>
32+
</div>
33+
</div>
34+
</div>
35+
<div class="nhsuk-grid-column-one-half nhsuk-card-group__item">
36+
<div class="nhsuk-card">
37+
<div class="nhsuk-card__content">
38+
<h3 class="nhsuk-card__heading nhsuk-heading-s">Your saved items</h3>
39+
<ul class="nhsuk-list nhsuk-list--bullet">
40+
<li><a href="#">SmartPump 300 Infusion System</a></li>
41+
<li><a href="#">Collagen Pro Matrix</a></li>
42+
</ul>
43+
<p class="nhsuk-body-s nhsuk-u-margin-top-3"><a href="#">View all saved items</a></p>
44+
</div>
45+
</div>
46+
</div>
47+
</div>
48+
49+
<hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">
50+
51+
<!-- ============================================ -->
52+
<!-- MODE 2: KNOWN-ITEM SEEKING -->
1753
<!-- Users who know exactly what they're after -->
1854
<!-- ============================================ -->
1955
<div class="nhsuk-grid-row">
@@ -90,8 +126,9 @@ <h3 class="nhsuk-card__heading nhsuk-heading-s">Saved searches</h3>
90126

91127
<hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">
92128

129+
93130
<!-- ============================================ -->
94-
<!-- MODE 2: EXPLORATORY SEEKING -->
131+
<!-- MODE 3: EXPLORATORY SEEKING -->
95132
<!-- Users researching options, may not know -->
96133
<!-- exactly what they need -->
97134
<!-- ============================================ -->
@@ -258,7 +295,7 @@ <h3 class="nhsuk-card__heading nhsuk-heading-s">
258295
<hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">
259296

260297
<!-- ============================================ -->
261-
<!-- MODE 3: DON'T KNOW WHAT YOU NEED TO KNOW -->
298+
<!-- MODE 4: DON'T KNOW WHAT YOU NEED TO KNOW -->
262299
<!-- Users who may not know the right questions -->
263300
<!-- or what evidence matters -->
264301
<!-- ============================================ -->
@@ -274,7 +311,7 @@ <h3 class="nhsuk-card__heading nhsuk-heading-m">
274311
<a class="nhsuk-card__link" href="#">Value-based procurement explained</a>
275312
</h3>
276313
<p class="nhsuk-card__description">
277-
How to move beyond lowest-price decisions and evaluate products on outcomes, safety, integration and sustainability
314+
Move beyond lowest-price decisions and evaluate products on outcomes, safety, integration and sustainability.
278315
</p>
279316
</div>
280317
</div>
@@ -296,7 +333,7 @@ <h3 class="nhsuk-card__heading nhsuk-heading-m">
296333
<a class="nhsuk-card__link" href="#">Questions to ask other trusts</a>
297334
</h3>
298335
<p class="nhsuk-card__description">
299-
A checklist of questions that procurement leads and clinical engineers find most useful when speaking with peers about their experience
336+
Find out what questions procurement leads and clinical engineers use when speaking with peers about their experience.
300337
</p>
301338
</div>
302339
</div>

0 commit comments

Comments
 (0)