forked from RoadieHQ/sample-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tech-radar-test.json
76 lines (76 loc) · 1.37 KB
/
tech-radar-test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"title": "Sample",
"quadrants": [
{
"id": "Languages",
"name": "Languages"
},
{
"id": "Process",
"name": "Process"
},
{
"id": "Tools",
"name": "Tools"
},
{
"id": "infrastructure",
"name": "infrastructure"
}
],
"rings": [
{
"id": "adopt",
"name": "ADOPT",
"color": "#93c47d"
},
{
"id": "trial",
"name": "TRIAL",
"color": "#93d2c2"
},
{
"id": "assess",
"name": "ASSESS",
"color": "#fbdb84"
},
{
"id": "hold",
"name": "HOLD",
"color": "#efafa9"
}
],
"entries": [
{
"id": "typescript",
"title": "Typescript",
"description": "Typescript",
"url": "https://www.typescriptlang.org/",
"quadrant": "Languages",
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2022-02-08",
"description": "Long description for adopt"
}
]
},
{
"id": "CS-tool",
"title": "CS-tool",
"description": "CS-tool",
"key": "CS-tool",
"url": "https://www.CS-tool.org/",
"quadrant": "Tools",
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2022-02-08",
"description": "Long description for adopt"
}
]
}
]
}