Skip to content

Commit

Permalink
Update aoe technology radar version
Browse files Browse the repository at this point in the history
  • Loading branch information
sonulen committed Mar 26, 2023
1 parent 410a5bd commit c0b2168
Show file tree
Hide file tree
Showing 7 changed files with 27,636 additions and 11,566 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Publish CI

on:
push:
branches: main
branches:
- main

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
.idea
.DS_Store
dist
node_modules
build
npm-debug.log
yarn-error.log
aoe_technology_radar.iml
build
techradar
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.14.2
27,537 changes: 27,537 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "rmr-tech-radar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "REACT_APP_RADAR_NAME='RMR Technology Radar' aoe_technology_radar-buildRadar",
"build-static": "aoe_technology_radar-createStaticFiles",
"generate-json": "aoe_technology_radar-generateJson",
"start": "python -m http.server 8080",
"newReleaseFolder": "./script/create_new_release_folder.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/RedMadRobot/techradar-android"
},
"keywords": [
"tech-radar",
"rmr"
],
"license": "MIT",
"devDependencies": {},
"dependencies": {
"aoe_technology_radar": "3.1.2"
}
}
"name": "rmr-tech-radar",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "REACT_APP_RADAR_NAME='RMR Technology Radar' npx aoe_technology_radar-buildRadar",
"build-static": "aoe_technology_radar-createStaticFiles",
"generate-json": "aoe_technology_radar-generateJson",
"start": "python -m http.server 8080",
"newReleaseFolder": "./script/create_new_release_folder.sh"
},
"dependencies": {
"aoe_technology_radar": "3.5.0"
},
"overrides": {
"@svgr/webpack": "6.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/RedMadRobot/techradar-android"
},
"keywords": [
"tech-radar",
"rmr"
]
}
74 changes: 62 additions & 12 deletions public/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,63 @@
{
"quadrants": {
"libraries-and-frameworks": "Libraries & Frameworks",
"methods-and-patterns": "Methods & Patterns",
"languages": "Languages",
"utilities": "Utilities"
},
"rings": ["all", "adopt", "trial", "assess", "hold"],
"editLink": {
"radarLink": "https://github.com/RedMadRobot/techradar-android/edit/main/radar",
"title": "Edit"
}
}
"quadrants": {
"libraries-and-frameworks": "Libraries & Frameworks",
"methods-and-patterns": "Methods & Patterns",
"languages": "Languages",
"utilities": "Utilities"
},
"rings": ["adopt", "trial", "assess", "hold"],
"showEmptyRings": false,
"homepageContent": "both",
"quadrantsMap": {
"libraries-and-frameworks": {
"colour": "#84BFA4",
"txtColour": "#444444",
"position": 1,
"description": "Сюда попадают библиотеки и фреймворки, полезные для реализации ПО."
},
"methods-and-patterns": {
"colour": "#248EA6",
"txtColour": "white",
"position": 2,
"description": "Паттерны и подходы очень важны, т.к. многие из них оказывают большее и продолжительное влияние на проекты. В эту категорию попадает информация о методах и паттернах, касающихся разработки, сontinuous X, тестировании, организации, архитектуре и т.д."
},
"languages": {
"colour": "#F25244",
"txtColour": "#444444",
"position": 3,
"description": "Языки на которых пишут роботы."
},
"utilities": {
"colour": "#F2A25C",
"txtColour": "white",
"position": 4,
"description": "Здесь мы размещаем различные программные инструменты - от небольших утилит до более крупных программных проектов."
}
},
"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"
}
Loading

0 comments on commit c0b2168

Please sign in to comment.