-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
91 lines (91 loc) · 2.03 KB
/
data.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
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Team Tailors",
"text": "Welcome!",
"sections": [
{
"title": "the team",
"text": "We are a cross functional team and are looking for new team members. As you can see, most of us have a certain focus, but can do every task needed to get the job done. Send us a mail: hello@asideas.de",
"visualization": "radar",
"data": [
{
"backend": 8,
"frontend": 4,
"ops/cloud": 4,
"product": 3
},
{
"backend": 5,
"frontend": 6,
"ops/cloud": 2,
"product": 4
},
{
"backend": 6,
"frontend": 3,
"ops/cloud": 8,
"product": 5
},
{
"backend": 1,
"frontend": 1,
"ops/cloud": 1,
"product": 9
}
]
},
{
"title": "our interests",
"text": "Currently we are interested in the following topics",
"visualization": "wordcloud",
"data": [
"ddd",
"ddd",
"ddd",
"audio",
"coffee",
"kotlin",
"software engineering",
"software engineering",
"software engineering",
"patterns",
"domain story telling",
"tactical design",
"kanban",
"aws cdk",
"aws cdk",
"event storming",
"uml",
"uml",
"gitops",
"gitops",
"gitops",
"tts",
"kotlin",
"spring boot",
"sustainability",
"sustainability",
"climate",
"climate",
"climate",
"frontend magic",
"agile",
"agile",
"agile",
"ddd"
]
},
{
"title": "wanted experience level",
"text": "We are looking for a new member with the following experience level",
"visualization": "bar",
"data": [
["entry", 0],
["junior", 2],
["some experience", 3],
["mid level", 4],
["senior", 3],
["principal", 0]
]
}
]
}