Skip to content

Commit

Permalink
Feature/58711 external privacy notice (#2494)
Browse files Browse the repository at this point in the history
* SPA Privacy notice link removal

* built by sta and new external privacy notice

* remove privacy route and associated assets
  • Loading branch information
GuyHarwood authored Apr 13, 2023
1 parent 88924ef commit a919c7b
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 282 deletions.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch:integration": "yarn jest --watch --coverage=no --config ./tests-integration/jest.integration.config.js"
},
"mtc": {
"assets-version": "e214052e162d4bb534f3f53033a72164"
"assets-version": "5aac26a8929ffe763043da4a8a2bcbd8"
},
"engines": {
"node": ">= 16"
Expand Down
4 changes: 2 additions & 2 deletions admin/views/partials/_gds_body_footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
</a>
</li>
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="/privacy">
<a class="govuk-footer__link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/government/publications/multiplication-tables-check-privacy-notice">
Privacy notice
</a>
</li>
</ul>
<div class="govuk-footer__meta-custom">
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service" class="govuk-footer__link">Government Digital Service</a>
Built by the <a href="https://www.gov.uk/government/organisations/standards-and-testing-agency" class="govuk-footer__link">Standards and Testing Agency</a>
</div>

<svg role="presentation" focusable="false" class="govuk-footer__licence-logo" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 483.2 195.7" height="17" width="41">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ <h3 class="heading-medium">Related</h3>
<nav role="navigation">
<ul class="list">
<li>
<a href="/privacy">Privacy notice</a>
</li>
</ul>
</nav>
Expand Down
3 changes: 0 additions & 3 deletions pupil-spa/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import { LoginErrorDiagnosticsService } from './services/login-error-diagnostics
import { LoginErrorService } from './services/login-error/login-error.service';
import { LoginSuccessComponent } from './login-success/login-success.component';
import { LogoutComponent } from './logout/logout.component';
import { PrivacyComponent } from './privacy/privacy.component';
import { QuestionComponent } from './question/question.component';
import { QuestionService } from './services/question/question.service';
import { RegisterInputService} from './services/register-input/registerInput.service';
Expand Down Expand Up @@ -104,7 +103,6 @@ const appRoutes: Routes = [
{path: 'font-choice', component: AAFontsComponent },
{path: 'local-storage-error', component: ErrorLocalStorageComponent}, // no need for login here
{path: 'out-of-time', component: OutOfTimeComponent },
{path: 'privacy', component: PrivacyComponent },
{path: 'qr', component: QrCodeArrivalComponent },
{path: 'service-unavailable', component: WebsiteOfflineComponent },
{path: 'session-expired', component: SessionExpiredComponent },
Expand Down Expand Up @@ -145,7 +143,6 @@ const appRoutes: Routes = [
PageModificationsComponent,
PageVisibilityComponent,
PracticeQuestionComponent,
PrivacyComponent,
QuestionComponent,
QuestionsIntroComponent,
SessionExpiredComponent,
Expand Down
1 change: 0 additions & 1 deletion pupil-spa/src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ <h2 class="visuallyhidden">Support links</h2>
<ul>
<li><a routerLink="/contact">Contact</a></li>
<li><a target="_blank" routerLink="/accessibility-statement">Accessibility Statement</a></li>
<li><a target="_blank" routerLink="/privacy">Privacy notice</a></li>
<li>Built by the <a href="https://www.gov.uk/government/organisations/standards-and-testing-agency">Standards and Testing Agency</a></li>
</ul>
<div class="open-government-licence">
Expand Down
189 changes: 0 additions & 189 deletions pupil-spa/src/app/privacy/privacy.component.html

This file was deleted.

3 changes: 0 additions & 3 deletions pupil-spa/src/app/privacy/privacy.component.scss

This file was deleted.

54 changes: 0 additions & 54 deletions pupil-spa/src/app/privacy/privacy.component.spec.ts

This file was deleted.

27 changes: 0 additions & 27 deletions pupil-spa/src/app/privacy/privacy.component.ts

This file was deleted.

1 change: 0 additions & 1 deletion pupil-spa/unsupported/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ <h2 class="visuallyhidden">Support links</h2>
<ul>
<li><a href="/contact">Contact</a></li>
<li><a target="_blank" href="/accessibility-statement">Accessibility Satatement</a></li>
<li><a target="_blank" href="/privacy">Privacy notice</a></li>
<li>Built by the <a
href="https://www.gov.uk/government/organisations/standards-and-testing-agency">Standards
and Testing Agency</a></li>
Expand Down

0 comments on commit a919c7b

Please sign in to comment.