Projekt

Obecné

Profil

Stáhnout (30.5 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "attributeTypes": [
3
    {
4
      "dataType": "STRING",
5
      "name": "EID",
6
      "text": "External ID"
7
    },
8
    {
9
      "dataType": "STRING",
10
      "name": "Name",
11
      "text": ""
12
    },
13
    {
14
      "dataType": "STRING",
15
      "name": "Description",
16
      "text": ""
17
    },
18
    {
19
      "dataType": "STRING",
20
      "name": "Comment",
21
      "text": ""
22
    },
23
    {
24
      "dataType": "STRING",
25
      "name": "Message",
26
      "text": "Commit message"
27
    },
28
    {
29
      "dataType": "STRING",
30
      "name": "Identities",
31
      "text": "Logins, aliases, other names"
32
    },
33
    {
34
      "dataType": "STRING",
35
      "name": "Emails",
36
      "text": ""
37
    },
38
    {
39
      "dataType": "ENUM",
40
      "name": "Roles",
41
      "text": ""
42
    },
43
    {
44
      "dataType": "ENUM",
45
      "name": "Author",
46
      "text": "Author's name"
47
    },
48
    {
49
      "dataType": "DATE",
50
      "name": "Created",
51
      "text": "Creation date"
52
    },
53
    {
54
      "dataType": "STRING",
55
      "name": "URL",
56
      "text": ""
57
    },
58
    {
59
      "dataType": "NUMBER",
60
      "name": "Number",
61
      "text": "Ticket number in issue tracker"
62
    },
63
    {
64
      "dataType": "ENUM",
65
      "name": "Assignee",
66
      "text": "Assignee's name"
67
    },
68
    {
69
      "dataType": "ENUM",
70
      "name": "Type",
71
      "text": ""
72
    },
73
    {
74
      "dataType": "ENUM",
75
      "name": "Priority",
76
      "text": ""
77
    },
78
    {
79
      "dataType": "ENUM",
80
      "name": "Severity",
81
      "text": ""
82
    },
83
    {
84
      "dataType": "DATE",
85
      "name": "Start",
86
      "text": "Start date"
87
    },
88
    {
89
      "dataType": "DATE",
90
      "name": "Due",
91
      "text": "Due date"
92
    },
93
    {
94
      "dataType": "ENUM",
95
      "name": "Iteration",
96
      "text": ""
97
    },
98
    {
99
      "dataType": "ENUM",
100
      "name": "Status",
101
      "text": ""
102
    },
103
    {
104
      "dataType": "ENUM",
105
      "name": "Resolution",
106
      "text": ""
107
    },
108
    {
109
      "dataType": "NUMBER",
110
      "name": "Estimate",
111
      "text": "Estimated time"
112
    },
113
    {
114
      "dataType": "NUMBER",
115
      "name": "Spent",
116
      "text": "Spent time"
117
    },
118
    {
119
      "dataType": "NUMBER",
120
      "name": "Progress",
121
      "text": "% done"
122
    },
123
    {
124
      "dataType": "ENUM",
125
      "name": "Categories",
126
      "text": ""
127
    },
128
    {
129
      "dataType": "STRING",
130
      "name": "Identifier",
131
      "text": ""
132
    },
133
    {
134
      "dataType": "DATE",
135
      "name": "Committed",
136
      "text": "Committed on date"
137
    },
138
    {
139
      "dataType": "STRING",
140
      "name": "Changes",
141
      "text": ""
142
    },
143
    {
144
      "dataType": "ENUM",
145
      "name": "Branches",
146
      "text": ""
147
    },
148
    {
149
      "dataType": "ENUM",
150
      "name": "Tags",
151
      "text": "VCS tags"
152
    },
153
    {
154
      "dataType": "ENUM",
155
      "name": "MIME",
156
      "text": "MIME type"
157
    },
158
    {
159
      "dataType": "NUMBER",
160
      "name": "Size",
161
      "text": "in bytes"
162
    },
163
    {
164
      "dataType": "ENUM",
165
      "name": "Relation",
166
      "text": "Relation type"
167
    },
168
    {
169
      "dataType": "ENUM",
170
      "name": "Role classes",
171
      "text": ""
172
    },
173
    {
174
      "dataType": "ENUM",
175
      "name": "Role super classes",
176
      "text": ""
177
    },
178
    {
179
      "dataType": "ENUM",
180
      "name": "Type class",
181
      "text": ""
182
    },
183
    {
184
      "dataType": "ENUM",
185
      "name": "Priority class",
186
      "text": ""
187
    },
188
    {
189
      "dataType": "ENUM",
190
      "name": "Priority super class",
191
      "text": ""
192
    },
193
    {
194
      "dataType": "ENUM",
195
      "name": "Severity class",
196
      "text": ""
197
    },
198
    {
199
      "dataType": "ENUM",
200
      "name": "Severity super class",
201
      "text": ""
202
    },
203
    {
204
      "dataType": "ENUM",
205
      "name": "Status class",
206
      "text": ""
207
    },
208
    {
209
      "dataType": "ENUM",
210
      "name": "Status super class",
211
      "text": ""
212
    },
213
    {
214
      "dataType": "ENUM",
215
      "name": "Resolution class",
216
      "text": ""
217
    },
218
    {
219
      "dataType": "ENUM",
220
      "name": "Resolution super class",
221
      "text": ""
222
    }
223
  ],
224
  "edgeArchetypes": [
225
    {
226
      "name": "Authorship",
227
      "text": ""
228
    },
229
    {
230
      "name": "Assignment",
231
      "text": ""
232
    },
233
    {
234
      "name": "CommitParticipation",
235
      "text": ""
236
    },
237
    {
238
      "name": "ItemRelation",
239
      "text": ""
240
    },
241
    {
242
      "name": "Affection",
243
      "text": ""
244
    },
245
    {
246
      "name": "Commit",
247
      "text": ""
248
    },
249
    {
250
      "name": "Modification",
251
      "text": ""
252
    }
253
  ],
254
  "vertexArchetypes": [
255
    {
256
      "icon": "<circle r=\"3\" cx=\"6\" cy=\"3\" fill=\"black\" stroke-width=\"0\"/><path d=\"M 1 10 A 6 4 0 0 1 11 10 L 11 15 L 1 15\" fill=\"black\" stroke-width=\"0\"/>",
257
      "name": "Person",
258
      "text": ""
259
    },
260
    {
261
      "icon": "<path d=\"M 1 0 L 3 0 A 2 1 0 0 0 9 0 L 11 0, 11 15, 9 15 A 2 1 0 0 0 3 15 L 1 15 Z\" stroke=\"black\" fill=\"none\" stroke-linejoin=\"round\"/><line x1=\"1\" y1=\"6\" x2=\"11\" y2=\"6\" stroke=\"black\" stroke-width=\"0.5\" stroke-dasharray=\"1,1\" stroke-linecap=\"round\"/>",
262
      "name": "Ticket",
263
      "text": ""
264
    },
265
    {
266
      "icon": "<polygon points=\"0.5,0.5 7.5,0.5 11.5,4.5 11.5,14.5 0.5,14.5\" fill=\"white\" stroke=\"black\" stroke-linejoin=\"round\" /><polygon points=\"7.5,0.5 11.5,4.5 7.5,4.5\" fill=\"gray\" stroke=\"black\" stroke-linejoin=\"round\" />",
267
      "name": "File",
268
      "text": ""
269
    },
270
    {
271
      "icon": "<text x=\"6\" y=\"7\" font-weight=\"bold\" style=\"font-family: serif !important; text-anchor: middle\">W</text>",
272
      "name": "Wiki",
273
      "text": ""
274
    },
275
    {
276
      "icon": "<polygon points=\"1,4 5,4 3,1\" fill=\"black\" stroke=\"black\" stroke-linejoin=\"round\" /><line x1=\"3\" y1=\"2\" x2=\"3\" y2=\"13\" stroke=\"black\"/><polygon points=\"7,11 11,11 9,14\" fill=\"black\" stroke=\"black\" stroke-linejoin=\"round\" /><line x1=\"9\" y1=\"2\" x2=\"9\" y2=\"13\" stroke=\"black\"/>",
277
      "name": "Change",
278
      "text": ""
279
    },
280
    {
281
      "icon": "<circle r=\"4\" cx=\"6\" cy=\"7.5\" fill-opacity=\"0\" stroke=\"black\" stroke-width=\"2\"/><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"3.5\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/><line x1=\"6\" y1=\"11.5\" x2=\"6\" y2=\"14\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
282
      "name": "Commit",
283
      "text": ""
284
    },
285
    {
286
      "icon": "<polygon points=\"0.5,0.5 7.5,0.5 11.5,4.5 11.5,14.5 0.5,14.5\" fill=\"white\" stroke=\"black\" stroke-linejoin=\"round\" /><polygon points=\"7.5,0.5 11.5,4.5 7.5,4.5\" fill=\"gray\" stroke=\"black\" stroke-linejoin=\"round\" /><ellipse cx=\"5\" cy=\"7\" rx=\"3\" ry=\"1\" stroke=\"black\" fill=\"transparent\" stroke-width=\"0.5\"/><path d=\"M 2 7 L 2 12 A 3 1 0 0 0 8 12 L 8 7\" stroke-width=\"0.5\" stroke=\"black\" fill=\"transparent\"/><path d=\"M 2 8.66 A 3 1 0 0 0 8 8.66\" stroke-width=\"0.5\" stroke=\"black\" fill=\"transparent\"/><path d=\"M 2 10.33 A 3 1 0 0 0 8 10.33\" stroke-width=\"0.5\" stroke=\"black\" fill=\"transparent\"/>",
287
      "name": "RepoFile",
288
      "text": ""
289
    }
290
  ],
291
  "vertices": [
292
    {
293
      "archetype": 0,
294
      "attributes": [
295
        [
296
          "Name",
297
          "Petr Pícha"
298
        ],
299
        [
300
          "Identities",
301
          "Petr Pícha, petrpicha48, ppicha"
302
        ],
303
        [
304
          "Emails",
305
          "petrpicha48@seznam.cz"
306
        ],
307
        [
308
          "Roles",
309
          "Mentor, Developer, Team leader, Customer, Project admin"
310
        ],
311
        [
312
          "Role classes",
313
          "MENTOR, DEVELOPER, PROJECTMANAGER, STAKEHOLDER, STAKEHOLDER"
314
        ],
315
        [
316
          "Role super classes",
317
          "STAKEHOLDER, TEAMMEMBER, MANAGEMENT, STAKEHOLDER, STAKEHOLDER"
318
        ]
319
      ],
320
      "id": 0,
321
      "text": "",
322
      "name": "Petr Pícha",
323
      "position": {
324
        "x": 1283,
325
        "y": 146
326
      }
327
    },
328
    {
329
      "archetype": 0,
330
      "attributes": [
331
        [
332
          "Name",
333
          "Jan Albl"
334
        ],
335
        [
336
          "Identities",
337
          "Jan Albl, alblj"
338
        ],
339
        [
340
          "Emails",
341
          "Jan Albl, alblj@students.zcu.cz"
342
        ],
343
        [
344
          "Roles",
345
          "Developer"
346
        ],
347
        [
348
          "Role classes",
349
          "DEVELOPER"
350
        ],
351
        [
352
          "Role super classes",
353
          "TEAMMEMBER"
354
        ]
355
      ],
356
      "id": 1,
357
      "text": "",
358
      "name": "Jan Albl",
359
      "position": {
360
        "x": 1094,
361
        "y": 1037
362
      }
363
    },
364
    {
365
      "archetype": 0,
366
      "attributes": [
367
        [
368
          "Name",
369
          "Petr Mayr"
370
        ],
371
        [
372
          "Identities",
373
          "Petr Mayr, pmayr"
374
        ],
375
        [
376
          "Emails",
377
          "Petr Mayr, pmayr@students.zcu.cz"
378
        ],
379
        [
380
          "Roles",
381
          "Developer, Team leader"
382
        ],
383
        [
384
          "Role classes",
385
          "DEVELOPER, PROJECTMANAGER"
386
        ],
387
        [
388
          "Role super classes",
389
          "TEAMMEMBER, MANAGEMENT"
390
        ]
391
      ],
392
      "id": 2,
393
      "text": "",
394
      "name": "Petr Mayr",
395
      "position": {
396
        "x": 776.909090909091,
397
        "y": 303.6363636363636
398
      }
399
    },
400
    {
401
      "archetype": 0,
402
      "attributes": [
403
        [
404
          "Name",
405
          "Tomáš Matějka"
406
        ],
407
        [
408
          "Identities",
409
          "Tomáš Matějka, matejka"
410
        ],
411
        [
412
          "Emails",
413
          "Tomáš Matějka, matejka@students.zcu.cz"
414
        ],
415
        [
416
          "Roles",
417
          "Developer"
418
        ],
419
        [
420
          "Role classes",
421
          "DEVELOPER"
422
        ],
423
        [
424
          "Role super classes",
425
          "TEAMMEMBER"
426
        ]
427
      ],
428
      "id": 3,
429
      "text": "",
430
      "name": "Tomáš Matějka",
431
      "position": {
432
        "x": 843,
433
        "y": 680
434
      }
435
    },
436
    {
437
      "archetype": 3,
438
      "attributes": [
439
        [
440
          "Name",
441
          "Uživatelská_dokumentace"
442
        ],
443
        [
444
          "Author",
445
          "Milan Široký"
446
        ],
447
        [
448
          "Created",
449
          "1492086696000"
450
        ],
451
        [
452
          "URL",
453
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Uživatelská_dokumentace"
454
        ]
455
      ],
456
      "id": 291,
457
      "text": "",
458
      "name": "Uživatelská_dokumentace",
459
      "position": {
460
        "x": 380.4545454545455,
461
        "y": 437.09090909090907
462
      }
463
    },
464
    {
465
      "archetype": 0,
466
      "attributes": [
467
        [
468
          "Name",
469
          "Milan Široký"
470
        ],
471
        [
472
          "Identities",
473
          "Milan Široký, milan.siroky, milan2"
474
        ],
475
        [
476
          "Emails",
477
          "Milan Široký, milan2@students.zcu.cz"
478
        ],
479
        [
480
          "Roles",
481
          "Developer"
482
        ],
483
        [
484
          "Role classes",
485
          "DEVELOPER"
486
        ],
487
        [
488
          "Role super classes",
489
          "TEAMMEMBER"
490
        ]
491
      ],
492
      "id": 4,
493
      "text": "",
494
      "name": "Milan Široký",
495
      "position": {
496
        "x": 0.1818181818182092,
497
        "y": 503.1818181818183
498
      }
499
    },
500
    {
501
      "archetype": 3,
502
      "attributes": [
503
        [
504
          "Name",
505
          "2_iterace_-_retrospektiva"
506
        ],
507
        [
508
          "Author",
509
          "Petr Mayr"
510
        ],
511
        [
512
          "Created",
513
          "1492615375000"
514
        ],
515
        [
516
          "URL",
517
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/2_iterace_-_retrospektiva"
518
        ]
519
      ],
520
      "id": 292,
521
      "text": "",
522
      "name": "2_iterace_-_retrospektiva",
523
      "position": {
524
        "x": 631.1818181818182,
525
        "y": -6.272727272727292
526
      }
527
    },
528
    {
529
      "archetype": 3,
530
      "attributes": [
531
        [
532
          "Name",
533
          "Akceptační_scénáře"
534
        ],
535
        [
536
          "Author",
537
          "Milan Široký"
538
        ],
539
        [
540
          "Created",
541
          "1492075811000"
542
        ],
543
        [
544
          "URL",
545
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Akceptační_scénáře"
546
        ]
547
      ],
548
      "id": 293,
549
      "text": "",
550
      "name": "Akceptační_scénáře",
551
      "position": {
552
        "x": 8.909090909090931,
553
        "y": 700.4545454545453
554
      }
555
    },
556
    {
557
      "archetype": 0,
558
      "attributes": [
559
        [
560
          "Name",
561
          "unknown"
562
        ],
563
        [
564
          "Identities",
565
          "unknown"
566
        ],
567
        [
568
          "Emails",
569
          ""
570
        ],
571
        [
572
          "Roles",
573
          "member"
574
        ],
575
        [
576
          "Role classes",
577
          "TEAMMEMBER"
578
        ],
579
        [
580
          "Role super classes",
581
          "TEAMMEMBER"
582
        ]
583
      ],
584
      "id": 6,
585
      "text": "",
586
      "name": "unknown",
587
      "position": {
588
        "x": 289,
589
        "y": 885
590
      }
591
    },
592
    {
593
      "archetype": 2,
594
      "attributes": [
595
        [
596
          "EID",
597
          "/download/1126"
598
        ],
599
        [
600
          "Name",
601
          "Vize_produktu.docx"
602
        ],
603
        [
604
          "Created",
605
          "1490031480000"
606
        ],
607
        [
608
          "URL",
609
          "https://students.kiv.zcu.cz:3443/attachments/download/1126/Vize_produktu.docx"
610
        ],
611
        [
612
          "MIME",
613
          "docx"
614
        ],
615
        [
616
          "Size",
617
          "19456"
618
        ]
619
      ],
620
      "id": 294,
621
      "text": "",
622
      "name": "Vize_produktu.docx",
623
      "position": {
624
        "x": 683.8181818181818,
625
        "y": 427.6363636363636
626
      }
627
    },
628
    {
629
      "archetype": 3,
630
      "attributes": [
631
        [
632
          "Name",
633
          "5_iterace"
634
        ],
635
        [
636
          "Author",
637
          "Petr Mayr"
638
        ],
639
        [
640
          "Created",
641
          "1492615490000"
642
        ],
643
        [
644
          "URL",
645
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/5_iterace"
646
        ]
647
      ],
648
      "id": 295,
649
      "text": "",
650
      "name": "5_iterace",
651
      "position": {
652
        "x": 64.72727272727273,
653
        "y": 144.90909090909093
654
      }
655
    },
656
    {
657
      "archetype": 3,
658
      "attributes": [
659
        [
660
          "Name",
661
          "4_terace"
662
        ],
663
        [
664
          "Author",
665
          "Petr Mayr"
666
        ],
667
        [
668
          "Created",
669
          "1492613980000"
670
        ],
671
        [
672
          "URL",
673
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/4_terace"
674
        ]
675
      ],
676
      "id": 296,
677
      "text": "",
678
      "name": "4_terace",
679
      "position": {
680
        "x": 79.00000000000011,
681
        "y": 414.7272727272728
682
      }
683
    },
684
    {
685
      "archetype": 3,
686
      "attributes": [
687
        [
688
          "Name",
689
          "4_iterace"
690
        ],
691
        [
692
          "Author",
693
          "Petr Mayr"
694
        ],
695
        [
696
          "Created",
697
          "1492614088000"
698
        ],
699
        [
700
          "URL",
701
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/4_iterace"
702
        ]
703
      ],
704
      "id": 297,
705
      "text": "",
706
      "name": "4_iterace",
707
      "position": {
708
        "x": 74.00000000000001,
709
        "y": 211.36363636363637
710
      }
711
    },
712
    {
713
      "archetype": 3,
714
      "attributes": [
715
        [
716
          "Name",
717
          "1_iterace"
718
        ],
719
        [
720
          "Author",
721
          "Petr Mayr"
722
        ],
723
        [
724
          "Created",
725
          "1492614063000"
726
        ],
727
        [
728
          "URL",
729
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/1_iterace"
730
        ]
731
      ],
732
      "id": 298,
733
      "text": "",
734
      "name": "1_iterace",
735
      "position": {
736
        "x": 78.81818181818183,
737
        "y": -78.18181818181813
738
      }
739
    },
740
    {
741
      "archetype": 3,
742
      "attributes": [
743
        [
744
          "Name",
745
          "Wiki"
746
        ],
747
        [
748
          "Author",
749
          "Milan Široký"
750
        ],
751
        [
752
          "Created",
753
          "1490006737000"
754
        ],
755
        [
756
          "URL",
757
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Wiki"
758
        ]
759
      ],
760
      "id": 299,
761
      "text": "",
762
      "name": "Wiki",
763
      "position": {
764
        "x": 386.0909090909091,
765
        "y": 609.0909090909091
766
      }
767
    },
768
    {
769
      "archetype": 3,
770
      "attributes": [
771
        [
772
          "Name",
773
          "3_iterace"
774
        ],
775
        [
776
          "Author",
777
          "Petr Mayr"
778
        ],
779
        [
780
          "Created",
781
          "1492614629000"
782
        ],
783
        [
784
          "URL",
785
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/3_iterace"
786
        ]
787
      ],
788
      "id": 300,
789
      "text": "",
790
      "name": "3_iterace",
791
      "position": {
792
        "x": 69.36363636363646,
793
        "y": 82.81818181818187
794
      }
795
    },
796
    {
797
      "archetype": 3,
798
      "attributes": [
799
        [
800
          "Name",
801
          "Popis_iterací_v_rámci_projektu"
802
        ],
803
        [
804
          "Author",
805
          "Milan Široký"
806
        ],
807
        [
808
          "Created",
809
          "1492075903000"
810
        ],
811
        [
812
          "URL",
813
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Popis_iterací_v_rámci_projektu"
814
        ]
815
      ],
816
      "id": 301,
817
      "text": "",
818
      "name": "Popis_iterací_v_rámci_projektu",
819
      "position": {
820
        "x": -543.9999999999999,
821
        "y": 335.72727272727275
822
      }
823
    },
824
    {
825
      "archetype": 3,
826
      "attributes": [
827
        [
828
          "Name",
829
          "1_terace"
830
        ],
831
        [
832
          "Author",
833
          "Petr Mayr"
834
        ],
835
        [
836
          "Created",
837
          "1492613227000"
838
        ],
839
        [
840
          "URL",
841
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/1_terace"
842
        ]
843
      ],
844
      "id": 302,
845
      "text": "",
846
      "name": "1_terace",
847
      "position": {
848
        "x": 75.99999999999999,
849
        "y": 352.2727272727273
850
      }
851
    },
852
    {
853
      "archetype": 3,
854
      "attributes": [
855
        [
856
          "Name",
857
          "2_iterace"
858
        ],
859
        [
860
          "Author",
861
          "Petr Mayr"
862
        ],
863
        [
864
          "Created",
865
          "1492614850000"
866
        ],
867
        [
868
          "URL",
869
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/2_iterace"
870
        ]
871
      ],
872
      "id": 303,
873
      "text": "",
874
      "name": "2_iterace",
875
      "position": {
876
        "x": 72.0909090909091,
877
        "y": 4.363636363636431
878
      }
879
    }
880
  ],
881
  "edges": [
882
    {
883
      "subedgeInfo": [
884
        {
885
          "archetype": 3,
886
          "attributes": [
887
            [
888
              "Relation",
889
              "parent of:PARENTOF:HIERARCHICAL"
890
            ]
891
          ],
892
          "id": 1591
893
        }
894
      ],
895
      "from": 301,
896
      "to": 298,
897
      "text": "",
898
      "id": 1
899
    },
900
    {
901
      "subedgeInfo": [
902
        {
903
          "archetype": 3,
904
          "attributes": [
905
            [
906
              "Relation",
907
              "parent of:PARENTOF:HIERARCHICAL"
908
            ]
909
          ],
910
          "id": 1595
911
        }
912
      ],
913
      "from": 301,
914
      "to": 297,
915
      "text": "",
916
      "id": 2
917
    },
918
    {
919
      "subedgeInfo": [
920
        {
921
          "archetype": 3,
922
          "attributes": [
923
            [
924
              "Relation",
925
              "child of:CHILDOF:HIERARCHICAL"
926
            ]
927
          ],
928
          "id": 1500
929
        }
930
      ],
931
      "from": 303,
932
      "to": 301,
933
      "text": "",
934
      "id": 3
935
    },
936
    {
937
      "subedgeInfo": [
938
        {
939
          "archetype": 3,
940
          "attributes": [
941
            [
942
              "Relation",
943
              "parent of:PARENTOF:HIERARCHICAL"
944
            ]
945
          ],
946
          "id": 1596
947
        }
948
      ],
949
      "from": 301,
950
      "to": 296,
951
      "text": "",
952
      "id": 4
953
    },
954
    {
955
      "subedgeInfo": [
956
        {
957
          "archetype": 3,
958
          "attributes": [
959
            [
960
              "Relation",
961
              "parent of:PARENTOF:HIERARCHICAL"
962
            ]
963
          ],
964
          "id": 1593
965
        }
966
      ],
967
      "from": 301,
968
      "to": 303,
969
      "text": "",
970
      "id": 5
971
    },
972
    {
973
      "subedgeInfo": [
974
        {
975
          "archetype": 3,
976
          "attributes": [
977
            [
978
              "Relation",
979
              "parent of:PARENTOF:HIERARCHICAL"
980
            ]
981
          ],
982
          "id": 1592
983
        }
984
      ],
985
      "from": 301,
986
      "to": 302,
987
      "text": "",
988
      "id": 6
989
    },
990
    {
991
      "subedgeInfo": [
992
        {
993
          "archetype": 3,
994
          "attributes": [
995
            [
996
              "Relation",
997
              "parent of:PARENTOF:HIERARCHICAL"
998
            ]
999
          ],
1000
          "id": 1594
1001
        }
1002
      ],
1003
      "from": 301,
1004
      "to": 300,
1005
      "text": "",
1006
      "id": 7
1007
    },
1008
    {
1009
      "subedgeInfo": [
1010
        {
1011
          "archetype": 3,
1012
          "attributes": [
1013
            [
1014
              "Relation",
1015
              "child of:CHILDOF:HIERARCHICAL"
1016
            ]
1017
          ],
1018
          "id": 1540
1019
        }
1020
      ],
1021
      "from": 297,
1022
      "to": 301,
1023
      "text": "",
1024
      "id": 8
1025
    },
1026
    {
1027
      "subedgeInfo": [
1028
        {
1029
          "archetype": 3,
1030
          "attributes": [
1031
            [
1032
              "Relation",
1033
              "parent of:PARENTOF:HIERARCHICAL"
1034
            ]
1035
          ],
1036
          "id": 1501
1037
        }
1038
      ],
1039
      "from": 303,
1040
      "to": 292,
1041
      "text": "",
1042
      "id": 9
1043
    },
1044
    {
1045
      "subedgeInfo": [
1046
        {
1047
          "archetype": 3,
1048
          "attributes": [
1049
            [
1050
              "Relation",
1051
              "parent of:PARENTOF:HIERARCHICAL"
1052
            ]
1053
          ],
1054
          "id": 1649
1055
        },
1056
        {
1057
          "archetype": 3,
1058
          "attributes": [
1059
            [
1060
              "Relation",
1061
              "parent of:PARENTOF:HIERARCHICAL"
1062
            ]
1063
          ],
1064
          "id": 1650
1065
        },
1066
        {
1067
          "archetype": 3,
1068
          "attributes": [
1069
            [
1070
              "Relation",
1071
              "parent of:PARENTOF:HIERARCHICAL"
1072
            ]
1073
          ],
1074
          "id": 1651
1075
        }
1076
      ],
1077
      "from": 299,
1078
      "to": 291,
1079
      "text": "",
1080
      "id": 10
1081
    },
1082
    {
1083
      "subedgeInfo": [
1084
        {
1085
          "archetype": 3,
1086
          "attributes": [
1087
            [
1088
              "Relation",
1089
              "parent of:PARENTOF:HIERARCHICAL"
1090
            ]
1091
          ],
1092
          "id": 1597
1093
        }
1094
      ],
1095
      "from": 301,
1096
      "to": 295,
1097
      "text": "",
1098
      "id": 11
1099
    },
1100
    {
1101
      "subedgeInfo": [
1102
        {
1103
          "archetype": 3,
1104
          "attributes": [
1105
            [
1106
              "Relation",
1107
              "child of:CHILDOF:HIERARCHICAL"
1108
            ]
1109
          ],
1110
          "id": 1564
1111
        }
1112
      ],
1113
      "from": 295,
1114
      "to": 301,
1115
      "text": "",
1116
      "id": 12
1117
    },
1118
    {
1119
      "subedgeInfo": [
1120
        {
1121
          "archetype": 3,
1122
          "attributes": [
1123
            [
1124
              "Relation",
1125
              "child of:CHILDOF:HIERARCHICAL"
1126
            ]
1127
          ],
1128
          "id": 1516
1129
        }
1130
      ],
1131
      "from": 292,
1132
      "to": 303,
1133
      "text": "",
1134
      "id": 13
1135
    },
1136
    {
1137
      "subedgeInfo": [
1138
        {
1139
          "archetype": 3,
1140
          "attributes": [
1141
            [
1142
              "Relation",
1143
              "child of:CHILDOF:HIERARCHICAL"
1144
            ]
1145
          ],
1146
          "id": 1485
1147
        }
1148
      ],
1149
      "from": 302,
1150
      "to": 301,
1151
      "text": "",
1152
      "id": 14
1153
    },
1154
    {
1155
      "subedgeInfo": [
1156
        {
1157
          "archetype": 6,
1158
          "attributes": [
1159
            [
1160
              "Relation",
1161
              "last modified"
1162
            ]
1163
          ],
1164
          "id": 1768
1165
        }
1166
      ],
1167
      "from": 4,
1168
      "to": 293,
1169
      "text": "",
1170
      "id": 15
1171
    },
1172
    {
1173
      "subedgeInfo": [
1174
        {
1175
          "archetype": 6,
1176
          "attributes": [
1177
            [
1178
              "Relation",
1179
              "last modified"
1180
            ]
1181
          ],
1182
          "id": 1766
1183
        }
1184
      ],
1185
      "from": 2,
1186
      "to": 295,
1187
      "text": "",
1188
      "id": 16
1189
    },
1190
    {
1191
      "subedgeInfo": [
1192
        {
1193
          "archetype": 3,
1194
          "attributes": [
1195
            [
1196
              "Relation",
1197
              "child of:CHILDOF:HIERARCHICAL"
1198
            ]
1199
          ],
1200
          "id": 1531
1201
        }
1202
      ],
1203
      "from": 300,
1204
      "to": 301,
1205
      "text": "",
1206
      "id": 17
1207
    },
1208
    {
1209
      "subedgeInfo": [
1210
        {
1211
          "archetype": 6,
1212
          "attributes": [
1213
            [
1214
              "Relation",
1215
              "last modified"
1216
            ]
1217
          ],
1218
          "id": 1772
1219
        }
1220
      ],
1221
      "from": 4,
1222
      "to": 291,
1223
      "text": "",
1224
      "id": 18
1225
    },
1226
    {
1227
      "subedgeInfo": [
1228
        {
1229
          "archetype": 6,
1230
          "attributes": [
1231
            [
1232
              "Relation",
1233
              "last modified"
1234
            ]
1235
          ],
1236
          "id": 1758
1237
        }
1238
      ],
1239
      "from": 2,
1240
      "to": 292,
1241
      "text": "",
1242
      "id": 19
1243
    },
1244
    {
1245
      "subedgeInfo": [
1246
        {
1247
          "archetype": 6,
1248
          "attributes": [
1249
            [
1250
              "Relation",
1251
              "last modified"
1252
            ]
1253
          ],
1254
          "id": 1752
1255
        }
1256
      ],
1257
      "from": 2,
1258
      "to": 298,
1259
      "text": "",
1260
      "id": 20
1261
    },
1262
    {
1263
      "subedgeInfo": [
1264
        {
1265
          "archetype": 6,
1266
          "attributes": [
1267
            [
1268
              "Relation",
1269
              "last modified"
1270
            ]
1271
          ],
1272
          "id": 1762
1273
        }
1274
      ],
1275
      "from": 2,
1276
      "to": 297,
1277
      "text": "",
1278
      "id": 21
1279
    },
1280
    {
1281
      "subedgeInfo": [
1282
        {
1283
          "archetype": 6,
1284
          "attributes": [
1285
            [
1286
              "Relation",
1287
              "last modified"
1288
            ]
1289
          ],
1290
          "id": 1764
1291
        }
1292
      ],
1293
      "from": 2,
1294
      "to": 296,
1295
      "text": "",
1296
      "id": 22
1297
    },
1298
    {
1299
      "subedgeInfo": [
1300
        {
1301
          "archetype": 3,
1302
          "attributes": [
1303
            [
1304
              "Relation",
1305
              "child of:CHILDOF:HIERARCHICAL"
1306
            ]
1307
          ],
1308
          "id": 1470
1309
        }
1310
      ],
1311
      "from": 298,
1312
      "to": 301,
1313
      "text": "",
1314
      "id": 23
1315
    },
1316
    {
1317
      "subedgeInfo": [
1318
        {
1319
          "archetype": 6,
1320
          "attributes": [
1321
            [
1322
              "Relation",
1323
              "last modified"
1324
            ]
1325
          ],
1326
          "id": 1756
1327
        }
1328
      ],
1329
      "from": 2,
1330
      "to": 303,
1331
      "text": "",
1332
      "id": 24
1333
    },
1334
    {
1335
      "subedgeInfo": [
1336
        {
1337
          "archetype": 6,
1338
          "attributes": [
1339
            [
1340
              "Relation",
1341
              "last modified"
1342
            ]
1343
          ],
1344
          "id": 1754
1345
        }
1346
      ],
1347
      "from": 2,
1348
      "to": 302,
1349
      "text": "",
1350
      "id": 25
1351
    },
1352
    {
1353
      "subedgeInfo": [
1354
        {
1355
          "archetype": 6,
1356
          "attributes": [
1357
            [
1358
              "Relation",
1359
              "last modified"
1360
            ]
1361
          ],
1362
          "id": 1774
1363
        }
1364
      ],
1365
      "from": 4,
1366
      "to": 299,
1367
      "text": "",
1368
      "id": 26
1369
    },
1370
    {
1371
      "subedgeInfo": [
1372
        {
1373
          "archetype": 6,
1374
          "attributes": [
1375
            [
1376
              "Relation",
1377
              "last modified"
1378
            ]
1379
          ],
1380
          "id": 1770
1381
        }
1382
      ],
1383
      "from": 2,
1384
      "to": 301,
1385
      "text": "",
1386
      "id": 27
1387
    },
1388
    {
1389
      "subedgeInfo": [
1390
        {
1391
          "archetype": 3,
1392
          "attributes": [
1393
            [
1394
              "Relation",
1395
              "child of:CHILDOF:HIERARCHICAL"
1396
            ]
1397
          ],
1398
          "id": 1555
1399
        }
1400
      ],
1401
      "from": 296,
1402
      "to": 301,
1403
      "text": "",
1404
      "id": 28
1405
    },
1406
    {
1407
      "subedgeInfo": [
1408
        {
1409
          "archetype": 6,
1410
          "attributes": [
1411
            [
1412
              "Relation",
1413
              "last modified"
1414
            ]
1415
          ],
1416
          "id": 1760
1417
        }
1418
      ],
1419
      "from": 2,
1420
      "to": 300,
1421
      "text": "",
1422
      "id": 29
1423
    },
1424
    {
1425
      "subedgeInfo": [
1426
        {
1427
          "archetype": 3,
1428
          "attributes": [
1429
            [
1430
              "Relation",
1431
              "child of:CHILDOF:HIERARCHICAL"
1432
            ]
1433
          ],
1434
          "id": 1632
1435
        },
1436
        {
1437
          "archetype": 3,
1438
          "attributes": [
1439
            [
1440
              "Relation",
1441
              "child of:CHILDOF:HIERARCHICAL"
1442
            ]
1443
          ],
1444
          "id": 1633
1445
        },
1446
        {
1447
          "archetype": 3,
1448
          "attributes": [
1449
            [
1450
              "Relation",
1451
              "child of:CHILDOF:HIERARCHICAL"
1452
            ]
1453
          ],
1454
          "id": 1634
1455
        }
1456
      ],
1457
      "from": 291,
1458
      "to": 299,
1459
      "text": "",
1460
      "id": 30
1461
    }
1462
  ],
1463
  "possibleEnumValues": {
1464
    "7": [
1465
      "Mentor",
1466
      "Developer",
1467
      "Team leader",
1468
      "Customer",
1469
      "Project admin",
1470
      "member"
1471
    ],
1472
    "8": [
1473
      "Milan Široký",
1474
      "Petr Mayr",
1475
      "Jan Albl",
1476
      "Tomáš Matějka"
1477
    ],
1478
    "12": [
1479
      "Tomáš Matějka",
1480
      "Milan Široký",
1481
      "Jan Albl",
1482
      "Petr Mayr",
1483
      "unknown"
1484
    ],
1485
    "13": [
1486
      "Task",
1487
      "Support"
1488
    ],
1489
    "14": [
1490
      "High",
1491
      "Normal",
1492
      "Low"
1493
    ],
1494
    "15": [
1495
      "unassigned"
1496
    ],
1497
    "18": [
1498
      "DCI - 3. iterace",
1499
      "DCI - 4. iterace",
1500
      "DCI - 1. iterace",
1501
      "DCI - 5. iterace",
1502
      "DCI - 2. iterace"
1503
    ],
1504
    "19": [
1505
      "Closed"
1506
    ],
1507
    "20": [
1508
      "unassigned"
1509
    ],
1510
    "24": [
1511
      "implementace"
1512
    ],
1513
    "30": [
1514
      "docx"
1515
    ],
1516
    "32": [
1517
      "is author of",
1518
      "created by",
1519
      "is responsible for",
1520
      "is assigned to",
1521
      "has attached:RELATESTO:GENERAL",
1522
      "mentions:RELATESTO:GENERAL",
1523
      "mentioned by:RELATESTO:GENERAL",
1524
      "adds",
1525
      "added by",
1526
      "added",
1527
      "logtimes",
1528
      "logtimeed by",
1529
      "logtimeed",
1530
      "modifys",
1531
      "modifyed by",
1532
      "modifyed",
1533
      "comments",
1534
      "commented by",
1535
      "commented",
1536
      "attached to:RELATESTO:GENERAL",
1537
      "child of:CHILDOF:HIERARCHICAL",
1538
      "parent of:PARENTOF:HIERARCHICAL",
1539
      "last modified",
1540
      "last modified by"
1541
    ],
1542
    "33": [
1543
      "MENTOR",
1544
      "DEVELOPER",
1545
      "PROJECTMANAGER",
1546
      "STAKEHOLDER",
1547
      "STAKEHOLDER",
1548
      "TEAMMEMBER"
1549
    ],
1550
    "34": [
1551
      "STAKEHOLDER",
1552
      "TEAMMEMBER",
1553
      "MANAGEMENT",
1554
      "STAKEHOLDER",
1555
      "STAKEHOLDER"
1556
    ],
1557
    "35": [
1558
      "TASK",
1559
      "UNASSIGNED"
1560
    ],
1561
    "36": [
1562
      "HIGH",
1563
      "NORMAL",
1564
      "LOW"
1565
    ],
1566
    "37": [
1567
      "HIGH",
1568
      "NORMAL",
1569
      "LOW"
1570
    ],
1571
    "38": [
1572
      "HIGH",
1573
      "NORMAL",
1574
      "LOW"
1575
    ],
1576
    "39": [
1577
      "UNASSIGNED"
1578
    ],
1579
    "40": [
1580
      "DONE"
1581
    ],
1582
    "41": [
1583
      "CLOSED"
1584
    ],
1585
    "42": [
1586
      "UNASSIGNED"
1587
    ],
1588
    "43": [
1589
      "UNASSIGNED"
1590
    ]
1591
  },
1592
  "groups": [
1593
    {
1594
      "id": 1,
1595
      "name": "Group 1",
1596
      "verticesId": [
1597
        292,
1598
        294,
1599
        302,
1600
        296
1601
      ],
1602
      "verticesEdgeFromId": [],
1603
      "verticesEdgeToId": [],
1604
      "position": {
1605
        "x": 631.1818181818182,
1606
        "y": -6.272727272727292
1607
      }
1608
    }
1609
  ],
1610
  "sideBar": [
1611
    {
1612
      "id": "group-1",
1613
      "isIconsDisplayed": false
1614
    }
1615
  ],
1616
  "highlightedVertex": "",
1617
  "highlightedEdge": ""
1618
}
(1-1/13)