Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions frontend/src/components/Header/HelpModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function HelpModal({ show, onClose }) {
{' '}
To learn how to submit a technology to the Tech Radar, view this{' '}
<a
href="https://github.com/ONSdigital/software-engineer-community/tree/62ed0cce1175ab1874041bae9a3ccf4aa67a096d/Software%20Engineering%20Principles_Policies_Guidelines_Templates_Plans%20and%20more/tech-radar-submissions"
href="https://github.com/ONSdigital/software-engineer-community/tree/master/Software%20Engineering%20Principles_Policies_Guidelines_Templates_Plans%20and%20more/tech-radar-submissions"
target="_blank"
rel="noopener noreferrer"
>
Expand Down Expand Up @@ -245,19 +245,17 @@ function HelpModal({ show, onClose }) {
When should you use the technology in the 4 rings?
<ul className="help-modal-sublist">
<li>
<strong>Adopt:</strong> use these technologies as the
foundation for core applications and infrastructure.
<strong>Adopt:</strong> use these technologies for all
projects including mission-critical, customer-facing and
high-risk systems.
</li>
<li>
<strong>Trial:</strong> conduct pilot projects,
proof-of-concepts, or small-scale deployments with a low
risk to evaluate their suitability before adopting them
widely.
<strong>Trial:</strong> use these technologies in low-risk
projects in production, with security approval.
</li>
<li>
<strong>Assess:</strong> experiment with these
technologies in non-critical environments, such as
research projects, internal tools or sandbox deployments.
<strong>Assess:</strong> use these technologies in
research spikes, hackathons and proof-of-concepts.
</li>
<li>
<strong>Hold:</strong> avoid using these technologies
Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/backend/services/techRadarService.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ The service organises technologies into quadrants:
Technologies are classified into rings based on adoption status:

- **Adopt** - Technologies ready for production use
- **Trial** - Technologies worth pursuing in proof of concepts
- **Assess** - Technologies to explore with the goal of understanding their fit
- **Trial** - Technologies used in low-risk projects (with security approval)
- **Assess** - Technologies used in research spikes, hackathons and proof-of-concepts
- **Hold** - Technologies to avoid or phase out

## Validation Logic
Expand Down