-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.json
50 lines (50 loc) · 2.3 KB
/
structure.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
{
"tables":[
{"name":"MFS", "type": "project", "url":"https://www.heise.de/newsticker/wirtschaft/"},
{"name":"Table Vis", "type": "project", "url":"https://www.heise.de/newsticker/netzpolitik/"},
{"name":"AI", "type": "techno", "url":"https://www.heise.de/newsticker/wissen/"},
{"name":"UX", "type": "board", "url":"https://www.heise.de/newsticker/entertainment/"},
{"name":"Cloud", "type": "techno", "url":"https://www.heise.de/newsticker/mobiles/"},
{"name":"Product Strategy", "type": "board", "url":"https://www.heise.de/newsticker/it/"}
],
"persons": [
{"name":"Thomas"},
{"name":"Daniel"},
{"name":"Andreas"},
{"name":"Jens"},
{"name":"Frank"},
{"name":"Miro"},
{"name":"Frederik"},
{"name":"Niels"},
{"name":"Nils"},
{"name":"Alexey"},
{"name":"Chunlei"},
{"name":"Patrick"},
{"name":"Peter"}
],
"links":[
{"tableName":"MFS", "personName": "Jens", "role": "PO"},
{"tableName":"MFS", "personName": "Andreas","role":"Dev"},
{"tableName":"MFS", "personName": "Daniel","role":"Dev"},
{"tableName":"MFS", "personName": "Alexey","role":"Dev"},
{"tableName":"MFS", "role":"Dev"},
{"tableName":"MFS", "role":"Dev"},
{"tableName":"Table Vis", "personName": "Thomas","role":"UX"},
{"tableName":"Table Vis", "personName": "Frederik","role":"UI"},
{"tableName":"Table Vis", "personName": "Daniel","role":"Dev"},
{"tableName":"UX", "personName": "Thomas","role":"UX"},
{"tableName":"UX", "personName": "Frederik","role":"UX"},
{"tableName":"AI", "personName": "Chunlei","role":"Sci"},
{"tableName":"AI", "personName": "Patrick","role":"Sci"},
{"tableName":"AI", "personName": "Peter","role":"Sci"},
{"tableName":"Cloud", "personName": "Frank","role":"Head"},
{"tableName":"Cloud", "personName": "Andreas","role":"Dev"},
{"tableName":"Cloud", "personName": "Daniel","role":"Dev"},
{"tableName":"Cloud", "personName": "Niels","role":"Dev"},
{"tableName":"Cloud", "personName": "Alexey","role":"Dev"},
{"tableName":"Product Strategy", "personName": "Jens","role":"PO"},
{"tableName":"Product Strategy", "personName": "Frank","role":"Head"},
{"tableName":"Product Strategy", "personName": "Miro","role":"CEO"},
{"tableName":"Product Strategy", "personName": "Nils","role":"PO"}
]
}