diff --git a/public/config.json b/public/config.json new file mode 100644 index 0000000..b516336 --- /dev/null +++ b/public/config.json @@ -0,0 +1,69 @@ +{ + "quadrants": { + "languages-and-frameworks": "Languages & Frameworks", + "methods-and-patterns": "Methods & Patterns", + "platforms-and-aoe-services": "Platforms & Operations", + "tools": "Tools" + }, + "rings": [ + "adopt", + "trial", + "assess", + "hold" + ], + "showEmptyRings": false, + "homepageContent": "both", + "quadrantsMap": { + "languages-and-frameworks": { + "colour": "#84BFA4", + "txtColour": "#444444", + "position": 1, + "description": "We've placed development languages (such as Scala or Golang) here, as well as more low-level development frameworks (such as Play or Symfony), which are useful for implementing custom software of all kinds." + }, + "methods-and-patterns": { + "colour": "#248EA6", + "txtColour": "white", + "position": 2, + "description": "Here we put information on methods and patterns concerning development, continuous x, testing, organization, architecture, etc." + }, + "platforms-and-aoe-services": { + "colour": "#F25244", + "txtColour": "#444444", + "position": 3, + "description": "This quadrant clusters technologies around the operation of software and infrastructure related platforms, tools and services." + }, + "tools": { + "colour": "#F2A25C", + "txtColour": "white", + "position": 4, + "description": "Here we put different software tools - from small helpers to bigger software projects" + } + }, + "chartConfig": { + "size": 800, + "scale": [ + -16, + 16 + ], + "blipSize": 12, + "ringsAttributes": [ + { + "radius": 8, + "arcWidth": 6 + }, + { + "radius": 11, + "arcWidth": 4 + }, + { + "radius": 14, + "arcWidth": 2 + }, + { + "radius": 16, + "arcWidth": 2 + } + ] + }, + "dateFormat": "MMMM YYYY" + } \ No newline at end of file