Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.24 KB

File metadata and controls

62 lines (39 loc) · 2.24 KB

DfE Architecture

This site documents the architecture principles, standards and guidance that we expect teams working within the Department for Education (DfE) to follow when designing services.

It complements the UK Government Service Manual and its technology section, which covers service design more broadly.

It should be used in conjunction with the DfE Digital Technical Guidance, when building digital services.

Reference Architecture

Principles

{% assign principle_groups = site.pages | where: "principle", true %}

{% for principle in principle_groups %}

Standards

{% assign standard_groups = site.pages | where: "standard", true %}

{% for standard in standard_groups %}

  • [{{ standard.title }}]({{ standard.url | relative_url }}) {% endfor %}
  • Common Components

Patterns

{% assign pattern_groups = site.pages | where: "pattern", true %}

{% for pattern in pattern_groups %}

Governance

Profession

Repositories