Skip to content

Commit b41e4eb

Browse files
CDS Agentovh-cds
authored andcommitted
refactor(gh-pages): update dynamic data
1 parent caf1846 commit b41e4eb

1 file changed

Lines changed: 58 additions & 21 deletions

File tree

docs/data/roadmap.json

Lines changed: 58 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,60 +5,80 @@
55
{
66
"description": "New component",
77
"label": "Cart",
8-
"range": [0, 1]
8+
"range": [0, 0.60]
99
},
1010
{
1111
"description": "New component",
1212
"label": "Menu",
13-
"range": [0, 0.33]
13+
"range": [0, 0.5]
14+
},
15+
{
16+
"description": "Icon choice",
17+
"label": "Tag - v3",
18+
"range": [0.3, 0.8]
19+
},
20+
{
21+
"description": "Add animation",
22+
"label": "Toaster - v2",
23+
"range": [0.6, 1]
1424
}
1525
],
1626
"recipes": [
1727
{
18-
"description": "",
19-
"label": "New recipes",
20-
"range": [0, 1]
28+
"description": "New Recipe",
29+
"label": "Dashboard Card",
30+
"range": [0, 0.5]
2131
}
2232
],
2333
"others": [
2434
{
2535
"description": "Functional documentation",
2636
"label": "Form",
27-
"range": [0, 0.33]
37+
"range": [0.20, 0.60]
2838
},
2939
{
3040
"description": "Functional documentation",
3141
"label": "Charts",
32-
"range": [0.33, 0.66]
42+
"range": [0.60, 1]
3343
}
3444
]
3545
},
3646
"n+2": {
3747
"components": [
3848
{
3949
"description": "New component",
40-
"label": "Datagrid - MVP",
50+
"label": "Data Table - MVP",
4151
"range": [0, 1]
4252
},
4353
{
4454
"description": "New component",
45-
"label": "Tags List",
46-
"range": [0, 0.33]
55+
"label": "Avatar",
56+
"range": [0, 0.5]
57+
},
58+
{
59+
"description": "New component",
60+
"label": "Message Bubble",
61+
"range": [0, 0.5]
62+
},
63+
{
64+
"description": "New component",
65+
"label": "Prompt Input",
66+
"range": [0, 0.5]
67+
},
68+
{
69+
"description": "New component",
70+
"label": "Query Filter",
71+
"range": [0.5, 1]
4772
}
4873
],
4974
"recipes": [
5075
{
51-
"description": "",
52-
"label": "New recipes",
53-
"range": [0, 1]
76+
"description": "Price update based on quantity",
77+
"label": "Config Tile - v2",
78+
"range": [0, 0.5]
5479
}
5580
],
5681
"others": [
57-
{
58-
"description": "",
59-
"label": "Time helper",
60-
"range": [0, 0.33]
61-
},
6282
{
6383
"description": "",
6484
"label": "Theme revamp",
@@ -70,19 +90,36 @@
7090
"components": [
7191
{
7292
"description": "New component",
73-
"label": "Datagrid - v2",
93+
"label": "Data Table - v2",
7494
"range": [0, 1]
7595
},
96+
{
97+
"description": "New component",
98+
"label": "Autocomplete",
99+
"range": [0, 0.4]
100+
},
76101
{
77102
"description": "New component",
78103
"label": "Command",
79-
"range": [0, 0.33]
104+
"range": [0.4, 0.8]
105+
},
106+
{
107+
"description": "New component",
108+
"label": "Tags List",
109+
"range": [0.6, 1]
110+
}
111+
],
112+
"recipes": [
113+
{
114+
"description": "New recipe",
115+
"label": "Data Toolbar",
116+
"range": [0, 0.5]
80117
}
81118
],
82119
"others": [
83120
{
84121
"description": "",
85-
"label": "New React Playground",
122+
"label": "Time helper",
86123
"range": [0, 0.5]
87124
}
88125
]

0 commit comments

Comments
 (0)