Skip to content

Commit 8dfa010

Browse files
committed
Style depth labels as pills in section subsection-summary tables
The 5-lifecycle and 6-decision-making sections each open with a "Sub-section / Focus / Depth" overview table listing all numbered sub-sections. The depth column was using plain text "Recommended" / "Minimum" / "Comprehensive" while the rest of the site uses the colour-coded <span class="maturity-indicator"> pills. Converted those table cells to use the same pill styling as elsewhere on the standard pages — Cheat Sheet, sub-section headers, and the how-to-use page. Visually consistent across the site now. 20 cells changed (10 in 5-lifecycle, 10 in 6-decision-making). Build verified: 154 pages, no errors.
1 parent 214f7f8 commit 8dfa010

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/content/docs/standard/5-lifecycle.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Lifecycle Management describes how the solution is developed, deployed, operated
1414

1515
| Sub-section | Focus | Depth |
1616
|------------|-------|-------|
17-
| 5.1 Software Development & CI/CD | Build and deploy pipelines | Recommended |
18-
| 5.2 Service Transition & Migration | Migration strategy and cutover | Recommended |
19-
| 5.3 Test Strategy | Architecturally significant testing | Recommended |
20-
| 5.4 Release Management | Release frequency and process | Recommended |
21-
| 5.5 Operations & Support | Support model and SLAs | Recommended |
22-
| 5.6 Resourcing & Skills | Team capability and readiness | Recommended |
23-
| 5.7 Service Start | Start-up sequence and dependencies | Comprehensive |
24-
| 5.8 Maintainability | Patching, certificates, dependencies | Recommended |
25-
| 5.9 Decommissioning & Legacy Removal | End-of-life and disposal | Recommended |
26-
| 5.10 Exit Planning | Vendor lock-in and exit strategy | Recommended |
17+
| 5.1 Software Development & CI/CD | Build and deploy pipelines | <span class="maturity-indicator maturity-recommended">Recommended</span> |
18+
| 5.2 Service Transition & Migration | Migration strategy and cutover | <span class="maturity-indicator maturity-recommended">Recommended</span> |
19+
| 5.3 Test Strategy | Architecturally significant testing | <span class="maturity-indicator maturity-recommended">Recommended</span> |
20+
| 5.4 Release Management | Release frequency and process | <span class="maturity-indicator maturity-recommended">Recommended</span> |
21+
| 5.5 Operations & Support | Support model and SLAs | <span class="maturity-indicator maturity-recommended">Recommended</span> |
22+
| 5.6 Resourcing & Skills | Team capability and readiness | <span class="maturity-indicator maturity-recommended">Recommended</span> |
23+
| 5.7 Service Start | Start-up sequence and dependencies | <span class="maturity-indicator maturity-comprehensive">Comprehensive</span> |
24+
| 5.8 Maintainability | Patching, certificates, dependencies | <span class="maturity-indicator maturity-recommended">Recommended</span> |
25+
| 5.9 Decommissioning & Legacy Removal | End-of-life and disposal | <span class="maturity-indicator maturity-recommended">Recommended</span> |
26+
| 5.10 Exit Planning | Vendor lock-in and exit strategy | <span class="maturity-indicator maturity-recommended">Recommended</span> |
2727

2828
## 5.1 Software Development & CI/CD
2929

src/content/docs/standard/6-decision-making.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ This section captures the decision-making context for the architecture:
1818

1919
| Sub-section | Focus | Depth |
2020
|------------|-------|-------|
21-
| 6.1 Constraints | Fixed limitations shaping the design | Minimum |
22-
| 6.2 Assumptions | Factors believed true but not verified | Minimum |
23-
| 6.3 Risks | Potential events that could affect the design | Minimum |
24-
| 6.4 Dependencies | External factors the design relies upon | Minimum |
25-
| 6.5 Issues | Problems that have already materialised | Recommended |
26-
| 6.6 Technical Debt Register | Debt introduced or inherited | Recommended |
27-
| 6.7 Guardrail Exceptions | Exceptions to policies and standards | Recommended |
28-
| 6.8 Architectural Decisions Log | Summary index of ADRs | Recommended |
29-
| 6.9 Compliance Traceability | Mapping to standards and principles | Comprehensive |
30-
| 6.10 Approval Sign-Off | Governance approval record | Minimum |
21+
| 6.1 Constraints | Fixed limitations shaping the design | <span class="maturity-indicator maturity-minimum">Minimum</span> |
22+
| 6.2 Assumptions | Factors believed true but not verified | <span class="maturity-indicator maturity-minimum">Minimum</span> |
23+
| 6.3 Risks | Potential events that could affect the design | <span class="maturity-indicator maturity-minimum">Minimum</span> |
24+
| 6.4 Dependencies | External factors the design relies upon | <span class="maturity-indicator maturity-minimum">Minimum</span> |
25+
| 6.5 Issues | Problems that have already materialised | <span class="maturity-indicator maturity-recommended">Recommended</span> |
26+
| 6.6 Technical Debt Register | Debt introduced or inherited | <span class="maturity-indicator maturity-recommended">Recommended</span> |
27+
| 6.7 Guardrail Exceptions | Exceptions to policies and standards | <span class="maturity-indicator maturity-recommended">Recommended</span> |
28+
| 6.8 Architectural Decisions Log | Summary index of ADRs | <span class="maturity-indicator maturity-recommended">Recommended</span> |
29+
| 6.9 Compliance Traceability | Mapping to standards and principles | <span class="maturity-indicator maturity-comprehensive">Comprehensive</span> |
30+
| 6.10 Approval Sign-Off | Governance approval record | <span class="maturity-indicator maturity-minimum">Minimum</span> |
3131

3232
Sections 6.1 through 6.5 collectively form the **RAID log** (Risks, Assumptions, Issues, Dependencies) — a standard project governance tool — extended with **Constraints** to capture fixed limitations. Each element has its own sub-section for clarity, but they should be maintained together as a single, living governance artefact.
3333

0 commit comments

Comments
 (0)