-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisualizations.json
78 lines (78 loc) · 2.51 KB
/
visualizations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"groups": [
{
"id": "visualizations",
"items": [
{
"id": "sprint-report",
"icon": ["fas", "book-open"],
"language_parameter": "lang"
},
{
"id": "prediction",
"icon": ["fas", "percent"],
"url": "{{{prediction_url}}}show",
"language_parameter": "lang",
"download": "{{{prediction_url}}}show/zip",
"nginx": false,
"repo": "prediction-site"
},
{
"id": "timeline",
"icon": ["fas", "align-center"],
"language_parameter": "",
"blog": {
"fragment": "update-voor-de-tijdlijn",
"language": "nl"
}
},
{
"id": "leaderboard",
"icon": ["fas", "trophy"],
"language_parameter": "lang"
}
]
},
{
"id": "more",
"items": [
{
"id": "collaboration-graph",
"icon": ["far", "circle"],
"language_parameter": "lang",
"blog": {
"fragment": "netwerk-samenwerking-binnen-ictu",
"language": "nl"
}
},
{
"id": "process-flow",
"icon": ["fas", "sync"],
"language_parameter": "lang"
},
{
"id": "heatmap",
"icon": ["fas", "grip"],
"language_parameter": "lang",
"blog": {
"fragment": "heatmap-van-projectactiviteit",
"language": "nl"
}
},
{
"id": "bigboat-status",
"icon": ["fab", "docker"],
"language_parameter": "lang",
"blog": {
"fragment": "big-boat-status-visualisatie",
"language": "nl"
}
},
{
"id": "backlog-burndown",
"index": false
}
]
}
]
}