File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ radar_visualization({
34
34
inactive : "#ddd"
35
35
} ,
36
36
title : "SPT Development Tech Radar" ,
37
- date : "2024.05 " ,
37
+ date : "2024.08 " ,
38
38
quadrants : [
39
39
{ name : "Languages & Frameworks" } ,
40
40
{ name : "Infrastructure & DevOps" } ,
@@ -218,7 +218,7 @@ radar_visualization({
218
218
"ring" : ASSESS ,
219
219
"label" : "Lapin" ,
220
220
"active" : true ,
221
- "moved" : MOVED_IN ,
221
+ "moved" : NOT_MOVED ,
222
222
"link" : "https://docs.rs/lapin/latest/lapin/"
223
223
} ,
224
224
@@ -575,7 +575,7 @@ radar_visualization({
575
575
"ring" : ADOPT ,
576
576
"label" : "Actix Web" ,
577
577
"active" : true ,
578
- "moved" : MOVED_IN ,
578
+ "moved" : NOT_MOVED ,
579
579
"link" : "https://actix.rs/"
580
580
} ,
581
581
{
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cdn-scripts:
12
12
- https://d3js.org/d3.v4.min.js
13
13
scripts :
14
14
- /assets/js/radar-0.7.js
15
- - /assets/js/radar-data-202405 .js
15
+ - /assets/js/radar-data-202408 .js
16
16
---
17
17
<h1 class =" d-none " >{{ page.title | escape }}</h1 >
18
18
<div class =" svg-container " >
You can’t perform that action at this time.
0 commit comments