generated from NHSDigital/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
PPHA-678: Footer - Cookies #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f5f448f
Added new cookies page, updated urls and footer link
stephhou 09f2274
test:Added ui test for Cookies page
stephhou 69ce6f3
test: made static page tests more generic
stephhou 735c0e4
test: updated scenario name
stephhou 1d196be
feat:Removed section, added inset text
stephhou 38fd02d
Merge branch 'main' into PPHA-678-footer-cookies
stephhou ca01ec1
fix: updates to tests and content
stephhou fdb5a5c
fix:indetntation
stephhou e160a5d
Merge branch 'PPHA-678-footer-cookies' of https://github.com/NHSDigit…
stephhou b8072cf
Update features/static.feature
stephhou bd0b276
Merge branch 'main' into PPHA-678-footer-cookies
stephhou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| @StaticContent | ||
| Feature: Static Pages | ||
| Scenario: The static pages are available without logging in | ||
| When I go to "/cookies" | ||
| Then I see a page title "NHS check if you need a lung scan cookies policy" | ||
| When I go to "/privacy-policy" | ||
| Then I see a page title "NHS check if you need a lung scan privacy policy" | ||
|
|
||
| Scenario: The static pages are available when logged in and accessible | ||
| Given I am logged in | ||
| When I go to "/cookies" | ||
| Then there are no accessibility violations | ||
| And I see a page title "NHS check if you need a lung scan cookies policy" | ||
| When I go to "/privacy-policy" | ||
| Then there are no accessibility violations | ||
| And I see a page title "NHS check if you need a lung scan privacy policy" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,111 @@ | ||
| {% extends 'layout.jinja' %} | ||
|
|
||
| {% block content %} | ||
| <div class="nhsuk-grid-row"> | ||
| <div class="nhsuk-grid-column-two-thirds"> | ||
| <h1 class="nhsuk-heading-l">NHS check if you need a lung scan cookies policy</h1> | ||
| <section> | ||
| <p>Version 1.0, 09 March 2026</p> | ||
| </section> | ||
| <div class="nhsuk-inset-text"> | ||
| <span class="nhsuk-u-visually-hidden">Information: </span> | ||
| <p>First release of the service for pilot GP surgeries.</p> | ||
| </div> | ||
| <section> | ||
|
|
||
| <p>This cookies policy relates to the service provided by NHS England.</p> | ||
|
|
||
| <p>NHS England ("we" or "us") uses cookies to deliver the NHS check if you need a lung scan.</p> | ||
|
|
||
| <p>The information set out in this policy is provided in addition to the <a | ||
| href="{{ url('questions:privacy_policy') }}" target="_blank" rel="noopener">NHS check if you need a lung scan | ||
| privacy | ||
| policy</a> and should be read alongside it. </p> | ||
|
|
||
| <p>We put small files called cookies on your device (for example, your phone).</p> | ||
|
|
||
| <p>Cookies are widely used to make websites and apps work, or work more efficiently, as well as to provide | ||
| services and functionalities for users.</p> | ||
|
|
||
| <p>We only put cookies on your device that are required for the NHS check if you need a lung scan to work | ||
| ("strictly necessary cookies").</p> | ||
|
|
||
| <p>We ask you to accept our cookies policy when you accept the NHS check if you need a lung scan terms of use and | ||
| privacy policy. In doing so, you agree to let us put the strictly necessary cookies on your device.</p> | ||
|
|
||
| <p>The strictly necessary cookies we need to put on your device for the NHS check if you need a lung scan to work | ||
| are listed here.</p> | ||
| </section> | ||
|
|
||
| <section> | ||
| <div class="nhsuk-table-container"> | ||
| <table role="table" class="nhsuk-table"> | ||
| <caption class="nhsuk-table__caption">Essential cookies</caption> | ||
| <thead role="rowgroup" class="nhsuk-table__head"> | ||
| <tr role="row"> | ||
| <th role="columnheader" class="" scope="col">Name</th> | ||
| <th role="columnheader" class="" scope="col">Purpose</th> | ||
| <th role="columnheader" class="" scope="col">Expires</th> | ||
| </tr> | ||
| </thead> | ||
| <tbody class="nhsuk-table__body"> | ||
| <tr role="row" class="nhsuk-table__row"> | ||
| <td class="nhsuk-table__cell"> | ||
| <p>auth</p> | ||
| </td> | ||
| <td class="nhsuk-table__cell"> | ||
| <p>This cookie is set when you log in to the NHS check if you need a lung scan service. | ||
| It makes temporary use of your personal information previously collected by us. | ||
| It's used to ensure you're securely logged in and your information is secure and is deleted when your | ||
| session ends. </p> | ||
| </td> | ||
| <td class="nhsuk-table__cell"> | ||
| <p>The end of the session. When you close the app or browser window, sign out or your session expires. | ||
| </p> | ||
| </td> | ||
| </tr> | ||
stephhou marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </tbody> | ||
| </table> | ||
| </div> | ||
| </section> | ||
| <section> | ||
| <h2 class="nhsuk-heading-m">Cookies set by Qualtrics </h2> | ||
| <p>The NHS check if you need a lung scan uses Qualtrics cookies for the purpose of capturing responses to feedback | ||
| surveys.</p> | ||
|
|
||
| <p>Details on how Qualtrics uses cookies can be found in the <a href="https://www.qualtrics.com/cookie-statement/" | ||
| target="_blank" rel="noopener">Qualtrics cookies policy</a>, which can be accessed from | ||
| within the feedback survey.</p> | ||
|
|
||
| </section> | ||
| <section> | ||
| <h2 class="nhsuk-heading-m">Your cookie choices</h2> | ||
| <p>The majority of devices and browsers will allow you to alter the settings used for cookies and disable and | ||
| enable them as you require.</p> | ||
|
|
||
| <p>You can select your cookie preferences so that you do not get any cookies (except strictly necessary cookies) | ||
| if you prefer not to receive them.</p> | ||
|
|
||
| <p>You can also delete the cookies already on your device, and you can set your browser or device to prevent them | ||
| being placed.</p> | ||
|
|
||
| <p>Please be aware that if you set your preferences to not allow cookies, it could limit the functionality of the | ||
| NHS check if you need a lung scan as it needs the strictly necessary cookies to function.</p> | ||
| </section> | ||
| <section> | ||
| <h2 class="nhsuk-heading-m">Changes to this cookies policy</h2> | ||
| <p>The NHS check if you need a lung scan <a href="/terms-of-use" target="_blank" rel="noopener">terms of | ||
| use</a>, | ||
| <a href="{{ url('questions:privacy_policy') }}" target="_blank" rel="noopener">privacy policy</a> and cookies | ||
| policy may change. If | ||
| you use the NHS check if you need a lung scan service again in the future you will be subject to the policies | ||
| which exist at that time. | ||
stephhou marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </p> | ||
| </section> | ||
| <section> | ||
| <h2 class="nhsuk-heading-m">Version history</h2> | ||
| <p>Version 1, 09 March 2026 - first release of the service for pilot GP surgeries.</p> | ||
| </section> | ||
| </div> | ||
| </div> | ||
| {% endblock %} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.