Projekt

Obecné

Profil

Stáhnout (29.6 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
          "PP"
298
        ],
299
        [
300
          "Identities",
301
          "PP"
302
        ],
303
        [
304
          "Roles",
305
          "Mentor, Developer, Team leader, Customer, Project admin"
306
        ],
307
        [
308
          "Role classes",
309
          "MENTOR, DEVELOPER, PROJECTMANAGER, STAKEHOLDER, STAKEHOLDER"
310
        ],
311
        [
312
          "Role super classes",
313
          "STAKEHOLDER, TEAMMEMBER, MANAGEMENT, STAKEHOLDER, STAKEHOLDER"
314
        ]
315
      ],
316
      "id": 0,
317
      "text": "",
318
      "name": "PP",
319
      "position": {
320
        "x": 1283,
321
        "y": 146
322
      }
323
    },
324
    {
325
      "archetype": 0,
326
      "attributes": [
327
        [
328
          "Name",
329
          "JA"
330
        ],
331
        [
332
          "Identities",
333
          "JA"
334
        ],
335
        [
336
          "Roles",
337
          "Developer"
338
        ],
339
        [
340
          "Role classes",
341
          "DEVELOPER"
342
        ],
343
        [
344
          "Role super classes",
345
          "TEAMMEMBER"
346
        ]
347
      ],
348
      "id": 1,
349
      "text": "",
350
      "name": "JA",
351
      "position": {
352
        "x": 1094,
353
        "y": 1037
354
      }
355
    },
356
    {
357
      "archetype": 0,
358
      "attributes": [
359
        [
360
          "Name",
361
          "PM"
362
        ],
363
        [
364
          "Identities",
365
          "PM"
366
        ],
367
        [
368
          "Roles",
369
          "Developer, Team leader"
370
        ],
371
        [
372
          "Role classes",
373
          "DEVELOPER, PROJECTMANAGER"
374
        ],
375
        [
376
          "Role super classes",
377
          "TEAMMEMBER, MANAGEMENT"
378
        ]
379
      ],
380
      "id": 2,
381
      "text": "",
382
      "name": "PM",
383
      "position": {
384
        "x": 776.909090909091,
385
        "y": 303.6363636363636
386
      }
387
    },
388
    {
389
      "archetype": 0,
390
      "attributes": [
391
        [
392
          "Name",
393
          "TM"
394
        ],
395
        [
396
          "Identities",
397
          "TM"
398
        ],
399
        [
400
          "Roles",
401
          "Developer"
402
        ],
403
        [
404
          "Role classes",
405
          "DEVELOPER"
406
        ],
407
        [
408
          "Role super classes",
409
          "TEAMMEMBER"
410
        ]
411
      ],
412
      "id": 3,
413
      "text": "",
414
      "name": "TM",
415
      "position": {
416
        "x": 843,
417
        "y": 680
418
      }
419
    },
420
    {
421
      "archetype": 3,
422
      "attributes": [
423
        [
424
          "Name",
425
          "Uživatelská_dokumentace"
426
        ],
427
        [
428
          "Author",
429
          "MS"
430
        ],
431
        [
432
          "Created",
433
          "1492086696000"
434
        ],
435
        [
436
          "URL",
437
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Uživatelská_dokumentace"
438
        ]
439
      ],
440
      "id": 291,
441
      "text": "",
442
      "name": "Uživatelská_dokumentace",
443
      "position": {
444
        "x": 380.4545454545455,
445
        "y": 437.09090909090907
446
      }
447
    },
448
    {
449
      "archetype": 0,
450
      "attributes": [
451
        [
452
          "Name",
453
          "MS"
454
        ],
455
        [
456
          "Identities",
457
          "MS"
458
        ],
459
        [
460
          "Roles",
461
          "Developer"
462
        ],
463
        [
464
          "Role classes",
465
          "DEVELOPER"
466
        ],
467
        [
468
          "Role super classes",
469
          "TEAMMEMBER"
470
        ]
471
      ],
472
      "id": 4,
473
      "text": "",
474
      "name": "MS",
475
      "position": {
476
        "x": 0.1818181818182092,
477
        "y": 503.1818181818183
478
      }
479
    },
480
    {
481
      "archetype": 3,
482
      "attributes": [
483
        [
484
          "Name",
485
          "2_iterace_-_retrospektiva"
486
        ],
487
        [
488
          "Author",
489
          "PM"
490
        ],
491
        [
492
          "Created",
493
          "1492615375000"
494
        ],
495
        [
496
          "URL",
497
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/2_iterace_-_retrospektiva"
498
        ]
499
      ],
500
      "id": 292,
501
      "text": "",
502
      "name": "2_iterace_-_retrospektiva",
503
      "position": {
504
        "x": 631.1818181818182,
505
        "y": -6.272727272727292
506
      }
507
    },
508
    {
509
      "archetype": 3,
510
      "attributes": [
511
        [
512
          "Name",
513
          "Akceptační_scénáře"
514
        ],
515
        [
516
          "Author",
517
          "MS"
518
        ],
519
        [
520
          "Created",
521
          "1492075811000"
522
        ],
523
        [
524
          "URL",
525
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Akceptační_scénáře"
526
        ]
527
      ],
528
      "id": 293,
529
      "text": "",
530
      "name": "Akceptační_scénáře",
531
      "position": {
532
        "x": 8.909090909090931,
533
        "y": 700.4545454545453
534
      }
535
    },
536
    {
537
      "archetype": 0,
538
      "attributes": [
539
        [
540
          "Name",
541
          "unknown"
542
        ],
543
        [
544
          "Identities",
545
          "unknown"
546
        ],
547
        [
548
          "Emails",
549
          ""
550
        ],
551
        [
552
          "Roles",
553
          "member"
554
        ],
555
        [
556
          "Role classes",
557
          "TEAMMEMBER"
558
        ],
559
        [
560
          "Role super classes",
561
          "TEAMMEMBER"
562
        ]
563
      ],
564
      "id": 6,
565
      "text": "",
566
      "name": "unknown",
567
      "position": {
568
        "x": 289,
569
        "y": 885
570
      }
571
    },
572
    {
573
      "archetype": 2,
574
      "attributes": [
575
        [
576
          "EID",
577
          "/download/1126"
578
        ],
579
        [
580
          "Name",
581
          "Vize_produktu.docx"
582
        ],
583
        [
584
          "Created",
585
          "1490031480000"
586
        ],
587
        [
588
          "URL",
589
          "https://students.kiv.zcu.cz:3443/attachments/download/1126/Vize_produktu.docx"
590
        ],
591
        [
592
          "MIME",
593
          "docx"
594
        ],
595
        [
596
          "Size",
597
          "19456"
598
        ]
599
      ],
600
      "id": 294,
601
      "text": "",
602
      "name": "Vize_produktu.docx",
603
      "position": {
604
        "x": 683.8181818181818,
605
        "y": 427.6363636363636
606
      }
607
    },
608
    {
609
      "archetype": 3,
610
      "attributes": [
611
        [
612
          "Name",
613
          "5_iterace"
614
        ],
615
        [
616
          "Author",
617
          "PM"
618
        ],
619
        [
620
          "Created",
621
          "1492615490000"
622
        ],
623
        [
624
          "URL",
625
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/5_iterace"
626
        ]
627
      ],
628
      "id": 295,
629
      "text": "",
630
      "name": "5_iterace",
631
      "position": {
632
        "x": 64.72727272727273,
633
        "y": 144.90909090909093
634
      }
635
    },
636
    {
637
      "archetype": 3,
638
      "attributes": [
639
        [
640
          "Name",
641
          "4_terace"
642
        ],
643
        [
644
          "Author",
645
          "PM"
646
        ],
647
        [
648
          "Created",
649
          "1492613980000"
650
        ],
651
        [
652
          "URL",
653
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/4_terace"
654
        ]
655
      ],
656
      "id": 296,
657
      "text": "",
658
      "name": "4_terace",
659
      "position": {
660
        "x": 79.00000000000011,
661
        "y": 414.7272727272728
662
      }
663
    },
664
    {
665
      "archetype": 3,
666
      "attributes": [
667
        [
668
          "Name",
669
          "4_iterace"
670
        ],
671
        [
672
          "Author",
673
          "PM"
674
        ],
675
        [
676
          "Created",
677
          "1492614088000"
678
        ],
679
        [
680
          "URL",
681
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/4_iterace"
682
        ]
683
      ],
684
      "id": 297,
685
      "text": "",
686
      "name": "4_iterace",
687
      "position": {
688
        "x": 74.00000000000001,
689
        "y": 211.36363636363637
690
      }
691
    },
692
    {
693
      "archetype": 3,
694
      "attributes": [
695
        [
696
          "Name",
697
          "1_iterace"
698
        ],
699
        [
700
          "Author",
701
          "PM"
702
        ],
703
        [
704
          "Created",
705
          "1492614063000"
706
        ],
707
        [
708
          "URL",
709
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/1_iterace"
710
        ]
711
      ],
712
      "id": 298,
713
      "text": "",
714
      "name": "1_iterace",
715
      "position": {
716
        "x": 78.81818181818183,
717
        "y": -78.18181818181813
718
      }
719
    },
720
    {
721
      "archetype": 3,
722
      "attributes": [
723
        [
724
          "Name",
725
          "Wiki"
726
        ],
727
        [
728
          "Author",
729
          "MS"
730
        ],
731
        [
732
          "Created",
733
          "1490006737000"
734
        ],
735
        [
736
          "URL",
737
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Wiki"
738
        ]
739
      ],
740
      "id": 299,
741
      "text": "",
742
      "name": "Wiki",
743
      "position": {
744
        "x": 386.0909090909091,
745
        "y": 609.0909090909091
746
      }
747
    },
748
    {
749
      "archetype": 3,
750
      "attributes": [
751
        [
752
          "Name",
753
          "3_iterace"
754
        ],
755
        [
756
          "Author",
757
          "PM"
758
        ],
759
        [
760
          "Created",
761
          "1492614629000"
762
        ],
763
        [
764
          "URL",
765
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/3_iterace"
766
        ]
767
      ],
768
      "id": 300,
769
      "text": "",
770
      "name": "3_iterace",
771
      "position": {
772
        "x": 69.36363636363646,
773
        "y": 82.81818181818187
774
      }
775
    },
776
    {
777
      "archetype": 3,
778
      "attributes": [
779
        [
780
          "Name",
781
          "Popis_iterací_v_rámci_projektu"
782
        ],
783
        [
784
          "Author",
785
          "MS"
786
        ],
787
        [
788
          "Created",
789
          "1492075903000"
790
        ],
791
        [
792
          "URL",
793
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Popis_iterací_v_rámci_projektu"
794
        ]
795
      ],
796
      "id": 301,
797
      "text": "",
798
      "name": "Popis_iterací_v_rámci_projektu",
799
      "position": {
800
        "x": -543.9999999999999,
801
        "y": 335.72727272727275
802
      }
803
    },
804
    {
805
      "archetype": 3,
806
      "attributes": [
807
        [
808
          "Name",
809
          "1_terace"
810
        ],
811
        [
812
          "Author",
813
          "PM"
814
        ],
815
        [
816
          "Created",
817
          "1492613227000"
818
        ],
819
        [
820
          "URL",
821
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/1_terace"
822
        ]
823
      ],
824
      "id": 302,
825
      "text": "",
826
      "name": "1_terace",
827
      "position": {
828
        "x": 75.99999999999999,
829
        "y": 352.2727272727273
830
      }
831
    },
832
    {
833
      "archetype": 3,
834
      "attributes": [
835
        [
836
          "Name",
837
          "2_iterace"
838
        ],
839
        [
840
          "Author",
841
          "PM"
842
        ],
843
        [
844
          "Created",
845
          "1492614850000"
846
        ],
847
        [
848
          "URL",
849
          "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/2_iterace"
850
        ]
851
      ],
852
      "id": 303,
853
      "text": "",
854
      "name": "2_iterace",
855
      "position": {
856
        "x": 72.0909090909091,
857
        "y": 4.363636363636431
858
      }
859
    }
860
  ],
861
  "edges": [
862
    {
863
      "subedgeInfo": [
864
        {
865
          "archetype": 3,
866
          "attributes": [
867
            [
868
              "Relation",
869
              "parent of:PARENTOF:HIERARCHICAL"
870
            ]
871
          ],
872
          "id": 1591
873
        }
874
      ],
875
      "from": 301,
876
      "to": 298,
877
      "text": "",
878
      "id": 1
879
    },
880
    {
881
      "subedgeInfo": [
882
        {
883
          "archetype": 3,
884
          "attributes": [
885
            [
886
              "Relation",
887
              "parent of:PARENTOF:HIERARCHICAL"
888
            ]
889
          ],
890
          "id": 1595
891
        }
892
      ],
893
      "from": 301,
894
      "to": 297,
895
      "text": "",
896
      "id": 2
897
    },
898
    {
899
      "subedgeInfo": [
900
        {
901
          "archetype": 3,
902
          "attributes": [
903
            [
904
              "Relation",
905
              "child of:CHILDOF:HIERARCHICAL"
906
            ]
907
          ],
908
          "id": 1500
909
        }
910
      ],
911
      "from": 303,
912
      "to": 301,
913
      "text": "",
914
      "id": 3
915
    },
916
    {
917
      "subedgeInfo": [
918
        {
919
          "archetype": 3,
920
          "attributes": [
921
            [
922
              "Relation",
923
              "parent of:PARENTOF:HIERARCHICAL"
924
            ]
925
          ],
926
          "id": 1596
927
        }
928
      ],
929
      "from": 301,
930
      "to": 296,
931
      "text": "",
932
      "id": 4
933
    },
934
    {
935
      "subedgeInfo": [
936
        {
937
          "archetype": 3,
938
          "attributes": [
939
            [
940
              "Relation",
941
              "parent of:PARENTOF:HIERARCHICAL"
942
            ]
943
          ],
944
          "id": 1593
945
        }
946
      ],
947
      "from": 301,
948
      "to": 303,
949
      "text": "",
950
      "id": 5
951
    },
952
    {
953
      "subedgeInfo": [
954
        {
955
          "archetype": 3,
956
          "attributes": [
957
            [
958
              "Relation",
959
              "parent of:PARENTOF:HIERARCHICAL"
960
            ]
961
          ],
962
          "id": 1592
963
        }
964
      ],
965
      "from": 301,
966
      "to": 302,
967
      "text": "",
968
      "id": 6
969
    },
970
    {
971
      "subedgeInfo": [
972
        {
973
          "archetype": 3,
974
          "attributes": [
975
            [
976
              "Relation",
977
              "parent of:PARENTOF:HIERARCHICAL"
978
            ]
979
          ],
980
          "id": 1594
981
        }
982
      ],
983
      "from": 301,
984
      "to": 300,
985
      "text": "",
986
      "id": 7
987
    },
988
    {
989
      "subedgeInfo": [
990
        {
991
          "archetype": 3,
992
          "attributes": [
993
            [
994
              "Relation",
995
              "child of:CHILDOF:HIERARCHICAL"
996
            ]
997
          ],
998
          "id": 1540
999
        }
1000
      ],
1001
      "from": 297,
1002
      "to": 301,
1003
      "text": "",
1004
      "id": 8
1005
    },
1006
    {
1007
      "subedgeInfo": [
1008
        {
1009
          "archetype": 3,
1010
          "attributes": [
1011
            [
1012
              "Relation",
1013
              "parent of:PARENTOF:HIERARCHICAL"
1014
            ]
1015
          ],
1016
          "id": 1501
1017
        }
1018
      ],
1019
      "from": 303,
1020
      "to": 292,
1021
      "text": "",
1022
      "id": 9
1023
    },
1024
    {
1025
      "subedgeInfo": [
1026
        {
1027
          "archetype": 3,
1028
          "attributes": [
1029
            [
1030
              "Relation",
1031
              "parent of:PARENTOF:HIERARCHICAL"
1032
            ]
1033
          ],
1034
          "id": 1649
1035
        },
1036
        {
1037
          "archetype": 3,
1038
          "attributes": [
1039
            [
1040
              "Relation",
1041
              "parent of:PARENTOF:HIERARCHICAL"
1042
            ]
1043
          ],
1044
          "id": 1650
1045
        },
1046
        {
1047
          "archetype": 3,
1048
          "attributes": [
1049
            [
1050
              "Relation",
1051
              "parent of:PARENTOF:HIERARCHICAL"
1052
            ]
1053
          ],
1054
          "id": 1651
1055
        }
1056
      ],
1057
      "from": 299,
1058
      "to": 291,
1059
      "text": "",
1060
      "id": 10
1061
    },
1062
    {
1063
      "subedgeInfo": [
1064
        {
1065
          "archetype": 3,
1066
          "attributes": [
1067
            [
1068
              "Relation",
1069
              "parent of:PARENTOF:HIERARCHICAL"
1070
            ]
1071
          ],
1072
          "id": 1597
1073
        }
1074
      ],
1075
      "from": 301,
1076
      "to": 295,
1077
      "text": "",
1078
      "id": 11
1079
    },
1080
    {
1081
      "subedgeInfo": [
1082
        {
1083
          "archetype": 3,
1084
          "attributes": [
1085
            [
1086
              "Relation",
1087
              "child of:CHILDOF:HIERARCHICAL"
1088
            ]
1089
          ],
1090
          "id": 1564
1091
        }
1092
      ],
1093
      "from": 295,
1094
      "to": 301,
1095
      "text": "",
1096
      "id": 12
1097
    },
1098
    {
1099
      "subedgeInfo": [
1100
        {
1101
          "archetype": 3,
1102
          "attributes": [
1103
            [
1104
              "Relation",
1105
              "child of:CHILDOF:HIERARCHICAL"
1106
            ]
1107
          ],
1108
          "id": 1516
1109
        }
1110
      ],
1111
      "from": 292,
1112
      "to": 303,
1113
      "text": "",
1114
      "id": 13
1115
    },
1116
    {
1117
      "subedgeInfo": [
1118
        {
1119
          "archetype": 3,
1120
          "attributes": [
1121
            [
1122
              "Relation",
1123
              "child of:CHILDOF:HIERARCHICAL"
1124
            ]
1125
          ],
1126
          "id": 1485
1127
        }
1128
      ],
1129
      "from": 302,
1130
      "to": 301,
1131
      "text": "",
1132
      "id": 14
1133
    },
1134
    {
1135
      "subedgeInfo": [
1136
        {
1137
          "archetype": 6,
1138
          "attributes": [
1139
            [
1140
              "Relation",
1141
              "last modified"
1142
            ]
1143
          ],
1144
          "id": 1768
1145
        }
1146
      ],
1147
      "from": 4,
1148
      "to": 293,
1149
      "text": "",
1150
      "id": 15
1151
    },
1152
    {
1153
      "subedgeInfo": [
1154
        {
1155
          "archetype": 6,
1156
          "attributes": [
1157
            [
1158
              "Relation",
1159
              "last modified"
1160
            ]
1161
          ],
1162
          "id": 1766
1163
        }
1164
      ],
1165
      "from": 2,
1166
      "to": 295,
1167
      "text": "",
1168
      "id": 16
1169
    },
1170
    {
1171
      "subedgeInfo": [
1172
        {
1173
          "archetype": 3,
1174
          "attributes": [
1175
            [
1176
              "Relation",
1177
              "child of:CHILDOF:HIERARCHICAL"
1178
            ]
1179
          ],
1180
          "id": 1531
1181
        }
1182
      ],
1183
      "from": 300,
1184
      "to": 301,
1185
      "text": "",
1186
      "id": 17
1187
    },
1188
    {
1189
      "subedgeInfo": [
1190
        {
1191
          "archetype": 6,
1192
          "attributes": [
1193
            [
1194
              "Relation",
1195
              "last modified"
1196
            ]
1197
          ],
1198
          "id": 1772
1199
        }
1200
      ],
1201
      "from": 4,
1202
      "to": 291,
1203
      "text": "",
1204
      "id": 18
1205
    },
1206
    {
1207
      "subedgeInfo": [
1208
        {
1209
          "archetype": 6,
1210
          "attributes": [
1211
            [
1212
              "Relation",
1213
              "last modified"
1214
            ]
1215
          ],
1216
          "id": 1758
1217
        }
1218
      ],
1219
      "from": 2,
1220
      "to": 292,
1221
      "text": "",
1222
      "id": 19
1223
    },
1224
    {
1225
      "subedgeInfo": [
1226
        {
1227
          "archetype": 6,
1228
          "attributes": [
1229
            [
1230
              "Relation",
1231
              "last modified"
1232
            ]
1233
          ],
1234
          "id": 1752
1235
        }
1236
      ],
1237
      "from": 2,
1238
      "to": 298,
1239
      "text": "",
1240
      "id": 20
1241
    },
1242
    {
1243
      "subedgeInfo": [
1244
        {
1245
          "archetype": 6,
1246
          "attributes": [
1247
            [
1248
              "Relation",
1249
              "last modified"
1250
            ]
1251
          ],
1252
          "id": 1762
1253
        }
1254
      ],
1255
      "from": 2,
1256
      "to": 297,
1257
      "text": "",
1258
      "id": 21
1259
    },
1260
    {
1261
      "subedgeInfo": [
1262
        {
1263
          "archetype": 6,
1264
          "attributes": [
1265
            [
1266
              "Relation",
1267
              "last modified"
1268
            ]
1269
          ],
1270
          "id": 1764
1271
        }
1272
      ],
1273
      "from": 2,
1274
      "to": 296,
1275
      "text": "",
1276
      "id": 22
1277
    },
1278
    {
1279
      "subedgeInfo": [
1280
        {
1281
          "archetype": 3,
1282
          "attributes": [
1283
            [
1284
              "Relation",
1285
              "child of:CHILDOF:HIERARCHICAL"
1286
            ]
1287
          ],
1288
          "id": 1470
1289
        }
1290
      ],
1291
      "from": 298,
1292
      "to": 301,
1293
      "text": "",
1294
      "id": 23
1295
    },
1296
    {
1297
      "subedgeInfo": [
1298
        {
1299
          "archetype": 6,
1300
          "attributes": [
1301
            [
1302
              "Relation",
1303
              "last modified"
1304
            ]
1305
          ],
1306
          "id": 1756
1307
        }
1308
      ],
1309
      "from": 2,
1310
      "to": 303,
1311
      "text": "",
1312
      "id": 24
1313
    },
1314
    {
1315
      "subedgeInfo": [
1316
        {
1317
          "archetype": 6,
1318
          "attributes": [
1319
            [
1320
              "Relation",
1321
              "last modified"
1322
            ]
1323
          ],
1324
          "id": 1754
1325
        }
1326
      ],
1327
      "from": 2,
1328
      "to": 302,
1329
      "text": "",
1330
      "id": 25
1331
    },
1332
    {
1333
      "subedgeInfo": [
1334
        {
1335
          "archetype": 6,
1336
          "attributes": [
1337
            [
1338
              "Relation",
1339
              "last modified"
1340
            ]
1341
          ],
1342
          "id": 1774
1343
        }
1344
      ],
1345
      "from": 4,
1346
      "to": 299,
1347
      "text": "",
1348
      "id": 26
1349
    },
1350
    {
1351
      "subedgeInfo": [
1352
        {
1353
          "archetype": 6,
1354
          "attributes": [
1355
            [
1356
              "Relation",
1357
              "last modified"
1358
            ]
1359
          ],
1360
          "id": 1770
1361
        }
1362
      ],
1363
      "from": 2,
1364
      "to": 301,
1365
      "text": "",
1366
      "id": 27
1367
    },
1368
    {
1369
      "subedgeInfo": [
1370
        {
1371
          "archetype": 3,
1372
          "attributes": [
1373
            [
1374
              "Relation",
1375
              "child of:CHILDOF:HIERARCHICAL"
1376
            ]
1377
          ],
1378
          "id": 1555
1379
        }
1380
      ],
1381
      "from": 296,
1382
      "to": 301,
1383
      "text": "",
1384
      "id": 28
1385
    },
1386
    {
1387
      "subedgeInfo": [
1388
        {
1389
          "archetype": 6,
1390
          "attributes": [
1391
            [
1392
              "Relation",
1393
              "last modified"
1394
            ]
1395
          ],
1396
          "id": 1760
1397
        }
1398
      ],
1399
      "from": 2,
1400
      "to": 300,
1401
      "text": "",
1402
      "id": 29
1403
    },
1404
    {
1405
      "subedgeInfo": [
1406
        {
1407
          "archetype": 3,
1408
          "attributes": [
1409
            [
1410
              "Relation",
1411
              "child of:CHILDOF:HIERARCHICAL"
1412
            ]
1413
          ],
1414
          "id": 1632
1415
        },
1416
        {
1417
          "archetype": 3,
1418
          "attributes": [
1419
            [
1420
              "Relation",
1421
              "child of:CHILDOF:HIERARCHICAL"
1422
            ]
1423
          ],
1424
          "id": 1633
1425
        },
1426
        {
1427
          "archetype": 3,
1428
          "attributes": [
1429
            [
1430
              "Relation",
1431
              "child of:CHILDOF:HIERARCHICAL"
1432
            ]
1433
          ],
1434
          "id": 1634
1435
        }
1436
      ],
1437
      "from": 291,
1438
      "to": 299,
1439
      "text": "",
1440
      "id": 30
1441
    }
1442
  ],
1443
  "possibleEnumValues": {
1444
    "7": [
1445
      "Mentor",
1446
      "Developer",
1447
      "Team leader",
1448
      "Customer",
1449
      "Project admin",
1450
      "member"
1451
    ],
1452
    "8": [
1453
      "MS",
1454
      "PM",
1455
      "JA",
1456
      "TM"
1457
    ],
1458
    "12": [
1459
      "TM",
1460
      "MS",
1461
      "JA",
1462
      "PM",
1463
      "unknown"
1464
    ],
1465
    "13": [
1466
      "Task",
1467
      "Support"
1468
    ],
1469
    "14": [
1470
      "High",
1471
      "Normal",
1472
      "Low"
1473
    ],
1474
    "15": [
1475
      "unassigned"
1476
    ],
1477
    "18": [
1478
      "DCI - 3. iterace",
1479
      "DCI - 4. iterace",
1480
      "DCI - 1. iterace",
1481
      "DCI - 5. iterace",
1482
      "DCI - 2. iterace"
1483
    ],
1484
    "19": [
1485
      "Closed"
1486
    ],
1487
    "20": [
1488
      "unassigned"
1489
    ],
1490
    "24": [
1491
      "implementace"
1492
    ],
1493
    "30": [
1494
      "docx"
1495
    ],
1496
    "32": [
1497
      "is author of",
1498
      "created by",
1499
      "is responsible for",
1500
      "is assigned to",
1501
      "has attached:RELATESTO:GENERAL",
1502
      "mentions:RELATESTO:GENERAL",
1503
      "mentioned by:RELATESTO:GENERAL",
1504
      "adds",
1505
      "added by",
1506
      "added",
1507
      "logtimes",
1508
      "logtimeed by",
1509
      "logtimeed",
1510
      "modifys",
1511
      "modifyed by",
1512
      "modifyed",
1513
      "comments",
1514
      "commented by",
1515
      "commented",
1516
      "attached to:RELATESTO:GENERAL",
1517
      "child of:CHILDOF:HIERARCHICAL",
1518
      "parent of:PARENTOF:HIERARCHICAL",
1519
      "last modified",
1520
      "last modified by"
1521
    ],
1522
    "33": [
1523
      "MENTOR",
1524
      "DEVELOPER",
1525
      "PROJECTMANAGER",
1526
      "STAKEHOLDER",
1527
      "STAKEHOLDER",
1528
      "TEAMMEMBER"
1529
    ],
1530
    "34": [
1531
      "STAKEHOLDER",
1532
      "TEAMMEMBER",
1533
      "MANAGEMENT",
1534
      "STAKEHOLDER",
1535
      "STAKEHOLDER"
1536
    ],
1537
    "35": [
1538
      "TASK",
1539
      "UNASSIGNED"
1540
    ],
1541
    "36": [
1542
      "HIGH",
1543
      "NORMAL",
1544
      "LOW"
1545
    ],
1546
    "37": [
1547
      "HIGH",
1548
      "NORMAL",
1549
      "LOW"
1550
    ],
1551
    "38": [
1552
      "HIGH",
1553
      "NORMAL",
1554
      "LOW"
1555
    ],
1556
    "39": [
1557
      "UNASSIGNED"
1558
    ],
1559
    "40": [
1560
      "DONE"
1561
    ],
1562
    "41": [
1563
      "CLOSED"
1564
    ],
1565
    "42": [
1566
      "UNASSIGNED"
1567
    ],
1568
    "43": [
1569
      "UNASSIGNED"
1570
    ]
1571
  },
1572
  "groups": [
1573
    {
1574
      "id": 1,
1575
      "name": "Group 1",
1576
      "verticesId": [
1577
        292,
1578
        294,
1579
        302,
1580
        296
1581
      ],
1582
      "verticesEdgeFromId": [],
1583
      "verticesEdgeToId": [],
1584
      "position": {
1585
        "x": 631.1818181818182,
1586
        "y": -6.272727272727292
1587
      }
1588
    }
1589
  ],
1590
  "sideBar": [
1591
    {
1592
      "id": "group-1",
1593
      "isIconsDisplayed": false
1594
    }
1595
  ],
1596
  "highlightedVertex": "",
1597
  "highlightedEdge": ""
1598
}
(1-1/13)