generated from DFE-Digital/govuk-dotnet-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #536 from DFE-Digital/site-renaming
Site renaming
- Loading branch information
Showing
15 changed files
with
39 additions
and
18,645 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
If you pasted the web address, check you copied the entire address. | ||
</p> | ||
<p class="govuk-body"> | ||
If the web address is correct or you selected a link or button, <a href="mailto:develop-child-family-social-work-career-[email protected]" class="govuk-link">contact the Develop your career in child and family social work team</a> if you need to speak to someone. | ||
If the web address is correct or you selected a link or button, <a href="mailto:support-for-social-workers-[email protected]" class="govuk-link">contact the Support for social workers team</a> if you need to speak to someone. | ||
</p> | ||
</div> | ||
</div> |
This file contains 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<h1 class="govuk-heading-xl">Sorry, there is a problem with the service</h1> | ||
<p class="govuk-body">Try again later.</p> | ||
<p class="govuk-body"> | ||
<a class="govuk-link" href="mailto:develop-child-family-social-work-career-[email protected]">Contact the Develop your career in child and family social work team</a> if you need to speak to someone. | ||
<a class="govuk-link" href="mailto:support-for-social-workers-[email protected]">Contact the Support for social workers team</a> if you need to speak to someone. | ||
</p> | ||
</div> | ||
</div> |
9,313 changes: 0 additions & 9,313 deletions
9,313
Childrens-Social-Care-CPD/Views/HTMLFiles/403.html
This file was deleted.
Oops, something went wrong.
9,314 changes: 0 additions & 9,314 deletions
9,314
Childrens-Social-Care-CPD/Views/HTMLFiles/502.html
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
|
@@ -148,7 +148,7 @@ | |
<span class="govuk-details__summary-text" data-ga4-expandable="">Request an accessible format</span> | ||
</summary> | ||
<div class="govuk-details__text"> | ||
If you use assistive technology (such as a screen reader) and need a version of this document in a more accessible format, please email <a href="mailto:develop-child-family-social-work-career-team@digital.education.gov.uk" target="_blank" class="govuk-link">develop-child-family-social-work-career-team@digital.education.gov.uk</a>. Please tell us what format you need. It will help us if you say what assistive technology you use. | ||
If you use assistive technology (such as a screen reader) and need a version of this document in a more accessible format, please email <a href="mailto:support-for-social-workers-[email protected]" target="_blank" class="govuk-link">support-for-social-workers-team@education.gov.uk</a>. Please tell us what format you need. It will help us if you say what assistive technology you use. | ||
</div> | ||
</details> | ||
</div> | ||
|
This file contains 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 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 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ test.describe('Accessibility', () => { | |
}) | ||
|
||
test('CPD email address is visible @external', async ({ page }) => { | ||
await expect(page.getByRole('link', { name: 'develop-child-family-social-work-career-team@digital.education.gov.uk' })).toBeVisible() | ||
await expect(page.getByRole('link', { name: 'support-for-social-workers-[email protected]' })).toBeVisible() | ||
}) | ||
|
||
test.describe('External links @external', () => { | ||
|
This file contains 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 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,21 @@ | ||
# Grafana Removal | ||
|
||
## Statis - Accepted | ||
|
||
## Context | ||
The team discussed the reporting for KPIs and service statistics that current use Grafana. This allowed a single dash board for all reporting from the system and site. | ||
|
||
The current system is using Grafana and has a daily failure that does not effect users of the system. However the failure will report and restart for 5 minutes at approximately 1:00am for 5 minutes. As the usage of the site has increased this failure can now happen outside the original time window. | ||
|
||
The BA on the project created a report of what data was required for the KPI reporting and concluded that only a single figure from the Grafana dashboard was used which could not be traced to an external data source. | ||
|
||
## Decision | ||
Due to the lack of use-case of the Grafana, the cost of running, and the inherent issues with its stability, Grafana has been schedule for removal from the system. | ||
|
||
|
||
|
||
## References | ||
|
||
SharePoint: Review of Reporting & Grafana Tool.doc | ||
|
||
https://educationgovuk.sharepoint.com/:w:/r/sites/Vulnerablechildrenandfamiliesportfolio/Shared%20Documents/Childrens%20social%20care/9.%20CSC%20Career%20Progression%20(Develop%20your%20career%20in%20Child%20%26%20family%20social%20work%20service)/08%20Beta/04%20Business%20Analysis/Documentation/Analytical%20Tools/Review%20of%20Reporting%20%26%20Grafana%20Tool.docx?d=w2206ff3b93d24261833c95721e131bbc&csf=1&web=1&e=epV9Ty |