feat: intégrer le radar business dans la configuration principale
- Remplacement de config.json par config-business.json - Remplacement du contenu radar/ par les blips business - Ajout du script serve-business.sh pour le déploiement local
This commit is contained in:
156
config.json
156
config.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"basePath": "/",
|
||||
"basePath": "/business",
|
||||
"baseUrl": "",
|
||||
"editUrl": "https://git.open.us.org/syoul/TechradarDev/_edit/main/radar/{release}/{id}.md",
|
||||
"editUrl": "https://git.open.us.org/syoul/TechradarDev/_edit/main/radar-business/{release}/{id}.md",
|
||||
"logoFile": "logo.svg",
|
||||
"jsFile": "",
|
||||
"toggles": {
|
||||
@@ -13,140 +13,112 @@
|
||||
"sections": ["radar", "tags", "list"],
|
||||
"colors": {
|
||||
"foreground": "#fff",
|
||||
"background": "#173d7a",
|
||||
"highlight": "#029df7",
|
||||
"background": "#1a4d3a",
|
||||
"highlight": "#2ecc71",
|
||||
"content": "#fff",
|
||||
"text": "#575757",
|
||||
"link": "#029df7",
|
||||
"link": "#2ecc71",
|
||||
"border": "rgba(255, 255, 255, 0.1)",
|
||||
"tag": "rgba(255, 255, 255, 0.1)"
|
||||
},
|
||||
"quadrants": [
|
||||
{
|
||||
"id": "languages-and-frameworks",
|
||||
"title": "Languages & Frameworks",
|
||||
"description": "This quadrant includes programming languages (e.g., Java and Golang) and frameworks (e.g., React and Spring Boot) that are at the core of custom software development.",
|
||||
"color": "#84BFA4"
|
||||
"id": "technologies-differentiantes",
|
||||
"title": "Technologies Différenciantes",
|
||||
"description": "Technologies qui créent un avantage concurrentiel et de la valeur différenciante pour le business. Ce sont les technologies qui permettent de se distinguer sur le marché.",
|
||||
"color": "#2ecc71"
|
||||
},
|
||||
{
|
||||
"id": "methods-and-patterns",
|
||||
"title": "Methods & Patterns",
|
||||
"description": "This quadrant covers methods and patterns related to software development, including architecture, security, testing, organizational methodologies, and more.",
|
||||
"color": "#248EA6"
|
||||
"id": "technologies-commodite",
|
||||
"title": "Technologies de Commodité",
|
||||
"description": "Technologies nécessaires mais non différenciantes. Elles sont essentielles au fonctionnement mais ne créent pas d'avantage concurrentiel. À optimiser pour réduire les coûts.",
|
||||
"color": "#3498db"
|
||||
},
|
||||
{
|
||||
"id": "platforms-and-aoe-services",
|
||||
"title": "Platforms & Operations",
|
||||
"description": "This quadrant clusters technologies focused on the operation of software, related platforms, tools, infrastructure, and services.",
|
||||
"color": "#F25244"
|
||||
"id": "technologies-risque",
|
||||
"title": "Technologies à Risque",
|
||||
"description": "Technologies obsolètes, coûteuses ou présentant des risques techniques ou business. À migrer ou remplacer pour réduire les risques et les coûts.",
|
||||
"color": "#e74c3c"
|
||||
},
|
||||
{
|
||||
"id": "tools",
|
||||
"title": "Tools",
|
||||
"description": "This quadrant features a variety of tools, from small utilities to large-scale software projects.",
|
||||
"color": "#F2A25C"
|
||||
"id": "technologies-emergentes",
|
||||
"title": "Technologies Émergentes",
|
||||
"description": "Technologies prometteuses représentant des opportunités futures. À évaluer et potentiellement adopter pour créer de nouveaux avantages compétitifs.",
|
||||
"color": "#f39c12"
|
||||
}
|
||||
],
|
||||
"rings": [
|
||||
{
|
||||
"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",
|
||||
"id": "core",
|
||||
"title": "Core",
|
||||
"description": "Technologies critiques pour le business model. Indispensables au fonctionnement et à la création de valeur. Investissement prioritaire en maintenance et évolution.",
|
||||
"color": "#27ae60",
|
||||
"radius": 0.5,
|
||||
"strokeWidth": 5
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"id": "strategic",
|
||||
"title": "Strategic",
|
||||
"description": "Technologies stratégiques pour la croissance et le développement. Investissements importants pour renforcer la position concurrentielle.",
|
||||
"color": "#3498db",
|
||||
"radius": 0.69,
|
||||
"strokeWidth": 4
|
||||
},
|
||||
{
|
||||
"id": "support",
|
||||
"title": "Support",
|
||||
"description": "Technologies de support nécessaires mais non critiques. À maintenir à un niveau fonctionnel sans sur-investissement.",
|
||||
"color": "#95a5a6",
|
||||
"radius": 0.85,
|
||||
"strokeWidth": 3
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"radius": 0.85,
|
||||
"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",
|
||||
"id": "legacy",
|
||||
"title": "Legacy",
|
||||
"description": "Technologies à remplacer. Présentent des risques techniques, des coûts élevés ou sont obsolètes. Planifier la migration vers des alternatives modernes.",
|
||||
"color": "#c0392b",
|
||||
"radius": 1,
|
||||
"strokeWidth": 0.75
|
||||
"strokeWidth": 2
|
||||
}
|
||||
],
|
||||
"flags": {
|
||||
"new": {
|
||||
"color": "#f1235a",
|
||||
"title": "New",
|
||||
"title": "Nouveau",
|
||||
"titleShort": "N",
|
||||
"description": "New in this version"
|
||||
"description": "Nouveau dans cette version"
|
||||
},
|
||||
"changed": {
|
||||
"color": "#40a7d1",
|
||||
"title": "Changed",
|
||||
"titleShort": "C",
|
||||
"description": "Recently changed"
|
||||
"title": "Modifié",
|
||||
"titleShort": "M",
|
||||
"description": "Récemment modifié"
|
||||
},
|
||||
"default": {
|
||||
"description": "Unchanged"
|
||||
"description": "Inchangé"
|
||||
}
|
||||
},
|
||||
"chart": {
|
||||
"size": 800,
|
||||
"blipSize": 12
|
||||
},
|
||||
"social": [
|
||||
{
|
||||
"href": "https://www.facebook.com/aoepeople",
|
||||
"icon": "facebook"
|
||||
},
|
||||
{
|
||||
"href": "https://twitter.com/aoepeople",
|
||||
"icon": "x"
|
||||
},
|
||||
{
|
||||
"href": "https://www.linkedin.com/company/aoe",
|
||||
"icon": "linkedIn"
|
||||
},
|
||||
{
|
||||
"href": "https://www.xing.com/company/aoe",
|
||||
"icon": "xing"
|
||||
},
|
||||
{
|
||||
"href": "https://www.instagram.com/aoepeople",
|
||||
"icon": "instagram"
|
||||
},
|
||||
{
|
||||
"href": "https://www.youtube.com/user/aoepeople",
|
||||
"icon": "youtube"
|
||||
},
|
||||
{
|
||||
"href": "https://github.com/aoepeople",
|
||||
"icon": "github"
|
||||
}
|
||||
],
|
||||
"imprint": "https://www.aoe.com/en/imprint.html",
|
||||
"social": [],
|
||||
"imprint": "",
|
||||
"labels": {
|
||||
"title": "CoeurBox by AJR",
|
||||
"imprint": "Legal Information",
|
||||
"title": "Radar Stratégique Business - Duniter/Ğ1",
|
||||
"imprint": "Informations légales",
|
||||
"quadrant": "Quadrant",
|
||||
"quadrantOverview": "Quadrant Overview",
|
||||
"zoomIn": "Zoom in",
|
||||
"filterByTag": "Filter by Tag",
|
||||
"footer": "AJR is a leading global provider of services for digital transformation and digital business models. AJR relies exclusively on established Enterprise Open Source technologies. This leads to innovative solutions, digital products and portals in agile software projects, and helps build long-lasting, strategic partnerships with our customers.",
|
||||
"notUpdated": "This item was not updated in last three versions of the Radar. Should it have appeared in one of the more recent editions, there is a good chance it remains pertinent. However, if the item dates back further, its relevance may have diminished and our current evaluation could vary. Regrettably, our capacity to consistently revisit items from past Radar editions is limited.",
|
||||
"notFound": "404 - Page not found",
|
||||
"pageAbout": "How to use a CoeurBox ?",
|
||||
"pageOverview": "Technologies Overview",
|
||||
"pageSearch": "Search",
|
||||
"searchPlaceholder": "What are you looking for?",
|
||||
"metaDescription": "Stay at the forefront of web dev software and trends with AJR."
|
||||
"quadrantOverview": "Vue d'ensemble des quadrants",
|
||||
"zoomIn": "Zoomer",
|
||||
"filterByTag": "Filtrer par tag",
|
||||
"footer": "Radar stratégique pour analyser les technologies de l'écosystème Duniter/Ğ1 et définir une stratégie d'évolution technique alignée avec les objectifs business.",
|
||||
"notUpdated": "Cet élément n'a pas été mis à jour dans les trois dernières versions du Radar.",
|
||||
"notFound": "404 - Page non trouvée",
|
||||
"pageAbout": "Comment utiliser le Radar Business ?",
|
||||
"pageOverview": "Vue d'ensemble des technologies",
|
||||
"pageSearch": "Recherche",
|
||||
"searchPlaceholder": "Que recherchez-vous ?",
|
||||
"metaDescription": "Radar stratégique business pour l'écosystème Duniter/Ğ1 - Analyse des technologies et définition de la stratégie d'évolution."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user