feat: [WIP] add radar component

This commit is contained in:
Mathias Schopmans
2024-02-20 15:39:43 +01:00
committed by Mathias Schopmans
parent 563d8debc0
commit 1b7634a2ef
5 changed files with 138 additions and 5 deletions

View File

@@ -34,25 +34,33 @@
"id": "adopt",
"title": "Adopt",
"description": "We can clearly recommend this technology. We have used it for longer period of time in many teams and it has proven to be stable and useful.",
"color": "#5cb449"
"color": "#5cb449",
"radius": 0.5,
"strokeWidth": 6
},
{
"id": "trial",
"title": "Trial",
"description": "We have used it with success and recommend to have a closer look at the technology in this ring. The goal of items here is to look at them more closely, with the goal to bring them to the adopt level.",
"color": "#faa03d"
"color": "#faa03d",
"radius": 0.7,
"strokeWidth": 4
},
{
"id": "assess",
"title": "Assess",
"description": "We have tried it out and we find it promising. We recommend having a look at these items when you face a specific need for the technology in your project.",
"color": "#029df7"
"color": "#029df7",
"radius": 0.88,
"strokeWidth": 2
},
{
"id": "hold",
"title": "Hold",
"description": "This category is a bit special. Unlike the others, we recommend to stop doing or using something. That does not mean that they are bad and it often might be ok to use them in existing projects. But we move things here if we think we shouldn't do them anymore - because we see better options or alternatives now.",
"color": "#688190"
"color": "#688190",
"radius": 1,
"strokeWidth": 1
}
],
"flags": {