-
Notifications
You must be signed in to change notification settings - Fork 8
Rename to Digital prevention services design history #42
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
12 commits
Select commit
Hold shift + click to select a range
248521c
Demo of how other prevention services could be added
frankieroberto b93ddc6
Change heading size
frankieroberto f7dbb8b
Update name
frankieroberto 86343a3
updates personalised prevention services
ralph-hawkins 0d3bce8
Rename to digital-nhs-health-cheeck
frankieroberto dfcf268
Remove test posts
frankieroberto 148a72c
Only show Screening services on the homepage for now
frankieroberto 7743a46
Update name
frankieroberto b605dc1
Update README
frankieroberto 034b98f
Add a better guide on adding new services
frankieroberto 00a9be0
improve formatting
frankieroberto 8bd79ff
Add comments about the service collections
frankieroberto 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
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 |
|---|---|---|
| @@ -1,10 +1,8 @@ | ||
| --- | ||
| homepage: true | ||
| layout: product | ||
| title: Screening design history | ||
| description: Digital transformation of screening at NHS | ||
| sections: | ||
| title: Services | ||
| title: Digital prevention services design history | ||
| description: A record of design and research for NHS digital prevention services | ||
| --- | ||
|
|
||
|
|
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,10 @@ | ||
| --- | ||
| layout: collection | ||
| title: Digital NHS health check | ||
| description: A online check‑up of overall health for people aged 40 to 74. | ||
| pagination: | ||
| data: collections.digital-nhs-health-check | ||
| reverse: true | ||
| size: 50 | ||
| permalink: "digital-nhs-health-check/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/" | ||
| --- |
5 changes: 5 additions & 0 deletions
5
app/posts/digital-nhs-health-check/digital-nhs-health-check.js
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,5 @@ | ||
| { | ||
| "eleventyNavigation": { | ||
| "parent": "Digital NHS health check" | ||
| } | ||
| } |
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,10 @@ | ||
| --- | ||
| layout: collection | ||
| title: Manage your appointments | ||
| description: A service for managing vaccination appointments slots | ||
| pagination: | ||
| data: collections.manage-your-appointments | ||
| reverse: true | ||
| size: 50 | ||
| permalink: "manage-your-appointments/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/" | ||
| --- | ||
5 changes: 5 additions & 0 deletions
5
app/posts/manage-your-appointments/manage-your-appointments.js
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,5 @@ | ||
| { | ||
| "eleventyNavigation": { | ||
| "parent": "Manage your appointments" | ||
| } | ||
| } |
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,10 @@ | ||
| --- | ||
| layout: collection | ||
| title: Personalised prevention platform | ||
| description: Helping people at risk of, or living with, health conditions to find appropriate services. | ||
| pagination: | ||
| data: collections.personalised-prevention-platform | ||
| reverse: true | ||
| size: 50 | ||
| permalink: "personalised-prevention-platform/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/" | ||
| --- |
5 changes: 5 additions & 0 deletions
5
app/posts/personalised-prevention-platform/personalised-prevention-platform.js
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,5 @@ | ||
| { | ||
| "eleventyNavigation": { | ||
| "parent": "Personalised prevention platform" | ||
| } | ||
| } |
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,11 @@ | ||
| --- | ||
| layout: collection | ||
| title: Record a vaccination | ||
| description: A service for recording vaccinations | ||
| area: Vaccinations | ||
| pagination: | ||
| data: collections.record-a-vaccination | ||
| reverse: true | ||
| size: 50 | ||
| permalink: "record-a-vaccination/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/" | ||
| --- |
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,5 @@ | ||
| { | ||
| "eleventyNavigation": { | ||
| "parent": "Record a vaccination" | ||
| } | ||
| } |
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,10 @@ | ||
| --- | ||
| layout: collection | ||
| title: Smoking cessation | ||
| description: Helping people stop using niccotine. | ||
| pagination: | ||
| data: collections.smoking-cessation | ||
| reverse: true | ||
| size: 50 | ||
| permalink: "smoking-cessation/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/" | ||
| --- |
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,5 @@ | ||
| { | ||
| "eleventyNavigation": { | ||
| "parent": "Smoking cessation" | ||
| } | ||
| } |
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,10 @@ | ||
| --- | ||
| layout: collection | ||
| title: Talking therapies | ||
| description: Increasing access to available talking therapy services for underserved communities | ||
| pagination: | ||
| data: collections.talking-therapies | ||
| reverse: true | ||
| size: 50 | ||
| permalink: "talking-therapies/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/" | ||
| --- |
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,5 @@ | ||
| { | ||
| "eleventyNavigation": { | ||
| "parent": "Talking therapies" | ||
| } | ||
| } |
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.