-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
119 lines (119 loc) · 5.11 KB
/
config.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"basePath": "/cht-tech-radar-contributors",
"baseUrl": "https://docs.communityhealthtoolkit.org/cht-tech-radar-contributors",
"editUrl": "https://github.dev/medic/cht-tech-radar-contributors/blob/main/radar/{release}/{id}.md",
"colors": {
"foreground": "#E5E8E9",
"background": "#38464D",
"highlight": "#F58300",
"content": "#E5E8E9",
"text": "#575757",
"link": "#F58300",
"border": "rgba(255, 255, 255, 0.1)",
"tag": "rgba(255, 255, 255, 0.1)"
},
"quadrants": [
{
"id": "languages-and-frameworks",
"title": "Languages & Frameworks",
"description": "Include development languages and more low-level development frameworks, which help implement custom software of all kinds.",
"color": "#7092F5"
},
{
"id": "methods-and-patterns",
"title": "Techniques",
"description": "Include elements of a software development process, such as continuous integration, and ways of creating software, such as progressive web applications.",
"color": "#535EAA"
},
{
"id": "platforms-and-aoe-services",
"title": "Platforms",
"description": "There are things that we build software on top of, such as mobile technologies like Android or generic kinds of platforms like Amazon Web Services.",
"color": "#436D84"
},
{
"id": "tools",
"title": "Tools",
"description": "These can be components, like databases, software development tools, such as version control systems.",
"color": "#278489"
}
],
"rings": [
{
"id": "adopt",
"title": "Adopt",
"description": "The Adopt ring represents tools that you should seriously consider using. We don’t say you should use these for every project; one should only use a tool in an appropriate context. However, an item in the Adopt ring represents something where there’s no doubt it’s proven and mature for use with the CHT.",
"color": "#4A9940",
"radius": 0.5,
"strokeWidth": 5
},
{
"id": "trial",
"title": "Trial",
"description": "The Trial ring is for tools ready for use but only partially proven as those in the Adopt ring. You should use these on a trial basis to decide whether they should be part of your toolkit. Others may already be using these items in production, likely as early adopters of the tools.",
"color": "#E4AE1D",
"radius": 0.69,
"strokeWidth": 3
},
{
"id": "assess",
"title": "Assess",
"description": "The Assess ring contains items to look at closely, but not necessarily trial yet - unless you think they would be a particularly good fit for you. Typically, items in the Assess ring are interesting and worth keeping an eye on.",
"color": "#535EAA",
"radius": 0.85,
"strokeWidth": 2
},
{
"id": "stop",
"title": "Stop",
"description": "The Stop (or Not Recommended) ring is for things we think implementers should avoid using or look for ways to move off of. These include items for which a better alternative is available, or where the item is found to not work correctly with the CHT.",
"color": "#E35726",
"radius": 1,
"strokeWidth": 0.75
}
],
"flags": {
"new": {
"color": "#D74A39",
"title": "New",
"titleShort": "N",
"description": "New in this version"
},
"changed": {
"color": "#535EAA",
"title": "Changed",
"titleShort": "C",
"description": "Recently changed"
},
"default": {
"description": "Unchanged"
}
},
"chart": {
"size": 800,
"blipSize": 12
},
"social": [
{
"href": "https://github.com/medic",
"icon": "github"
}
],
"imprint": "https://docs.google.com/document/d/1MaI1rgYMNyCZF2eEjBuvnBDoCYHDKlx4k_N5pkDiWu8/edit#heading=h.9sdb6g11dv40",
"labels": {
"title": "CHT Technology Radar for Contributors",
"imprint": "Legal Information",
"quadrant": "Quadrant",
"quadrantOverview": "Quadrant Overview",
"zoomIn": "Zoom in",
"filterByTag": "Filter by Tag",
"footer": "The Community Health Toolkit (CHT) is a project by a group of leading organizations who have come together to support the development of digital health initiatives in the hardest-to-reach areas. It provides a collection of open source technologies and open access design, technical, and implementer resources that help you build and deploy digital tools for community health. Together, we envision a world where healthcare is of the highest attainable quality, equitable, accessible, and delivered by people who are trusted in their communities.",
"notUpdated": "This item was not updated in last three versions of the Radar. Nevertheless, it remains pertinent.",
"notFound": "404 - Page not found",
"pageAbout": "How to use the CHT Technology Radar for Contributors?",
"pageOverview": "Technologies Overview",
"pageSearch": "Search",
"searchPlaceholder": "What are you looking for?",
"metaDescription": "Stay at the forefront of software and trends with the CHT Technology Radar for Contributors. Explore insights on languages, frameworks, techniques, tools and more."
}
}