Projekt

Obecné

Profil

Stáhnout (429 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
 "vertexArchetypes": [
225
  {
226
   "name": "Person",
227
   "text": ""
228
  },
229
  {
230
   "name": "Ticket",
231
   "text": ""
232
  },
233
  {
234
   "name": "File",
235
   "text": ""
236
  },
237
  {
238
   "name": "Wiki",
239
   "text": ""
240
  },
241
  {
242
   "name": "Change",
243
   "text": ""
244
  },
245
  {
246
   "name": "Commit",
247
   "text": ""
248
  },
249
  {
250
   "name": "RepoFile",
251
   "text": ""
252
  }
253
 ],
254
 "edgeArchetypes": [
255
  {
256
   "name": "Authorship",
257
   "text": ""
258
  },
259
  {
260
   "name": "Assignment",
261
   "text": ""
262
  },
263
  {
264
   "name": "CommitParticipation",
265
   "text": ""
266
  },
267
  {
268
   "name": "ItemRelation",
269
   "text": ""
270
  },
271
  {
272
   "name": "Affection",
273
   "text": ""
274
  },
275
  {
276
   "name": "Commit",
277
   "text": ""
278
  },
279
  {
280
   "name": "Modification",
281
   "text": ""
282
  }
283
 ],
284
 "vertices": [
285
  {
286
   "archetype": 0,
287
   "attributes": {
288
    "33": [
289
     "MENTOR",
290
     "DEVELOPER",
291
     "PROJECTMANAGER",
292
     "STAKEHOLDER",
293
     "STAKEHOLDER"
294
    ],
295
    "1": "Petr Pícha",
296
    "34": [
297
     "STAKEHOLDER",
298
     "TEAMMEMBER",
299
     "MANAGEMENT",
300
     "STAKEHOLDER",
301
     "STAKEHOLDER"
302
    ],
303
    "5": [
304
     "Petr Pícha",
305
     "petrpicha48",
306
     "ppicha"
307
    ],
308
    "6": ["petrpicha48@seznam.cz"],
309
    "7": [
310
     "Mentor",
311
     "Developer",
312
     "Team leader",
313
     "Customer",
314
     "Project admin"
315
    ]
316
   },
317
   "id": 0,
318
   "text": "",
319
   "title": "Petr Pícha"
320
  },
321
  {
322
   "archetype": 0,
323
   "attributes": {
324
    "33": ["DEVELOPER"],
325
    "1": "Jan Albl",
326
    "34": ["TEAMMEMBER"],
327
    "5": [
328
     "Jan Albl",
329
     "alblj"
330
    ],
331
    "6": [
332
     "Jan Albl",
333
     "alblj@students.zcu.cz"
334
    ],
335
    "7": ["Developer"]
336
   },
337
   "id": 1,
338
   "text": "",
339
   "title": "Jan Albl"
340
  },
341
  {
342
   "archetype": 0,
343
   "attributes": {
344
    "33": [
345
     "DEVELOPER",
346
     "PROJECTMANAGER"
347
    ],
348
    "1": "Petr Mayr",
349
    "34": [
350
     "TEAMMEMBER",
351
     "MANAGEMENT"
352
    ],
353
    "5": [
354
     "Petr Mayr",
355
     "pmayr"
356
    ],
357
    "6": [
358
     "Petr Mayr",
359
     "pmayr@students.zcu.cz"
360
    ],
361
    "7": [
362
     "Developer",
363
     "Team leader"
364
    ]
365
   },
366
   "id": 2,
367
   "text": "",
368
   "title": "Petr Mayr"
369
  },
370
  {
371
   "archetype": 0,
372
   "attributes": {
373
    "33": ["DEVELOPER"],
374
    "1": "Tomáš Matějka",
375
    "34": ["TEAMMEMBER"],
376
    "5": [
377
     "Tomáš Matějka",
378
     "matejka"
379
    ],
380
    "6": [
381
     "Tomáš Matějka",
382
     "matejka@students.zcu.cz"
383
    ],
384
    "7": ["Developer"]
385
   },
386
   "id": 3,
387
   "text": "",
388
   "title": "Tomáš Matějka"
389
  },
390
  {
391
   "archetype": 0,
392
   "attributes": {
393
    "33": ["DEVELOPER"],
394
    "1": "Milan Široký",
395
    "34": ["TEAMMEMBER"],
396
    "5": [
397
     "",
398
     "Milan Široký",
399
     "milan.siroky",
400
     "milan2"
401
    ],
402
    "6": [
403
     "Milan Široký",
404
     "milan2@students.zcu.cz"
405
    ],
406
    "7": ["Developer"]
407
   },
408
   "id": 4,
409
   "text": "",
410
   "title": "Milan Široký"
411
  },
412
  {
413
   "archetype": 0,
414
   "attributes": {
415
    "33": ["MENTOR"],
416
    "1": "Premek Brada",
417
    "34": ["STAKEHOLDER"],
418
    "5": [
419
     "Premek Brada",
420
     "brada"
421
    ],
422
    "6": ["brada@kiv.zcu.cz"],
423
    "7": ["Mentor"]
424
   },
425
   "id": 5,
426
   "text": "",
427
   "title": "Premek Brada"
428
  },
429
  {
430
   "archetype": 0,
431
   "attributes": {
432
    "33": ["TEAMMEMBER"],
433
    "1": "unknown",
434
    "34": ["TEAMMEMBER"],
435
    "5": [
436
     "",
437
     "unknown"
438
    ],
439
    "6": [],
440
    "7": ["member"]
441
   },
442
   "id": 6,
443
   "text": "",
444
   "title": "unknown"
445
  },
446
  {
447
   "archetype": 1,
448
   "attributes": {
449
    "22": "8.0",
450
    "23": "100",
451
    "24": ["implementace"],
452
    "10": "https://students.kiv.zcu.cz:3443/issues/5184",
453
    "11": "5184",
454
    "12": ["Tomáš Matějka"],
455
    "13": ["Task"],
456
    "35": ["TASK"],
457
    "14": ["High"],
458
    "36": ["HIGH"],
459
    "37": ["HIGH"],
460
    "15": ["unassigned"],
461
    "38": ["HIGH"],
462
    "16": "2017-04-05 00:00:00",
463
    "39": ["UNASSIGNED"],
464
    "17": "2017-04-12 00:00:00",
465
    "18": ["DCI - 3. iterace"],
466
    "19": ["Closed"],
467
    "0": "5184",
468
    "1": "jsp pro zobrazení výsledku",
469
    "2": "Příprava jsp pro zobrazení výsledku porovnání dvou definic",
470
    "8": ["Milan Široký"],
471
    "9": "2017-03-23 10:09:24",
472
    "40": ["DONE"],
473
    "41": ["CLOSED"],
474
    "20": ["unassigned"],
475
    "42": ["UNASSIGNED"],
476
    "43": ["UNASSIGNED"],
477
    "21": "10.0"
478
   },
479
   "id": 7,
480
   "text": "",
481
   "title": "5184"
482
  },
483
  {
484
   "archetype": 1,
485
   "attributes": {
486
    "22": "8.949999958276749",
487
    "23": "100",
488
    "24": [],
489
    "10": "https://students.kiv.zcu.cz:3443/issues/5185",
490
    "11": "5185",
491
    "12": ["Milan Široký"],
492
    "13": ["Support"],
493
    "35": ["UNASSIGNED"],
494
    "14": ["Normal"],
495
    "36": ["NORMAL"],
496
    "37": ["NORMAL"],
497
    "15": ["unassigned"],
498
    "38": ["NORMAL"],
499
    "16": "2017-03-23 00:00:00",
500
    "39": ["UNASSIGNED"],
501
    "19": ["Closed"],
502
    "0": "5185",
503
    "1": "Administrace Redmine (práce s redmine)",
504
    "2": "",
505
    "8": ["Milan Široký"],
506
    "9": "2017-03-23 10:22:43",
507
    "40": ["DONE"],
508
    "41": ["CLOSED"],
509
    "20": ["unassigned"],
510
    "42": ["UNASSIGNED"],
511
    "43": ["UNASSIGNED"],
512
    "21": "10.0"
513
   },
514
   "id": 8,
515
   "text": "",
516
   "title": "5185"
517
  },
518
  {
519
   "archetype": 1,
520
   "attributes": {
521
    "22": "1.949999988079071",
522
    "23": "100",
523
    "24": ["implementace"],
524
    "10": "https://students.kiv.zcu.cz:3443/issues/5515",
525
    "11": "5515",
526
    "12": ["Jan Albl"],
527
    "13": ["Task"],
528
    "35": ["TASK"],
529
    "14": ["High"],
530
    "36": ["HIGH"],
531
    "37": ["HIGH"],
532
    "15": ["unassigned"],
533
    "38": ["HIGH"],
534
    "16": "2017-04-12 00:00:00",
535
    "39": ["UNASSIGNED"],
536
    "17": "2017-04-19 00:00:00",
537
    "18": ["DCI - 4. iterace"],
538
    "19": ["Closed"],
539
    "0": "5515",
540
    "1": "Formátování porovnávaných xml",
541
    "2": "Xml popisující definici příkazu databáze vrací neformátované (tj. celé na jednom řádku) a bylo by tedy vhodné ho před porovnáním přeformátovat. Lze na to použít třídu cz.aimtec.dci.util.XMLFormatter.",
542
    "8": ["Petr Mayr"],
543
    "9": "2017-04-11 12:42:26",
544
    "40": ["DONE"],
545
    "41": ["CLOSED"],
546
    "20": ["unassigned"],
547
    "42": ["UNASSIGNED"],
548
    "43": ["UNASSIGNED"],
549
    "21": "3.0"
550
   },
551
   "id": 9,
552
   "text": "",
553
   "title": "5515"
554
  },
555
  {
556
   "archetype": 1,
557
   "attributes": {
558
    "22": "1.8300000429153442",
559
    "23": "100",
560
    "24": [],
561
    "10": "https://students.kiv.zcu.cz:3443/issues/5163",
562
    "11": "5163",
563
    "12": ["Milan Široký"],
564
    "13": ["Task"],
565
    "35": ["TASK"],
566
    "14": ["Normal"],
567
    "36": ["NORMAL"],
568
    "37": ["NORMAL"],
569
    "15": ["unassigned"],
570
    "38": ["NORMAL"],
571
    "16": "2017-03-18 00:00:00",
572
    "39": ["UNASSIGNED"],
573
    "17": "2017-03-21 00:00:00",
574
    "18": ["DCI - 1. iterace"],
575
    "19": ["Closed"],
576
    "0": "5163",
577
    "1": "Sepsání vize projektu",
578
    "2": "Po první schůzce se zákazníkem vytvořena vize produktu. ",
579
    "8": ["Milan Široký"],
580
    "9": "2017-03-20 18:36:38",
581
    "40": ["DONE"],
582
    "41": ["CLOSED"],
583
    "20": ["unassigned"],
584
    "42": ["UNASSIGNED"],
585
    "43": ["UNASSIGNED"],
586
    "21": "2.0"
587
   },
588
   "id": 10,
589
   "text": "",
590
   "title": "5163"
591
  },
592
  {
593
   "archetype": 1,
594
   "attributes": {
595
    "22": "3.800000011920929",
596
    "23": "100",
597
    "24": ["implementace"],
598
    "10": "https://students.kiv.zcu.cz:3443/issues/5516",
599
    "11": "5516",
600
    "12": ["Tomáš Matějka"],
601
    "13": ["Task"],
602
    "35": ["TASK"],
603
    "14": ["High"],
604
    "36": ["HIGH"],
605
    "37": ["HIGH"],
606
    "15": ["unassigned"],
607
    "38": ["HIGH"],
608
    "16": "2017-04-12 00:00:00",
609
    "39": ["UNASSIGNED"],
610
    "17": "2017-04-19 00:00:00",
611
    "18": ["DCI - 4. iterace"],
612
    "19": ["Closed"],
613
    "0": "5516",
614
    "1": "Validace správné funkcionality",
615
    "2": "Bude třeba otestovat správnou funkcionalitu tlačítka a okrajové případy (špatný počet vybraných definic). Dále se bude testovat zda se nerozbila nějaká stávající funkcionalita (hlavně porovnání transakcí) a případné chyby opravit.",
616
    "8": ["Petr Mayr"],
617
    "9": "2017-04-11 13:10:07",
618
    "40": ["DONE"],
619
    "41": ["CLOSED"],
620
    "20": ["unassigned"],
621
    "42": ["UNASSIGNED"],
622
    "43": ["UNASSIGNED"],
623
    "21": "5.0"
624
   },
625
   "id": 11,
626
   "text": "",
627
   "title": "5516"
628
  },
629
  {
630
   "archetype": 1,
631
   "attributes": {
632
    "22": "4.0",
633
    "23": "100",
634
    "24": ["implementace"],
635
    "10": "https://students.kiv.zcu.cz:3443/issues/5517",
636
    "11": "5517",
637
    "12": ["Petr Mayr"],
638
    "13": ["Task"],
639
    "35": ["TASK"],
640
    "14": ["High"],
641
    "36": ["HIGH"],
642
    "37": ["HIGH"],
643
    "15": ["unassigned"],
644
    "38": ["HIGH"],
645
    "16": "2017-04-12 00:00:00",
646
    "39": ["UNASSIGNED"],
647
    "17": "2017-04-19 00:00:00",
648
    "18": ["DCI - 4. iterace"],
649
    "19": ["Closed"],
650
    "0": "5517",
651
    "1": "Refactoring a finální úpravy",
652
    "2": "- OrderDefinitionCompareForm bude obsahovat atribut typu String[], ve kterém budou uloženy jména definic příkazů k porovnání\r\n- handler tlačítka bude posílat parametr compare jako pole (tj ...?compare[]=name1&compare[]=name2...)\r\n- kód bude připraven k předání\r\n- orderDefCompare.jsp by nemělo odkazovat na transDefCompareXP.css",
653
    "8": ["Petr Mayr"],
654
    "9": "2017-04-11 13:17:38",
655
    "40": ["DONE"],
656
    "41": ["CLOSED"],
657
    "20": ["unassigned"],
658
    "42": ["UNASSIGNED"],
659
    "43": ["UNASSIGNED"],
660
    "21": "4.0"
661
   },
662
   "id": 12,
663
   "text": "",
664
   "title": "5517"
665
  },
666
  {
667
   "archetype": 1,
668
   "attributes": {
669
    "22": "0.5",
670
    "23": "100",
671
    "24": [],
672
    "10": "https://students.kiv.zcu.cz:3443/issues/5651",
673
    "11": "5651",
674
    "12": ["Petr Mayr"],
675
    "13": ["Support"],
676
    "35": ["UNASSIGNED"],
677
    "14": ["Normal"],
678
    "36": ["NORMAL"],
679
    "37": ["NORMAL"],
680
    "15": ["unassigned"],
681
    "38": ["NORMAL"],
682
    "16": "2017-04-19 00:00:00",
683
    "39": ["UNASSIGNED"],
684
    "17": "2017-04-26 00:00:00",
685
    "18": ["DCI - 5. iterace"],
686
    "19": ["Closed"],
687
    "0": "5651",
688
    "1": "Předání projektu",
689
    "2": "Finální prezentace, předání, případné získání předávacího protokolu",
690
    "8": ["Petr Mayr"],
691
    "9": "2017-04-19 15:03:53",
692
    "40": ["DONE"],
693
    "41": ["CLOSED"],
694
    "20": ["unassigned"],
695
    "42": ["UNASSIGNED"],
696
    "43": ["UNASSIGNED"],
697
    "21": "2.0"
698
   },
699
   "id": 13,
700
   "text": "",
701
   "title": "5651"
702
  },
703
  {
704
   "archetype": 1,
705
   "attributes": {
706
    "22": "9.0",
707
    "23": "100",
708
    "24": [],
709
    "10": "https://students.kiv.zcu.cz:3443/issues/5142",
710
    "11": "5142",
711
    "12": ["Milan Široký"],
712
    "13": ["Task"],
713
    "35": ["TASK"],
714
    "14": ["Normal"],
715
    "36": ["NORMAL"],
716
    "37": ["NORMAL"],
717
    "15": ["unassigned"],
718
    "38": ["NORMAL"],
719
    "16": "2017-03-20 00:00:00",
720
    "39": ["UNASSIGNED"],
721
    "19": ["Closed"],
722
    "0": "5142",
723
    "1": "Schůzky se zákazníkem",
724
    "2": "",
725
    "8": ["Petr Mayr"],
726
    "9": "2017-03-20 11:30:12",
727
    "40": ["DONE"],
728
    "41": ["CLOSED"],
729
    "20": ["unassigned"],
730
    "42": ["UNASSIGNED"],
731
    "43": ["UNASSIGNED"],
732
    "21": "28.0"
733
   },
734
   "id": 14,
735
   "text": "",
736
   "title": "5142"
737
  },
738
  {
739
   "archetype": 1,
740
   "attributes": {
741
    "22": "10.700000002980232",
742
    "23": "100",
743
    "24": [],
744
    "10": "https://students.kiv.zcu.cz:3443/issues/5143",
745
    "11": "5143",
746
    "12": ["Milan Široký"],
747
    "13": ["Task"],
748
    "35": ["TASK"],
749
    "14": ["Low"],
750
    "36": ["LOW"],
751
    "37": ["LOW"],
752
    "15": ["unassigned"],
753
    "38": ["LOW"],
754
    "16": "2017-03-20 00:00:00",
755
    "39": ["UNASSIGNED"],
756
    "19": ["Closed"],
757
    "0": "5143",
758
    "1": "Schůzky týmu",
759
    "2": "",
760
    "8": ["Petr Mayr"],
761
    "9": "2017-03-20 11:31:35",
762
    "40": ["DONE"],
763
    "41": ["CLOSED"],
764
    "20": ["unassigned"],
765
    "42": ["UNASSIGNED"],
766
    "43": ["UNASSIGNED"],
767
    "21": "28.0"
768
   },
769
   "id": 15,
770
   "text": "",
771
   "title": "5143"
772
  },
773
  {
774
   "archetype": 1,
775
   "attributes": {
776
    "22": "3.0",
777
    "23": "100",
778
    "24": ["implementace"],
779
    "10": "https://students.kiv.zcu.cz:3443/issues/5656",
780
    "11": "5656",
781
    "12": ["Jan Albl"],
782
    "13": ["Task"],
783
    "35": ["TASK"],
784
    "14": ["High"],
785
    "36": ["HIGH"],
786
    "37": ["HIGH"],
787
    "15": ["unassigned"],
788
    "38": ["HIGH"],
789
    "16": "2017-04-19 00:00:00",
790
    "39": ["UNASSIGNED"],
791
    "17": "2017-04-26 00:00:00",
792
    "18": ["DCI - 5. iterace"],
793
    "19": ["Closed"],
794
    "0": "5656",
795
    "1": "Titulek okna s porovnáním",
796
    "2": "Modální okno bude obsahovat titulek, ve kterém budou jména porovnávaných příkazů a legenda (tj. co která barva znamená podobně jako u transakcí). Texty budou v jazykovém bundle, stačí doplnit česky a anglicky.",
797
    "8": ["Petr Mayr"],
798
    "9": "2017-04-19 17:38:03",
799
    "40": ["DONE"],
800
    "41": ["CLOSED"],
801
    "20": ["unassigned"],
802
    "42": ["UNASSIGNED"],
803
    "43": ["UNASSIGNED"],
804
    "21": "4.0"
805
   },
806
   "id": 16,
807
   "text": "",
808
   "title": "5656"
809
  },
810
  {
811
   "archetype": 1,
812
   "attributes": {
813
    "22": "2.0",
814
    "23": "100",
815
    "24": [],
816
    "10": "https://students.kiv.zcu.cz:3443/issues/5177",
817
    "11": "5177",
818
    "12": ["unknown"],
819
    "13": ["Task"],
820
    "35": ["TASK"],
821
    "14": ["Normal"],
822
    "36": ["NORMAL"],
823
    "37": ["NORMAL"],
824
    "15": ["unassigned"],
825
    "38": ["NORMAL"],
826
    "16": "2017-03-23 00:00:00",
827
    "39": ["UNASSIGNED"],
828
    "17": "2017-03-30 00:00:00",
829
    "18": ["DCI - 1. iterace"],
830
    "19": ["Closed"],
831
    "0": "5177",
832
    "1": "Orientace v aplikaci DCIx ",
833
    "2": "Zorientování se v současné aplikaci a v používaných technologiích (struts, ajax, js)",
834
    "8": ["Milan Široký"],
835
    "9": "2017-03-23 09:53:58",
836
    "40": ["DONE"],
837
    "41": ["CLOSED"],
838
    "20": ["unassigned"],
839
    "42": ["UNASSIGNED"],
840
    "43": ["UNASSIGNED"],
841
    "21": "3.0"
842
   },
843
   "id": 17,
844
   "text": "",
845
   "title": "5177"
846
  },
847
  {
848
   "archetype": 1,
849
   "attributes": {
850
    "22": "1.0",
851
    "23": "100",
852
    "24": ["implementace"],
853
    "10": "https://students.kiv.zcu.cz:3443/issues/5658",
854
    "11": "5658",
855
    "12": ["Petr Mayr"],
856
    "13": ["Task"],
857
    "35": ["TASK"],
858
    "14": ["High"],
859
    "36": ["HIGH"],
860
    "37": ["HIGH"],
861
    "15": ["unassigned"],
862
    "38": ["HIGH"],
863
    "16": "2017-04-19 00:00:00",
864
    "39": ["UNASSIGNED"],
865
    "17": "2017-04-26 00:00:00",
866
    "18": ["DCI - 5. iterace"],
867
    "19": ["Closed"],
868
    "0": "5658",
869
    "1": "DCI konvence zdrojových kódů",
870
    "2": "Jedna z konvencí v DCI říká, že každé jsp musí mít vlastní css. Bude tedy nutné vytvořit css pro jsp s porovnáním, obsah bude stejný jako css aktuálně použitého jsp (transDefCompareXP.css).",
871
    "8": ["Petr Mayr"],
872
    "9": "2017-04-19 17:46:21",
873
    "40": ["DONE"],
874
    "41": ["CLOSED"],
875
    "20": ["unassigned"],
876
    "42": ["UNASSIGNED"],
877
    "43": ["UNASSIGNED"],
878
    "21": "1.0"
879
   },
880
   "id": 18,
881
   "text": "",
882
   "title": "5658"
883
  },
884
  {
885
   "archetype": 1,
886
   "attributes": {
887
    "22": "1.5",
888
    "23": "100",
889
    "24": ["implementace"],
890
    "10": "https://students.kiv.zcu.cz:3443/issues/5178",
891
    "11": "5178",
892
    "12": ["Tomáš Matějka"],
893
    "13": ["Task"],
894
    "35": ["TASK"],
895
    "14": ["High"],
896
    "36": ["HIGH"],
897
    "37": ["HIGH"],
898
    "15": ["unassigned"],
899
    "38": ["HIGH"],
900
    "16": "2017-03-23 00:00:00",
901
    "39": ["UNASSIGNED"],
902
    "17": "2017-04-05 00:00:00",
903
    "18": ["DCI - 2. iterace"],
904
    "19": ["Closed"],
905
    "0": "5178",
906
    "1": "Tlačítko na porovnání",
907
    "2": "Přidání tlačítka na porovnání do přehledu definic příkazů (text 'compare') nad výpis. Tlačítko bude mít třídu '.compareButton'.",
908
    "8": ["Milan Široký"],
909
    "9": "2017-03-23 09:56:09",
910
    "40": ["DONE"],
911
    "41": ["CLOSED"],
912
    "20": ["unassigned"],
913
    "42": ["UNASSIGNED"],
914
    "43": ["UNASSIGNED"],
915
    "21": "3.0"
916
   },
917
   "id": 19,
918
   "text": "",
919
   "title": "5178"
920
  },
921
  {
922
   "archetype": 1,
923
   "attributes": {
924
    "22": "5.0",
925
    "23": "100",
926
    "24": ["implementace"],
927
    "10": "https://students.kiv.zcu.cz:3443/issues/5179",
928
    "11": "5179",
929
    "12": ["Jan Albl"],
930
    "13": ["Task"],
931
    "35": ["TASK"],
932
    "14": ["High"],
933
    "36": ["HIGH"],
934
    "37": ["HIGH"],
935
    "15": ["unassigned"],
936
    "38": ["HIGH"],
937
    "16": "2017-03-23 00:00:00",
938
    "39": ["UNASSIGNED"],
939
    "17": "2017-04-05 00:00:00",
940
    "18": ["DCI - 2. iterace"],
941
    "19": ["Closed"],
942
    "0": "5179",
943
    "1": "JS ajaxová obsluha tlačítka",
944
    "2": "Handler na click na tlačítku porovnání (třída .compareButton), který zavolá $base/compareOrderDefs.do?param a výsledek zobrazí do modálního okna. Param bude jeden a bude obsahovat id vybraných definicí příkazů oddělené čárkou. Jako inspiraci lze použít handler porovnání transakcí v mainTransDefColl.jsp, řádek 41. Skript by neměl být součástí template, což prozatím není nutné řešit.",
945
    "8": ["Milan Široký"],
946
    "9": "2017-03-23 09:58:32",
947
    "40": ["DONE"],
948
    "41": ["CLOSED"],
949
    "20": ["unassigned"],
950
    "42": ["UNASSIGNED"],
951
    "43": ["UNASSIGNED"],
952
    "21": "9.0"
953
   },
954
   "id": 20,
955
   "text": "",
956
   "title": "5179"
957
  },
958
  {
959
   "archetype": 1,
960
   "attributes": {
961
    "22": "4.5",
962
    "23": "100",
963
    "24": ["implementace"],
964
    "10": "https://students.kiv.zcu.cz:3443/issues/5180",
965
    "11": "5180",
966
    "12": ["Petr Mayr"],
967
    "13": ["Task"],
968
    "35": ["TASK"],
969
    "14": ["High"],
970
    "36": ["HIGH"],
971
    "37": ["HIGH"],
972
    "15": ["unassigned"],
973
    "38": ["HIGH"],
974
    "16": "2017-03-23 00:00:00",
975
    "39": ["UNASSIGNED"],
976
    "17": "2017-04-05 00:00:00",
977
    "18": ["DCI - 2. iterace"],
978
    "19": ["Closed"],
979
    "0": "5180",
980
    "1": "Backend - controller a mapování na url",
981
    "2": "Vytvoření provizorního controlleru (s prázdnou metodou execute()), přidání jeho mapování na kontext /compareOrderDefs a přidání jsp, které vypíše nějaký testovací obsah. Bude také třeba vytvořit třídu form, která bude obalovat request. Jako inspirace může posloužit controller na porovnáním definic transakcí.",
982
    "8": ["Milan Široký"],
983
    "9": "2017-03-23 10:00:06",
984
    "40": ["DONE"],
985
    "41": ["CLOSED"],
986
    "20": ["unassigned"],
987
    "42": ["UNASSIGNED"],
988
    "43": ["UNASSIGNED"],
989
    "21": "9.0"
990
   },
991
   "id": 21,
992
   "text": "",
993
   "title": "5180"
994
  },
995
  {
996
   "archetype": 1,
997
   "attributes": {
998
    "22": "2.449999988079071",
999
    "23": "100",
1000
    "24": ["implementace"],
1001
    "10": "https://students.kiv.zcu.cz:3443/issues/5181",
1002
    "11": "5181",
1003
    "12": ["Jan Albl"],
1004
    "13": ["Task"],
1005
    "35": ["TASK"],
1006
    "14": ["High"],
1007
    "36": ["HIGH"],
1008
    "37": ["HIGH"],
1009
    "15": ["unassigned"],
1010
    "38": ["HIGH"],
1011
    "16": "2017-04-12 00:00:00",
1012
    "39": ["UNASSIGNED"],
1013
    "17": "2017-04-19 00:00:00",
1014
    "18": ["DCI - 4. iterace"],
1015
    "19": ["Closed"],
1016
    "0": "5181",
1017
    "1": "Validace requestu",
1018
    "2": "Provedení validace, zda došlo k vybrání správného počtu definic (2 definice) a případně vrácení chybové zprávy, pokud došlo k vybrání jen jedné nebo více definic",
1019
    "8": ["Milan Široký"],
1020
    "9": "2017-03-23 10:02:42",
1021
    "40": ["DONE"],
1022
    "41": ["CLOSED"],
1023
    "20": ["unassigned"],
1024
    "42": ["UNASSIGNED"],
1025
    "43": ["UNASSIGNED"],
1026
    "21": "3.0"
1027
   },
1028
   "id": 22,
1029
   "text": "",
1030
   "title": "5181"
1031
  },
1032
  {
1033
   "archetype": 1,
1034
   "attributes": {
1035
    "22": "9.0",
1036
    "23": "100",
1037
    "24": ["implementace"],
1038
    "10": "https://students.kiv.zcu.cz:3443/issues/5182",
1039
    "11": "5182",
1040
    "12": ["Petr Mayr"],
1041
    "13": ["Task"],
1042
    "35": ["TASK"],
1043
    "14": ["High"],
1044
    "36": ["HIGH"],
1045
    "37": ["HIGH"],
1046
    "15": ["unassigned"],
1047
    "38": ["HIGH"],
1048
    "16": "2017-04-05 00:00:00",
1049
    "39": ["UNASSIGNED"],
1050
    "17": "2017-04-12 00:00:00",
1051
    "18": ["DCI - 3. iterace"],
1052
    "19": ["Closed"],
1053
    "0": "5182",
1054
    "1": "Načtení definic příkazů z databáze",
1055
    "2": "Načtení definic uložených v databázi pro následné porovnání",
1056
    "8": ["Milan Široký"],
1057
    "9": "2017-03-23 10:04:03",
1058
    "40": ["DONE"],
1059
    "41": ["CLOSED"],
1060
    "20": ["unassigned"],
1061
    "42": ["UNASSIGNED"],
1062
    "43": ["UNASSIGNED"],
1063
    "21": "10.0"
1064
   },
1065
   "id": 23,
1066
   "text": "",
1067
   "title": "5182"
1068
  },
1069
  {
1070
   "archetype": 1,
1071
   "attributes": {
1072
    "22": "2.5",
1073
    "23": "100",
1074
    "24": ["implementace"],
1075
    "10": "https://students.kiv.zcu.cz:3443/issues/5183",
1076
    "11": "5183",
1077
    "12": ["Jan Albl"],
1078
    "13": ["Task"],
1079
    "35": ["TASK"],
1080
    "14": ["High"],
1081
    "36": ["HIGH"],
1082
    "37": ["HIGH"],
1083
    "15": ["unassigned"],
1084
    "38": ["HIGH"],
1085
    "16": "2017-04-05 00:00:00",
1086
    "39": ["UNASSIGNED"],
1087
    "17": "2017-04-12 00:00:00",
1088
    "18": ["DCI - 3. iterace"],
1089
    "19": ["Closed"],
1090
    "0": "5183",
1091
    "1": "Porovnání definic příkazů",
1092
    "2": "Provede porovnání vybraných definic použitím stávající knihovny z porovnávání transakčních definic a následně vygeneruje HTML porovnaných definic (komparátu)",
1093
    "8": ["Milan Široký"],
1094
    "9": "2017-03-23 10:08:38",
1095
    "40": ["DONE"],
1096
    "41": ["CLOSED"],
1097
    "20": ["unassigned"],
1098
    "42": ["UNASSIGNED"],
1099
    "43": ["UNASSIGNED"],
1100
    "21": "3.0"
1101
   },
1102
   "id": 24,
1103
   "text": "",
1104
   "title": "5183"
1105
  },
1106
  {
1107
   "archetype": 4,
1108
   "attributes": {
1109
    "1": "",
1110
    "3": "",
1111
    "27": "ADD DCI konvence zdrojových kódů\n",
1112
    "8": ["Petr Mayr"],
1113
    "9": "2017-04-19 17:46:21",
1114
    "10": ""
1115
   },
1116
   "id": 25,
1117
   "text": "",
1118
   "title": "change - 25"
1119
  },
1120
  {
1121
   "archetype": 4,
1122
   "attributes": {
1123
    "0": "7766",
1124
    "1": "",
1125
    "3": "\n\nActivity: Unspecified",
1126
    "26": "2017-04-19 18:08:04",
1127
    "27": "LOGTIME DCI konvence zdrojových kódů - spentTime: 0.0 -> 1.0\n",
1128
    "8": ["Petr Mayr"],
1129
    "9": "2017-04-19 00:00:00",
1130
    "10": ""
1131
   },
1132
   "id": 26,
1133
   "text": "",
1134
   "title": "7766"
1135
  },
1136
  {
1137
   "archetype": 4,
1138
   "attributes": {
1139
    "0": "change-16890",
1140
    "1": "",
1141
    "3": "",
1142
    "27": "MODIFY DCI konvence zdrojových kódů - status: Accepted -> Assigned\n",
1143
    "8": ["Petr Mayr"],
1144
    "9": "2017-04-19 17:47:00",
1145
    "10": ""
1146
   },
1147
   "id": 27,
1148
   "text": "",
1149
   "title": "change-16890"
1150
  },
1151
  {
1152
   "archetype": 4,
1153
   "attributes": {
1154
    "0": "change-16892",
1155
    "1": "",
1156
    "3": "",
1157
    "27": "MODIFY DCI konvence zdrojových kódů - name: Duplikovat css příslušící oknu s porovnáním -> DCI konvence zdrojových kódů\n",
1158
    "8": ["Petr Mayr"],
1159
    "9": "2017-04-19 17:55:00",
1160
    "10": ""
1161
   },
1162
   "id": 28,
1163
   "text": "",
1164
   "title": "change-16892"
1165
  },
1166
  {
1167
   "archetype": 4,
1168
   "attributes": {
1169
    "0": "change-16893",
1170
    "1": "",
1171
    "3": "",
1172
    "27": "MODIFY DCI konvence zdrojových kódů - status: Assigned -> Resolved\nMODIFY DCI konvence zdrojových kódů - progress: 0 -> 100\n",
1173
    "8": ["Petr Mayr"],
1174
    "9": "2017-04-19 18:08:00",
1175
    "10": ""
1176
   },
1177
   "id": 29,
1178
   "text": "",
1179
   "title": "change-16893"
1180
  },
1181
  {
1182
   "archetype": 4,
1183
   "attributes": {
1184
    "0": "change-17130",
1185
    "1": "",
1186
    "3": "",
1187
    "27": "MODIFY DCI konvence zdrojových kódů - status: Resolved -> Closed\n",
1188
    "8": ["Petr Mayr"],
1189
    "9": "2017-04-22 18:13:00",
1190
    "10": ""
1191
   },
1192
   "id": 30,
1193
   "text": "",
1194
   "title": "change-17130"
1195
  },
1196
  {
1197
   "archetype": 4,
1198
   "attributes": {
1199
    "1": "",
1200
    "3": "",
1201
    "27": "ADD Titulek okna s porovnáním\n",
1202
    "8": ["Petr Mayr"],
1203
    "9": "2017-04-19 17:38:03",
1204
    "10": ""
1205
   },
1206
   "id": 31,
1207
   "text": "",
1208
   "title": "change - 31"
1209
  },
1210
  {
1211
   "archetype": 4,
1212
   "attributes": {
1213
    "0": "7846",
1214
    "1": "",
1215
    "3": "Už jen přidám commit a hotovo\n\nActivity: Implementation",
1216
    "26": "2017-04-21 11:09:49",
1217
    "27": "LOGTIME Titulek okna s porovnáním - spentTime: 0.0 -> 2.0\n",
1218
    "8": ["Jan Albl"],
1219
    "9": "2017-04-21 00:00:00",
1220
    "10": ""
1221
   },
1222
   "id": 32,
1223
   "text": "",
1224
   "title": "7846"
1225
  },
1226
  {
1227
   "archetype": 4,
1228
   "attributes": {
1229
    "0": "7809",
1230
    "1": "",
1231
    "3": "\n\nActivity: Unspecified",
1232
    "26": "2017-04-20 19:28:53",
1233
    "27": "LOGTIME Titulek okna s porovnáním - spentTime: 2.0 -> 3.0\n",
1234
    "8": ["Jan Albl"],
1235
    "9": "2017-04-20 00:00:00",
1236
    "10": ""
1237
   },
1238
   "id": 33,
1239
   "text": "",
1240
   "title": "7809"
1241
  },
1242
  {
1243
   "archetype": 4,
1244
   "attributes": {
1245
    "0": "change-16889",
1246
    "1": "",
1247
    "3": "",
1248
    "27": "MODIFY Titulek okna s porovnáním - status: Accepted -> Assigned\n",
1249
    "8": ["Petr Mayr"],
1250
    "9": "2017-04-19 17:47:00",
1251
    "10": ""
1252
   },
1253
   "id": 34,
1254
   "text": "",
1255
   "title": "change-16889"
1256
  },
1257
  {
1258
   "archetype": 4,
1259
   "attributes": {
1260
    "0": "change-16984",
1261
    "1": "",
1262
    "3": "",
1263
    "27": "MODIFY Titulek okna s porovnáním - progress: 0 -> 30\n",
1264
    "8": ["Petr Mayr"],
1265
    "9": "2017-04-20 16:15:00",
1266
    "10": ""
1267
   },
1268
   "id": 35,
1269
   "text": "",
1270
   "title": "change-16984"
1271
  },
1272
  {
1273
   "archetype": 4,
1274
   "attributes": {
1275
    "0": "change-16991",
1276
    "1": "",
1277
    "3": "",
1278
    "27": "MODIFY Titulek okna s porovnáním - progress: 30 -> 0\n",
1279
    "8": ["Petr Mayr"],
1280
    "9": "2017-04-20 18:50:00",
1281
    "10": ""
1282
   },
1283
   "id": 36,
1284
   "text": "",
1285
   "title": "change-16991"
1286
  },
1287
  {
1288
   "archetype": 4,
1289
   "attributes": {
1290
    "0": "change-16993",
1291
    "1": "",
1292
    "3": "",
1293
    "27": "MODIFY Titulek okna s porovnáním - progress: 0 -> 30\n",
1294
    "8": ["Jan Albl"],
1295
    "9": "2017-04-20 19:29:00",
1296
    "10": ""
1297
   },
1298
   "id": 37,
1299
   "text": "",
1300
   "title": "change-16993"
1301
  },
1302
  {
1303
   "archetype": 4,
1304
   "attributes": {
1305
    "0": "change-17089",
1306
    "1": "",
1307
    "3": "",
1308
    "27": "MODIFY Titulek okna s porovnáním - progress: 30 -> 90\n",
1309
    "8": ["Jan Albl"],
1310
    "9": "2017-04-21 11:10:00",
1311
    "10": ""
1312
   },
1313
   "id": 38,
1314
   "text": "",
1315
   "title": "change-17089"
1316
  },
1317
  {
1318
   "archetype": 4,
1319
   "attributes": {
1320
    "0": "change-17127",
1321
    "1": "",
1322
    "3": "",
1323
    "27": "MODIFY Titulek okna s porovnáním - progress: 90 -> 100\n",
1324
    "8": ["Jan Albl"],
1325
    "9": "2017-04-22 13:27:00",
1326
    "10": ""
1327
   },
1328
   "id": 39,
1329
   "text": "",
1330
   "title": "change-17127"
1331
  },
1332
  {
1333
   "archetype": 4,
1334
   "attributes": {
1335
    "0": "change-17129",
1336
    "1": "",
1337
    "3": "",
1338
    "27": "MODIFY Titulek okna s porovnáním - status: Assigned -> Closed\n",
1339
    "8": ["Petr Mayr"],
1340
    "9": "2017-04-22 18:13:00",
1341
    "10": ""
1342
   },
1343
   "id": 40,
1344
   "text": "",
1345
   "title": "change-17129"
1346
  },
1347
  {
1348
   "archetype": 4,
1349
   "attributes": {
1350
    "1": "",
1351
    "3": "",
1352
    "27": "ADD Předání projektu\n",
1353
    "8": ["Petr Mayr"],
1354
    "9": "2017-04-19 15:03:53",
1355
    "10": ""
1356
   },
1357
   "id": 41,
1358
   "text": "",
1359
   "title": "change - 41"
1360
  },
1361
  {
1362
   "archetype": 4,
1363
   "attributes": {
1364
    "0": "8032",
1365
    "1": "",
1366
    "3": "Předání zákazníkovi, podpis předávacího protokolu, poslední retrospektiva za celý projekt\n\nActivity: Verification",
1367
    "26": "2017-04-27 17:41:27",
1368
    "27": "LOGTIME Předání projektu - spentTime: 0.0 -> 0.5\n",
1369
    "8": ["Milan Široký"],
1370
    "9": "2017-04-27 00:00:00",
1371
    "10": ""
1372
   },
1373
   "id": 42,
1374
   "text": "",
1375
   "title": "8032"
1376
  },
1377
  {
1378
   "archetype": 4,
1379
   "attributes": {
1380
    "0": "change-16891",
1381
    "1": "",
1382
    "3": "",
1383
    "27": "MODIFY Předání projektu - status: Accepted -> Assigned\n",
1384
    "8": ["Petr Mayr"],
1385
    "9": "2017-04-19 17:47:00",
1386
    "10": ""
1387
   },
1388
   "id": 43,
1389
   "text": "",
1390
   "title": "change-16891"
1391
  },
1392
  {
1393
   "archetype": 4,
1394
   "attributes": {
1395
    "0": "change-17604",
1396
    "1": "",
1397
    "3": "",
1398
    "27": "MODIFY Předání projektu - status: Assigned -> Closed\nMODIFY Předání projektu - progress: 0 -> 100\n",
1399
    "8": ["Petr Mayr"],
1400
    "9": "2017-04-27 22:47:00",
1401
    "10": ""
1402
   },
1403
   "id": 44,
1404
   "text": "",
1405
   "title": "change-17604"
1406
  },
1407
  {
1408
   "archetype": 4,
1409
   "attributes": {
1410
    "1": "",
1411
    "3": "",
1412
    "27": "ADD Refactoring a finální úpravy\n",
1413
    "8": ["Petr Mayr"],
1414
    "9": "2017-04-11 13:17:38",
1415
    "10": ""
1416
   },
1417
   "id": 45,
1418
   "text": "",
1419
   "title": "change - 45"
1420
  },
1421
  {
1422
   "archetype": 4,
1423
   "attributes": {
1424
    "0": "7744",
1425
    "1": "",
1426
    "3": "\n\nActivity: Implementation",
1427
    "26": "2017-04-19 00:06:52",
1428
    "27": "LOGTIME Refactoring a finální úpravy - spentTime: 0.0 -> 2.0\n",
1429
    "8": ["Petr Mayr"],
1430
    "9": "2017-04-19 00:00:00",
1431
    "10": ""
1432
   },
1433
   "id": 46,
1434
   "text": "",
1435
   "title": "7744"
1436
  },
1437
  {
1438
   "archetype": 4,
1439
   "attributes": {
1440
    "0": "7611",
1441
    "1": "",
1442
    "3": "\n\nActivity: Implementation",
1443
    "26": "2017-04-14 10:13:08",
1444
    "27": "LOGTIME Refactoring a finální úpravy - spentTime: 2.0 -> 4.0\n",
1445
    "8": ["Petr Mayr"],
1446
    "9": "2017-04-14 00:00:00",
1447
    "10": ""
1448
   },
1449
   "id": 47,
1450
   "text": "",
1451
   "title": "7611"
1452
  },
1453
  {
1454
   "archetype": 4,
1455
   "attributes": {
1456
    "0": "change-16406",
1457
    "1": "",
1458
    "3": "",
1459
    "27": "MODIFY Refactoring a finální úpravy - iteration:  -> DCI - 4. iterace\n",
1460
    "8": ["Petr Mayr"],
1461
    "9": "2017-04-11 13:19:00",
1462
    "10": ""
1463
   },
1464
   "id": 48,
1465
   "text": "",
1466
   "title": "change-16406"
1467
  },
1468
  {
1469
   "archetype": 4,
1470
   "attributes": {
1471
    "0": "change-16407",
1472
    "1": "",
1473
    "3": "",
1474
    "27": "MODIFY Refactoring a finální úpravy - status: New -> Accepted\n",
1475
    "8": ["Petr Mayr"],
1476
    "9": "2017-04-11 13:20:00",
1477
    "10": ""
1478
   },
1479
   "id": 49,
1480
   "text": "",
1481
   "title": "change-16407"
1482
  },
1483
  {
1484
   "archetype": 4,
1485
   "attributes": {
1486
    "0": "change-16408",
1487
    "1": "",
1488
    "3": "",
1489
    "27": "MODIFY Refactoring a finální úpravy - status: Accepted -> Assigned\nMODIFY Refactoring a finální úpravy - assignee:  -> Petr Mayr\n",
1490
    "8": ["Petr Mayr"],
1491
    "9": "2017-04-11 13:20:00",
1492
    "10": ""
1493
   },
1494
   "id": 50,
1495
   "text": "",
1496
   "title": "change-16408"
1497
  },
1498
  {
1499
   "archetype": 4,
1500
   "attributes": {
1501
    "0": "change-16413",
1502
    "1": "",
1503
    "3": "",
1504
    "27": "MODIFY Refactoring a finální úpravy - description: \n - OrderDefinitionCompareForm bude obsahovat atribut typu String[], ve kterém budou uloženy jména definic příkazů k porovnání  - handler tlačítka bude posílat parametr compare jako pole (tj ...?compare[]=name1&compare[]=name2...)  - kód bude připraven k předání   -> \n - OrderDefinitionCompareForm bude obsahovat atribut typu String[], ve kterém budou uloženy jména definic příkazů k porovnání  - handler tlačítka bude posílat parametr compare jako pole (tj ...?compare[]=name1&compare[]=name2...)  - kód bude připraven k předání - orderDefCompare.jsp by nemělo odkazovat na transDefCompareXP.css \n",
1505
    "8": ["Petr Mayr"],
1506
    "9": "2017-04-11 13:29:00",
1507
    "10": ""
1508
   },
1509
   "id": 51,
1510
   "text": "",
1511
   "title": "change-16413"
1512
  },
1513
  {
1514
   "archetype": 4,
1515
   "attributes": {
1516
    "0": "change-16419",
1517
    "1": "",
1518
    "3": "",
1519
    "27": "MODIFY Refactoring a finální úpravy - dueDate:  -> 2017-04-18\n",
1520
    "8": ["Petr Mayr"],
1521
    "9": "2017-04-11 13:46:00",
1522
    "10": ""
1523
   },
1524
   "id": 52,
1525
   "text": "",
1526
   "title": "change-16419"
1527
  },
1528
  {
1529
   "archetype": 4,
1530
   "attributes": {
1531
    "0": "change-16424",
1532
    "1": "",
1533
    "3": "",
1534
    "27": "MODIFY Refactoring a finální úpravy - priority: Normal -> High\n",
1535
    "8": ["Petr Mayr"],
1536
    "9": "2017-04-11 13:47:00",
1537
    "10": ""
1538
   },
1539
   "id": 53,
1540
   "text": "",
1541
   "title": "change-16424"
1542
  },
1543
  {
1544
   "archetype": 4,
1545
   "attributes": {
1546
    "0": "change-16453",
1547
    "1": "",
1548
    "3": "",
1549
    "27": "MODIFY Refactoring a finální úpravy - dueDate: 2017-04-18 -> 2017-04-19\nMODIFY Refactoring a finální úpravy - startDate: 2017-04-11 -> 2017-04-12\n",
1550
    "8": ["Petr Mayr"],
1551
    "9": "2017-04-12 11:14:00",
1552
    "10": ""
1553
   },
1554
   "id": 54,
1555
   "text": "",
1556
   "title": "change-16453"
1557
  },
1558
  {
1559
   "archetype": 4,
1560
   "attributes": {
1561
    "0": "change-16591",
1562
    "1": "",
1563
    "3": "",
1564
    "27": "MODIFY Refactoring a finální úpravy - progress: 0 -> 60\n",
1565
    "8": ["Petr Mayr"],
1566
    "9": "2017-04-14 10:13:00",
1567
    "10": ""
1568
   },
1569
   "id": 55,
1570
   "text": "",
1571
   "title": "change-16591"
1572
  },
1573
  {
1574
   "archetype": 4,
1575
   "attributes": {
1576
    "0": "change-16858",
1577
    "1": "",
1578
    "3": "",
1579
    "27": "MODIFY Refactoring a finální úpravy - progress: 60 -> 100\n",
1580
    "8": ["Petr Mayr"],
1581
    "9": "2017-04-19 00:06:00",
1582
    "10": ""
1583
   },
1584
   "id": 56,
1585
   "text": "",
1586
   "title": "change-16858"
1587
  },
1588
  {
1589
   "archetype": 4,
1590
   "attributes": {
1591
    "0": "change-16874",
1592
    "1": "",
1593
    "3": "",
1594
    "27": "MODIFY Refactoring a finální úpravy - status: Assigned -> Resolved\n",
1595
    "8": ["Petr Mayr"],
1596
    "9": "2017-04-19 13:50:00",
1597
    "10": ""
1598
   },
1599
   "id": 57,
1600
   "text": "",
1601
   "title": "change-16874"
1602
  },
1603
  {
1604
   "archetype": 4,
1605
   "attributes": {
1606
    "0": "change-16878",
1607
    "1": "",
1608
    "3": "",
1609
    "27": "MODIFY Refactoring a finální úpravy - status: Resolved -> Closed\n",
1610
    "8": ["Petr Mayr"],
1611
    "9": "2017-04-19 13:51:00",
1612
    "10": ""
1613
   },
1614
   "id": 58,
1615
   "text": "",
1616
   "title": "change-16878"
1617
  },
1618
  {
1619
   "archetype": 4,
1620
   "attributes": {
1621
    "1": "",
1622
    "3": "",
1623
    "27": "ADD Validace správné funkcionality\n",
1624
    "8": ["Petr Mayr"],
1625
    "9": "2017-04-11 13:10:07",
1626
    "10": ""
1627
   },
1628
   "id": 59,
1629
   "text": "",
1630
   "title": "change - 59"
1631
  },
1632
  {
1633
   "archetype": 4,
1634
   "attributes": {
1635
    "0": "7751",
1636
    "1": "",
1637
    "3": "\n\nActivity: Unspecified",
1638
    "26": "2017-04-19 12:38:25",
1639
    "27": "LOGTIME Validace správné funkcionality - spentTime: 0.0 -> 0.30000001192092896\n",
1640
    "8": ["Tomáš Matějka"],
1641
    "9": "2017-04-19 00:00:00",
1642
    "10": ""
1643
   },
1644
   "id": 60,
1645
   "text": "",
1646
   "title": "7751"
1647
  },
1648
  {
1649
   "archetype": 4,
1650
   "attributes": {
1651
    "0": "7724",
1652
    "1": "",
1653
    "3": "\n\nActivity: Unspecified",
1654
    "26": "2017-04-18 17:47:59",
1655
    "27": "LOGTIME Validace správné funkcionality - spentTime: 0.30000001192092896 -> 1.300000011920929\n",
1656
    "8": ["Tomáš Matějka"],
1657
    "9": "2017-04-18 00:00:00",
1658
    "10": ""
1659
   },
1660
   "id": 61,
1661
   "text": "",
1662
   "title": "7724"
1663
  },
1664
  {
1665
   "archetype": 4,
1666
   "attributes": {
1667
    "0": "7693",
1668
    "1": "",
1669
    "3": "\n\nActivity: Unspecified",
1670
    "26": "2017-04-17 22:27:48",
1671
    "27": "LOGTIME Validace správné funkcionality - spentTime: 1.300000011920929 -> 2.800000011920929\n",
1672
    "8": ["Tomáš Matějka"],
1673
    "9": "2017-04-17 00:00:00",
1674
    "10": ""
1675
   },
1676
   "id": 62,
1677
   "text": "",
1678
   "title": "7693"
1679
  },
1680
  {
1681
   "archetype": 4,
1682
   "attributes": {
1683
    "0": "7669",
1684
    "1": "",
1685
    "3": "\n\nActivity: Unspecified",
1686
    "26": "2017-04-17 00:03:29",
1687
    "27": "LOGTIME Validace správné funkcionality - spentTime: 2.800000011920929 -> 3.800000011920929\n",
1688
    "8": ["Tomáš Matějka"],
1689
    "9": "2017-04-17 00:00:00",
1690
    "10": ""
1691
   },
1692
   "id": 63,
1693
   "text": "",
1694
   "title": "7669"
1695
  },
1696
  {
1697
   "archetype": 4,
1698
   "attributes": {
1699
    "0": "change-16405",
1700
    "1": "",
1701
    "3": "",
1702
    "27": "MODIFY Validace správné funkcionality - iteration:  -> DCI - 4. iterace\n",
1703
    "8": ["Petr Mayr"],
1704
    "9": "2017-04-11 13:19:00",
1705
    "10": ""
1706
   },
1707
   "id": 64,
1708
   "text": "",
1709
   "title": "change-16405"
1710
  },
1711
  {
1712
   "archetype": 4,
1713
   "attributes": {
1714
    "0": "change-16409",
1715
    "1": "",
1716
    "3": "",
1717
    "27": "MODIFY Validace správné funkcionality - status: New -> Accepted\n",
1718
    "8": ["Petr Mayr"],
1719
    "9": "2017-04-11 13:20:00",
1720
    "10": ""
1721
   },
1722
   "id": 65,
1723
   "text": "",
1724
   "title": "change-16409"
1725
  },
1726
  {
1727
   "archetype": 4,
1728
   "attributes": {
1729
    "0": "change-16420",
1730
    "1": "",
1731
    "3": "",
1732
    "27": "MODIFY Validace správné funkcionality - dueDate:  -> 2017-04-18\n",
1733
    "8": ["Petr Mayr"],
1734
    "9": "2017-04-11 13:46:00",
1735
    "10": ""
1736
   },
1737
   "id": 66,
1738
   "text": "",
1739
   "title": "change-16420"
1740
  },
1741
  {
1742
   "archetype": 4,
1743
   "attributes": {
1744
    "0": "change-16423",
1745
    "1": "",
1746
    "3": "",
1747
    "27": "MODIFY Validace správné funkcionality - priority: Normal -> High\n",
1748
    "8": ["Petr Mayr"],
1749
    "9": "2017-04-11 13:47:00",
1750
    "10": ""
1751
   },
1752
   "id": 67,
1753
   "text": "",
1754
   "title": "change-16423"
1755
  },
1756
  {
1757
   "archetype": 4,
1758
   "attributes": {
1759
    "0": "change-16456",
1760
    "1": "",
1761
    "3": "",
1762
    "27": "MODIFY Validace správné funkcionality - dueDate: 2017-04-18 -> 2017-04-19\nMODIFY Validace správné funkcionality - startDate: 2017-04-11 -> 2017-04-12\n",
1763
    "8": ["Petr Mayr"],
1764
    "9": "2017-04-12 11:14:00",
1765
    "10": ""
1766
   },
1767
   "id": 68,
1768
   "text": "",
1769
   "title": "change-16456"
1770
  },
1771
  {
1772
   "archetype": 4,
1773
   "attributes": {
1774
    "0": "change-16720",
1775
    "1": "",
1776
    "3": "",
1777
    "27": "MODIFY Validace správné funkcionality - assignee:  -> Tomáš Matějka\n",
1778
    "8": ["Tomáš Matějka"],
1779
    "9": "2017-04-16 23:55:00",
1780
    "10": ""
1781
   },
1782
   "id": 69,
1783
   "text": "",
1784
   "title": "change-16720"
1785
  },
1786
  {
1787
   "archetype": 4,
1788
   "attributes": {
1789
    "0": "change-16721",
1790
    "1": "",
1791
    "3": "",
1792
    "27": "MODIFY Validace správné funkcionality - progress: 0 -> 20\n",
1793
    "8": ["Tomáš Matějka"],
1794
    "9": "2017-04-17 00:03:00",
1795
    "10": ""
1796
   },
1797
   "id": 70,
1798
   "text": "",
1799
   "title": "change-16721"
1800
  },
1801
  {
1802
   "archetype": 4,
1803
   "attributes": {
1804
    "0": "change-16767",
1805
    "1": "",
1806
    "3": "",
1807
    "27": "MODIFY Validace správné funkcionality - progress: 20 -> 50\n",
1808
    "8": ["Tomáš Matějka"],
1809
    "9": "2017-04-17 22:27:00",
1810
    "10": ""
1811
   },
1812
   "id": 71,
1813
   "text": "",
1814
   "title": "change-16767"
1815
  },
1816
  {
1817
   "archetype": 4,
1818
   "attributes": {
1819
    "0": "change-16823",
1820
    "1": "",
1821
    "3": "",
1822
    "27": "MODIFY Validace správné funkcionality - progress: 50 -> 80\n",
1823
    "8": ["Tomáš Matějka"],
1824
    "9": "2017-04-18 17:47:00",
1825
    "10": ""
1826
   },
1827
   "id": 72,
1828
   "text": "",
1829
   "title": "change-16823"
1830
  },
1831
  {
1832
   "archetype": 4,
1833
   "attributes": {
1834
    "0": "change-16867",
1835
    "1": "",
1836
    "3": "",
1837
    "27": "MODIFY Validace správné funkcionality - progress: 80 -> 100\n",
1838
    "8": ["Tomáš Matějka"],
1839
    "9": "2017-04-19 12:38:00",
1840
    "10": ""
1841
   },
1842
   "id": 73,
1843
   "text": "",
1844
   "title": "change-16867"
1845
  },
1846
  {
1847
   "archetype": 4,
1848
   "attributes": {
1849
    "0": "change-16873",
1850
    "1": "",
1851
    "3": "",
1852
    "27": "MODIFY Validace správné funkcionality - status: Accepted -> Resolved\n",
1853
    "8": ["Petr Mayr"],
1854
    "9": "2017-04-19 13:50:00",
1855
    "10": ""
1856
   },
1857
   "id": 74,
1858
   "text": "",
1859
   "title": "change-16873"
1860
  },
1861
  {
1862
   "archetype": 4,
1863
   "attributes": {
1864
    "0": "change-16877",
1865
    "1": "",
1866
    "3": "",
1867
    "27": "MODIFY Validace správné funkcionality - status: Resolved -> Closed\n",
1868
    "8": ["Petr Mayr"],
1869
    "9": "2017-04-19 13:51:00",
1870
    "10": ""
1871
   },
1872
   "id": 75,
1873
   "text": "",
1874
   "title": "change-16877"
1875
  },
1876
  {
1877
   "archetype": 4,
1878
   "attributes": {
1879
    "1": "",
1880
    "3": "",
1881
    "27": "ADD Formátování porovnávaných xml\n",
1882
    "8": ["Petr Mayr"],
1883
    "9": "2017-04-11 12:42:26",
1884
    "10": ""
1885
   },
1886
   "id": 76,
1887
   "text": "",
1888
   "title": "change - 76"
1889
  },
1890
  {
1891
   "archetype": 4,
1892
   "attributes": {
1893
    "0": "7637",
1894
    "1": "",
1895
    "3": "\n\nActivity: Unspecified",
1896
    "26": "2017-04-15 23:07:25",
1897
    "27": "LOGTIME Formátování porovnávaných xml - spentTime: 0.0 -> 0.44999998807907104\n",
1898
    "8": ["Jan Albl"],
1899
    "9": "2017-04-15 00:00:00",
1900
    "10": ""
1901
   },
1902
   "id": 77,
1903
   "text": "",
1904
   "title": "7637"
1905
  },
1906
  {
1907
   "archetype": 4,
1908
   "attributes": {
1909
    "0": "7614",
1910
    "1": "",
1911
    "3": "\n\nActivity: Unspecified",
1912
    "26": "2017-04-14 19:26:42",
1913
    "27": "LOGTIME Formátování porovnávaných xml - spentTime: 0.44999998807907104 -> 1.949999988079071\n",
1914
    "8": ["Jan Albl"],
1915
    "9": "2017-04-14 00:00:00",
1916
    "10": ""
1917
   },
1918
   "id": 78,
1919
   "text": "",
1920
   "title": "7614"
1921
  },
1922
  {
1923
   "archetype": 4,
1924
   "attributes": {
1925
    "0": "change-16404",
1926
    "1": "",
1927
    "3": "",
1928
    "27": "MODIFY Formátování porovnávaných xml - iteration:  -> DCI - 4. iterace\n",
1929
    "8": ["Petr Mayr"],
1930
    "9": "2017-04-11 13:19:00",
1931
    "10": ""
1932
   },
1933
   "id": 79,
1934
   "text": "",
1935
   "title": "change-16404"
1936
  },
1937
  {
1938
   "archetype": 4,
1939
   "attributes": {
1940
    "0": "change-16418",
1941
    "1": "",
1942
    "3": "",
1943
    "27": "MODIFY Formátování porovnávaných xml - dueDate:  -> 2017-04-18\n",
1944
    "8": ["Petr Mayr"],
1945
    "9": "2017-04-11 13:46:00",
1946
    "10": ""
1947
   },
1948
   "id": 80,
1949
   "text": "",
1950
   "title": "change-16418"
1951
  },
1952
  {
1953
   "archetype": 4,
1954
   "attributes": {
1955
    "0": "change-16422",
1956
    "1": "",
1957
    "3": "",
1958
    "27": "MODIFY Formátování porovnávaných xml - priority: Normal -> High\n",
1959
    "8": ["Petr Mayr"],
1960
    "9": "2017-04-11 13:47:00",
1961
    "10": ""
1962
   },
1963
   "id": 81,
1964
   "text": "",
1965
   "title": "change-16422"
1966
  },
1967
  {
1968
   "archetype": 4,
1969
   "attributes": {
1970
    "0": "change-16455",
1971
    "1": "",
1972
    "3": "",
1973
    "27": "MODIFY Formátování porovnávaných xml - dueDate: 2017-04-18 -> 2017-04-19\nMODIFY Formátování porovnávaných xml - startDate: 2017-04-11 -> 2017-04-12\n",
1974
    "8": ["Petr Mayr"],
1975
    "9": "2017-04-12 11:14:00",
1976
    "10": ""
1977
   },
1978
   "id": 82,
1979
   "text": "",
1980
   "title": "change-16455"
1981
  },
1982
  {
1983
   "archetype": 4,
1984
   "attributes": {
1985
    "0": "change-16507",
1986
    "1": "",
1987
    "3": "",
1988
    "27": "MODIFY Formátování porovnávaných xml - assignee:  -> Jan Albl\n",
1989
    "8": ["Jan Albl"],
1990
    "9": "2017-04-12 19:05:00",
1991
    "10": ""
1992
   },
1993
   "id": 83,
1994
   "text": "",
1995
   "title": "change-16507"
1996
  },
1997
  {
1998
   "archetype": 4,
1999
   "attributes": {
2000
    "0": "change-16600",
2001
    "1": "",
2002
    "3": "",
2003
    "27": "MODIFY Formátování porovnávaných xml - progress: 0 -> 70\n",
2004
    "8": ["Jan Albl"],
2005
    "9": "2017-04-14 19:26:00",
2006
    "10": ""
2007
   },
2008
   "id": 84,
2009
   "text": "",
2010
   "title": "change-16600"
2011
  },
2012
  {
2013
   "archetype": 4,
2014
   "attributes": {
2015
    "0": "change-16666",
2016
    "1": "",
2017
    "3": "",
2018
    "27": "MODIFY Formátování porovnávaných xml - progress: 70 -> 100\n",
2019
    "8": ["Jan Albl"],
2020
    "9": "2017-04-15 23:08:00",
2021
    "10": ""
2022
   },
2023
   "id": 85,
2024
   "text": "",
2025
   "title": "change-16666"
2026
  },
2027
  {
2028
   "archetype": 4,
2029
   "attributes": {
2030
    "0": "change-16716",
2031
    "1": "",
2032
    "3": "Protože výstup z metody doCompare není validní xml nejde použít třída XMLFormatter pro formátování. Použil jsem pouze odřádkování po konci elementu.",
2033
    "8": ["Jan Albl"],
2034
    "9": "2017-04-16 22:25:00",
2035
    "10": ""
2036
   },
2037
   "id": 86,
2038
   "text": "",
2039
   "title": "change-16716"
2040
  },
2041
  {
2042
   "archetype": 4,
2043
   "attributes": {
2044
    "0": "change-16872",
2045
    "1": "",
2046
    "3": "",
2047
    "27": "MODIFY Formátování porovnávaných xml - status: Accepted -> Resolved\n",
2048
    "8": ["Petr Mayr"],
2049
    "9": "2017-04-19 13:50:00",
2050
    "10": ""
2051
   },
2052
   "id": 87,
2053
   "text": "",
2054
   "title": "change-16872"
2055
  },
2056
  {
2057
   "archetype": 4,
2058
   "attributes": {
2059
    "0": "change-16876",
2060
    "1": "",
2061
    "3": "",
2062
    "27": "MODIFY Formátování porovnávaných xml - status: Resolved -> Closed\n",
2063
    "8": ["Petr Mayr"],
2064
    "9": "2017-04-19 13:50:00",
2065
    "10": ""
2066
   },
2067
   "id": 88,
2068
   "text": "",
2069
   "title": "change-16876"
2070
  },
2071
  {
2072
   "archetype": 4,
2073
   "attributes": {
2074
    "1": "",
2075
    "3": "",
2076
    "27": "ADD Administrace Redmine (práce s redmine)\n",
2077
    "8": ["Milan Široký"],
2078
    "9": "2017-03-23 10:22:43",
2079
    "10": ""
2080
   },
2081
   "id": 89,
2082
   "text": "",
2083
   "title": "change - 89"
2084
  },
2085
  {
2086
   "archetype": 4,
2087
   "attributes": {
2088
    "0": "8066",
2089
    "1": "",
2090
    "3": "\n\nActivity: Administrative",
2091
    "26": "2017-04-27 22:48:29",
2092
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 0.0 -> 0.5\n",
2093
    "8": ["Petr Mayr"],
2094
    "9": "2017-04-27 00:00:00",
2095
    "10": ""
2096
   },
2097
   "id": 90,
2098
   "text": "",
2099
   "title": "8066"
2100
  },
2101
  {
2102
   "archetype": 4,
2103
   "attributes": {
2104
    "0": "7758",
2105
    "1": "",
2106
    "3": "\n\nActivity: Administrative",
2107
    "26": "2017-04-19 17:31:29",
2108
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 0.5 -> 2.5\n",
2109
    "8": ["Petr Mayr"],
2110
    "9": "2017-04-19 00:00:00",
2111
    "10": ""
2112
   },
2113
   "id": 91,
2114
   "text": "",
2115
   "title": "7758"
2116
  },
2117
  {
2118
   "archetype": 4,
2119
   "attributes": {
2120
    "0": "7612",
2121
    "1": "",
2122
    "3": "Opravena už. dokumentace\n\nActivity: Documentation",
2123
    "26": "2017-04-14 11:57:22",
2124
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 2.5 -> 2.6500000059604645\n",
2125
    "8": ["Milan Široký"],
2126
    "9": "2017-04-14 00:00:00",
2127
    "10": ""
2128
   },
2129
   "id": 92,
2130
   "text": "",
2131
   "title": "7612"
2132
  },
2133
  {
2134
   "archetype": 4,
2135
   "attributes": {
2136
    "0": "7594",
2137
    "1": "",
2138
    "3": "\n\nActivity: Documentation",
2139
    "26": "2017-04-13 19:06:53",
2140
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 2.6500000059604645 -> 3.9499999582767487\n",
2141
    "8": ["Milan Široký"],
2142
    "9": "2017-04-13 00:00:00",
2143
    "10": ""
2144
   },
2145
   "id": 93,
2146
   "text": "",
2147
   "title": "7594"
2148
  },
2149
  {
2150
   "archetype": 4,
2151
   "attributes": {
2152
    "0": "7540",
2153
    "1": "",
2154
    "3": "\n\nActivity: Unspecified",
2155
    "26": "2017-04-11 13:47:04",
2156
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 3.9499999582767487 -> 5.199999958276749\n",
2157
    "8": ["Petr Mayr"],
2158
    "9": "2017-04-11 00:00:00",
2159
    "10": ""
2160
   },
2161
   "id": 94,
2162
   "text": "",
2163
   "title": "7540"
2164
  },
2165
  {
2166
   "archetype": 4,
2167
   "attributes": {
2168
    "0": "7348",
2169
    "1": "",
2170
    "3": "\n\nActivity: Unspecified",
2171
    "26": "2017-04-05 17:54:49",
2172
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 5.199999958276749 -> 5.699999958276749\n",
2173
    "8": ["Petr Mayr"],
2174
    "9": "2017-04-05 00:00:00",
2175
    "10": ""
2176
   },
2177
   "id": 95,
2178
   "text": "",
2179
   "title": "7348"
2180
  },
2181
  {
2182
   "archetype": 4,
2183
   "attributes": {
2184
    "0": "7284",
2185
    "1": "",
2186
    "3": "\n\nActivity: Unspecified",
2187
    "26": "2017-04-03 18:42:53",
2188
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 5.699999958276749 -> 6.199999958276749\n",
2189
    "8": ["Petr Mayr"],
2190
    "9": "2017-04-03 00:00:00",
2191
    "10": ""
2192
   },
2193
   "id": 96,
2194
   "text": "",
2195
   "title": "7284"
2196
  },
2197
  {
2198
   "archetype": 4,
2199
   "attributes": {
2200
    "0": "7245",
2201
    "1": "",
2202
    "3": "Přidání priorit k úkolům, vytvořen časový odhad pro dlouhé úkoly, přidán tag pro snadnější filtraci backlogu, přidán popis iterací + jejich předělání do dvou iterací\n\nActivity: Administrative",
2203
    "26": "2017-04-02 10:08:18",
2204
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 6.199999958276749 -> 6.949999958276749\n",
2205
    "8": ["Milan Široký"],
2206
    "9": "2017-04-01 00:00:00",
2207
    "10": ""
2208
   },
2209
   "id": 97,
2210
   "text": "",
2211
   "title": "7245"
2212
  },
2213
  {
2214
   "archetype": 4,
2215
   "attributes": {
2216
    "0": "7232",
2217
    "1": "",
2218
    "3": "Úprava iterací, přidány časové odhady k dlouhodobým úkolům, přidán tag pro vyfiltrování backlogu, přidány priority k úkolům\n\nActivity: Administrative",
2219
    "26": "2017-04-01 16:07:44",
2220
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 6.949999958276749 -> 7.449999958276749\n",
2221
    "8": ["Milan Široký"],
2222
    "9": "2017-03-31 00:00:00",
2223
    "10": ""
2224
   },
2225
   "id": 98,
2226
   "text": "",
2227
   "title": "7232"
2228
  },
2229
  {
2230
   "archetype": 4,
2231
   "attributes": {
2232
    "0": "7209",
2233
    "1": "",
2234
    "3": "\n\nActivity: Unspecified",
2235
    "26": "2017-03-30 23:14:34",
2236
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 7.449999958276749 -> 8.449999958276749\n",
2237
    "8": ["Petr Mayr"],
2238
    "9": "2017-03-30 00:00:00",
2239
    "10": ""
2240
   },
2241
   "id": 99,
2242
   "text": "",
2243
   "title": "7209"
2244
  },
2245
  {
2246
   "archetype": 4,
2247
   "attributes": {
2248
    "0": "6971",
2249
    "1": "",
2250
    "3": "Vytvořeny úkoly podle dohody po včerejší schůzce zákazníkem.\n\nActivity: Administrative",
2251
    "26": "2017-03-23 10:23:41",
2252
    "27": "LOGTIME Administrace Redmine (práce s redmine) - spentTime: 8.449999958276749 -> 8.949999958276749\n",
2253
    "8": ["Milan Široký"],
2254
    "9": "2017-03-23 00:00:00",
2255
    "10": ""
2256
   },
2257
   "id": 100,
2258
   "text": "",
2259
   "title": "6971"
2260
  },
2261
  {
2262
   "archetype": 4,
2263
   "attributes": {
2264
    "0": "change-15775",
2265
    "1": "",
2266
    "3": "",
2267
    "27": "MODIFY Administrace Redmine (práce s redmine) - estimatedTime:  -> 10.00\n",
2268
    "9": "2017-03-31 18:45:00",
2269
    "10": ""
2270
   },
2271
   "id": 101,
2272
   "text": "",
2273
   "title": "change-15775"
2274
  },
2275
  {
2276
   "archetype": 4,
2277
   "attributes": {
2278
    "0": "change-16555",
2279
    "1": "",
2280
    "3": "Na wiki přidána první verze uživatelské dokumentace, akceptačních kritérií a úprava průběhu iterací.",
2281
    "9": "2017-04-13 19:06:00",
2282
    "10": ""
2283
   },
2284
   "id": 102,
2285
   "text": "",
2286
   "title": "change-16555"
2287
  },
2288
  {
2289
   "archetype": 4,
2290
   "attributes": {
2291
    "0": "change-17626",
2292
    "1": "",
2293
    "3": "",
2294
    "27": "MODIFY Administrace Redmine (práce s redmine) - status: Assigned -> Closed\n",
2295
    "8": ["Petr Mayr"],
2296
    "9": "2017-04-28 18:49:00",
2297
    "10": ""
2298
   },
2299
   "id": 103,
2300
   "text": "",
2301
   "title": "change-17626"
2302
  },
2303
  {
2304
   "archetype": 4,
2305
   "attributes": {
2306
    "0": "change-17629",
2307
    "1": "",
2308
    "3": "",
2309
    "27": "MODIFY Administrace Redmine (práce s redmine) - progress: 0 -> 100\n",
2310
    "8": ["Petr Mayr"],
2311
    "9": "2017-04-28 18:49:00",
2312
    "10": ""
2313
   },
2314
   "id": 104,
2315
   "text": "",
2316
   "title": "change-17629"
2317
  },
2318
  {
2319
   "archetype": 4,
2320
   "attributes": {
2321
    "1": "",
2322
    "3": "",
2323
    "27": "ADD jsp pro zobrazení výsledku\n",
2324
    "8": ["Milan Široký"],
2325
    "9": "2017-03-23 10:09:24",
2326
    "10": ""
2327
   },
2328
   "id": 105,
2329
   "text": "",
2330
   "title": "change - 105"
2331
  },
2332
  {
2333
   "archetype": 4,
2334
   "attributes": {
2335
    "0": "7530",
2336
    "1": "",
2337
    "3": "\n\nActivity: Unspecified",
2338
    "26": "2017-04-11 09:28:25",
2339
    "27": "LOGTIME jsp pro zobrazení výsledku - spentTime: 0.0 -> 4.0\n",
2340
    "8": ["Tomáš Matějka"],
2341
    "9": "2017-04-11 00:00:00",
2342
    "10": ""
2343
   },
2344
   "id": 106,
2345
   "text": "",
2346
   "title": "7530"
2347
  },
2348
  {
2349
   "archetype": 4,
2350
   "attributes": {
2351
    "0": "7493",
2352
    "1": "",
2353
    "3": "\n\nActivity: Unspecified",
2354
    "26": "2017-04-10 12:11:19",
2355
    "27": "LOGTIME jsp pro zobrazení výsledku - spentTime: 4.0 -> 8.0\n",
2356
    "8": ["Tomáš Matějka"],
2357
    "9": "2017-04-10 00:00:00",
2358
    "10": ""
2359
   },
2360
   "id": 107,
2361
   "text": "",
2362
   "title": "7493"
2363
  },
2364
  {
2365
   "archetype": 4,
2366
   "attributes": {
2367
    "0": "change-15579",
2368
    "1": "",
2369
    "3": "",
2370
    "27": "MODIFY jsp pro zobrazení výsledku - name: Tvorba jsp pro zobrazení výsledku -> jsp pro zobrazení výsledku\n",
2371
    "8": ["Petr Mayr"],
2372
    "9": "2017-03-29 14:39:00",
2373
    "10": ""
2374
   },
2375
   "id": 108,
2376
   "text": "",
2377
   "title": "change-15579"
2378
  },
2379
  {
2380
   "archetype": 4,
2381
   "attributes": {
2382
    "0": "change-15756",
2383
    "1": "",
2384
    "3": "",
2385
    "27": "MODIFY jsp pro zobrazení výsledku - categories:  -> implementace\n",
2386
    "9": "2017-03-31 17:34:00",
2387
    "10": ""
2388
   },
2389
   "id": 109,
2390
   "text": "",
2391
   "title": "change-15756"
2392
  },
2393
  {
2394
   "archetype": 4,
2395
   "attributes": {
2396
    "0": "change-15770",
2397
    "1": "",
2398
    "3": "",
2399
    "27": "MODIFY jsp pro zobrazení výsledku - priority: Normal -> High\n",
2400
    "9": "2017-03-31 18:43:00",
2401
    "10": ""
2402
   },
2403
   "id": 110,
2404
   "text": "",
2405
   "title": "change-15770"
2406
  },
2407
  {
2408
   "archetype": 4,
2409
   "attributes": {
2410
    "0": "change-15771",
2411
    "1": "",
2412
    "3": "",
2413
    "27": "MODIFY jsp pro zobrazení výsledku - priority: High -> Normal\n",
2414
    "9": "2017-03-31 18:43:00",
2415
    "10": ""
2416
   },
2417
   "id": 111,
2418
   "text": "",
2419
   "title": "change-15771"
2420
  },
2421
  {
2422
   "archetype": 4,
2423
   "attributes": {
2424
    "0": "change-16029",
2425
    "1": "",
2426
    "3": "",
2427
    "27": "MODIFY jsp pro zobrazení výsledku - dueDate:  -> 2017-04-12\nMODIFY jsp pro zobrazení výsledku - status: New -> Accepted\nMODIFY jsp pro zobrazení výsledku - startDate: 2017-03-23 -> 2017-04-05\nMODIFY jsp pro zobrazení výsledku - estimatedTime: 20.00 -> 10.00\n",
2428
    "8": ["Petr Mayr"],
2429
    "9": "2017-04-05 17:13:00",
2430
    "10": ""
2431
   },
2432
   "id": 112,
2433
   "text": "",
2434
   "title": "change-16029"
2435
  },
2436
  {
2437
   "archetype": 4,
2438
   "attributes": {
2439
    "0": "change-16036",
2440
    "1": "",
2441
    "3": "",
2442
    "27": "MODIFY jsp pro zobrazení výsledku - priority: Normal -> High\n",
2443
    "8": ["Petr Mayr"],
2444
    "9": "2017-04-05 17:17:00",
2445
    "10": ""
2446
   },
2447
   "id": 113,
2448
   "text": "",
2449
   "title": "change-16036"
2450
  },
2451
  {
2452
   "archetype": 4,
2453
   "attributes": {
2454
    "0": "change-16038",
2455
    "1": "",
2456
    "3": "",
2457
    "27": "MODIFY jsp pro zobrazení výsledku - iteration:  -> DCI - 3. iterace\n",
2458
    "8": ["Petr Mayr"],
2459
    "9": "2017-04-05 17:21:00",
2460
    "10": ""
2461
   },
2462
   "id": 114,
2463
   "text": "",
2464
   "title": "change-16038"
2465
  },
2466
  {
2467
   "archetype": 4,
2468
   "attributes": {
2469
    "0": "change-16041",
2470
    "1": "",
2471
    "3": "",
2472
    "27": "MODIFY jsp pro zobrazení výsledku - status: Accepted -> Assigned\nMODIFY jsp pro zobrazení výsledku - assignee:  -> Tomáš Matějka\n",
2473
    "8": ["Petr Mayr"],
2474
    "9": "2017-04-05 17:29:00",
2475
    "10": ""
2476
   },
2477
   "id": 115,
2478
   "text": "",
2479
   "title": "change-16041"
2480
  },
2481
  {
2482
   "archetype": 4,
2483
   "attributes": {
2484
    "0": "change-16310",
2485
    "1": "",
2486
    "3": "",
2487
    "27": "MODIFY jsp pro zobrazení výsledku - progress: 0 -> 40\n",
2488
    "8": ["Tomáš Matějka"],
2489
    "9": "2017-04-10 12:11:00",
2490
    "10": ""
2491
   },
2492
   "id": 116,
2493
   "text": "",
2494
   "title": "change-16310"
2495
  },
2496
  {
2497
   "archetype": 4,
2498
   "attributes": {
2499
    "0": "change-16370",
2500
    "1": "",
2501
    "3": "",
2502
    "27": "MODIFY jsp pro zobrazení výsledku - progress: 40 -> 100\n",
2503
    "8": ["Tomáš Matějka"],
2504
    "9": "2017-04-11 09:28:00",
2505
    "10": ""
2506
   },
2507
   "id": 117,
2508
   "text": "",
2509
   "title": "change-16370"
2510
  },
2511
  {
2512
   "archetype": 4,
2513
   "attributes": {
2514
    "0": "change-16400",
2515
    "1": "",
2516
    "3": "",
2517
    "27": "MODIFY jsp pro zobrazení výsledku - status: Assigned -> Resolved\n",
2518
    "8": ["Petr Mayr"],
2519
    "9": "2017-04-11 12:36:00",
2520
    "10": ""
2521
   },
2522
   "id": 118,
2523
   "text": "",
2524
   "title": "change-16400"
2525
  },
2526
  {
2527
   "archetype": 4,
2528
   "attributes": {
2529
    "0": "change-16412",
2530
    "1": "",
2531
    "3": "",
2532
    "27": "MODIFY jsp pro zobrazení výsledku - status: Resolved -> Verified\n",
2533
    "8": ["Petr Mayr"],
2534
    "9": "2017-04-11 13:21:00",
2535
    "10": ""
2536
   },
2537
   "id": 119,
2538
   "text": "",
2539
   "title": "change-16412"
2540
  },
2541
  {
2542
   "archetype": 4,
2543
   "attributes": {
2544
    "0": "change-16416",
2545
    "1": "",
2546
    "3": "",
2547
    "27": "MODIFY jsp pro zobrazení výsledku - status: Verified -> Closed\n",
2548
    "8": ["Petr Mayr"],
2549
    "9": "2017-04-11 13:43:00",
2550
    "10": ""
2551
   },
2552
   "id": 120,
2553
   "text": "",
2554
   "title": "change-16416"
2555
  },
2556
  {
2557
   "archetype": 4,
2558
   "attributes": {
2559
    "1": "",
2560
    "3": "",
2561
    "27": "ADD Porovnání definic příkazů\n",
2562
    "8": ["Milan Široký"],
2563
    "9": "2017-03-23 10:08:38",
2564
    "10": ""
2565
   },
2566
   "id": 121,
2567
   "text": "",
2568
   "title": "change - 121"
2569
  },
2570
  {
2571
   "archetype": 4,
2572
   "attributes": {
2573
    "0": "7492",
2574
    "1": "",
2575
    "3": "\n\nActivity: Unspecified",
2576
    "26": "2017-04-10 11:41:48",
2577
    "27": "LOGTIME Porovnání definic příkazů - spentTime: 0.0 -> 2.5\n",
2578
    "8": ["Jan Albl"],
2579
    "9": "2017-04-10 00:00:00",
2580
    "10": ""
2581
   },
2582
   "id": 122,
2583
   "text": "",
2584
   "title": "7492"
2585
  },
2586
  {
2587
   "archetype": 4,
2588
   "attributes": {
2589
    "0": "change-15578",
2590
    "1": "",
2591
    "3": "",
2592
    "27": "MODIFY Porovnání definic příkazů - name: Porovnání definic -> Porovnání definic příkazů\n",
2593
    "8": ["Petr Mayr"],
2594
    "9": "2017-03-29 14:38:00",
2595
    "10": ""
2596
   },
2597
   "id": 123,
2598
   "text": "",
2599
   "title": "change-15578"
2600
  },
2601
  {
2602
   "archetype": 4,
2603
   "attributes": {
2604
    "0": "change-15762",
2605
    "1": "",
2606
    "3": "",
2607
    "27": "MODIFY Porovnání definic příkazů - categories:  -> implementace\n",
2608
    "9": "2017-03-31 17:36:00",
2609
    "10": ""
2610
   },
2611
   "id": 124,
2612
   "text": "",
2613
   "title": "change-15762"
2614
  },
2615
  {
2616
   "archetype": 4,
2617
   "attributes": {
2618
    "0": "change-16028",
2619
    "1": "",
2620
    "3": "",
2621
    "27": "MODIFY Porovnání definic příkazů - dueDate:  -> 2017-04-12\nMODIFY Porovnání definic příkazů - status: New -> Accepted\nMODIFY Porovnání definic příkazů - iteration:  -> DCI - 3. iterace\nMODIFY Porovnání definic příkazů - startDate: 2017-03-23 -> 2017-04-05\nMODIFY Porovnání definic příkazů - estimatedTime: 6.00 -> 3.00\n",
2622
    "8": ["Petr Mayr"],
2623
    "9": "2017-04-05 17:12:00",
2624
    "10": ""
2625
   },
2626
   "id": 125,
2627
   "text": "",
2628
   "title": "change-16028"
2629
  },
2630
  {
2631
   "archetype": 4,
2632
   "attributes": {
2633
    "0": "change-16035",
2634
    "1": "",
2635
    "3": "",
2636
    "27": "MODIFY Porovnání definic příkazů - priority: Normal -> High\n",
2637
    "8": ["Petr Mayr"],
2638
    "9": "2017-04-05 17:17:00",
2639
    "10": ""
2640
   },
2641
   "id": 126,
2642
   "text": "",
2643
   "title": "change-16035"
2644
  },
2645
  {
2646
   "archetype": 4,
2647
   "attributes": {
2648
    "0": "change-16042",
2649
    "1": "",
2650
    "3": "",
2651
    "27": "MODIFY Porovnání definic příkazů - status: Accepted -> Assigned\nMODIFY Porovnání definic příkazů - assignee:  -> Jan Albl\n",
2652
    "8": ["Petr Mayr"],
2653
    "9": "2017-04-05 17:29:00",
2654
    "10": ""
2655
   },
2656
   "id": 127,
2657
   "text": "",
2658
   "title": "change-16042"
2659
  },
2660
  {
2661
   "archetype": 4,
2662
   "attributes": {
2663
    "0": "change-16307",
2664
    "1": "",
2665
    "3": "",
2666
    "27": "MODIFY Porovnání definic příkazů - status: Assigned -> Accepted\nMODIFY Porovnání definic příkazů - progress: 0 -> 100\n",
2667
    "8": ["Jan Albl"],
2668
    "9": "2017-04-10 11:42:00",
2669
    "10": ""
2670
   },
2671
   "id": 128,
2672
   "text": "",
2673
   "title": "change-16307"
2674
  },
2675
  {
2676
   "archetype": 4,
2677
   "attributes": {
2678
    "0": "change-16399",
2679
    "1": "",
2680
    "3": "",
2681
    "27": "MODIFY Porovnání definic příkazů - status: Accepted -> Resolved\n",
2682
    "8": ["Petr Mayr"],
2683
    "9": "2017-04-11 12:36:00",
2684
    "10": ""
2685
   },
2686
   "id": 129,
2687
   "text": "",
2688
   "title": "change-16399"
2689
  },
2690
  {
2691
   "archetype": 4,
2692
   "attributes": {
2693
    "0": "change-16411",
2694
    "1": "",
2695
    "3": "",
2696
    "27": "MODIFY Porovnání definic příkazů - status: Resolved -> Verified\n",
2697
    "8": ["Petr Mayr"],
2698
    "9": "2017-04-11 13:21:00",
2699
    "10": ""
2700
   },
2701
   "id": 130,
2702
   "text": "",
2703
   "title": "change-16411"
2704
  },
2705
  {
2706
   "archetype": 4,
2707
   "attributes": {
2708
    "0": "change-16415",
2709
    "1": "",
2710
    "3": "",
2711
    "27": "MODIFY Porovnání definic příkazů - status: Verified -> Closed\n",
2712
    "8": ["Petr Mayr"],
2713
    "9": "2017-04-11 13:43:00",
2714
    "10": ""
2715
   },
2716
   "id": 131,
2717
   "text": "",
2718
   "title": "change-16415"
2719
  },
2720
  {
2721
   "archetype": 4,
2722
   "attributes": {
2723
    "1": "",
2724
    "3": "",
2725
    "27": "ADD Načtení definic příkazů z databáze\n",
2726
    "8": ["Milan Široký"],
2727
    "9": "2017-03-23 10:04:03",
2728
    "10": ""
2729
   },
2730
   "id": 132,
2731
   "text": "",
2732
   "title": "change - 132"
2733
  },
2734
  {
2735
   "archetype": 4,
2736
   "attributes": {
2737
    "0": "7441",
2738
    "1": "",
2739
    "3": "\n\nActivity: Unspecified",
2740
    "26": "2017-04-08 15:11:50",
2741
    "27": "LOGTIME Načtení definic příkazů z databáze - spentTime: 0.0 -> 1.0\n",
2742
    "8": ["Petr Mayr"],
2743
    "9": "2017-04-08 00:00:00",
2744
    "10": ""
2745
   },
2746
   "id": 133,
2747
   "text": "",
2748
   "title": "7441"
2749
  },
2750
  {
2751
   "archetype": 4,
2752
   "attributes": {
2753
    "0": "7435",
2754
    "1": "",
2755
    "3": "\n\nActivity: Unspecified",
2756
    "26": "2017-04-08 11:05:17",
2757
    "27": "LOGTIME Načtení definic příkazů z databáze - spentTime: 1.0 -> 2.0\n",
2758
    "8": ["Petr Mayr"],
2759
    "9": "2017-04-08 00:00:00",
2760
    "10": ""
2761
   },
2762
   "id": 134,
2763
   "text": "",
2764
   "title": "7435"
2765
  },
2766
  {
2767
   "archetype": 4,
2768
   "attributes": {
2769
    "0": "7414",
2770
    "1": "",
2771
    "3": "\n\nActivity: Unspecified",
2772
    "26": "2017-04-07 13:19:51",
2773
    "27": "LOGTIME Načtení definic příkazů z databáze - spentTime: 2.0 -> 6.0\n",
2774
    "8": ["Petr Mayr"],
2775
    "9": "2017-04-07 00:00:00",
2776
    "10": ""
2777
   },
2778
   "id": 135,
2779
   "text": "",
2780
   "title": "7414"
2781
  },
2782
  {
2783
   "archetype": 4,
2784
   "attributes": {
2785
    "0": "7368",
2786
    "1": "",
2787
    "3": "\n\nActivity: Unspecified",
2788
    "26": "2017-04-06 16:27:57",
2789
    "27": "LOGTIME Načtení definic příkazů z databáze - spentTime: 6.0 -> 9.0\n",
2790
    "8": ["Petr Mayr"],
2791
    "9": "2017-04-06 00:00:00",
2792
    "10": ""
2793
   },
2794
   "id": 136,
2795
   "text": "",
2796
   "title": "7368"
2797
  },
2798
  {
2799
   "archetype": 4,
2800
   "attributes": {
2801
    "0": "change-15577",
2802
    "1": "",
2803
    "3": "",
2804
    "27": "MODIFY Načtení definic příkazů z databáze - name: Načtení definic -> Načtení definic příkazů z databáze podle id\n",
2805
    "8": ["Petr Mayr"],
2806
    "9": "2017-03-29 14:38:00",
2807
    "10": ""
2808
   },
2809
   "id": 137,
2810
   "text": "",
2811
   "title": "change-15577"
2812
  },
2813
  {
2814
   "archetype": 4,
2815
   "attributes": {
2816
    "0": "change-15761",
2817
    "1": "",
2818
    "3": "",
2819
    "27": "MODIFY Načtení definic příkazů z databáze - categories:  -> implementace\n",
2820
    "9": "2017-03-31 17:36:00",
2821
    "10": ""
2822
   },
2823
   "id": 138,
2824
   "text": "",
2825
   "title": "change-15761"
2826
  },
2827
  {
2828
   "archetype": 4,
2829
   "attributes": {
2830
    "0": "change-16027",
2831
    "1": "",
2832
    "3": "",
2833
    "27": "MODIFY Načtení definic příkazů z databáze - dueDate:  -> 2017-04-12\nMODIFY Načtení definic příkazů z databáze - status: New -> Accepted\nMODIFY Načtení definic příkazů z databáze - iteration:  -> DCI - 3. iterace\nMODIFY Načtení definic příkazů z databáze - startDate: 2017-03-23 -> 2017-04-05\nMODIFY Načtení definic příkazů z databáze - estimatedTime: 20.00 -> 10.00\n",
2834
    "8": ["Petr Mayr"],
2835
    "9": "2017-04-05 17:11:00",
2836
    "10": ""
2837
   },
2838
   "id": 139,
2839
   "text": "",
2840
   "title": "change-16027"
2841
  },
2842
  {
2843
   "archetype": 4,
2844
   "attributes": {
2845
    "0": "change-16033",
2846
    "1": "",
2847
    "3": "",
2848
    "27": "MODIFY Načtení definic příkazů z databáze - name: Načtení definic příkazů z databáze podle id -> Načtení definic příkazů z databáze\n",
2849
    "8": ["Petr Mayr"],
2850
    "9": "2017-04-05 17:16:00",
2851
    "10": ""
2852
   },
2853
   "id": 140,
2854
   "text": "",
2855
   "title": "change-16033"
2856
  },
2857
  {
2858
   "archetype": 4,
2859
   "attributes": {
2860
    "0": "change-16034",
2861
    "1": "",
2862
    "3": "",
2863
    "27": "MODIFY Načtení definic příkazů z databáze - priority: Normal -> High\n",
2864
    "8": ["Petr Mayr"],
2865
    "9": "2017-04-05 17:17:00",
2866
    "10": ""
2867
   },
2868
   "id": 141,
2869
   "text": "",
2870
   "title": "change-16034"
2871
  },
2872
  {
2873
   "archetype": 4,
2874
   "attributes": {
2875
    "0": "change-16043",
2876
    "1": "",
2877
    "3": "",
2878
    "27": "MODIFY Načtení definic příkazů z databáze - status: Accepted -> Assigned\nMODIFY Načtení definic příkazů z databáze - assignee:  -> Petr Mayr\n",
2879
    "8": ["Petr Mayr"],
2880
    "9": "2017-04-05 17:30:00",
2881
    "10": ""
2882
   },
2883
   "id": 142,
2884
   "text": "",
2885
   "title": "change-16043"
2886
  },
2887
  {
2888
   "archetype": 4,
2889
   "attributes": {
2890
    "0": "change-16071",
2891
    "1": "",
2892
    "3": "",
2893
    "27": "MODIFY Načtení definic příkazů z databáze - progress: 0 -> 30\n",
2894
    "8": ["Petr Mayr"],
2895
    "9": "2017-04-06 16:27:00",
2896
    "10": ""
2897
   },
2898
   "id": 143,
2899
   "text": "",
2900
   "title": "change-16071"
2901
  },
2902
  {
2903
   "archetype": 4,
2904
   "attributes": {
2905
    "0": "change-16138",
2906
    "1": "",
2907
    "3": "",
2908
    "27": "MODIFY Načtení definic příkazů z databáze - progress: 30 -> 80\n",
2909
    "8": ["Petr Mayr"],
2910
    "9": "2017-04-07 13:19:00",
2911
    "10": ""
2912
   },
2913
   "id": 144,
2914
   "text": "",
2915
   "title": "change-16138"
2916
  },
2917
  {
2918
   "archetype": 4,
2919
   "attributes": {
2920
    "0": "change-16194",
2921
    "1": "",
2922
    "3": "Bude nutné upravit handler na tlačítku tak, aby neodesílal id příkazu, ale jeho jméno. Pak lze příkazy načíst pomocí funkce OrderDefinitionCache.getOrderDefinition().",
2923
    "27": "MODIFY Načtení definic příkazů z databáze - progress: 80 -> 90\n",
2924
    "8": ["Petr Mayr"],
2925
    "9": "2017-04-08 11:03:00",
2926
    "10": ""
2927
   },
2928
   "id": 145,
2929
   "text": "",
2930
   "title": "change-16194"
2931
  },
2932
  {
2933
   "archetype": 4,
2934
   "attributes": {
2935
    "0": "change-16215",
2936
    "1": "",
2937
    "3": "",
2938
    "27": "MODIFY Načtení definic příkazů z databáze - status: Assigned -> Resolved\nMODIFY Načtení definic příkazů z databáze - progress: 90 -> 100\n",
2939
    "8": ["Petr Mayr"],
2940
    "9": "2017-04-08 15:11:00",
2941
    "10": ""
2942
   },
2943
   "id": 146,
2944
   "text": "",
2945
   "title": "change-16215"
2946
  },
2947
  {
2948
   "archetype": 4,
2949
   "attributes": {
2950
    "0": "change-16410",
2951
    "1": "",
2952
    "3": "",
2953
    "27": "MODIFY Načtení definic příkazů z databáze - status: Resolved -> Verified\n",
2954
    "8": ["Petr Mayr"],
2955
    "9": "2017-04-11 13:21:00",
2956
    "10": ""
2957
   },
2958
   "id": 147,
2959
   "text": "",
2960
   "title": "change-16410"
2961
  },
2962
  {
2963
   "archetype": 4,
2964
   "attributes": {
2965
    "0": "change-16414",
2966
    "1": "",
2967
    "3": "",
2968
    "27": "MODIFY Načtení definic příkazů z databáze - status: Verified -> Closed\n",
2969
    "8": ["Petr Mayr"],
2970
    "9": "2017-04-11 13:43:00",
2971
    "10": ""
2972
   },
2973
   "id": 148,
2974
   "text": "",
2975
   "title": "change-16414"
2976
  },
2977
  {
2978
   "archetype": 4,
2979
   "attributes": {
2980
    "1": "",
2981
    "3": "",
2982
    "27": "ADD Validace requestu\n",
2983
    "8": ["Milan Široký"],
2984
    "9": "2017-03-23 10:02:42",
2985
    "10": ""
2986
   },
2987
   "id": 149,
2988
   "text": "",
2989
   "title": "change - 149"
2990
  },
2991
  {
2992
   "archetype": 4,
2993
   "attributes": {
2994
    "0": "7750",
2995
    "1": "",
2996
    "3": "\n\nActivity: Implementation",
2997
    "26": "2017-04-19 12:26:13",
2998
    "27": "LOGTIME Validace requestu - spentTime: 0.0 -> 0.44999998807907104\n",
2999
    "8": ["Jan Albl"],
3000
    "9": "2017-04-19 00:00:00",
3001
    "10": ""
3002
   },
3003
   "id": 150,
3004
   "text": "",
3005
   "title": "7750"
3006
  },
3007
  {
3008
   "archetype": 4,
3009
   "attributes": {
3010
    "0": "7668",
3011
    "1": "",
3012
    "3": "Musím ještě zjistit jak má výstup vypadat\n\nActivity: Implementation",
3013
    "26": "2017-04-16 23:15:21",
3014
    "27": "LOGTIME Validace requestu - spentTime: 0.44999998807907104 -> 2.449999988079071\n",
3015
    "8": ["Jan Albl"],
3016
    "9": "2017-04-16 00:00:00",
3017
    "10": ""
3018
   },
3019
   "id": 151,
3020
   "text": "",
3021
   "title": "7668"
3022
  },
3023
  {
3024
   "archetype": 4,
3025
   "attributes": {
3026
    "0": "change-15176",
3027
    "1": "",
3028
    "3": "",
3029
    "27": "MODIFY Validace requestu - dueDate:  -> \n",
3030
    "9": "2017-03-23 10:04:00",
3031
    "10": ""
3032
   },
3033
   "id": 152,
3034
   "text": "",
3035
   "title": "change-15176"
3036
  },
3037
  {
3038
   "archetype": 4,
3039
   "attributes": {
3040
    "0": "change-15576",
3041
    "1": "",
3042
    "3": "",
3043
    "27": "MODIFY Validace requestu - name: Validace správného výběru orders definitions -> Validace requestu\n",
3044
    "8": ["Petr Mayr"],
3045
    "9": "2017-03-29 14:37:00",
3046
    "10": ""
3047
   },
3048
   "id": 153,
3049
   "text": "",
3050
   "title": "change-15576"
3051
  },
3052
  {
3053
   "archetype": 4,
3054
   "attributes": {
3055
    "0": "change-15760",
3056
    "1": "",
3057
    "3": "",
3058
    "27": "MODIFY Validace requestu - categories:  -> implementace\n",
3059
    "9": "2017-03-31 17:36:00",
3060
    "10": ""
3061
   },
3062
   "id": 154,
3063
   "text": "",
3064
   "title": "change-15760"
3065
  },
3066
  {
3067
   "archetype": 4,
3068
   "attributes": {
3069
    "0": "change-16045",
3070
    "1": "",
3071
    "3": "",
3072
    "27": "MODIFY Validace requestu - estimatedTime: 6.00 -> 3.00\n",
3073
    "8": ["Petr Mayr"],
3074
    "9": "2017-04-05 17:37:00",
3075
    "10": ""
3076
   },
3077
   "id": 155,
3078
   "text": "",
3079
   "title": "change-16045"
3080
  },
3081
  {
3082
   "archetype": 4,
3083
   "attributes": {
3084
    "0": "change-16401",
3085
    "1": "",
3086
    "3": "Bude nutné probrat se zákazníkem, zda mu při neplatném vstupu stačí funkcionalita jako u porovnání transakcí (tj. při špatném počtu definic nic nezobrazit) nebo jestli bude chtít zobrazovat chybové hlášky. V druhém případě bude muset dodat texty chybových hlášení.",
3087
    "27": "MODIFY Validace requestu - status: New -> Accepted\n",
3088
    "8": ["Petr Mayr"],
3089
    "9": "2017-04-11 13:05:00",
3090
    "10": ""
3091
   },
3092
   "id": 156,
3093
   "text": "",
3094
   "title": "change-16401"
3095
  },
3096
  {
3097
   "archetype": 4,
3098
   "attributes": {
3099
    "0": "change-16403",
3100
    "1": "",
3101
    "3": "",
3102
    "27": "MODIFY Validace requestu - iteration:  -> DCI - 4. iterace\n",
3103
    "8": ["Petr Mayr"],
3104
    "9": "2017-04-11 13:19:00",
3105
    "10": ""
3106
   },
3107
   "id": 157,
3108
   "text": "",
3109
   "title": "change-16403"
3110
  },
3111
  {
3112
   "archetype": 4,
3113
   "attributes": {
3114
    "0": "change-16417",
3115
    "1": "",
3116
    "3": "",
3117
    "27": "MODIFY Validace requestu - dueDate:  -> 2017-04-18\nMODIFY Validace requestu - startDate: 2017-03-23 -> 2017-04-11\n",
3118
    "8": ["Petr Mayr"],
3119
    "9": "2017-04-11 13:45:00",
3120
    "10": ""
3121
   },
3122
   "id": 158,
3123
   "text": "",
3124
   "title": "change-16417"
3125
  },
3126
  {
3127
   "archetype": 4,
3128
   "attributes": {
3129
    "0": "change-16421",
3130
    "1": "",
3131
    "3": "",
3132
    "27": "MODIFY Validace requestu - priority: Normal -> High\n",
3133
    "8": ["Petr Mayr"],
3134
    "9": "2017-04-11 13:47:00",
3135
    "10": ""
3136
   },
3137
   "id": 159,
3138
   "text": "",
3139
   "title": "change-16421"
3140
  },
3141
  {
3142
   "archetype": 4,
3143
   "attributes": {
3144
    "0": "change-16454",
3145
    "1": "",
3146
    "3": "",
3147
    "27": "MODIFY Validace requestu - dueDate: 2017-04-18 -> 2017-04-19\nMODIFY Validace requestu - startDate: 2017-04-11 -> 2017-04-12\n",
3148
    "8": ["Petr Mayr"],
3149
    "9": "2017-04-12 11:14:00",
3150
    "10": ""
3151
   },
3152
   "id": 160,
3153
   "text": "",
3154
   "title": "change-16454"
3155
  },
3156
  {
3157
   "archetype": 4,
3158
   "attributes": {
3159
    "0": "change-16508",
3160
    "1": "",
3161
    "3": "",
3162
    "27": "MODIFY Validace requestu - assignee:  -> Jan Albl\n",
3163
    "8": ["Jan Albl"],
3164
    "9": "2017-04-12 19:08:00",
3165
    "10": ""
3166
   },
3167
   "id": 161,
3168
   "text": "",
3169
   "title": "change-16508"
3170
  },
3171
  {
3172
   "archetype": 4,
3173
   "attributes": {
3174
    "0": "change-16719",
3175
    "1": "",
3176
    "3": "",
3177
    "27": "MODIFY Validace requestu - progress: 0 -> 80\n",
3178
    "8": ["Jan Albl"],
3179
    "9": "2017-04-16 23:15:00",
3180
    "10": ""
3181
   },
3182
   "id": 162,
3183
   "text": "",
3184
   "title": "change-16719"
3185
  },
3186
  {
3187
   "archetype": 4,
3188
   "attributes": {
3189
    "0": "change-16866",
3190
    "1": "",
3191
    "3": "",
3192
    "27": "MODIFY Validace requestu - progress: 80 -> 100\n",
3193
    "8": ["Jan Albl"],
3194
    "9": "2017-04-19 12:26:00",
3195
    "10": ""
3196
   },
3197
   "id": 163,
3198
   "text": "",
3199
   "title": "change-16866"
3200
  },
3201
  {
3202
   "archetype": 4,
3203
   "attributes": {
3204
    "0": "change-16871",
3205
    "1": "",
3206
    "3": "",
3207
    "27": "MODIFY Validace requestu - status: Accepted -> Resolved\n",
3208
    "8": ["Petr Mayr"],
3209
    "9": "2017-04-19 13:50:00",
3210
    "10": ""
3211
   },
3212
   "id": 164,
3213
   "text": "",
3214
   "title": "change-16871"
3215
  },
3216
  {
3217
   "archetype": 4,
3218
   "attributes": {
3219
    "0": "change-16875",
3220
    "1": "",
3221
    "3": "",
3222
    "27": "MODIFY Validace requestu - status: Resolved -> Closed\n",
3223
    "8": ["Petr Mayr"],
3224
    "9": "2017-04-19 13:50:00",
3225
    "10": ""
3226
   },
3227
   "id": 165,
3228
   "text": "",
3229
   "title": "change-16875"
3230
  },
3231
  {
3232
   "archetype": 4,
3233
   "attributes": {
3234
    "1": "",
3235
    "3": "",
3236
    "27": "ADD Backend - controller a mapování na url\n",
3237
    "8": ["Milan Široký"],
3238
    "9": "2017-03-23 10:00:06",
3239
    "10": ""
3240
   },
3241
   "id": 166,
3242
   "text": "",
3243
   "title": "change - 166"
3244
  },
3245
  {
3246
   "archetype": 4,
3247
   "attributes": {
3248
    "0": "7343",
3249
    "1": "",
3250
    "3": "\n\nActivity: Unspecified",
3251
    "26": "2017-04-05 16:57:36",
3252
    "27": "LOGTIME Backend - controller a mapování na url - spentTime: 0.0 -> 0.5\n",
3253
    "8": ["Petr Mayr"],
3254
    "9": "2017-04-05 00:00:00",
3255
    "10": ""
3256
   },
3257
   "id": 167,
3258
   "text": "",
3259
   "title": "7343"
3260
  },
3261
  {
3262
   "archetype": 4,
3263
   "attributes": {
3264
    "0": "7320",
3265
    "1": "",
3266
    "3": "Zbývá nahodit proměnnou ${base} v orderDefinitions.jsp\n\nActivity: Unspecified",
3267
    "26": "2017-04-04 18:56:23",
3268
    "27": "LOGTIME Backend - controller a mapování na url - spentTime: 0.5 -> 4.5\n",
3269
    "8": ["Petr Mayr"],
3270
    "9": "2017-04-04 00:00:00",
3271
    "10": ""
3272
   },
3273
   "id": 168,
3274
   "text": "",
3275
   "title": "7320"
3276
  },
3277
  {
3278
   "archetype": 4,
3279
   "attributes": {
3280
    "0": "change-15177",
3281
    "1": "",
3282
    "3": "",
3283
    "27": "MODIFY Backend - controller a mapování na url - dueDate:  -> \n",
3284
    "9": "2017-03-23 10:04:00",
3285
    "10": ""
3286
   },
3287
   "id": 169,
3288
   "text": "",
3289
   "title": "change-15177"
3290
  },
3291
  {
3292
   "archetype": 4,
3293
   "attributes": {
3294
    "0": "change-15575",
3295
    "1": "",
3296
    "3": "",
3297
    "27": "MODIFY Backend - controller a mapování na url - name: Rozšíření serveru -> Backend - controller a mapování na url\n",
3298
    "8": ["Petr Mayr"],
3299
    "9": "2017-03-29 14:36:00",
3300
    "10": ""
3301
   },
3302
   "id": 170,
3303
   "text": "",
3304
   "title": "change-15575"
3305
  },
3306
  {
3307
   "archetype": 4,
3308
   "attributes": {
3309
    "0": "change-15601",
3310
    "1": "",
3311
    "3": "",
3312
    "27": "MODIFY Backend - controller a mapování na url - status: New -> Accepted\nMODIFY Backend - controller a mapování na url - assignee:  -> Petr Mayr\n",
3313
    "8": ["Petr Mayr"],
3314
    "9": "2017-03-29 19:45:00",
3315
    "10": ""
3316
   },
3317
   "id": 171,
3318
   "text": "",
3319
   "title": "change-15601"
3320
  },
3321
  {
3322
   "archetype": 4,
3323
   "attributes": {
3324
    "0": "change-15606",
3325
    "1": "",
3326
    "3": "",
3327
    "27": "MODIFY Backend - controller a mapování na url - iteration:  -> DCI - 2. iterace\n",
3328
    "8": ["Petr Mayr"],
3329
    "9": "2017-03-29 20:57:00",
3330
    "10": ""
3331
   },
3332
   "id": 172,
3333
   "text": "",
3334
   "title": "change-15606"
3335
  },
3336
  {
3337
   "archetype": 4,
3338
   "attributes": {
3339
    "0": "change-15611",
3340
    "1": "",
3341
    "3": "",
3342
    "27": "MODIFY Backend - controller a mapování na url - dueDate:  -> 2017-04-05\n",
3343
    "8": ["Petr Mayr"],
3344
    "9": "2017-03-29 21:01:00",
3345
    "10": ""
3346
   },
3347
   "id": 173,
3348
   "text": "",
3349
   "title": "change-15611"
3350
  },
3351
  {
3352
   "archetype": 4,
3353
   "attributes": {
3354
    "0": "change-15692",
3355
    "1": "",
3356
    "3": "",
3357
    "27": "MODIFY Backend - controller a mapování na url - description:   Přidání controleru na  server, který vykoná akci po přijetí zprávy z klienta po stisku tlačítka  ->  Vytvoření provizorního controlleru (s prázdnou metodou execute()), přidání jeho mapování  na kontext /compareOrderDefs a přidání jsp, které vypíše nějaký testovací obsah. Bude také třeba vytvořit třídu form, která bude obalovat request. Jako inspirace může posloužit controller na porovnáním definic transakcí.  \n",
3358
    "8": ["Petr Mayr"],
3359
    "9": "2017-03-30 23:12:00",
3360
    "10": ""
3361
   },
3362
   "id": 174,
3363
   "text": "",
3364
   "title": "change-15692"
3365
  },
3366
  {
3367
   "archetype": 4,
3368
   "attributes": {
3369
    "0": "change-15694",
3370
    "1": "",
3371
    "3": "",
3372
    "27": "MODIFY Backend - controller a mapování na url - status: Accepted -> Assigned\n",
3373
    "8": ["Petr Mayr"],
3374
    "9": "2017-03-30 23:16:00",
3375
    "10": ""
3376
   },
3377
   "id": 175,
3378
   "text": "",
3379
   "title": "change-15694"
3380
  },
3381
  {
3382
   "archetype": 4,
3383
   "attributes": {
3384
    "0": "change-15759",
3385
    "1": "",
3386
    "3": "",
3387
    "27": "MODIFY Backend - controller a mapování na url - categories:  -> implementace\n",
3388
    "9": "2017-03-31 17:36:00",
3389
    "10": ""
3390
   },
3391
   "id": 176,
3392
   "text": "",
3393
   "title": "change-15759"
3394
  },
3395
  {
3396
   "archetype": 4,
3397
   "attributes": {
3398
    "0": "change-15774",
3399
    "1": "",
3400
    "3": "",
3401
    "27": "MODIFY Backend - controller a mapování na url - priority: Normal -> High\n",
3402
    "9": "2017-03-31 18:44:00",
3403
    "10": ""
3404
   },
3405
   "id": 177,
3406
   "text": "",
3407
   "title": "change-15774"
3408
  },
3409
  {
3410
   "archetype": 4,
3411
   "attributes": {
3412
    "0": "change-15978",
3413
    "1": "",
3414
    "3": "",
3415
    "27": "MODIFY Backend - controller a mapování na url - progress: 0 -> 90\n",
3416
    "8": ["Petr Mayr"],
3417
    "9": "2017-04-04 18:56:00",
3418
    "10": ""
3419
   },
3420
   "id": 178,
3421
   "text": "",
3422
   "title": "change-15978"
3423
  },
3424
  {
3425
   "archetype": 4,
3426
   "attributes": {
3427
    "0": "change-16026",
3428
    "1": "",
3429
    "3": "",
3430
    "27": "MODIFY Backend - controller a mapování na url - progress: 90 -> 100\n",
3431
    "8": ["Petr Mayr"],
3432
    "9": "2017-04-05 16:57:00",
3433
    "10": ""
3434
   },
3435
   "id": 179,
3436
   "text": "",
3437
   "title": "change-16026"
3438
  },
3439
  {
3440
   "archetype": 4,
3441
   "attributes": {
3442
    "0": "change-16032",
3443
    "1": "",
3444
    "3": "",
3445
    "27": "MODIFY Backend - controller a mapování na url - status: Assigned -> Closed\n",
3446
    "8": ["Petr Mayr"],
3447
    "9": "2017-04-05 17:14:00",
3448
    "10": ""
3449
   },
3450
   "id": 180,
3451
   "text": "",
3452
   "title": "change-16032"
3453
  },
3454
  {
3455
   "archetype": 4,
3456
   "attributes": {
3457
    "1": "",
3458
    "3": "",
3459
    "27": "ADD JS ajaxová obsluha tlačítka\n",
3460
    "8": ["Milan Široký"],
3461
    "9": "2017-03-23 09:58:32",
3462
    "10": ""
3463
   },
3464
   "id": 181,
3465
   "text": "",
3466
   "title": "change - 181"
3467
  },
3468
  {
3469
   "archetype": 4,
3470
   "attributes": {
3471
    "0": "7227",
3472
    "1": "",
3473
    "3": "Přidání handleru pro obsluhu tlačítka s třídou \"compareButton\". Testováno v aplikaci přidáním vlastního tlačítka (protože tlačítko ještě není v aplikaci vytvořeno).\n\nActivity: Implementation",
3474
    "26": "2017-04-01 07:28:41",
3475
    "27": "LOGTIME JS ajaxová obsluha tlačítka - spentTime: 0.0 -> 5.0\n",
3476
    "8": ["Jan Albl"],
3477
    "9": "2017-04-01 00:00:00",
3478
    "10": ""
3479
   },
3480
   "id": 182,
3481
   "text": "",
3482
   "title": "7227"
3483
  },
3484
  {
3485
   "archetype": 4,
3486
   "attributes": {
3487
    "0": "change-15178",
3488
    "1": "",
3489
    "3": "",
3490
    "27": "MODIFY JS ajaxová obsluha tlačítka - dueDate:  -> \n",
3491
    "9": "2017-03-23 10:05:00",
3492
    "10": ""
3493
   },
3494
   "id": 183,
3495
   "text": "",
3496
   "title": "change-15178"
3497
  },
3498
  {
3499
   "archetype": 4,
3500
   "attributes": {
3501
    "0": "change-15574",
3502
    "1": "",
3503
    "3": "",
3504
    "27": "MODIFY JS ajaxová obsluha tlačítka - name: Úprava JS - tvorba funkce pro tlačítko -> JS ajaxová obsluha tlačítka\n",
3505
    "8": ["Petr Mayr"],
3506
    "9": "2017-03-29 14:35:00",
3507
    "10": ""
3508
   },
3509
   "id": 184,
3510
   "text": "",
3511
   "title": "change-15574"
3512
  },
3513
  {
3514
   "archetype": 4,
3515
   "attributes": {
3516
    "0": "change-15595",
3517
    "1": "",
3518
    "3": "",
3519
    "27": "MODIFY JS ajaxová obsluha tlačítka - assignee:  -> Jan Albl\n",
3520
    "8": ["Jan Albl"],
3521
    "9": "2017-03-29 19:06:00",
3522
    "10": ""
3523
   },
3524
   "id": 185,
3525
   "text": "",
3526
   "title": "change-15595"
3527
  },
3528
  {
3529
   "archetype": 4,
3530
   "attributes": {
3531
    "0": "change-15600",
3532
    "1": "",
3533
    "3": "",
3534
    "27": "MODIFY JS ajaxová obsluha tlačítka - status: New -> Accepted\n",
3535
    "8": ["Petr Mayr"],
3536
    "9": "2017-03-29 19:44:00",
3537
    "10": ""
3538
   },
3539
   "id": 186,
3540
   "text": "",
3541
   "title": "change-15600"
3542
  },
3543
  {
3544
   "archetype": 4,
3545
   "attributes": {
3546
    "0": "change-15607",
3547
    "1": "",
3548
    "3": "",
3549
    "27": "MODIFY JS ajaxová obsluha tlačítka - iteration:  -> DCI - 2. iterace\n",
3550
    "8": ["Petr Mayr"],
3551
    "9": "2017-03-29 20:57:00",
3552
    "10": ""
3553
   },
3554
   "id": 187,
3555
   "text": "",
3556
   "title": "change-15607"
3557
  },
3558
  {
3559
   "archetype": 4,
3560
   "attributes": {
3561
    "0": "change-15610",
3562
    "1": "",
3563
    "3": "",
3564
    "27": "MODIFY JS ajaxová obsluha tlačítka - dueDate:  -> 2017-04-05\n",
3565
    "8": ["Petr Mayr"],
3566
    "9": "2017-03-29 21:01:00",
3567
    "10": ""
3568
   },
3569
   "id": 188,
3570
   "text": "",
3571
   "title": "change-15610"
3572
  },
3573
  {
3574
   "archetype": 4,
3575
   "attributes": {
3576
    "0": "change-15689",
3577
    "1": "",
3578
    "3": "",
3579
    "27": "MODIFY JS ajaxová obsluha tlačítka - description:   Tvorba JS handleru, který  se postará o vykonání příslušné akce po stisku tlačítka (zavolá handler)  ->  Handler na click na tlačítku porovnání (třída .compareButton),  který zavolá $base/compareTransDefs.do?param a výsledek zobrazí do modálního okna. Param bude jeden a bude obsahovat id vybraných definicí příkazů oddělené čárkou. Jako inspiraci lze použít handler porovnání transakcí v mainTransDefColl.jsp, řádek 41. Skript by neměl být součástí template, což prozatím není nutné řešit.  \n",
3580
    "8": ["Petr Mayr"],
3581
    "9": "2017-03-30 22:59:00",
3582
    "10": ""
3583
   },
3584
   "id": 189,
3585
   "text": "",
3586
   "title": "change-15689"
3587
  },
3588
  {
3589
   "archetype": 4,
3590
   "attributes": {
3591
    "0": "change-15691",
3592
    "1": "",
3593
    "3": "",
3594
    "27": "MODIFY JS ajaxová obsluha tlačítka - description: \n Handler na click na tlačítku porovnání (třída .compareButton), který zavolá  $base/compareTransDefs.do?param a výsledek zobrazí do modálního okna. Param bude jeden a bude obsahovat id vybraných definicí příkazů oddělené čárkou. Jako inspiraci lze použít handler porovnání transakcí v mainTransDefColl.jsp, řádek 41. Skript by neměl být součástí template, což prozatím není nutné řešit.  -> \n Handler na click na tlačítku porovnání (třída .compareButton), který zavolá $base/compareOrderDefs.do?param  a výsledek zobrazí do modálního okna. Param bude jeden a bude obsahovat id vybraných definicí příkazů oddělené čárkou. Jako inspiraci lze použít handler porovnání transakcí v mainTransDefColl.jsp, řádek 41. Skript by neměl být součástí template, což prozatím není nutné řešit. \n",
3595
    "8": ["Petr Mayr"],
3596
    "9": "2017-03-30 23:08:00",
3597
    "10": ""
3598
   },
3599
   "id": 190,
3600
   "text": "",
3601
   "title": "change-15691"
3602
  },
3603
  {
3604
   "archetype": 4,
3605
   "attributes": {
3606
    "0": "change-15695",
3607
    "1": "",
3608
    "3": "",
3609
    "27": "MODIFY JS ajaxová obsluha tlačítka - status: Accepted -> Assigned\n",
3610
    "8": ["Petr Mayr"],
3611
    "9": "2017-03-30 23:16:00",
3612
    "10": ""
3613
   },
3614
   "id": 191,
3615
   "text": "",
3616
   "title": "change-15695"
3617
  },
3618
  {
3619
   "archetype": 4,
3620
   "attributes": {
3621
    "0": "change-15758",
3622
    "1": "",
3623
    "3": "",
3624
    "27": "MODIFY JS ajaxová obsluha tlačítka - categories:  -> implementace\n",
3625
    "9": "2017-03-31 17:35:00",
3626
    "10": ""
3627
   },
3628
   "id": 192,
3629
   "text": "",
3630
   "title": "change-15758"
3631
  },
3632
  {
3633
   "archetype": 4,
3634
   "attributes": {
3635
    "0": "change-15773",
3636
    "1": "",
3637
    "3": "",
3638
    "27": "MODIFY JS ajaxová obsluha tlačítka - priority: Normal -> High\n",
3639
    "9": "2017-03-31 18:44:00",
3640
    "10": ""
3641
   },
3642
   "id": 193,
3643
   "text": "",
3644
   "title": "change-15773"
3645
  },
3646
  {
3647
   "archetype": 4,
3648
   "attributes": {
3649
    "0": "change-15811",
3650
    "1": "",
3651
    "3": "",
3652
    "27": "MODIFY JS ajaxová obsluha tlačítka - progress: 0 -> 100\n",
3653
    "8": ["Jan Albl"],
3654
    "9": "2017-04-01 07:30:00",
3655
    "10": ""
3656
   },
3657
   "id": 194,
3658
   "text": "",
3659
   "title": "change-15811"
3660
  },
3661
  {
3662
   "archetype": 4,
3663
   "attributes": {
3664
    "0": "change-16031",
3665
    "1": "",
3666
    "3": "",
3667
    "27": "MODIFY JS ajaxová obsluha tlačítka - status: Assigned -> Closed\n",
3668
    "8": ["Petr Mayr"],
3669
    "9": "2017-04-05 17:13:00",
3670
    "10": ""
3671
   },
3672
   "id": 195,
3673
   "text": "",
3674
   "title": "change-16031"
3675
  },
3676
  {
3677
   "archetype": 4,
3678
   "attributes": {
3679
    "1": "",
3680
    "3": "",
3681
    "27": "ADD Tlačítko na porovnání\n",
3682
    "8": ["Milan Široký"],
3683
    "9": "2017-03-23 09:56:09",
3684
    "10": ""
3685
   },
3686
   "id": 196,
3687
   "text": "",
3688
   "title": "change - 196"
3689
  },
3690
  {
3691
   "archetype": 4,
3692
   "attributes": {
3693
    "0": "7231",
3694
    "1": "",
3695
    "3": "Přidal jsem tam tlačítko, na kterým je napsáno Compare. Snad je to správně.\n\nActivity: Implementation",
3696
    "26": "2017-04-01 14:09:54",
3697
    "27": "LOGTIME Tlačítko na porovnání - spentTime: 0.0 -> 1.5\n",
3698
    "8": ["Tomáš Matějka"],
3699
    "9": "2017-04-01 00:00:00",
3700
    "10": ""
3701
   },
3702
   "id": 197,
3703
   "text": "",
3704
   "title": "7231"
3705
  },
3706
  {
3707
   "archetype": 4,
3708
   "attributes": {
3709
    "0": "change-15175",
3710
    "1": "",
3711
    "3": "",
3712
    "27": "MODIFY Tlačítko na porovnání - dueDate:  -> 2017-03-30\n",
3713
    "9": "2017-03-23 09:58:00",
3714
    "10": ""
3715
   },
3716
   "id": 198,
3717
   "text": "",
3718
   "title": "change-15175"
3719
  },
3720
  {
3721
   "archetype": 4,
3722
   "attributes": {
3723
    "0": "change-15179",
3724
    "1": "",
3725
    "3": "",
3726
    "27": "MODIFY Tlačítko na porovnání - dueDate: 2017-03-30 -> \n",
3727
    "9": "2017-03-23 10:05:00",
3728
    "10": ""
3729
   },
3730
   "id": 199,
3731
   "text": "",
3732
   "title": "change-15179"
3733
  },
3734
  {
3735
   "archetype": 4,
3736
   "attributes": {
3737
    "0": "change-15573",
3738
    "1": "",
3739
    "3": "",
3740
    "27": "MODIFY Tlačítko na porovnání - name: Interface url a parametry -> Tlačítko na porovnání\n",
3741
    "8": ["Petr Mayr"],
3742
    "9": "2017-03-29 14:34:00",
3743
    "10": ""
3744
   },
3745
   "id": 200,
3746
   "text": "",
3747
   "title": "change-15573"
3748
  },
3749
  {
3750
   "archetype": 4,
3751
   "attributes": {
3752
    "0": "change-15599",
3753
    "1": "",
3754
    "3": "",
3755
    "27": "MODIFY Tlačítko na porovnání - status: New -> Accepted\nMODIFY Tlačítko na porovnání - assignee:  -> Tomáš Matějka\n",
3756
    "8": ["Petr Mayr"],
3757
    "9": "2017-03-29 19:44:00",
3758
    "10": ""
3759
   },
3760
   "id": 201,
3761
   "text": "",
3762
   "title": "change-15599"
3763
  },
3764
  {
3765
   "archetype": 4,
3766
   "attributes": {
3767
    "0": "change-15608",
3768
    "1": "",
3769
    "3": "",
3770
    "27": "MODIFY Tlačítko na porovnání - iteration:  -> DCI - 2. iterace\n",
3771
    "8": ["Petr Mayr"],
3772
    "9": "2017-03-29 20:58:00",
3773
    "10": ""
3774
   },
3775
   "id": 202,
3776
   "text": "",
3777
   "title": "change-15608"
3778
  },
3779
  {
3780
   "archetype": 4,
3781
   "attributes": {
3782
    "0": "change-15609",
3783
    "1": "",
3784
    "3": "",
3785
    "27": "MODIFY Tlačítko na porovnání - dueDate:  -> 2017-04-05\n",
3786
    "8": ["Petr Mayr"],
3787
    "9": "2017-03-29 21:01:00",
3788
    "10": ""
3789
   },
3790
   "id": 203,
3791
   "text": "",
3792
   "title": "change-15609"
3793
  },
3794
  {
3795
   "archetype": 4,
3796
   "attributes": {
3797
    "0": "change-15690",
3798
    "1": "",
3799
    "3": "",
3800
    "27": "MODIFY Tlačítko na porovnání - description:   Rozšíření funkcionality klienta - úprava jsp o přidání tlačítka  "Compare"  ->  Přidání  tlačítka na porovnání do přehledu definic příkazů (text 'compare') nad výpis. Tlačítko bude mít třídu '.compareButton'.  \n",
3801
    "8": ["Petr Mayr"],
3802
    "9": "2017-03-30 23:02:00",
3803
    "10": ""
3804
   },
3805
   "id": 204,
3806
   "text": "",
3807
   "title": "change-15690"
3808
  },
3809
  {
3810
   "archetype": 4,
3811
   "attributes": {
3812
    "0": "change-15696",
3813
    "1": "",
3814
    "3": "",
3815
    "27": "MODIFY Tlačítko na porovnání - status: Accepted -> Assigned\n",
3816
    "8": ["Petr Mayr"],
3817
    "9": "2017-03-30 23:17:00",
3818
    "10": ""
3819
   },
3820
   "id": 205,
3821
   "text": "",
3822
   "title": "change-15696"
3823
  },
3824
  {
3825
   "archetype": 4,
3826
   "attributes": {
3827
    "0": "change-15757",
3828
    "1": "",
3829
    "3": "",
3830
    "27": "MODIFY Tlačítko na porovnání - categories:  -> implementace\n",
3831
    "9": "2017-03-31 17:35:00",
3832
    "10": ""
3833
   },
3834
   "id": 206,
3835
   "text": "",
3836
   "title": "change-15757"
3837
  },
3838
  {
3839
   "archetype": 4,
3840
   "attributes": {
3841
    "0": "change-15772",
3842
    "1": "",
3843
    "3": "",
3844
    "27": "MODIFY Tlačítko na porovnání - priority: Normal -> High\n",
3845
    "9": "2017-03-31 18:44:00",
3846
    "10": ""
3847
   },
3848
   "id": 207,
3849
   "text": "",
3850
   "title": "change-15772"
3851
  },
3852
  {
3853
   "archetype": 4,
3854
   "attributes": {
3855
    "0": "change-15861",
3856
    "1": "",
3857
    "3": "",
3858
    "27": "MODIFY Tlačítko na porovnání - progress: 0 -> 100\n",
3859
    "8": ["Tomáš Matějka"],
3860
    "9": "2017-04-02 21:02:00",
3861
    "10": ""
3862
   },
3863
   "id": 208,
3864
   "text": "",
3865
   "title": "change-15861"
3866
  },
3867
  {
3868
   "archetype": 4,
3869
   "attributes": {
3870
    "0": "change-16030",
3871
    "1": "",
3872
    "3": "",
3873
    "27": "MODIFY Tlačítko na porovnání - status: Assigned -> Closed\n",
3874
    "8": ["Petr Mayr"],
3875
    "9": "2017-04-05 17:13:00",
3876
    "10": ""
3877
   },
3878
   "id": 209,
3879
   "text": "",
3880
   "title": "change-16030"
3881
  },
3882
  {
3883
   "archetype": 4,
3884
   "attributes": {
3885
    "1": "",
3886
    "3": "",
3887
    "27": "ADD Orientace v aplikaci DCIx \n",
3888
    "8": ["Milan Široký"],
3889
    "9": "2017-03-23 09:53:58",
3890
    "10": ""
3891
   },
3892
   "id": 210,
3893
   "text": "",
3894
   "title": "change - 210"
3895
  },
3896
  {
3897
   "archetype": 4,
3898
   "attributes": {
3899
    "0": "7073",
3900
    "1": "",
3901
    "3": "\n\nActivity: Unspecified",
3902
    "26": "2017-03-27 11:45:10",
3903
    "27": "LOGTIME Orientace v aplikaci DCIx  - spentTime: 0.0 -> 2.0\n",
3904
    "8": ["Petr Mayr"],
3905
    "9": "2017-03-27 00:00:00",
3906
    "10": ""
3907
   },
3908
   "id": 211,
3909
   "text": "",
3910
   "title": "7073"
3911
  },
3912
  {
3913
   "archetype": 4,
3914
   "attributes": {
3915
    "0": "change-15369",
3916
    "1": "",
3917
    "3": "",
3918
    "27": "MODIFY Orientace v aplikaci DCIx  - progress: 0 -> 100\n",
3919
    "8": ["Petr Mayr"],
3920
    "9": "2017-03-27 11:44:00",
3921
    "10": ""
3922
   },
3923
   "id": 212,
3924
   "text": "",
3925
   "title": "change-15369"
3926
  },
3927
  {
3928
   "archetype": 4,
3929
   "attributes": {
3930
    "0": "change-15697",
3931
    "1": "",
3932
    "3": "",
3933
    "27": "MODIFY Orientace v aplikaci DCIx  - status: New -> Closed\n",
3934
    "8": ["Petr Mayr"],
3935
    "9": "2017-03-30 23:18:00",
3936
    "10": ""
3937
   },
3938
   "id": 213,
3939
   "text": "",
3940
   "title": "change-15697"
3941
  },
3942
  {
3943
   "archetype": 4,
3944
   "attributes": {
3945
    "0": "change-15776",
3946
    "1": "",
3947
    "3": "",
3948
    "27": "MODIFY Orientace v aplikaci DCIx  - iteration:  -> DCI - 1. iterace\n",
3949
    "9": "2017-03-31 18:48:00",
3950
    "10": ""
3951
   },
3952
   "id": 214,
3953
   "text": "",
3954
   "title": "change-15776"
3955
  },
3956
  {
3957
   "archetype": 4,
3958
   "attributes": {
3959
    "0": "change-15888",
3960
    "1": "",
3961
    "3": "",
3962
    "27": "MODIFY Orientace v aplikaci DCIx  - name: Orientace v aplikace DCIx -> Orientace v aplikaci DCIx\n",
3963
    "8": ["Petr Mayr"],
3964
    "9": "2017-04-03 12:59:00",
3965
    "10": ""
3966
   },
3967
   "id": 215,
3968
   "text": "",
3969
   "title": "change-15888"
3970
  },
3971
  {
3972
   "archetype": 4,
3973
   "attributes": {
3974
    "1": "",
3975
    "3": "",
3976
    "27": "ADD Sepsání vize projektu\n",
3977
    "8": ["Milan Široký"],
3978
    "9": "2017-03-20 18:36:38",
3979
    "10": ""
3980
   },
3981
   "id": 216,
3982
   "text": "",
3983
   "title": "change - 216"
3984
  },
3985
  {
3986
   "archetype": 4,
3987
   "attributes": {
3988
    "0": "6907",
3989
    "1": "",
3990
    "3": "\n\nActivity: Documentation",
3991
    "26": "2017-03-20 18:38:52",
3992
    "27": "LOGTIME Sepsání vize projektu - spentTime: 0.0 -> 1.8300000429153442\n",
3993
    "8": ["Milan Široký"],
3994
    "9": "2017-03-20 00:00:00",
3995
    "10": ""
3996
   },
3997
   "id": 217,
3998
   "text": "",
3999
   "title": "6907"
4000
  },
4001
  {
4002
   "archetype": 4,
4003
   "attributes": {
4004
    "0": "change-15075",
4005
    "1": "",
4006
    "3": "Vytvořena vize projektu, důležité části se nacházejí také na wiki stránce projektu.",
4007
    "27": "MODIFY Sepsání vize projektu - status: New -> Resolved\nMODIFY Sepsání vize projektu - progress: 0 -> 100\nADD Vize_produktu.docx\n",
4008
    "9": "2017-03-20 18:38:00",
4009
    "10": ""
4010
   },
4011
   "id": 218,
4012
   "text": "",
4013
   "title": "change-15075"
4014
  },
4015
  {
4016
   "archetype": 4,
4017
   "attributes": {
4018
    "0": "change-15146",
4019
    "1": "",
4020
    "3": "",
4021
    "27": "MODIFY Sepsání vize projektu - status: Resolved -> Closed\n",
4022
    "8": ["Petr Mayr"],
4023
    "9": "2017-03-22 15:37:00",
4024
    "10": ""
4025
   },
4026
   "id": 219,
4027
   "text": "",
4028
   "title": "change-15146"
4029
  },
4030
  {
4031
   "archetype": 4,
4032
   "attributes": {
4033
    "0": "change-15777",
4034
    "1": "",
4035
    "3": "",
4036
    "27": "MODIFY Sepsání vize projektu - iteration:  -> DCI - 1. iterace\n",
4037
    "9": "2017-03-31 18:48:00",
4038
    "10": ""
4039
   },
4040
   "id": 220,
4041
   "text": "",
4042
   "title": "change-15777"
4043
  },
4044
  {
4045
   "archetype": 4,
4046
   "attributes": {
4047
    "1": "",
4048
    "3": "",
4049
    "27": "ADD Schůzky týmu\n",
4050
    "8": ["Petr Mayr"],
4051
    "9": "2017-03-20 11:31:35",
4052
    "10": ""
4053
   },
4054
   "id": 221,
4055
   "text": "",
4056
   "title": "change - 221"
4057
  },
4058
  {
4059
   "archetype": 4,
4060
   "attributes": {
4061
    "0": "8067",
4062
    "1": "",
4063
    "3": "\n\nActivity: Administrative",
4064
    "26": "2017-04-27 22:50:18",
4065
    "27": "LOGTIME Schůzky týmu - spentTime: 0.0 -> 1.0\n",
4066
    "8": ["Petr Mayr"],
4067
    "9": "2017-04-24 00:00:00",
4068
    "10": ""
4069
   },
4070
   "id": 222,
4071
   "text": "",
4072
   "title": "8067"
4073
  },
4074
  {
4075
   "archetype": 4,
4076
   "attributes": {
4077
    "0": "7756",
4078
    "1": "",
4079
    "3": "\n\nActivity: Unspecified",
4080
    "26": "2017-04-19 15:00:03",
4081
    "27": "LOGTIME Schůzky týmu - spentTime: 1.0 -> 1.5\n",
4082
    "8": ["Petr Mayr"],
4083
    "9": "2017-04-19 00:00:00",
4084
    "10": ""
4085
   },
4086
   "id": 223,
4087
   "text": "",
4088
   "title": "7756"
4089
  },
4090
  {
4091
   "archetype": 4,
4092
   "attributes": {
4093
    "0": "7732",
4094
    "1": "",
4095
    "3": "Schůzka v rámci týmu\n\nActivity: Administrative",
4096
    "26": "2017-04-18 20:07:33",
4097
    "27": "LOGTIME Schůzky týmu - spentTime: 1.5 -> 1.7000000029802322\n",
4098
    "8": ["Milan Široký"],
4099
    "9": "2017-04-18 00:00:00",
4100
    "10": ""
4101
   },
4102
   "id": 224,
4103
   "text": "",
4104
   "title": "7732"
4105
  },
4106
  {
4107
   "archetype": 4,
4108
   "attributes": {
4109
    "0": "7710",
4110
    "1": "",
4111
    "3": "\n\nActivity: Unspecified",
4112
    "26": "2017-04-18 12:14:30",
4113
    "27": "LOGTIME Schůzky týmu - spentTime: 1.7000000029802322 -> 2.2000000029802322\n",
4114
    "8": ["Petr Mayr"],
4115
    "9": "2017-04-18 00:00:00",
4116
    "10": ""
4117
   },
4118
   "id": 225,
4119
   "text": "",
4120
   "title": "7710"
4121
  },
4122
  {
4123
   "archetype": 4,
4124
   "attributes": {
4125
    "0": "7283",
4126
    "1": "",
4127
    "3": "problém s repozitářem\n\nActivity: Unspecified",
4128
    "26": "2017-04-03 18:42:43",
4129
    "27": "LOGTIME Schůzky týmu - spentTime: 2.2000000029802322 -> 2.7000000029802322\n",
4130
    "8": ["Petr Mayr"],
4131
    "9": "2017-04-03 00:00:00",
4132
    "10": ""
4133
   },
4134
   "id": 226,
4135
   "text": "",
4136
   "title": "7283"
4137
  },
4138
  {
4139
   "archetype": 4,
4140
   "attributes": {
4141
    "0": "7216",
4142
    "1": "",
4143
    "3": "Začátek iterace - schůzka ohledně redmine a ujasnění úkolu pro přidání ajaxové obsluhy tlačítka - Task #5179 \n\nActivity: Unspecified",
4144
    "26": "2017-03-31 17:31:42",
4145
    "27": "LOGTIME Schůzky týmu - spentTime: 2.7000000029802322 -> 3.7000000029802322\n",
4146
    "8": ["Jan Albl"],
4147
    "9": "2017-03-31 00:00:00",
4148
    "10": ""
4149
   },
4150
   "id": 227,
4151
   "text": "",
4152
   "title": "7216"
4153
  },
4154
  {
4155
   "archetype": 4,
4156
   "attributes": {
4157
    "0": "7204",
4158
    "1": "",
4159
    "3": "Druhá schůzka týmu. O kódu a v jakých třídách se co nachází.\n\nActivity: Analysis",
4160
    "26": "2017-03-30 21:17:28",
4161
    "27": "LOGTIME Schůzky týmu - spentTime: 3.7000000029802322 -> 4.700000002980232\n",
4162
    "8": ["Tomáš Matějka"],
4163
    "9": "2017-03-30 00:00:00",
4164
    "10": ""
4165
   },
4166
   "id": 228,
4167
   "text": "",
4168
   "title": "7204"
4169
  },
4170
  {
4171
   "archetype": 4,
4172
   "attributes": {
4173
    "0": "7147",
4174
    "1": "",
4175
    "3": "První schůzka týmu\n\nActivity: Administrative",
4176
    "26": "2017-03-29 12:27:38",
4177
    "27": "LOGTIME Schůzky týmu - spentTime: 4.700000002980232 -> 5.700000002980232\n",
4178
    "8": ["Tomáš Matějka"],
4179
    "9": "2017-03-29 00:00:00",
4180
    "10": ""
4181
   },
4182
   "id": 229,
4183
   "text": "",
4184
   "title": "7147"
4185
  },
4186
  {
4187
   "archetype": 4,
4188
   "attributes": {
4189
    "0": "7180",
4190
    "1": "",
4191
    "3": "Schůzka v rámci týmu\n\nActivity: Administrative",
4192
    "26": "2017-03-30 08:08:08",
4193
    "27": "LOGTIME Schůzky týmu - spentTime: 5.700000002980232 -> 6.700000002980232\n",
4194
    "8": ["Milan Široký"],
4195
    "9": "2017-03-27 00:00:00",
4196
    "10": ""
4197
   },
4198
   "id": 230,
4199
   "text": "",
4200
   "title": "7180"
4201
  },
4202
  {
4203
   "archetype": 4,
4204
   "attributes": {
4205
    "0": "7081",
4206
    "1": "",
4207
    "3": "Schůzka, kde jsme procházeli kód (jak projekt funguje) a řešili co bude následovat v další iteraci\n\nActivity: Unspecified",
4208
    "26": "2017-03-27 14:20:34",
4209
    "27": "LOGTIME Schůzky týmu - spentTime: 6.700000002980232 -> 7.700000002980232\n",
4210
    "8": ["Jan Albl"],
4211
    "9": "2017-03-27 00:00:00",
4212
    "10": ""
4213
   },
4214
   "id": 231,
4215
   "text": "",
4216
   "title": "7081"
4217
  },
4218
  {
4219
   "archetype": 4,
4220
   "attributes": {
4221
    "0": "6921",
4222
    "1": "",
4223
    "3": "\n\nActivity: Unspecified",
4224
    "26": "2017-03-21 07:57:19",
4225
    "27": "LOGTIME Schůzky týmu - spentTime: 7.700000002980232 -> 8.700000002980232\n",
4226
    "8": ["Jan Albl"],
4227
    "9": "2017-03-21 00:00:00",
4228
    "10": ""
4229
   },
4230
   "id": 232,
4231
   "text": "",
4232
   "title": "6921"
4233
  },
4234
  {
4235
   "archetype": 4,
4236
   "attributes": {
4237
    "0": "6908",
4238
    "1": "",
4239
    "3": "Schůzka v rámci týmu (weekly standup)\n\nActivity: Administrative",
4240
    "26": "2017-03-20 18:42:30",
4241
    "27": "LOGTIME Schůzky týmu - spentTime: 8.700000002980232 -> 9.700000002980232\n",
4242
    "8": ["Milan Široký"],
4243
    "9": "2017-03-20 00:00:00",
4244
    "10": ""
4245
   },
4246
   "id": 233,
4247
   "text": "",
4248
   "title": "6908"
4249
  },
4250
  {
4251
   "archetype": 4,
4252
   "attributes": {
4253
    "0": "6890",
4254
    "1": "",
4255
    "3": "vize\n\nActivity: Analysis",
4256
    "26": "2017-03-20 11:33:15",
4257
    "27": "LOGTIME Schůzky týmu - spentTime: 9.700000002980232 -> 10.700000002980232\n",
4258
    "8": ["Petr Mayr"],
4259
    "9": "2017-03-20 00:00:00",
4260
    "10": ""
4261
   },
4262
   "id": 234,
4263
   "text": "",
4264
   "title": "6890"
4265
  },
4266
  {
4267
   "archetype": 4,
4268
   "attributes": {
4269
    "0": "change-15693",
4270
    "1": "",
4271
    "3": "",
4272
    "27": "MODIFY Schůzky týmu - type: Bug -> Task\n",
4273
    "8": ["Petr Mayr"],
4274
    "9": "2017-03-30 23:15:00",
4275
    "10": ""
4276
   },
4277
   "id": 235,
4278
   "text": "",
4279
   "title": "change-15693"
4280
  },
4281
  {
4282
   "archetype": 4,
4283
   "attributes": {
4284
    "0": "change-15755",
4285
    "1": "",
4286
    "3": "",
4287
    "27": "MODIFY Schůzky týmu - priority: Normal -> Low\n",
4288
    "9": "2017-03-31 17:33:00",
4289
    "10": ""
4290
   },
4291
   "id": 236,
4292
   "text": "",
4293
   "title": "change-15755"
4294
  },
4295
  {
4296
   "archetype": 4,
4297
   "attributes": {
4298
    "0": "change-15764",
4299
    "1": "",
4300
    "3": "",
4301
    "27": "MODIFY Schůzky týmu - assignee:  -> Milan Široký\nMODIFY Schůzky týmu - estimatedTime:  -> 28.00\n",
4302
    "9": "2017-03-31 17:39:00",
4303
    "10": ""
4304
   },
4305
   "id": 237,
4306
   "text": "",
4307
   "title": "change-15764"
4308
  },
4309
  {
4310
   "archetype": 4,
4311
   "attributes": {
4312
    "0": "change-17625",
4313
    "1": "",
4314
    "3": "",
4315
    "27": "MODIFY Schůzky týmu - status: Accepted -> Closed\n",
4316
    "8": ["Petr Mayr"],
4317
    "9": "2017-04-28 18:49:00",
4318
    "10": ""
4319
   },
4320
   "id": 238,
4321
   "text": "",
4322
   "title": "change-17625"
4323
  },
4324
  {
4325
   "archetype": 4,
4326
   "attributes": {
4327
    "0": "change-17628",
4328
    "1": "",
4329
    "3": "",
4330
    "27": "MODIFY Schůzky týmu - progress: 0 -> 100\n",
4331
    "8": ["Petr Mayr"],
4332
    "9": "2017-04-28 18:49:00",
4333
    "10": ""
4334
   },
4335
   "id": 239,
4336
   "text": "",
4337
   "title": "change-17628"
4338
  },
4339
  {
4340
   "archetype": 4,
4341
   "attributes": {
4342
    "1": "",
4343
    "3": "",
4344
    "27": "ADD Schůzky se zákazníkem\n",
4345
    "8": ["Petr Mayr"],
4346
    "9": "2017-03-20 11:30:12",
4347
    "10": ""
4348
   },
4349
   "id": 240,
4350
   "text": "",
4351
   "title": "change - 240"
4352
  },
4353
  {
4354
   "archetype": 4,
4355
   "attributes": {
4356
    "0": "8082",
4357
    "1": "",
4358
    "3": "\n\nActivity: Administrative",
4359
    "26": "2017-04-28 12:27:19",
4360
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 0.0 -> 0.5\n",
4361
    "8": ["Jan Albl"],
4362
    "9": "2017-04-28 00:00:00",
4363
    "10": ""
4364
   },
4365
   "id": 241,
4366
   "text": "",
4367
   "title": "8082"
4368
  },
4369
  {
4370
   "archetype": 4,
4371
   "attributes": {
4372
    "0": "7757",
4373
    "1": "",
4374
    "3": "\n\nActivity: Verification",
4375
    "26": "2017-04-19 17:30:31",
4376
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 0.5 -> 1.5\n",
4377
    "8": ["Petr Mayr"],
4378
    "9": "2017-04-19 00:00:00",
4379
    "10": ""
4380
   },
4381
   "id": 242,
4382
   "text": "",
4383
   "title": "7757"
4384
  },
4385
  {
4386
   "archetype": 4,
4387
   "attributes": {
4388
    "0": "7367",
4389
    "1": "",
4390
    "3": "Schůzka se zákazníkem \n\nActivity: Administrative",
4391
    "26": "2017-04-06 13:48:04",
4392
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 1.5 -> 2.5\n",
4393
    "8": ["Milan Široký"],
4394
    "9": "2017-04-05 00:00:00",
4395
    "10": ""
4396
   },
4397
   "id": 243,
4398
   "text": "",
4399
   "title": "7367"
4400
  },
4401
  {
4402
   "archetype": 4,
4403
   "attributes": {
4404
    "0": "7344",
4405
    "1": "",
4406
    "3": "\n\nActivity: Verification",
4407
    "26": "2017-04-05 17:04:23",
4408
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 2.5 -> 3.5\n",
4409
    "8": ["Petr Mayr"],
4410
    "9": "2017-04-05 00:00:00",
4411
    "10": ""
4412
   },
4413
   "id": 244,
4414
   "text": "",
4415
   "title": "7344"
4416
  },
4417
  {
4418
   "archetype": 4,
4419
   "attributes": {
4420
    "0": "7169",
4421
    "1": "",
4422
    "3": "\n\nActivity: Analysis",
4423
    "26": "2017-03-29 19:53:28",
4424
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 3.5 -> 4.0\n",
4425
    "8": ["Petr Mayr"],
4426
    "9": "2017-03-29 00:00:00",
4427
    "10": ""
4428
   },
4429
   "id": 245,
4430
   "text": "",
4431
   "title": "7169"
4432
  },
4433
  {
4434
   "archetype": 4,
4435
   "attributes": {
4436
    "0": "7146",
4437
    "1": "",
4438
    "3": "První schůzka se zákazníkem\n\nActivity: Administrative",
4439
    "26": "2017-03-29 12:26:35",
4440
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 4.0 -> 5.0\n",
4441
    "8": ["Tomáš Matějka"],
4442
    "9": "2017-03-29 00:00:00",
4443
    "10": ""
4444
   },
4445
   "id": 246,
4446
   "text": "",
4447
   "title": "7146"
4448
  },
4449
  {
4450
   "archetype": 4,
4451
   "attributes": {
4452
    "0": "7181",
4453
    "1": "",
4454
    "3": "Schůzka se zákazníkem \n\nActivity: Analysis",
4455
    "26": "2017-03-30 08:09:06",
4456
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 5.0 -> 6.0\n",
4457
    "8": ["Milan Široký"],
4458
    "9": "2017-03-22 00:00:00",
4459
    "10": ""
4460
   },
4461
   "id": 247,
4462
   "text": "",
4463
   "title": "7181"
4464
  },
4465
  {
4466
   "archetype": 4,
4467
   "attributes": {
4468
    "0": "6922",
4469
    "1": "",
4470
    "3": "První schůzka se zákazníkem\n\nActivity: Unspecified",
4471
    "26": "2017-03-21 07:57:47",
4472
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 6.0 -> 7.0\n",
4473
    "8": ["Jan Albl"],
4474
    "9": "2017-03-21 00:00:00",
4475
    "10": ""
4476
   },
4477
   "id": 248,
4478
   "text": "",
4479
   "title": "6922"
4480
  },
4481
  {
4482
   "archetype": 4,
4483
   "attributes": {
4484
    "0": "6909",
4485
    "1": "",
4486
    "3": "První schůzka se zákazníkem\n\nActivity: Analysis",
4487
    "26": "2017-03-20 18:42:59",
4488
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 7.0 -> 8.0\n",
4489
    "8": ["Milan Široký"],
4490
    "9": "2017-03-15 00:00:00",
4491
    "10": ""
4492
   },
4493
   "id": 249,
4494
   "text": "",
4495
   "title": "6909"
4496
  },
4497
  {
4498
   "archetype": 4,
4499
   "attributes": {
4500
    "0": "6889",
4501
    "1": "",
4502
    "3": "úvodní schůzka\n\nActivity: Administrative",
4503
    "26": "2017-03-20 11:30:55",
4504
    "27": "LOGTIME Schůzky se zákazníkem - spentTime: 8.0 -> 9.0\n",
4505
    "8": ["Petr Mayr"],
4506
    "9": "2017-03-15 00:00:00",
4507
    "10": ""
4508
   },
4509
   "id": 250,
4510
   "text": "",
4511
   "title": "6889"
4512
  },
4513
  {
4514
   "archetype": 4,
4515
   "attributes": {
4516
    "0": "change-15763",
4517
    "1": "",
4518
    "3": "",
4519
    "27": "MODIFY Schůzky se zákazníkem - assignee:  -> Milan Široký\nMODIFY Schůzky se zákazníkem - estimatedTime:  -> 28.00\n",
4520
    "9": "2017-03-31 17:38:00",
4521
    "10": ""
4522
   },
4523
   "id": 251,
4524
   "text": "",
4525
   "title": "change-15763"
4526
  },
4527
  {
4528
   "archetype": 4,
4529
   "attributes": {
4530
    "0": "change-17624",
4531
    "1": "",
4532
    "3": "",
4533
    "27": "MODIFY Schůzky se zákazníkem - status: Accepted -> Closed\n",
4534
    "8": ["Petr Mayr"],
4535
    "9": "2017-04-28 18:48:00",
4536
    "10": ""
4537
   },
4538
   "id": 252,
4539
   "text": "",
4540
   "title": "change-17624"
4541
  },
4542
  {
4543
   "archetype": 4,
4544
   "attributes": {
4545
    "0": "change-17627",
4546
    "1": "",
4547
    "3": "",
4548
    "27": "MODIFY Schůzky se zákazníkem - progress: 0 -> 100\n",
4549
    "8": ["Petr Mayr"],
4550
    "9": "2017-04-28 18:49:00",
4551
    "10": ""
4552
   },
4553
   "id": 253,
4554
   "text": "",
4555
   "title": "change-17627"
4556
  },
4557
  {
4558
   "archetype": 4,
4559
   "attributes": {
4560
    "1": "",
4561
    "3": "",
4562
    "27": "ADD 1_iterace\n",
4563
    "8": ["Petr Mayr"],
4564
    "9": "2017-04-19 17:01:03",
4565
    "10": ""
4566
   },
4567
   "id": 254,
4568
   "text": "",
4569
   "title": "change - 254"
4570
  },
4571
  {
4572
   "archetype": 4,
4573
   "attributes": {
4574
    "1": "",
4575
    "3": "",
4576
    "27": "MODIFY 1_iterace - description: 1. iterace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly. -> h2. *1. terace*\r\n\r\n* Sběr požadavků\r\n* Analýza problému\r\n* Vize projektu\n",
4577
    "8": ["Petr Mayr"],
4578
    "9": "2017-04-19 17:16:00",
4579
    "10": ""
4580
   },
4581
   "id": 255,
4582
   "text": "",
4583
   "title": "change - 255"
4584
  },
4585
  {
4586
   "archetype": 4,
4587
   "attributes": {
4588
    "1": "",
4589
    "3": "",
4590
    "27": "ADD 1_terace\n",
4591
    "8": ["Petr Mayr"],
4592
    "9": "2017-04-19 16:47:07",
4593
    "10": ""
4594
   },
4595
   "id": 256,
4596
   "text": "",
4597
   "title": "change - 256"
4598
  },
4599
  {
4600
   "archetype": 4,
4601
   "attributes": {
4602
    "1": "",
4603
    "3": "",
4604
    "27": "MODIFY 1_terace - description: 1 terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly. -> h1. 1. iterace\r\n\r\nV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly. \n",
4605
    "8": ["Petr Mayr"],
4606
    "9": "2017-04-19 16:55:00",
4607
    "10": ""
4608
   },
4609
   "id": 257,
4610
   "text": "",
4611
   "title": "change - 257"
4612
  },
4613
  {
4614
   "archetype": 4,
4615
   "attributes": {
4616
    "1": "",
4617
    "3": "",
4618
    "27": "ADD 2_iterace\n",
4619
    "8": ["Petr Mayr"],
4620
    "9": "2017-04-19 17:14:10",
4621
    "10": ""
4622
   },
4623
   "id": 258,
4624
   "text": "",
4625
   "title": "change - 258"
4626
  },
4627
  {
4628
   "archetype": 4,
4629
   "attributes": {
4630
    "1": "",
4631
    "3": "",
4632
    "27": "MODIFY 2_iterace - description: 2. terace\n\n\n\t\n\tTlačítko pro porovnání definic v záložce Orders, js handler\n\t\tProvizorní backend, testovací obsah -> h2. *2. terace*\r\n\r\n* Tlačítko pro porovnání definic v záložce Orders, js handler\r\n* Provizorní backend, testovací obsah\r\n\r\nh5. *[[2. iterace - retrospektiva]]*\r\n\n",
4633
    "8": ["Petr Mayr"],
4634
    "9": "2017-04-19 17:17:00",
4635
    "10": ""
4636
   },
4637
   "id": 259,
4638
   "text": "",
4639
   "title": "change - 259"
4640
  },
4641
  {
4642
   "archetype": 4,
4643
   "attributes": {
4644
    "1": "",
4645
    "3": "",
4646
    "27": "ADD 2_iterace_-_retrospektiva\n",
4647
    "8": ["Petr Mayr"],
4648
    "9": "2017-04-19 17:22:55",
4649
    "10": ""
4650
   },
4651
   "id": 260,
4652
   "text": "",
4653
   "title": "change - 260"
4654
  },
4655
  {
4656
   "archetype": 4,
4657
   "attributes": {
4658
    "1": "",
4659
    "3": "",
4660
    "27": "MODIFY 2_iterace_-_retrospektiva - description: 2. iterace - retrospektiva\n\n\n\tUpravili jsme odhady následujících úkolů na polovinu vzhledem k nepoměru stráveného a odhadnutého času během této iterace. Časové odhady jsou relativní. -> h2. 2. iterace - retrospektiva\r\n\r\nUpravili jsme odhady následujících úkolů na polovinu vzhledem k nepoměru stráveného a odhadnutého času během této iterace. Časové odhady jsou relativní.\r\n\n",
4661
    "8": ["Petr Mayr"],
4662
    "9": "2017-04-19 17:23:00",
4663
    "10": ""
4664
   },
4665
   "id": 261,
4666
   "text": "",
4667
   "title": "change - 261"
4668
  },
4669
  {
4670
   "archetype": 4,
4671
   "attributes": {
4672
    "1": "",
4673
    "3": "",
4674
    "27": "ADD 3_iterace\n",
4675
    "8": ["Petr Mayr"],
4676
    "9": "2017-04-19 17:10:29",
4677
    "10": ""
4678
   },
4679
   "id": 262,
4680
   "text": "",
4681
   "title": "change - 262"
4682
  },
4683
  {
4684
   "archetype": 4,
4685
   "attributes": {
4686
    "1": "",
4687
    "3": "",
4688
    "27": "ADD 4_iterace\n",
4689
    "8": ["Petr Mayr"],
4690
    "9": "2017-04-19 17:01:28",
4691
    "10": ""
4692
   },
4693
   "id": 263,
4694
   "text": "",
4695
   "title": "change - 263"
4696
  },
4697
  {
4698
   "archetype": 4,
4699
   "attributes": {
4700
    "1": "",
4701
    "3": "",
4702
    "27": "MODIFY 4_iterace - description: 4. iterace\n\n\n\t\n\tFormátování vrácených definic příkazů z databáze před jejich porovnáváním\n\t\tRefactoring a finální úpravy, příprava na předání\n\t\tValidace vstupu\n\t\tTestování správné funkcionality -> h2. 4. iterace\r\n\r\n* Formátování vrácených definic příkazů z databáze před jejich porovnáváním\r\n* Validace vstupu\r\n* Refactoring a finální úpravy, příprava na předání\r\n* Testování správné funkcionality\n",
4703
    "8": ["Petr Mayr"],
4704
    "9": "2017-04-19 17:24:00",
4705
    "10": ""
4706
   },
4707
   "id": 264,
4708
   "text": "",
4709
   "title": "change - 264"
4710
  },
4711
  {
4712
   "archetype": 4,
4713
   "attributes": {
4714
    "1": "",
4715
    "3": "",
4716
    "27": "ADD 4_terace\n",
4717
    "8": ["Petr Mayr"],
4718
    "9": "2017-04-19 16:59:40",
4719
    "10": ""
4720
   },
4721
   "id": 265,
4722
   "text": "",
4723
   "title": "change - 265"
4724
  },
4725
  {
4726
   "archetype": 4,
4727
   "attributes": {
4728
    "1": "",
4729
    "3": "",
4730
    "27": "ADD 5_iterace\n",
4731
    "8": ["Petr Mayr"],
4732
    "9": "2017-04-19 17:24:50",
4733
    "10": ""
4734
   },
4735
   "id": 266,
4736
   "text": "",
4737
   "title": "change - 266"
4738
  },
4739
  {
4740
   "archetype": 4,
4741
   "attributes": {
4742
    "1": "",
4743
    "3": "",
4744
    "27": "MODIFY 5_iterace - description: 5 iterace\n\n\n\tneco -> h2. 5 iterace\r\n\r\n* Titulek okna s porovnáním\r\n* Předání projektu\n",
4745
    "8": ["Petr Mayr"],
4746
    "9": "2017-04-19 18:16:00",
4747
    "10": ""
4748
   },
4749
   "id": 267,
4750
   "text": "",
4751
   "title": "change - 267"
4752
  },
4753
  {
4754
   "archetype": 4,
4755
   "attributes": {
4756
    "1": "",
4757
    "3": "",
4758
    "27": "MODIFY 5_iterace - description: 5 iterace\n\n\n\tneco -> 5 iterace\n\n\n\tneco\n",
4759
    "8": ["Petr Mayr"],
4760
    "9": "2017-04-19 17:25:00",
4761
    "10": ""
4762
   },
4763
   "id": 268,
4764
   "text": "",
4765
   "title": "change - 268"
4766
  },
4767
  {
4768
   "archetype": 4,
4769
   "attributes": {
4770
    "1": "",
4771
    "3": "",
4772
    "27": "ADD Akceptační_scénáře\n",
4773
    "9": "2017-04-13 11:30:11",
4774
    "10": ""
4775
   },
4776
   "id": 269,
4777
   "text": "",
4778
   "title": "change - 269"
4779
  },
4780
  {
4781
   "archetype": 4,
4782
   "attributes": {
4783
    "1": "",
4784
    "3": "",
4785
    "27": "MODIFY Akceptační_scénáře - description: Akceptační scénáře\n\n\n\t\n\tVýběr dvou definic\n\t\n\n\n\t\n\tVýběr jiného počtu definic -> Akceptační scénáře\n\n\n\t\n\tVýběr dvou definic\n\t\n\n\n\n\n\t\n\tNejprve přepnutí na záložku Orders v aplikaci DCIx\n\t\tPoté vybrání 2 definic příkazů pomocí zaškrtávacího políčka\n\t\tPo stisku tlačítka \u201cCompare\u201d dojde k odeslání vybraných definic na server\n\t\tNásledně se otevře nové modální okno s výsledkem porovnání dvou definic s vyznačenými rozdíly\n\t\n\n\n\n\n\t\n\tVýběr jiného počtu definic\n\t\n\n\n\n\n\t\n\tZačátek je stejný jako výše\n\t\tPokud nedojde k vybrání žádné definice nebo jiného počtu než dvě definice, zobrazí se chybová hláška a k porovnání nedojde\n",
4786
    "8": ["Milan Široký"],
4787
    "9": "2017-04-13 19:04:00",
4788
    "10": ""
4789
   },
4790
   "id": 270,
4791
   "text": "",
4792
   "title": "change - 270"
4793
  },
4794
  {
4795
   "archetype": 4,
4796
   "attributes": {
4797
    "1": "",
4798
    "3": "",
4799
    "27": "ADD Popis_iterací_v_rámci_projektu\n",
4800
    "9": "2017-04-13 11:31:43",
4801
    "10": ""
4802
   },
4803
   "id": 271,
4804
   "text": "",
4805
   "title": "change - 271"
4806
  },
4807
  {
4808
   "archetype": 4,
4809
   "attributes": {
4810
    "1": "",
4811
    "3": "",
4812
    "27": "MODIFY Popis_iterací_v_rámci_projektu - description: Popis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\t\n2. terace\n\n\n\t\n3. terace\n\n\n\t\n4. terace\n\n\n\t\n5. terace -> Popis iterací v rámci projektu\n\n\n\t\n1. iterace\n\n\n\t\n2. iterace\n\n\n\t\n3. iterace\n\n\n\t\n4. iterace\n\n\n\t\n5. iterace\n",
4813
    "8": ["Petr Mayr"],
4814
    "9": "2017-04-19 17:00:00",
4815
    "10": ""
4816
   },
4817
   "id": 272,
4818
   "text": "",
4819
   "title": "change - 272"
4820
  },
4821
  {
4822
   "archetype": 4,
4823
   "attributes": {
4824
    "1": "",
4825
    "3": "",
4826
    "27": "MODIFY Popis_iterací_v_rámci_projektu - description: Popis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\t\n2. terace\n\n\n\t\n3. terace\n\n\n\t\n4. terace -> Popis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\t\n2. terace\n\n\n\t\n3. terace\n\n\n\t\n4. terace\n\n\n\t\n5. terace\n",
4827
    "8": ["Petr Mayr"],
4828
    "9": "2017-04-19 16:55:00",
4829
    "10": ""
4830
   },
4831
   "id": 273,
4832
   "text": "",
4833
   "title": "change - 273"
4834
  },
4835
  {
4836
   "archetype": 4,
4837
   "attributes": {
4838
    "1": "",
4839
    "3": "",
4840
    "27": "MODIFY Popis_iterací_v_rámci_projektu - description: Popis iterací v rámci projektu\n\n\n\t\n1. teraceh3. 2. teraceh3. 3. teraceh3. [[4. terace}} -> Popis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\t\n2. terace\n\n\n\t\n3. terace\n\n\n\t\n4. terace\n",
4841
    "8": ["Petr Mayr"],
4842
    "9": "2017-04-19 16:46:00",
4843
    "10": ""
4844
   },
4845
   "id": 274,
4846
   "text": "",
4847
   "title": "change - 274"
4848
  },
4849
  {
4850
   "archetype": 4,
4851
   "attributes": {
4852
    "1": "",
4853
    "3": "",
4854
    "27": "MODIFY Popis_iterací_v_rámci_projektu - description: Popis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n\n\n\t\n3. terace\n\n\n\t\n\tProvedena implementace funkcionality zajišťující načtení Orders definic z databáze\n\t\tImplementace porovnání definic příkazů s využiím existující knihovny\n\t\tPříprava jsp pro zobrazení výsledku porovnání dvou definic\n\t\n\n\n\t\n4. terace\n\n\n\t\n\tProvedení testů na ověení správné funkcionality porovnávání definic\n\t\tNaformátování vrácených definic příkazů z databáze před jejich porovnáváním\n\t\tPřidání validace zajišťující vybrání správného počtu definic (dvou definic) a v případě jiného počtu definic dojde k vrácení chybové zprávy\n\t\tJako poslední byl proveden refactoring a finální úpravy před předáním zákazníkovi -> Popis iterací v rámci projektu\n\n\n\t\n1. teraceh3. 2. teraceh3. 3. teraceh3. [[4. terace}}\n",
4855
    "8": ["Petr Mayr"],
4856
    "9": "2017-04-19 16:45:00",
4857
    "10": ""
4858
   },
4859
   "id": 275,
4860
   "text": "",
4861
   "title": "change - 275"
4862
  },
4863
  {
4864
   "archetype": 4,
4865
   "attributes": {
4866
    "1": "",
4867
    "3": "",
4868
    "27": "MODIFY Popis_iterací_v_rámci_projektu - description: Popis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi. -> Popis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n\n\n\t\n3. terace\n\n\n\t\n\tProvedena implementace funkcionality zajišťující načtení Orders definic z databáze\n\t\tImplementace porovnání definic příkazů s využiím existující knihovny\n\t\tPříprava jsp pro zobrazení výsledku porovnání dvou definic\n\t\n\n\n\t\n4. terace\n\n\n\t\n\tProvedení testů na ověení správné funkcionality porovnávání definic\n\t\tNaformátování vrácených definic příkazů z databáze před jejich porovnáváním\n\t\tPřidání validace zajišťující vybrání správného počtu definic (dvou definic) a v případě jiného počtu definic dojde k vrácení chybové zprávy\n\t\tJako poslední byl proveden refactoring a finální úpravy před předáním zákazníkovi\n",
4869
    "8": ["Milan Široký"],
4870
    "9": "2017-04-13 12:06:00",
4871
    "10": ""
4872
   },
4873
   "id": 276,
4874
   "text": "",
4875
   "title": "change - 276"
4876
  },
4877
  {
4878
   "archetype": 4,
4879
   "attributes": {
4880
    "1": "",
4881
    "3": "",
4882
    "27": "ADD Uživatelská_dokumentace\n",
4883
    "9": "2017-04-13 14:31:36",
4884
    "10": ""
4885
   },
4886
   "id": 277,
4887
   "text": "",
4888
   "title": "change - 277"
4889
  },
4890
  {
4891
   "archetype": 4,
4892
   "attributes": {
4893
    "1": "",
4894
    "3": "",
4895
    "27": "MODIFY Uživatelská_dokumentace - description: Uživatelská dokumentace\n\n\n\tDo aplikace DCix do záložky bylo přidáno tlačítko \u201cCompare\u201d, které nabízí stejnou funkcionalitu jako stejné tlačítko v záložce Transaction Definitions a to porovnání dvou definic příkazů (Order Definitions). Nejprve je nutné ze seznamu vybrat dvě definice příkazu zaškrtnutím checkboxu u příslušné definice a poté stisknout tlačítko \u201cCompare\u201d. Po jeho stisku se otevře nové okno s výsledným porovnáním dvou vybraných definic, ve kterém budu zvýrazněny rozdíly mezi těmito definicemi. Definice lze vybrat pouze dvě, při výběru žádné a nebo jiného počtu srovnání po stisknutí tlačítka vrátí chybovou hlášku zobrazenou v novém okně. -> Uživatelská dokumentace\n\n\n\tDo aplikace DCix do záložky \u201cSettings / Master data\u201d do formuláře \u201cOrders definitions\u201d bylo přidáno tlačítko \u201cCompare\u201d, které nabízí stejnou funkcionalitu jako stejné tlačítko v záložce Transaction Definitions a to porovnání dvou definic příkazů (Order Definitions). Po otevření formuláře nejsou vidět žádné definice, proto je nutné nejprve stisknout tlačítko \u201cSearch\u201d, které zobrazí všechny dostupné definice. Dále je možné ze seznamu vybrat dvě definice příkazu zaškrtnutím checkboxu u příslušné definice a poté stisknout tlačítko \u201cCompare\u201d. Po jeho stisku se otevře nové okno s výsledným porovnáním dvou vybraných definic, ve kterém budu zvýrazněny rozdíly mezi těmito definicemi. Definice lze vybrat pouze dvě, při výběru žádné a nebo jiného počtu srovnání po stisknutí tlačítka vrátí chybovou hlášku zobrazenou v novém okně.\n",
4896
    "8": ["Milan Široký"],
4897
    "9": "2017-04-14 11:56:00",
4898
    "10": ""
4899
   },
4900
   "id": 278,
4901
   "text": "",
4902
   "title": "change - 278"
4903
  },
4904
  {
4905
   "archetype": 4,
4906
   "attributes": {
4907
    "1": "",
4908
    "3": "",
4909
    "27": "ADD Wiki\n",
4910
    "8": ["Milan Široký"],
4911
    "9": "2017-03-20 11:45:37",
4912
    "10": ""
4913
   },
4914
   "id": 279,
4915
   "text": "",
4916
   "title": "change - 279"
4917
  },
4918
  {
4919
   "archetype": 4,
4920
   "attributes": {
4921
    "1": "",
4922
    "3": "",
4923
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\nAkceptační scénáře\n\n\n\t\nUživatelská dokumentace -> h2. *Popis projektu*\r\n\r\nV rámci projektu dojde k přidání jedné funkcionality do již existující aplikace DCix, která slouží zákazníkům zejména pro evidenci činností ve skladu (příjemky, výdejky, atd.). V aplikaci je tato funkčnost přítomna pro porovnání dvou transakčních definic, ale již chybí u objednávkových definic (Orders Definition), kde její absence přidělává konzultantům práci a zdržuje je od další práce. Proto provedeme implementaci tohoto porovnání dvou definic příkazů i do záložky Orders Definition tak, že výsledné ovládání a funkčnost se nebude lišit od již existujícího porovnání transakčních definic. Po úspěšné implementaci již bude možné přímo porovnávat dvě definice příkazů přímo z příslušné obrazovky pro Order Definition. Po provedení porovnání se zobrazí nové okno se zobrazením rozdílů v těchto definicích.   \r\n\r\nh2. *Pojmy*\r\n\r\n*  příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\r\n* hlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\r\n* definice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\r\n* stavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\r\n\r\nh2. *Cíl projektu*\r\n\r\nSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.\r\nV současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. \r\nNaším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (Orders Definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\r\n\r\nh2. *Funkční požadavky*\r\n\r\nDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\r\n\r\nh2. *Rizika v projektu* \r\n\r\n* Nedostatek času z důvodu dalšího vytížení týmu (studium)\r\n** Zde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\r\n* Značně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\r\n** Zde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\r\n* Připojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\r\n** Je potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.  \r\n\r\nh2. *[[Popis iterací v rámci projektu]]*\r\n\r\nh2. *[[Akceptační scénáře]]*\r\n\r\nh2. *[[Uživatelská dokumentace]]*\n",
4924
    "8": ["Milan Široký"],
4925
    "9": "2017-04-21 09:35:00",
4926
    "10": ""
4927
   },
4928
   "id": 280,
4929
   "text": "",
4930
   "title": "change - 280"
4931
  },
4932
  {
4933
   "archetype": 4,
4934
   "attributes": {
4935
    "1": "",
4936
    "3": "",
4937
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\nAkceptační scénáře -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\nAkceptační scénáře\n\n\n\t\nUživatelská dokumentace\n",
4938
    "8": ["Milan Široký"],
4939
    "9": "2017-04-13 11:49:00",
4940
    "10": ""
4941
   },
4942
   "id": 281,
4943
   "text": "",
4944
   "title": "change - 281"
4945
  },
4946
  {
4947
   "archetype": 4,
4948
   "attributes": {
4949
    "1": "",
4950
    "3": "",
4951
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\tPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n\n\n\tAkceptační scénáře -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\nAkceptační scénáře\n",
4952
    "8": ["Milan Široký"],
4953
    "9": "2017-04-13 11:32:00",
4954
    "10": ""
4955
   },
4956
   "id": 282,
4957
   "text": "",
4958
   "title": "change - 282"
4959
  },
4960
  {
4961
   "archetype": 4,
4962
   "attributes": {
4963
    "1": "",
4964
    "3": "",
4965
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n\n\n\tAkceptační scénáře -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\tPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n\n\n\tAkceptační scénáře\n",
4966
    "8": ["Milan Široký"],
4967
    "9": "2017-04-13 11:31:00",
4968
    "10": ""
4969
   },
4970
   "id": 283,
4971
   "text": "",
4972
   "title": "change - 283"
4973
  },
4974
  {
4975
   "archetype": 4,
4976
   "attributes": {
4977
    "1": "",
4978
    "3": "",
4979
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi. -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n\n\n\tAkceptační scénáře\n",
4980
    "8": ["Milan Široký"],
4981
    "9": "2017-04-13 11:29:00",
4982
    "10": ""
4983
   },
4984
   "id": 284,
4985
   "text": "",
4986
   "title": "change - 284"
4987
  },
4988
  {
4989
   "archetype": 4,
4990
   "attributes": {
4991
    "1": "",
4992
    "3": "",
4993
    "27": "MODIFY Wiki - description: PojmyCíl projektu\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi. -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n",
4994
    "8": ["Petr Mayr"],
4995
    "9": "2017-04-10 15:36:00",
4996
    "10": ""
4997
   },
4998
   "id": 285,
4999
   "text": "",
5000
   "title": "change - 285"
5001
  },
5002
  {
5003
   "archetype": 4,
5004
   "attributes": {
5005
    "1": "",
5006
    "3": "",
5007
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi. -> PojmyCíl projektu\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n",
5008
    "8": ["Petr Mayr"],
5009
    "9": "2017-04-10 11:55:00",
5010
    "10": ""
5011
   },
5012
   "id": 286,
5013
   "text": "",
5014
   "title": "change - 286"
5015
  },
5016
  {
5017
   "archetype": 4,
5018
   "attributes": {
5019
    "1": "",
5020
    "3": "",
5021
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi. -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\n\tNedostatek času z důvodu dalšího vytížení týmu (studium)\n\t\n\tZde je opatření spočívající v průběžné práci a nenechávání všeho na poslední chvíli na konec iterace, aby jsme vždy mohli zákazníkovi ukázat progress projektu.\n\t\n\t\n\t\tZnačně rozsáhlá aplikace, kterou tým nezná a pochopení toho, kde a co nastavit, popřípadě doplnit, může zabrat více času než bylo odhadnuto\n\t\n\tZde nám vychází zákazník maximálně vstříc a na každé schůzce nám vždy ukáže potřebné třídy a soubory, které se nám budou při vývoji hodit.\n\t\n\t\n\t\tPřipojení k aplikaci a vývojovým prostředím jen pomocí virtuálního serveru zřízeného u zákazníka - v případě výpadku nelze provádět žádnou činnost\n\t\n\tJe potřeba provádět pravidelně práci na virtuálním stroji a nenechávat vše až na konec iterace. Pokud totiž přijdeme na nefunkčnost stroje, zákazník jí po našem nahlášení může rychle opravit.\n\t\n\t\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n",
5022
    "8": ["Milan Široký"],
5023
    "9": "2017-04-02 10:28:00",
5024
    "10": ""
5025
   },
5026
   "id": 287,
5027
   "text": "",
5028
   "title": "change - 287"
5029
  },
5030
  {
5031
   "archetype": 4,
5032
   "attributes": {
5033
    "1": "",
5034
    "3": "",
5035
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace. -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n\n\n\t\nRizika v projektu\n\n\n\t\nPopis iterací v rámci projektu\n\n\n\t\n1. terace\n\n\n\tV první iteraci jsme se soustředili výhradně na sběr požadavků a časté 1 týdenní schůzky se zákazníkem. Díky tomu jsme si velmi brzy ujasnili požadavky na úpravu stávajícího produktu DCIx. Po dvou schůzkách byla napsána vize projektu, která byla na následující 3. schůzce schválena zákazníkem. Dále jsme se seznámili s produktem DCIx, s čím nám opět pomohl zákazník. Po této iteraci jsme také ve spolupráci se zákazníkem sestavili jednotlivé dílčí požadavky, které jsme si následně na Redmine vložili jako úkoly.\n\n\n\t\n2. terace\n\n\n\tVe druhé iteraci již řešíme vybrané tři úkoly, opět po dohodě se zákazníkem. Po konci iterace bude hotové tlačítko pro porovnání definic v záložce Orders v aplikaci DCIx. Dále bude implementován handler pro toto tlačítko, který zavolá příslušnou třídu a zatím vrátí do nově otevřeného modálního okna testovací text, který ale po dalším vývoji již bude obsahovat porovnané dvě Order definice. Jako poslední bude vytvořen provizorní controler, který se bude mapovat na kontext /compareOrderDefs. Ještě bude přidán jsp, který opět prozatím zobrazí testovací obsah. Po skončení této iterace bude hotová základní funkčnost, která bude předvedena zákazníkovi.\n",
5036
    "8": ["Milan Široký"],
5037
    "9": "2017-04-01 18:30:00",
5038
    "10": ""
5039
   },
5040
   "id": 288,
5041
   "text": "",
5042
   "title": "change - 288"
5043
  },
5044
  {
5045
   "archetype": 4,
5046
   "attributes": {
5047
    "1": "",
5048
    "3": "",
5049
    "27": "MODIFY Wiki - description: Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Orders v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace. -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Order definitions v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n",
5050
    "8": ["Petr Mayr"],
5051
    "9": "2017-03-22 15:40:00",
5052
    "10": ""
5053
   },
5054
   "id": 289,
5055
   "text": "",
5056
   "title": "change - 289"
5057
  },
5058
  {
5059
   "archetype": 4,
5060
   "attributes": {
5061
    "1": "",
5062
    "3": "",
5063
    "27": "MODIFY Wiki - description: Pojmy\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektuSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavkyDo záložky Orders v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace. -> Pojmy\n\n\n\t\n\t příkaz - který lze chápat jako doklad, který je použit ve skladu a může být např. ve formě výdejky nebo příjemky. Tento doklad se skládá ze dvou částí, a to z hlavičky a řádků. Tyto příkazy se ale vytvářejí až na místě a na míru konkrétního zákazníka, protože každý zákazník požaduje v příkazu různé atributy.\n\t\thlavička - typ dokladu, jakému zákazníkovi je určeno vydávané zboží a identifikace tohoto zákazníka. V jednotlivých řádcích jsou poté uvedeny položky nebo produkty a jejich popis, cena a vydávané množství.\n\t\tdefinice příkazu - je uložena nejčastěji v XML a udává strukturu toho, co se bude nacházet na konkrétním příkazu a jeho stavový diagram.\n\t\tstavový diagram - slouží pro evidenci stavu, ve kterém se zrovna doklad nachází (zda byl přijat, vydán atd.).\n\t\n\n\n\t\nCíl projektu\n\n\n\tSoučasný stav aplikace, kdy nelze porovnávat dvě definice příkazů přidělává práci zejména konzultantům, kteří nasazují aplikaci DCIx u zákazníka a potřebovali by porovnat dvě existující definice příkazů, zda se v něčem neliší. Lišit se mohou z důvodu, že se nejprve u zákazníka nasadí cvičná verze, kterou zákazník testuje a zkouší si v ní svoje postupy a procesy. Po ověření, že cvičná verze funguje správně, je provedeno nasazení ostré verze, při kterém se ale může stát, že se nepřenesou správně všechny definice příkazů a zákazníkovi tak můžou chybět v definicích některé atributy. Ruční porovnávání je pro konzultanty pracné a časově náročně, proto by jim velmi pomohla možnost porovnat dvě vybrané definice příkazů.V současné verzi aplikace také funguje porovnávání definic transakcí, kde dojde ke zvýraznění rozdílů v těchto definicí. Naším cílem je tedy přidat tuto funkčnost pro porovnání dvou definic objednávek (orders definitions) do aplikace do části pro objednávky, aby bylo umožněno jejich snadné porovnání.\n\n\n\t\nFunkční požadavky\n\n\n\tDo záložky Orders v aplikaci DCIx přidat tlačítko Compare, kterým po vybrání dvou definic příkazů získá konzultant v nově otevřeném okně informace o tom, které části příkazu se od sebe liší. Půjde tedy o úpravu klientské části webové aplikace, do které bude přidáno tlačítko pro porovnání a úpravu serverové části, do které bude přidána funkčnost, která zjistí z načtených definic rozdíly a vrátí je zpět do klientské aplikace.\n",
5064
    "8": ["Petr Mayr"],
5065
    "9": "2017-03-20 11:46:00",
5066
    "10": ""
5067
   },
5068
   "id": 290,
5069
   "text": "",
5070
   "title": "change - 290"
5071
  },
5072
  {
5073
   "archetype": 3,
5074
   "attributes": {
5075
    "1": "Uživatelská_dokumentace",
5076
    "8": ["Milan Široký"],
5077
    "9": "2017-04-13 14:31:36",
5078
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Uživatelská_dokumentace"
5079
   },
5080
   "id": 291,
5081
   "text": "",
5082
   "title": "Uživatelská_dokumentace"
5083
  },
5084
  {
5085
   "archetype": 3,
5086
   "attributes": {
5087
    "1": "2_iterace_-_retrospektiva",
5088
    "8": ["Petr Mayr"],
5089
    "9": "2017-04-19 17:22:55",
5090
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/2_iterace_-_retrospektiva"
5091
   },
5092
   "id": 292,
5093
   "text": "",
5094
   "title": "2_iterace_-_retrospektiva"
5095
  },
5096
  {
5097
   "archetype": 3,
5098
   "attributes": {
5099
    "1": "Akceptační_scénáře",
5100
    "8": ["Milan Široký"],
5101
    "9": "2017-04-13 11:30:11",
5102
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Akceptační_scénáře"
5103
   },
5104
   "id": 293,
5105
   "text": "",
5106
   "title": "Akceptační_scénáře"
5107
  },
5108
  {
5109
   "archetype": 2,
5110
   "attributes": {
5111
    "0": "/download/1126",
5112
    "1": "Vize_produktu.docx",
5113
    "9": "2017-03-20 18:38:00",
5114
    "30": ["docx"],
5115
    "31": "19456",
5116
    "10": "https://students.kiv.zcu.cz:3443/attachments/download/1126/Vize_produktu.docx"
5117
   },
5118
   "id": 294,
5119
   "text": "",
5120
   "title": "Vize_produktu.docx"
5121
  },
5122
  {
5123
   "archetype": 3,
5124
   "attributes": {
5125
    "1": "5_iterace",
5126
    "8": ["Petr Mayr"],
5127
    "9": "2017-04-19 17:24:50",
5128
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/5_iterace"
5129
   },
5130
   "id": 295,
5131
   "text": "",
5132
   "title": "5_iterace"
5133
  },
5134
  {
5135
   "archetype": 3,
5136
   "attributes": {
5137
    "1": "4_terace",
5138
    "8": ["Petr Mayr"],
5139
    "9": "2017-04-19 16:59:40",
5140
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/4_terace"
5141
   },
5142
   "id": 296,
5143
   "text": "",
5144
   "title": "4_terace"
5145
  },
5146
  {
5147
   "archetype": 3,
5148
   "attributes": {
5149
    "1": "4_iterace",
5150
    "8": ["Petr Mayr"],
5151
    "9": "2017-04-19 17:01:28",
5152
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/4_iterace"
5153
   },
5154
   "id": 297,
5155
   "text": "",
5156
   "title": "4_iterace"
5157
  },
5158
  {
5159
   "archetype": 3,
5160
   "attributes": {
5161
    "1": "1_iterace",
5162
    "8": ["Petr Mayr"],
5163
    "9": "2017-04-19 17:01:03",
5164
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/1_iterace"
5165
   },
5166
   "id": 298,
5167
   "text": "",
5168
   "title": "1_iterace"
5169
  },
5170
  {
5171
   "archetype": 3,
5172
   "attributes": {
5173
    "1": "Wiki",
5174
    "8": ["Milan Široký"],
5175
    "9": "2017-03-20 11:45:37",
5176
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Wiki"
5177
   },
5178
   "id": 299,
5179
   "text": "",
5180
   "title": "Wiki"
5181
  },
5182
  {
5183
   "archetype": 3,
5184
   "attributes": {
5185
    "1": "3_iterace",
5186
    "8": ["Petr Mayr"],
5187
    "9": "2017-04-19 17:10:29",
5188
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/3_iterace"
5189
   },
5190
   "id": 300,
5191
   "text": "",
5192
   "title": "3_iterace"
5193
  },
5194
  {
5195
   "archetype": 3,
5196
   "attributes": {
5197
    "1": "Popis_iterací_v_rámci_projektu",
5198
    "8": ["Milan Široký"],
5199
    "9": "2017-04-13 11:31:43",
5200
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/Popis_iterací_v_rámci_projektu"
5201
   },
5202
   "id": 301,
5203
   "text": "",
5204
   "title": "Popis_iterací_v_rámci_projektu"
5205
  },
5206
  {
5207
   "archetype": 3,
5208
   "attributes": {
5209
    "1": "1_terace",
5210
    "8": ["Petr Mayr"],
5211
    "9": "2017-04-19 16:47:07",
5212
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/1_terace"
5213
   },
5214
   "id": 302,
5215
   "text": "",
5216
   "title": "1_terace"
5217
  },
5218
  {
5219
   "archetype": 3,
5220
   "attributes": {
5221
    "1": "2_iterace",
5222
    "8": ["Petr Mayr"],
5223
    "9": "2017-04-19 17:14:10",
5224
    "10": "https://students.kiv.zcu.cz:3443/projects/aswi2017mutant-industries-ltd/wiki/2_iterace"
5225
   },
5226
   "id": 303,
5227
   "text": "",
5228
   "title": "2_iterace"
5229
  }
5230
 ],
5231
 "edges": [
5232
  {
5233
   "archetype": 0,
5234
   "from": 4,
5235
   "attributes": {"32": "is author of"},
5236
   "id": 0,
5237
   "to": 7,
5238
   "text": ""
5239
  },
5240
  {
5241
   "archetype": 0,
5242
   "from": 7,
5243
   "attributes": {"32": "created by"},
5244
   "id": 1,
5245
   "to": 4,
5246
   "text": ""
5247
  },
5248
  {
5249
   "archetype": 1,
5250
   "from": 3,
5251
   "attributes": {"32": "is responsible for"},
5252
   "id": 2,
5253
   "to": 7,
5254
   "text": ""
5255
  },
5256
  {
5257
   "archetype": 1,
5258
   "from": 7,
5259
   "attributes": {"32": "is assigned to"},
5260
   "id": 3,
5261
   "to": 3,
5262
   "text": ""
5263
  },
5264
  {
5265
   "archetype": 0,
5266
   "from": 4,
5267
   "attributes": {"32": "is author of"},
5268
   "id": 4,
5269
   "to": 8,
5270
   "text": ""
5271
  },
5272
  {
5273
   "archetype": 0,
5274
   "from": 8,
5275
   "attributes": {"32": "created by"},
5276
   "id": 5,
5277
   "to": 4,
5278
   "text": ""
5279
  },
5280
  {
5281
   "archetype": 1,
5282
   "from": 4,
5283
   "attributes": {"32": "is responsible for"},
5284
   "id": 6,
5285
   "to": 8,
5286
   "text": ""
5287
  },
5288
  {
5289
   "archetype": 1,
5290
   "from": 8,
5291
   "attributes": {"32": "is assigned to"},
5292
   "id": 7,
5293
   "to": 4,
5294
   "text": ""
5295
  },
5296
  {
5297
   "archetype": 0,
5298
   "from": 2,
5299
   "attributes": {"32": "is author of"},
5300
   "id": 8,
5301
   "to": 9,
5302
   "text": ""
5303
  },
5304
  {
5305
   "archetype": 0,
5306
   "from": 9,
5307
   "attributes": {"32": "created by"},
5308
   "id": 9,
5309
   "to": 2,
5310
   "text": ""
5311
  },
5312
  {
5313
   "archetype": 1,
5314
   "from": 1,
5315
   "attributes": {"32": "is responsible for"},
5316
   "id": 10,
5317
   "to": 9,
5318
   "text": ""
5319
  },
5320
  {
5321
   "archetype": 1,
5322
   "from": 9,
5323
   "attributes": {"32": "is assigned to"},
5324
   "id": 11,
5325
   "to": 1,
5326
   "text": ""
5327
  },
5328
  {
5329
   "archetype": 0,
5330
   "from": 4,
5331
   "attributes": {"32": "is author of"},
5332
   "id": 12,
5333
   "to": 10,
5334
   "text": ""
5335
  },
5336
  {
5337
   "archetype": 0,
5338
   "from": 10,
5339
   "attributes": {"32": "created by"},
5340
   "id": 13,
5341
   "to": 4,
5342
   "text": ""
5343
  },
5344
  {
5345
   "archetype": 1,
5346
   "from": 4,
5347
   "attributes": {"32": "is responsible for"},
5348
   "id": 14,
5349
   "to": 10,
5350
   "text": ""
5351
  },
5352
  {
5353
   "archetype": 1,
5354
   "from": 10,
5355
   "attributes": {"32": "is assigned to"},
5356
   "id": 15,
5357
   "to": 4,
5358
   "text": ""
5359
  },
5360
  {
5361
   "archetype": 3,
5362
   "from": 10,
5363
   "attributes": {"32": "has attached:RELATESTO:GENERAL"},
5364
   "id": 16,
5365
   "to": 294,
5366
   "text": ""
5367
  },
5368
  {
5369
   "archetype": 0,
5370
   "from": 2,
5371
   "attributes": {"32": "is author of"},
5372
   "id": 17,
5373
   "to": 11,
5374
   "text": ""
5375
  },
5376
  {
5377
   "archetype": 0,
5378
   "from": 11,
5379
   "attributes": {"32": "created by"},
5380
   "id": 18,
5381
   "to": 2,
5382
   "text": ""
5383
  },
5384
  {
5385
   "archetype": 1,
5386
   "from": 3,
5387
   "attributes": {"32": "is responsible for"},
5388
   "id": 19,
5389
   "to": 11,
5390
   "text": ""
5391
  },
5392
  {
5393
   "archetype": 1,
5394
   "from": 11,
5395
   "attributes": {"32": "is assigned to"},
5396
   "id": 20,
5397
   "to": 3,
5398
   "text": ""
5399
  },
5400
  {
5401
   "archetype": 0,
5402
   "from": 2,
5403
   "attributes": {"32": "is author of"},
5404
   "id": 21,
5405
   "to": 12,
5406
   "text": ""
5407
  },
5408
  {
5409
   "archetype": 0,
5410
   "from": 12,
5411
   "attributes": {"32": "created by"},
5412
   "id": 22,
5413
   "to": 2,
5414
   "text": ""
5415
  },
5416
  {
5417
   "archetype": 1,
5418
   "from": 2,
5419
   "attributes": {"32": "is responsible for"},
5420
   "id": 23,
5421
   "to": 12,
5422
   "text": ""
5423
  },
5424
  {
5425
   "archetype": 1,
5426
   "from": 12,
5427
   "attributes": {"32": "is assigned to"},
5428
   "id": 24,
5429
   "to": 2,
5430
   "text": ""
5431
  },
5432
  {
5433
   "archetype": 0,
5434
   "from": 2,
5435
   "attributes": {"32": "is author of"},
5436
   "id": 25,
5437
   "to": 13,
5438
   "text": ""
5439
  },
5440
  {
5441
   "archetype": 0,
5442
   "from": 13,
5443
   "attributes": {"32": "created by"},
5444
   "id": 26,
5445
   "to": 2,
5446
   "text": ""
5447
  },
5448
  {
5449
   "archetype": 1,
5450
   "from": 2,
5451
   "attributes": {"32": "is responsible for"},
5452
   "id": 27,
5453
   "to": 13,
5454
   "text": ""
5455
  },
5456
  {
5457
   "archetype": 1,
5458
   "from": 13,
5459
   "attributes": {"32": "is assigned to"},
5460
   "id": 28,
5461
   "to": 2,
5462
   "text": ""
5463
  },
5464
  {
5465
   "archetype": 0,
5466
   "from": 2,
5467
   "attributes": {"32": "is author of"},
5468
   "id": 29,
5469
   "to": 14,
5470
   "text": ""
5471
  },
5472
  {
5473
   "archetype": 0,
5474
   "from": 14,
5475
   "attributes": {"32": "created by"},
5476
   "id": 30,
5477
   "to": 2,
5478
   "text": ""
5479
  },
5480
  {
5481
   "archetype": 1,
5482
   "from": 4,
5483
   "attributes": {"32": "is responsible for"},
5484
   "id": 31,
5485
   "to": 14,
5486
   "text": ""
5487
  },
5488
  {
5489
   "archetype": 1,
5490
   "from": 14,
5491
   "attributes": {"32": "is assigned to"},
5492
   "id": 32,
5493
   "to": 4,
5494
   "text": ""
5495
  },
5496
  {
5497
   "archetype": 0,
5498
   "from": 2,
5499
   "attributes": {"32": "is author of"},
5500
   "id": 33,
5501
   "to": 15,
5502
   "text": ""
5503
  },
5504
  {
5505
   "archetype": 0,
5506
   "from": 15,
5507
   "attributes": {"32": "created by"},
5508
   "id": 34,
5509
   "to": 2,
5510
   "text": ""
5511
  },
5512
  {
5513
   "archetype": 1,
5514
   "from": 4,
5515
   "attributes": {"32": "is responsible for"},
5516
   "id": 35,
5517
   "to": 15,
5518
   "text": ""
5519
  },
5520
  {
5521
   "archetype": 1,
5522
   "from": 15,
5523
   "attributes": {"32": "is assigned to"},
5524
   "id": 36,
5525
   "to": 4,
5526
   "text": ""
5527
  },
5528
  {
5529
   "archetype": 3,
5530
   "from": 15,
5531
   "attributes": {"32": "mentions:RELATESTO:GENERAL"},
5532
   "id": 37,
5533
   "to": 20,
5534
   "text": ""
5535
  },
5536
  {
5537
   "archetype": 0,
5538
   "from": 2,
5539
   "attributes": {"32": "is author of"},
5540
   "id": 38,
5541
   "to": 16,
5542
   "text": ""
5543
  },
5544
  {
5545
   "archetype": 0,
5546
   "from": 16,
5547
   "attributes": {"32": "created by"},
5548
   "id": 39,
5549
   "to": 2,
5550
   "text": ""
5551
  },
5552
  {
5553
   "archetype": 1,
5554
   "from": 1,
5555
   "attributes": {"32": "is responsible for"},
5556
   "id": 40,
5557
   "to": 16,
5558
   "text": ""
5559
  },
5560
  {
5561
   "archetype": 1,
5562
   "from": 16,
5563
   "attributes": {"32": "is assigned to"},
5564
   "id": 41,
5565
   "to": 1,
5566
   "text": ""
5567
  },
5568
  {
5569
   "archetype": 0,
5570
   "from": 4,
5571
   "attributes": {"32": "is author of"},
5572
   "id": 42,
5573
   "to": 17,
5574
   "text": ""
5575
  },
5576
  {
5577
   "archetype": 0,
5578
   "from": 17,
5579
   "attributes": {"32": "created by"},
5580
   "id": 43,
5581
   "to": 4,
5582
   "text": ""
5583
  },
5584
  {
5585
   "archetype": 1,
5586
   "from": 6,
5587
   "attributes": {"32": "is responsible for"},
5588
   "id": 44,
5589
   "to": 17,
5590
   "text": ""
5591
  },
5592
  {
5593
   "archetype": 1,
5594
   "from": 17,
5595
   "attributes": {"32": "is assigned to"},
5596
   "id": 45,
5597
   "to": 6,
5598
   "text": ""
5599
  },
5600
  {
5601
   "archetype": 0,
5602
   "from": 2,
5603
   "attributes": {"32": "is author of"},
5604
   "id": 46,
5605
   "to": 18,
5606
   "text": ""
5607
  },
5608
  {
5609
   "archetype": 0,
5610
   "from": 18,
5611
   "attributes": {"32": "created by"},
5612
   "id": 47,
5613
   "to": 2,
5614
   "text": ""
5615
  },
5616
  {
5617
   "archetype": 1,
5618
   "from": 2,
5619
   "attributes": {"32": "is responsible for"},
5620
   "id": 48,
5621
   "to": 18,
5622
   "text": ""
5623
  },
5624
  {
5625
   "archetype": 1,
5626
   "from": 18,
5627
   "attributes": {"32": "is assigned to"},
5628
   "id": 49,
5629
   "to": 2,
5630
   "text": ""
5631
  },
5632
  {
5633
   "archetype": 0,
5634
   "from": 4,
5635
   "attributes": {"32": "is author of"},
5636
   "id": 50,
5637
   "to": 19,
5638
   "text": ""
5639
  },
5640
  {
5641
   "archetype": 0,
5642
   "from": 19,
5643
   "attributes": {"32": "created by"},
5644
   "id": 51,
5645
   "to": 4,
5646
   "text": ""
5647
  },
5648
  {
5649
   "archetype": 1,
5650
   "from": 3,
5651
   "attributes": {"32": "is responsible for"},
5652
   "id": 52,
5653
   "to": 19,
5654
   "text": ""
5655
  },
5656
  {
5657
   "archetype": 1,
5658
   "from": 19,
5659
   "attributes": {"32": "is assigned to"},
5660
   "id": 53,
5661
   "to": 3,
5662
   "text": ""
5663
  },
5664
  {
5665
   "archetype": 0,
5666
   "from": 4,
5667
   "attributes": {"32": "is author of"},
5668
   "id": 54,
5669
   "to": 20,
5670
   "text": ""
5671
  },
5672
  {
5673
   "archetype": 0,
5674
   "from": 20,
5675
   "attributes": {"32": "created by"},
5676
   "id": 55,
5677
   "to": 4,
5678
   "text": ""
5679
  },
5680
  {
5681
   "archetype": 1,
5682
   "from": 1,
5683
   "attributes": {"32": "is responsible for"},
5684
   "id": 56,
5685
   "to": 20,
5686
   "text": ""
5687
  },
5688
  {
5689
   "archetype": 1,
5690
   "from": 20,
5691
   "attributes": {"32": "is assigned to"},
5692
   "id": 57,
5693
   "to": 1,
5694
   "text": ""
5695
  },
5696
  {
5697
   "archetype": 3,
5698
   "from": 20,
5699
   "attributes": {"32": "mentioned by:RELATESTO:GENERAL"},
5700
   "id": 58,
5701
   "to": 15,
5702
   "text": ""
5703
  },
5704
  {
5705
   "archetype": 0,
5706
   "from": 4,
5707
   "attributes": {"32": "is author of"},
5708
   "id": 59,
5709
   "to": 21,
5710
   "text": ""
5711
  },
5712
  {
5713
   "archetype": 0,
5714
   "from": 21,
5715
   "attributes": {"32": "created by"},
5716
   "id": 60,
5717
   "to": 4,
5718
   "text": ""
5719
  },
5720
  {
5721
   "archetype": 1,
5722
   "from": 2,
5723
   "attributes": {"32": "is responsible for"},
5724
   "id": 61,
5725
   "to": 21,
5726
   "text": ""
5727
  },
5728
  {
5729
   "archetype": 1,
5730
   "from": 21,
5731
   "attributes": {"32": "is assigned to"},
5732
   "id": 62,
5733
   "to": 2,
5734
   "text": ""
5735
  },
5736
  {
5737
   "archetype": 0,
5738
   "from": 4,
5739
   "attributes": {"32": "is author of"},
5740
   "id": 63,
5741
   "to": 22,
5742
   "text": ""
5743
  },
5744
  {
5745
   "archetype": 0,
5746
   "from": 22,
5747
   "attributes": {"32": "created by"},
5748
   "id": 64,
5749
   "to": 4,
5750
   "text": ""
5751
  },
5752
  {
5753
   "archetype": 1,
5754
   "from": 1,
5755
   "attributes": {"32": "is responsible for"},
5756
   "id": 65,
5757
   "to": 22,
5758
   "text": ""
5759
  },
5760
  {
5761
   "archetype": 1,
5762
   "from": 22,
5763
   "attributes": {"32": "is assigned to"},
5764
   "id": 66,
5765
   "to": 1,
5766
   "text": ""
5767
  },
5768
  {
5769
   "archetype": 0,
5770
   "from": 4,
5771
   "attributes": {"32": "is author of"},
5772
   "id": 67,
5773
   "to": 23,
5774
   "text": ""
5775
  },
5776
  {
5777
   "archetype": 0,
5778
   "from": 23,
5779
   "attributes": {"32": "created by"},
5780
   "id": 68,
5781
   "to": 4,
5782
   "text": ""
5783
  },
5784
  {
5785
   "archetype": 1,
5786
   "from": 2,
5787
   "attributes": {"32": "is responsible for"},
5788
   "id": 69,
5789
   "to": 23,
5790
   "text": ""
5791
  },
5792
  {
5793
   "archetype": 1,
5794
   "from": 23,
5795
   "attributes": {"32": "is assigned to"},
5796
   "id": 70,
5797
   "to": 2,
5798
   "text": ""
5799
  },
5800
  {
5801
   "archetype": 0,
5802
   "from": 4,
5803
   "attributes": {"32": "is author of"},
5804
   "id": 71,
5805
   "to": 24,
5806
   "text": ""
5807
  },
5808
  {
5809
   "archetype": 0,
5810
   "from": 24,
5811
   "attributes": {"32": "created by"},
5812
   "id": 72,
5813
   "to": 4,
5814
   "text": ""
5815
  },
5816
  {
5817
   "archetype": 1,
5818
   "from": 1,
5819
   "attributes": {"32": "is responsible for"},
5820
   "id": 73,
5821
   "to": 24,
5822
   "text": ""
5823
  },
5824
  {
5825
   "archetype": 1,
5826
   "from": 24,
5827
   "attributes": {"32": "is assigned to"},
5828
   "id": 74,
5829
   "to": 1,
5830
   "text": ""
5831
  },
5832
  {
5833
   "archetype": 0,
5834
   "from": 2,
5835
   "attributes": {"32": "is author of"},
5836
   "id": 75,
5837
   "to": 25,
5838
   "text": ""
5839
  },
5840
  {
5841
   "archetype": 0,
5842
   "from": 25,
5843
   "attributes": {"32": "created by"},
5844
   "id": 76,
5845
   "to": 2,
5846
   "text": ""
5847
  },
5848
  {
5849
   "archetype": 4,
5850
   "from": 25,
5851
   "attributes": {"32": "adds"},
5852
   "id": 77,
5853
   "to": 18,
5854
   "text": ""
5855
  },
5856
  {
5857
   "archetype": 4,
5858
   "from": 18,
5859
   "attributes": {"32": "added by"},
5860
   "id": 78,
5861
   "to": 25,
5862
   "text": ""
5863
  },
5864
  {
5865
   "archetype": 6,
5866
   "from": 2,
5867
   "attributes": {"32": "added"},
5868
   "id": 79,
5869
   "to": 18,
5870
   "text": ""
5871
  },
5872
  {
5873
   "archetype": 6,
5874
   "from": 18,
5875
   "attributes": {"32": "added by"},
5876
   "id": 80,
5877
   "to": 2,
5878
   "text": ""
5879
  },
5880
  {
5881
   "archetype": 0,
5882
   "from": 2,
5883
   "attributes": {"32": "is author of"},
5884
   "id": 81,
5885
   "to": 26,
5886
   "text": ""
5887
  },
5888
  {
5889
   "archetype": 0,
5890
   "from": 26,
5891
   "attributes": {"32": "created by"},
5892
   "id": 82,
5893
   "to": 2,
5894
   "text": ""
5895
  },
5896
  {
5897
   "archetype": 4,
5898
   "from": 26,
5899
   "attributes": {"32": "logtimes"},
5900
   "id": 83,
5901
   "to": 18,
5902
   "text": ""
5903
  },
5904
  {
5905
   "archetype": 4,
5906
   "from": 18,
5907
   "attributes": {"32": "logtimeed by"},
5908
   "id": 84,
5909
   "to": 26,
5910
   "text": ""
5911
  },
5912
  {
5913
   "archetype": 6,
5914
   "from": 2,
5915
   "attributes": {"32": "logtimeed"},
5916
   "id": 85,
5917
   "to": 18,
5918
   "text": ""
5919
  },
5920
  {
5921
   "archetype": 6,
5922
   "from": 18,
5923
   "attributes": {"32": "logtimeed by"},
5924
   "id": 86,
5925
   "to": 2,
5926
   "text": ""
5927
  },
5928
  {
5929
   "archetype": 0,
5930
   "from": 2,
5931
   "attributes": {"32": "is author of"},
5932
   "id": 87,
5933
   "to": 27,
5934
   "text": ""
5935
  },
5936
  {
5937
   "archetype": 0,
5938
   "from": 27,
5939
   "attributes": {"32": "created by"},
5940
   "id": 88,
5941
   "to": 2,
5942
   "text": ""
5943
  },
5944
  {
5945
   "archetype": 4,
5946
   "from": 27,
5947
   "attributes": {"32": "modifys"},
5948
   "id": 89,
5949
   "to": 18,
5950
   "text": ""
5951
  },
5952
  {
5953
   "archetype": 4,
5954
   "from": 18,
5955
   "attributes": {"32": "modifyed by"},
5956
   "id": 90,
5957
   "to": 27,
5958
   "text": ""
5959
  },
5960
  {
5961
   "archetype": 6,
5962
   "from": 2,
5963
   "attributes": {"32": "modifyed"},
5964
   "id": 91,
5965
   "to": 18,
5966
   "text": ""
5967
  },
5968
  {
5969
   "archetype": 6,
5970
   "from": 18,
5971
   "attributes": {"32": "modifyed by"},
5972
   "id": 92,
5973
   "to": 2,
5974
   "text": ""
5975
  },
5976
  {
5977
   "archetype": 0,
5978
   "from": 2,
5979
   "attributes": {"32": "is author of"},
5980
   "id": 93,
5981
   "to": 28,
5982
   "text": ""
5983
  },
5984
  {
5985
   "archetype": 0,
5986
   "from": 28,
5987
   "attributes": {"32": "created by"},
5988
   "id": 94,
5989
   "to": 2,
5990
   "text": ""
5991
  },
5992
  {
5993
   "archetype": 4,
5994
   "from": 28,
5995
   "attributes": {"32": "modifys"},
5996
   "id": 95,
5997
   "to": 18,
5998
   "text": ""
5999
  },
6000
  {
6001
   "archetype": 4,
6002
   "from": 18,
6003
   "attributes": {"32": "modifyed by"},
6004
   "id": 96,
6005
   "to": 28,
6006
   "text": ""
6007
  },
6008
  {
6009
   "archetype": 6,
6010
   "from": 2,
6011
   "attributes": {"32": "modifyed"},
6012
   "id": 97,
6013
   "to": 18,
6014
   "text": ""
6015
  },
6016
  {
6017
   "archetype": 6,
6018
   "from": 18,
6019
   "attributes": {"32": "modifyed by"},
6020
   "id": 98,
6021
   "to": 2,
6022
   "text": ""
6023
  },
6024
  {
6025
   "archetype": 0,
6026
   "from": 2,
6027
   "attributes": {"32": "is author of"},
6028
   "id": 99,
6029
   "to": 29,
6030
   "text": ""
6031
  },
6032
  {
6033
   "archetype": 0,
6034
   "from": 29,
6035
   "attributes": {"32": "created by"},
6036
   "id": 100,
6037
   "to": 2,
6038
   "text": ""
6039
  },
6040
  {
6041
   "archetype": 4,
6042
   "from": 29,
6043
   "attributes": {"32": "modifys"},
6044
   "id": 101,
6045
   "to": 18,
6046
   "text": ""
6047
  },
6048
  {
6049
   "archetype": 4,
6050
   "from": 18,
6051
   "attributes": {"32": "modifyed by"},
6052
   "id": 102,
6053
   "to": 29,
6054
   "text": ""
6055
  },
6056
  {
6057
   "archetype": 6,
6058
   "from": 2,
6059
   "attributes": {"32": "modifyed"},
6060
   "id": 103,
6061
   "to": 18,
6062
   "text": ""
6063
  },
6064
  {
6065
   "archetype": 6,
6066
   "from": 18,
6067
   "attributes": {"32": "modifyed by"},
6068
   "id": 104,
6069
   "to": 2,
6070
   "text": ""
6071
  },
6072
  {
6073
   "archetype": 0,
6074
   "from": 2,
6075
   "attributes": {"32": "is author of"},
6076
   "id": 105,
6077
   "to": 30,
6078
   "text": ""
6079
  },
6080
  {
6081
   "archetype": 0,
6082
   "from": 30,
6083
   "attributes": {"32": "created by"},
6084
   "id": 106,
6085
   "to": 2,
6086
   "text": ""
6087
  },
6088
  {
6089
   "archetype": 4,
6090
   "from": 30,
6091
   "attributes": {"32": "modifys"},
6092
   "id": 107,
6093
   "to": 18,
6094
   "text": ""
6095
  },
6096
  {
6097
   "archetype": 4,
6098
   "from": 18,
6099
   "attributes": {"32": "modifyed by"},
6100
   "id": 108,
6101
   "to": 30,
6102
   "text": ""
6103
  },
6104
  {
6105
   "archetype": 6,
6106
   "from": 2,
6107
   "attributes": {"32": "modifyed"},
6108
   "id": 109,
6109
   "to": 18,
6110
   "text": ""
6111
  },
6112
  {
6113
   "archetype": 6,
6114
   "from": 18,
6115
   "attributes": {"32": "modifyed by"},
6116
   "id": 110,
6117
   "to": 2,
6118
   "text": ""
6119
  },
6120
  {
6121
   "archetype": 0,
6122
   "from": 2,
6123
   "attributes": {"32": "is author of"},
6124
   "id": 111,
6125
   "to": 31,
6126
   "text": ""
6127
  },
6128
  {
6129
   "archetype": 0,
6130
   "from": 31,
6131
   "attributes": {"32": "created by"},
6132
   "id": 112,
6133
   "to": 2,
6134
   "text": ""
6135
  },
6136
  {
6137
   "archetype": 4,
6138
   "from": 31,
6139
   "attributes": {"32": "adds"},
6140
   "id": 113,
6141
   "to": 16,
6142
   "text": ""
6143
  },
6144
  {
6145
   "archetype": 4,
6146
   "from": 16,
6147
   "attributes": {"32": "added by"},
6148
   "id": 114,
6149
   "to": 31,
6150
   "text": ""
6151
  },
6152
  {
6153
   "archetype": 6,
6154
   "from": 2,
6155
   "attributes": {"32": "added"},
6156
   "id": 115,
6157
   "to": 16,
6158
   "text": ""
6159
  },
6160
  {
6161
   "archetype": 6,
6162
   "from": 16,
6163
   "attributes": {"32": "added by"},
6164
   "id": 116,
6165
   "to": 2,
6166
   "text": ""
6167
  },
6168
  {
6169
   "archetype": 0,
6170
   "from": 1,
6171
   "attributes": {"32": "is author of"},
6172
   "id": 117,
6173
   "to": 32,
6174
   "text": ""
6175
  },
6176
  {
6177
   "archetype": 0,
6178
   "from": 32,
6179
   "attributes": {"32": "created by"},
6180
   "id": 118,
6181
   "to": 1,
6182
   "text": ""
6183
  },
6184
  {
6185
   "archetype": 4,
6186
   "from": 32,
6187
   "attributes": {"32": "logtimes"},
6188
   "id": 119,
6189
   "to": 16,
6190
   "text": ""
6191
  },
6192
  {
6193
   "archetype": 4,
6194
   "from": 16,
6195
   "attributes": {"32": "logtimeed by"},
6196
   "id": 120,
6197
   "to": 32,
6198
   "text": ""
6199
  },
6200
  {
6201
   "archetype": 6,
6202
   "from": 1,
6203
   "attributes": {"32": "logtimeed"},
6204
   "id": 121,
6205
   "to": 16,
6206
   "text": ""
6207
  },
6208
  {
6209
   "archetype": 6,
6210
   "from": 16,
6211
   "attributes": {"32": "logtimeed by"},
6212
   "id": 122,
6213
   "to": 1,
6214
   "text": ""
6215
  },
6216
  {
6217
   "archetype": 4,
6218
   "from": 32,
6219
   "attributes": {"32": "comments"},
6220
   "id": 123,
6221
   "to": 16,
6222
   "text": ""
6223
  },
6224
  {
6225
   "archetype": 4,
6226
   "from": 16,
6227
   "attributes": {"32": "commented by"},
6228
   "id": 124,
6229
   "to": 32,
6230
   "text": ""
6231
  },
6232
  {
6233
   "archetype": 6,
6234
   "from": 1,
6235
   "attributes": {"32": "commented"},
6236
   "id": 125,
6237
   "to": 16,
6238
   "text": ""
6239
  },
6240
  {
6241
   "archetype": 6,
6242
   "from": 16,
6243
   "attributes": {"32": "commented by"},
6244
   "id": 126,
6245
   "to": 1,
6246
   "text": ""
6247
  },
6248
  {
6249
   "archetype": 0,
6250
   "from": 1,
6251
   "attributes": {"32": "is author of"},
6252
   "id": 127,
6253
   "to": 33,
6254
   "text": ""
6255
  },
6256
  {
6257
   "archetype": 0,
6258
   "from": 33,
6259
   "attributes": {"32": "created by"},
6260
   "id": 128,
6261
   "to": 1,
6262
   "text": ""
6263
  },
6264
  {
6265
   "archetype": 4,
6266
   "from": 33,
6267
   "attributes": {"32": "logtimes"},
6268
   "id": 129,
6269
   "to": 16,
6270
   "text": ""
6271
  },
6272
  {
6273
   "archetype": 4,
6274
   "from": 16,
6275
   "attributes": {"32": "logtimeed by"},
6276
   "id": 130,
6277
   "to": 33,
6278
   "text": ""
6279
  },
6280
  {
6281
   "archetype": 6,
6282
   "from": 1,
6283
   "attributes": {"32": "logtimeed"},
6284
   "id": 131,
6285
   "to": 16,
6286
   "text": ""
6287
  },
6288
  {
6289
   "archetype": 6,
6290
   "from": 16,
6291
   "attributes": {"32": "logtimeed by"},
6292
   "id": 132,
6293
   "to": 1,
6294
   "text": ""
6295
  },
6296
  {
6297
   "archetype": 0,
6298
   "from": 2,
6299
   "attributes": {"32": "is author of"},
6300
   "id": 133,
6301
   "to": 34,
6302
   "text": ""
6303
  },
6304
  {
6305
   "archetype": 0,
6306
   "from": 34,
6307
   "attributes": {"32": "created by"},
6308
   "id": 134,
6309
   "to": 2,
6310
   "text": ""
6311
  },
6312
  {
6313
   "archetype": 4,
6314
   "from": 34,
6315
   "attributes": {"32": "modifys"},
6316
   "id": 135,
6317
   "to": 16,
6318
   "text": ""
6319
  },
6320
  {
6321
   "archetype": 4,
6322
   "from": 16,
6323
   "attributes": {"32": "modifyed by"},
6324
   "id": 136,
6325
   "to": 34,
6326
   "text": ""
6327
  },
6328
  {
6329
   "archetype": 6,
6330
   "from": 2,
6331
   "attributes": {"32": "modifyed"},
6332
   "id": 137,
6333
   "to": 16,
6334
   "text": ""
6335
  },
6336
  {
6337
   "archetype": 6,
6338
   "from": 16,
6339
   "attributes": {"32": "modifyed by"},
6340
   "id": 138,
6341
   "to": 2,
6342
   "text": ""
6343
  },
6344
  {
6345
   "archetype": 0,
6346
   "from": 2,
6347
   "attributes": {"32": "is author of"},
6348
   "id": 139,
6349
   "to": 35,
6350
   "text": ""
6351
  },
6352
  {
6353
   "archetype": 0,
6354
   "from": 35,
6355
   "attributes": {"32": "created by"},
6356
   "id": 140,
6357
   "to": 2,
6358
   "text": ""
6359
  },
6360
  {
6361
   "archetype": 4,
6362
   "from": 35,
6363
   "attributes": {"32": "modifys"},
6364
   "id": 141,
6365
   "to": 16,
6366
   "text": ""
6367
  },
6368
  {
6369
   "archetype": 4,
6370
   "from": 16,
6371
   "attributes": {"32": "modifyed by"},
6372
   "id": 142,
6373
   "to": 35,
6374
   "text": ""
6375
  },
6376
  {
6377
   "archetype": 6,
6378
   "from": 2,
6379
   "attributes": {"32": "modifyed"},
6380
   "id": 143,
6381
   "to": 16,
6382
   "text": ""
6383
  },
6384
  {
6385
   "archetype": 6,
6386
   "from": 16,
6387
   "attributes": {"32": "modifyed by"},
6388
   "id": 144,
6389
   "to": 2,
6390
   "text": ""
6391
  },
6392
  {
6393
   "archetype": 0,
6394
   "from": 2,
6395
   "attributes": {"32": "is author of"},
6396
   "id": 145,
6397
   "to": 36,
6398
   "text": ""
6399
  },
6400
  {
6401
   "archetype": 0,
6402
   "from": 36,
6403
   "attributes": {"32": "created by"},
6404
   "id": 146,
6405
   "to": 2,
6406
   "text": ""
6407
  },
6408
  {
6409
   "archetype": 4,
6410
   "from": 36,
6411
   "attributes": {"32": "modifys"},
6412
   "id": 147,
6413
   "to": 16,
6414
   "text": ""
6415
  },
6416
  {
6417
   "archetype": 4,
6418
   "from": 16,
6419
   "attributes": {"32": "modifyed by"},
6420
   "id": 148,
6421
   "to": 36,
6422
   "text": ""
6423
  },
6424
  {
6425
   "archetype": 6,
6426
   "from": 2,
6427
   "attributes": {"32": "modifyed"},
6428
   "id": 149,
6429
   "to": 16,
6430
   "text": ""
6431
  },
6432
  {
6433
   "archetype": 6,
6434
   "from": 16,
6435
   "attributes": {"32": "modifyed by"},
6436
   "id": 150,
6437
   "to": 2,
6438
   "text": ""
6439
  },
6440
  {
6441
   "archetype": 0,
6442
   "from": 1,
6443
   "attributes": {"32": "is author of"},
6444
   "id": 151,
6445
   "to": 37,
6446
   "text": ""
6447
  },
6448
  {
6449
   "archetype": 0,
6450
   "from": 37,
6451
   "attributes": {"32": "created by"},
6452
   "id": 152,
6453
   "to": 1,
6454
   "text": ""
6455
  },
6456
  {
6457
   "archetype": 4,
6458
   "from": 37,
6459
   "attributes": {"32": "modifys"},
6460
   "id": 153,
6461
   "to": 16,
6462
   "text": ""
6463
  },
6464
  {
6465
   "archetype": 4,
6466
   "from": 16,
6467
   "attributes": {"32": "modifyed by"},
6468
   "id": 154,
6469
   "to": 37,
6470
   "text": ""
6471
  },
6472
  {
6473
   "archetype": 6,
6474
   "from": 1,
6475
   "attributes": {"32": "modifyed"},
6476
   "id": 155,
6477
   "to": 16,
6478
   "text": ""
6479
  },
6480
  {
6481
   "archetype": 6,
6482
   "from": 16,
6483
   "attributes": {"32": "modifyed by"},
6484
   "id": 156,
6485
   "to": 1,
6486
   "text": ""
6487
  },
6488
  {
6489
   "archetype": 0,
6490
   "from": 1,
6491
   "attributes": {"32": "is author of"},
6492
   "id": 157,
6493
   "to": 38,
6494
   "text": ""
6495
  },
6496
  {
6497
   "archetype": 0,
6498
   "from": 38,
6499
   "attributes": {"32": "created by"},
6500
   "id": 158,
6501
   "to": 1,
6502
   "text": ""
6503
  },
6504
  {
6505
   "archetype": 4,
6506
   "from": 38,
6507
   "attributes": {"32": "modifys"},
6508
   "id": 159,
6509
   "to": 16,
6510
   "text": ""
6511
  },
6512
  {
6513
   "archetype": 4,
6514
   "from": 16,
6515
   "attributes": {"32": "modifyed by"},
6516
   "id": 160,
6517
   "to": 38,
6518
   "text": ""
6519
  },
6520
  {
6521
   "archetype": 6,
6522
   "from": 1,
6523
   "attributes": {"32": "modifyed"},
6524
   "id": 161,
6525
   "to": 16,
6526
   "text": ""
6527
  },
6528
  {
6529
   "archetype": 6,
6530
   "from": 16,
6531
   "attributes": {"32": "modifyed by"},
6532
   "id": 162,
6533
   "to": 1,
6534
   "text": ""
6535
  },
6536
  {
6537
   "archetype": 0,
6538
   "from": 1,
6539
   "attributes": {"32": "is author of"},
6540
   "id": 163,
6541
   "to": 39,
6542
   "text": ""
6543
  },
6544
  {
6545
   "archetype": 0,
6546
   "from": 39,
6547
   "attributes": {"32": "created by"},
6548
   "id": 164,
6549
   "to": 1,
6550
   "text": ""
6551
  },
6552
  {
6553
   "archetype": 4,
6554
   "from": 39,
6555
   "attributes": {"32": "modifys"},
6556
   "id": 165,
6557
   "to": 16,
6558
   "text": ""
6559
  },
6560
  {
6561
   "archetype": 4,
6562
   "from": 16,
6563
   "attributes": {"32": "modifyed by"},
6564
   "id": 166,
6565
   "to": 39,
6566
   "text": ""
6567
  },
6568
  {
6569
   "archetype": 6,
6570
   "from": 1,
6571
   "attributes": {"32": "modifyed"},
6572
   "id": 167,
6573
   "to": 16,
6574
   "text": ""
6575
  },
6576
  {
6577
   "archetype": 6,
6578
   "from": 16,
6579
   "attributes": {"32": "modifyed by"},
6580
   "id": 168,
6581
   "to": 1,
6582
   "text": ""
6583
  },
6584
  {
6585
   "archetype": 0,
6586
   "from": 2,
6587
   "attributes": {"32": "is author of"},
6588
   "id": 169,
6589
   "to": 40,
6590
   "text": ""
6591
  },
6592
  {
6593
   "archetype": 0,
6594
   "from": 40,
6595
   "attributes": {"32": "created by"},
6596
   "id": 170,
6597
   "to": 2,
6598
   "text": ""
6599
  },
6600
  {
6601
   "archetype": 4,
6602
   "from": 40,
6603
   "attributes": {"32": "modifys"},
6604
   "id": 171,
6605
   "to": 16,
6606
   "text": ""
6607
  },
6608
  {
6609
   "archetype": 4,
6610
   "from": 16,
6611
   "attributes": {"32": "modifyed by"},
6612
   "id": 172,
6613
   "to": 40,
6614
   "text": ""
6615
  },
6616
  {
6617
   "archetype": 6,
6618
   "from": 2,
6619
   "attributes": {"32": "modifyed"},
6620
   "id": 173,
6621
   "to": 16,
6622
   "text": ""
6623
  },
6624
  {
6625
   "archetype": 6,
6626
   "from": 16,
6627
   "attributes": {"32": "modifyed by"},
6628
   "id": 174,
6629
   "to": 2,
6630
   "text": ""
6631
  },
6632
  {
6633
   "archetype": 0,
6634
   "from": 2,
6635
   "attributes": {"32": "is author of"},
6636
   "id": 175,
6637
   "to": 41,
6638
   "text": ""
6639
  },
6640
  {
6641
   "archetype": 0,
6642
   "from": 41,
6643
   "attributes": {"32": "created by"},
6644
   "id": 176,
6645
   "to": 2,
6646
   "text": ""
6647
  },
6648
  {
6649
   "archetype": 4,
6650
   "from": 41,
6651
   "attributes": {"32": "adds"},
6652
   "id": 177,
6653
   "to": 13,
6654
   "text": ""
6655
  },
6656
  {
6657
   "archetype": 4,
6658
   "from": 13,
6659
   "attributes": {"32": "added by"},
6660
   "id": 178,
6661
   "to": 41,
6662
   "text": ""
6663
  },
6664
  {
6665
   "archetype": 6,
6666
   "from": 2,
6667
   "attributes": {"32": "added"},
6668
   "id": 179,
6669
   "to": 13,
6670
   "text": ""
6671
  },
6672
  {
6673
   "archetype": 6,
6674
   "from": 13,
6675
   "attributes": {"32": "added by"},
6676
   "id": 180,
6677
   "to": 2,
6678
   "text": ""
6679
  },
6680
  {
6681
   "archetype": 0,
6682
   "from": 4,
6683
   "attributes": {"32": "is author of"},
6684
   "id": 181,
6685
   "to": 42,
6686
   "text": ""
6687
  },
6688
  {
6689
   "archetype": 0,
6690
   "from": 42,
6691
   "attributes": {"32": "created by"},
6692
   "id": 182,
6693
   "to": 4,
6694
   "text": ""
6695
  },
6696
  {
6697
   "archetype": 4,
6698
   "from": 42,
6699
   "attributes": {"32": "logtimes"},
6700
   "id": 183,
6701
   "to": 13,
6702
   "text": ""
6703
  },
6704
  {
6705
   "archetype": 4,
6706
   "from": 13,
6707
   "attributes": {"32": "logtimeed by"},
6708
   "id": 184,
6709
   "to": 42,
6710
   "text": ""
6711
  },
6712
  {
6713
   "archetype": 6,
6714
   "from": 4,
6715
   "attributes": {"32": "logtimeed"},
6716
   "id": 185,
6717
   "to": 13,
6718
   "text": ""
6719
  },
6720
  {
6721
   "archetype": 6,
6722
   "from": 13,
6723
   "attributes": {"32": "logtimeed by"},
6724
   "id": 186,
6725
   "to": 4,
6726
   "text": ""
6727
  },
6728
  {
6729
   "archetype": 4,
6730
   "from": 42,
6731
   "attributes": {"32": "comments"},
6732
   "id": 187,
6733
   "to": 13,
6734
   "text": ""
6735
  },
6736
  {
6737
   "archetype": 4,
6738
   "from": 13,
6739
   "attributes": {"32": "commented by"},
6740
   "id": 188,
6741
   "to": 42,
6742
   "text": ""
6743
  },
6744
  {
6745
   "archetype": 6,
6746
   "from": 4,
6747
   "attributes": {"32": "commented"},
6748
   "id": 189,
6749
   "to": 13,
6750
   "text": ""
6751
  },
6752
  {
6753
   "archetype": 6,
6754
   "from": 13,
6755
   "attributes": {"32": "commented by"},
6756
   "id": 190,
6757
   "to": 4,
6758
   "text": ""
6759
  },
6760
  {
6761
   "archetype": 0,
6762
   "from": 2,
6763
   "attributes": {"32": "is author of"},
6764
   "id": 191,
6765
   "to": 43,
6766
   "text": ""
6767
  },
6768
  {
6769
   "archetype": 0,
6770
   "from": 43,
6771
   "attributes": {"32": "created by"},
6772
   "id": 192,
6773
   "to": 2,
6774
   "text": ""
6775
  },
6776
  {
6777
   "archetype": 4,
6778
   "from": 43,
6779
   "attributes": {"32": "modifys"},
6780
   "id": 193,
6781
   "to": 13,
6782
   "text": ""
6783
  },
6784
  {
6785
   "archetype": 4,
6786
   "from": 13,
6787
   "attributes": {"32": "modifyed by"},
6788
   "id": 194,
6789
   "to": 43,
6790
   "text": ""
6791
  },
6792
  {
6793
   "archetype": 6,
6794
   "from": 2,
6795
   "attributes": {"32": "modifyed"},
6796
   "id": 195,
6797
   "to": 13,
6798
   "text": ""
6799
  },
6800
  {
6801
   "archetype": 6,
6802
   "from": 13,
6803
   "attributes": {"32": "modifyed by"},
6804
   "id": 196,
6805
   "to": 2,
6806
   "text": ""
6807
  },
6808
  {
6809
   "archetype": 0,
6810
   "from": 2,
6811
   "attributes": {"32": "is author of"},
6812
   "id": 197,
6813
   "to": 44,
6814
   "text": ""
6815
  },
6816
  {
6817
   "archetype": 0,
6818
   "from": 44,
6819
   "attributes": {"32": "created by"},
6820
   "id": 198,
6821
   "to": 2,
6822
   "text": ""
6823
  },
6824
  {
6825
   "archetype": 4,
6826
   "from": 44,
6827
   "attributes": {"32": "modifys"},
6828
   "id": 199,
6829
   "to": 13,
6830
   "text": ""
6831
  },
6832
  {
6833
   "archetype": 4,
6834
   "from": 13,
6835
   "attributes": {"32": "modifyed by"},
6836
   "id": 200,
6837
   "to": 44,
6838
   "text": ""
6839
  },
6840
  {
6841
   "archetype": 6,
6842
   "from": 2,
6843
   "attributes": {"32": "modifyed"},
6844
   "id": 201,
6845
   "to": 13,
6846
   "text": ""
6847
  },
6848
  {
6849
   "archetype": 6,
6850
   "from": 13,
6851
   "attributes": {"32": "modifyed by"},
6852
   "id": 202,
6853
   "to": 2,
6854
   "text": ""
6855
  },
6856
  {
6857
   "archetype": 0,
6858
   "from": 2,
6859
   "attributes": {"32": "is author of"},
6860
   "id": 203,
6861
   "to": 45,
6862
   "text": ""
6863
  },
6864
  {
6865
   "archetype": 0,
6866
   "from": 45,
6867
   "attributes": {"32": "created by"},
6868
   "id": 204,
6869
   "to": 2,
6870
   "text": ""
6871
  },
6872
  {
6873
   "archetype": 4,
6874
   "from": 45,
6875
   "attributes": {"32": "adds"},
6876
   "id": 205,
6877
   "to": 12,
6878
   "text": ""
6879
  },
6880
  {
6881
   "archetype": 4,
6882
   "from": 12,
6883
   "attributes": {"32": "added by"},
6884
   "id": 206,
6885
   "to": 45,
6886
   "text": ""
6887
  },
6888
  {
6889
   "archetype": 6,
6890
   "from": 2,
6891
   "attributes": {"32": "added"},
6892
   "id": 207,
6893
   "to": 12,
6894
   "text": ""
6895
  },
6896
  {
6897
   "archetype": 6,
6898
   "from": 12,
6899
   "attributes": {"32": "added by"},
6900
   "id": 208,
6901
   "to": 2,
6902
   "text": ""
6903
  },
6904
  {
6905
   "archetype": 0,
6906
   "from": 2,
6907
   "attributes": {"32": "is author of"},
6908
   "id": 209,
6909
   "to": 46,
6910
   "text": ""
6911
  },
6912
  {
6913
   "archetype": 0,
6914
   "from": 46,
6915
   "attributes": {"32": "created by"},
6916
   "id": 210,
6917
   "to": 2,
6918
   "text": ""
6919
  },
6920
  {
6921
   "archetype": 4,
6922
   "from": 46,
6923
   "attributes": {"32": "logtimes"},
6924
   "id": 211,
6925
   "to": 12,
6926
   "text": ""
6927
  },
6928
  {
6929
   "archetype": 4,
6930
   "from": 12,
6931
   "attributes": {"32": "logtimeed by"},
6932
   "id": 212,
6933
   "to": 46,
6934
   "text": ""
6935
  },
6936
  {
6937
   "archetype": 6,
6938
   "from": 2,
6939
   "attributes": {"32": "logtimeed"},
6940
   "id": 213,
6941
   "to": 12,
6942
   "text": ""
6943
  },
6944
  {
6945
   "archetype": 6,
6946
   "from": 12,
6947
   "attributes": {"32": "logtimeed by"},
6948
   "id": 214,
6949
   "to": 2,
6950
   "text": ""
6951
  },
6952
  {
6953
   "archetype": 0,
6954
   "from": 2,
6955
   "attributes": {"32": "is author of"},
6956
   "id": 215,
6957
   "to": 47,
6958
   "text": ""
6959
  },
6960
  {
6961
   "archetype": 0,
6962
   "from": 47,
6963
   "attributes": {"32": "created by"},
6964
   "id": 216,
6965
   "to": 2,
6966
   "text": ""
6967
  },
6968
  {
6969
   "archetype": 4,
6970
   "from": 47,
6971
   "attributes": {"32": "logtimes"},
6972
   "id": 217,
6973
   "to": 12,
6974
   "text": ""
6975
  },
6976
  {
6977
   "archetype": 4,
6978
   "from": 12,
6979
   "attributes": {"32": "logtimeed by"},
6980
   "id": 218,
6981
   "to": 47,
6982
   "text": ""
6983
  },
6984
  {
6985
   "archetype": 6,
6986
   "from": 2,
6987
   "attributes": {"32": "logtimeed"},
6988
   "id": 219,
6989
   "to": 12,
6990
   "text": ""
6991
  },
6992
  {
6993
   "archetype": 6,
6994
   "from": 12,
6995
   "attributes": {"32": "logtimeed by"},
6996
   "id": 220,
6997
   "to": 2,
6998
   "text": ""
6999
  },
7000
  {
7001
   "archetype": 0,
7002
   "from": 2,
7003
   "attributes": {"32": "is author of"},
7004
   "id": 221,
7005
   "to": 48,
7006
   "text": ""
7007
  },
7008
  {
7009
   "archetype": 0,
7010
   "from": 48,
7011
   "attributes": {"32": "created by"},
7012
   "id": 222,
7013
   "to": 2,
7014
   "text": ""
7015
  },
7016
  {
7017
   "archetype": 4,
7018
   "from": 48,
7019
   "attributes": {"32": "modifys"},
7020
   "id": 223,
7021
   "to": 12,
7022
   "text": ""
7023
  },
7024
  {
7025
   "archetype": 4,
7026
   "from": 12,
7027
   "attributes": {"32": "modifyed by"},
7028
   "id": 224,
7029
   "to": 48,
7030
   "text": ""
7031
  },
7032
  {
7033
   "archetype": 6,
7034
   "from": 2,
7035
   "attributes": {"32": "modifyed"},
7036
   "id": 225,
7037
   "to": 12,
7038
   "text": ""
7039
  },
7040
  {
7041
   "archetype": 6,
7042
   "from": 12,
7043
   "attributes": {"32": "modifyed by"},
7044
   "id": 226,
7045
   "to": 2,
7046
   "text": ""
7047
  },
7048
  {
7049
   "archetype": 0,
7050
   "from": 2,
7051
   "attributes": {"32": "is author of"},
7052
   "id": 227,
7053
   "to": 49,
7054
   "text": ""
7055
  },
7056
  {
7057
   "archetype": 0,
7058
   "from": 49,
7059
   "attributes": {"32": "created by"},
7060
   "id": 228,
7061
   "to": 2,
7062
   "text": ""
7063
  },
7064
  {
7065
   "archetype": 4,
7066
   "from": 49,
7067
   "attributes": {"32": "modifys"},
7068
   "id": 229,
7069
   "to": 12,
7070
   "text": ""
7071
  },
7072
  {
7073
   "archetype": 4,
7074
   "from": 12,
7075
   "attributes": {"32": "modifyed by"},
7076
   "id": 230,
7077
   "to": 49,
7078
   "text": ""
7079
  },
7080
  {
7081
   "archetype": 6,
7082
   "from": 2,
7083
   "attributes": {"32": "modifyed"},
7084
   "id": 231,
7085
   "to": 12,
7086
   "text": ""
7087
  },
7088
  {
7089
   "archetype": 6,
7090
   "from": 12,
7091
   "attributes": {"32": "modifyed by"},
7092
   "id": 232,
7093
   "to": 2,
7094
   "text": ""
7095
  },
7096
  {
7097
   "archetype": 0,
7098
   "from": 2,
7099
   "attributes": {"32": "is author of"},
7100
   "id": 233,
7101
   "to": 50,
7102
   "text": ""
7103
  },
7104
  {
7105
   "archetype": 0,
7106
   "from": 50,
7107
   "attributes": {"32": "created by"},
7108
   "id": 234,
7109
   "to": 2,
7110
   "text": ""
7111
  },
7112
  {
7113
   "archetype": 4,
7114
   "from": 50,
7115
   "attributes": {"32": "modifys"},
7116
   "id": 235,
7117
   "to": 12,
7118
   "text": ""
7119
  },
7120
  {
7121
   "archetype": 4,
7122
   "from": 12,
7123
   "attributes": {"32": "modifyed by"},
7124
   "id": 236,
7125
   "to": 50,
7126
   "text": ""
7127
  },
7128
  {
7129
   "archetype": 6,
7130
   "from": 2,
7131
   "attributes": {"32": "modifyed"},
7132
   "id": 237,
7133
   "to": 12,
7134
   "text": ""
7135
  },
7136
  {
7137
   "archetype": 6,
7138
   "from": 12,
7139
   "attributes": {"32": "modifyed by"},
7140
   "id": 238,
7141
   "to": 2,
7142
   "text": ""
7143
  },
7144
  {
7145
   "archetype": 0,
7146
   "from": 2,
7147
   "attributes": {"32": "is author of"},
7148
   "id": 239,
7149
   "to": 51,
7150
   "text": ""
7151
  },
7152
  {
7153
   "archetype": 0,
7154
   "from": 51,
7155
   "attributes": {"32": "created by"},
7156
   "id": 240,
7157
   "to": 2,
7158
   "text": ""
7159
  },
7160
  {
7161
   "archetype": 4,
7162
   "from": 51,
7163
   "attributes": {"32": "modifys"},
7164
   "id": 241,
7165
   "to": 12,
7166
   "text": ""
7167
  },
7168
  {
7169
   "archetype": 4,
7170
   "from": 12,
7171
   "attributes": {"32": "modifyed by"},
7172
   "id": 242,
7173
   "to": 51,
7174
   "text": ""
7175
  },
7176
  {
7177
   "archetype": 6,
7178
   "from": 2,
7179
   "attributes": {"32": "modifyed"},
7180
   "id": 243,
7181
   "to": 12,
7182
   "text": ""
7183
  },
7184
  {
7185
   "archetype": 6,
7186
   "from": 12,
7187
   "attributes": {"32": "modifyed by"},
7188
   "id": 244,
7189
   "to": 2,
7190
   "text": ""
7191
  },
7192
  {
7193
   "archetype": 0,
7194
   "from": 2,
7195
   "attributes": {"32": "is author of"},
7196
   "id": 245,
7197
   "to": 52,
7198
   "text": ""
7199
  },
7200
  {
7201
   "archetype": 0,
7202
   "from": 52,
7203
   "attributes": {"32": "created by"},
7204
   "id": 246,
7205
   "to": 2,
7206
   "text": ""
7207
  },
7208
  {
7209
   "archetype": 4,
7210
   "from": 52,
7211
   "attributes": {"32": "modifys"},
7212
   "id": 247,
7213
   "to": 12,
7214
   "text": ""
7215
  },
7216
  {
7217
   "archetype": 4,
7218
   "from": 12,
7219
   "attributes": {"32": "modifyed by"},
7220
   "id": 248,
7221
   "to": 52,
7222
   "text": ""
7223
  },
7224
  {
7225
   "archetype": 6,
7226
   "from": 2,
7227
   "attributes": {"32": "modifyed"},
7228
   "id": 249,
7229
   "to": 12,
7230
   "text": ""
7231
  },
7232
  {
7233
   "archetype": 6,
7234
   "from": 12,
7235
   "attributes": {"32": "modifyed by"},
7236
   "id": 250,
7237
   "to": 2,
7238
   "text": ""
7239
  },
7240
  {
7241
   "archetype": 0,
7242
   "from": 2,
7243
   "attributes": {"32": "is author of"},
7244
   "id": 251,
7245
   "to": 53,
7246
   "text": ""
7247
  },
7248
  {
7249
   "archetype": 0,
7250
   "from": 53,
7251
   "attributes": {"32": "created by"},
7252
   "id": 252,
7253
   "to": 2,
7254
   "text": ""
7255
  },
7256
  {
7257
   "archetype": 4,
7258
   "from": 53,
7259
   "attributes": {"32": "modifys"},
7260
   "id": 253,
7261
   "to": 12,
7262
   "text": ""
7263
  },
7264
  {
7265
   "archetype": 4,
7266
   "from": 12,
7267
   "attributes": {"32": "modifyed by"},
7268
   "id": 254,
7269
   "to": 53,
7270
   "text": ""
7271
  },
7272
  {
7273
   "archetype": 6,
7274
   "from": 2,
7275
   "attributes": {"32": "modifyed"},
7276
   "id": 255,
7277
   "to": 12,
7278
   "text": ""
7279
  },
7280
  {
7281
   "archetype": 6,
7282
   "from": 12,
7283
   "attributes": {"32": "modifyed by"},
7284
   "id": 256,
7285
   "to": 2,
7286
   "text": ""
7287
  },
7288
  {
7289
   "archetype": 0,
7290
   "from": 2,
7291
   "attributes": {"32": "is author of"},
7292
   "id": 257,
7293
   "to": 54,
7294
   "text": ""
7295
  },
7296
  {
7297
   "archetype": 0,
7298
   "from": 54,
7299
   "attributes": {"32": "created by"},
7300
   "id": 258,
7301
   "to": 2,
7302
   "text": ""
7303
  },
7304
  {
7305
   "archetype": 4,
7306
   "from": 54,
7307
   "attributes": {"32": "modifys"},
7308
   "id": 259,
7309
   "to": 12,
7310
   "text": ""
7311
  },
7312
  {
7313
   "archetype": 4,
7314
   "from": 12,
7315
   "attributes": {"32": "modifyed by"},
7316
   "id": 260,
7317
   "to": 54,
7318
   "text": ""
7319
  },
7320
  {
7321
   "archetype": 6,
7322
   "from": 2,
7323
   "attributes": {"32": "modifyed"},
7324
   "id": 261,
7325
   "to": 12,
7326
   "text": ""
7327
  },
7328
  {
7329
   "archetype": 6,
7330
   "from": 12,
7331
   "attributes": {"32": "modifyed by"},
7332
   "id": 262,
7333
   "to": 2,
7334
   "text": ""
7335
  },
7336
  {
7337
   "archetype": 0,
7338
   "from": 2,
7339
   "attributes": {"32": "is author of"},
7340
   "id": 263,
7341
   "to": 55,
7342
   "text": ""
7343
  },
7344
  {
7345
   "archetype": 0,
7346
   "from": 55,
7347
   "attributes": {"32": "created by"},
7348
   "id": 264,
7349
   "to": 2,
7350
   "text": ""
7351
  },
7352
  {
7353
   "archetype": 4,
7354
   "from": 55,
7355
   "attributes": {"32": "modifys"},
7356
   "id": 265,
7357
   "to": 12,
7358
   "text": ""
7359
  },
7360
  {
7361
   "archetype": 4,
7362
   "from": 12,
7363
   "attributes": {"32": "modifyed by"},
7364
   "id": 266,
7365
   "to": 55,
7366
   "text": ""
7367
  },
7368
  {
7369
   "archetype": 6,
7370
   "from": 2,
7371
   "attributes": {"32": "modifyed"},
7372
   "id": 267,
7373
   "to": 12,
7374
   "text": ""
7375
  },
7376
  {
7377
   "archetype": 6,
7378
   "from": 12,
7379
   "attributes": {"32": "modifyed by"},
7380
   "id": 268,
7381
   "to": 2,
7382
   "text": ""
7383
  },
7384
  {
7385
   "archetype": 0,
7386
   "from": 2,
7387
   "attributes": {"32": "is author of"},
7388
   "id": 269,
7389
   "to": 56,
7390
   "text": ""
7391
  },
7392
  {
7393
   "archetype": 0,
7394
   "from": 56,
7395
   "attributes": {"32": "created by"},
7396
   "id": 270,
7397
   "to": 2,
7398
   "text": ""
7399
  },
7400
  {
7401
   "archetype": 4,
7402
   "from": 56,
7403
   "attributes": {"32": "modifys"},
7404
   "id": 271,
7405
   "to": 12,
7406
   "text": ""
7407
  },
7408
  {
7409
   "archetype": 4,
7410
   "from": 12,
7411
   "attributes": {"32": "modifyed by"},
7412
   "id": 272,
7413
   "to": 56,
7414
   "text": ""
7415
  },
7416
  {
7417
   "archetype": 6,
7418
   "from": 2,
7419
   "attributes": {"32": "modifyed"},
7420
   "id": 273,
7421
   "to": 12,
7422
   "text": ""
7423
  },
7424
  {
7425
   "archetype": 6,
7426
   "from": 12,
7427
   "attributes": {"32": "modifyed by"},
7428
   "id": 274,
7429
   "to": 2,
7430
   "text": ""
7431
  },
7432
  {
7433
   "archetype": 0,
7434
   "from": 2,
7435
   "attributes": {"32": "is author of"},
7436
   "id": 275,
7437
   "to": 57,
7438
   "text": ""
7439
  },
7440
  {
7441
   "archetype": 0,
7442
   "from": 57,
7443
   "attributes": {"32": "created by"},
7444
   "id": 276,
7445
   "to": 2,
7446
   "text": ""
7447
  },
7448
  {
7449
   "archetype": 4,
7450
   "from": 57,
7451
   "attributes": {"32": "modifys"},
7452
   "id": 277,
7453
   "to": 12,
7454
   "text": ""
7455
  },
7456
  {
7457
   "archetype": 4,
7458
   "from": 12,
7459
   "attributes": {"32": "modifyed by"},
7460
   "id": 278,
7461
   "to": 57,
7462
   "text": ""
7463
  },
7464
  {
7465
   "archetype": 6,
7466
   "from": 2,
7467
   "attributes": {"32": "modifyed"},
7468
   "id": 279,
7469
   "to": 12,
7470
   "text": ""
7471
  },
7472
  {
7473
   "archetype": 6,
7474
   "from": 12,
7475
   "attributes": {"32": "modifyed by"},
7476
   "id": 280,
7477
   "to": 2,
7478
   "text": ""
7479
  },
7480
  {
7481
   "archetype": 0,
7482
   "from": 2,
7483
   "attributes": {"32": "is author of"},
7484
   "id": 281,
7485
   "to": 58,
7486
   "text": ""
7487
  },
7488
  {
7489
   "archetype": 0,
7490
   "from": 58,
7491
   "attributes": {"32": "created by"},
7492
   "id": 282,
7493
   "to": 2,
7494
   "text": ""
7495
  },
7496
  {
7497
   "archetype": 4,
7498
   "from": 58,
7499
   "attributes": {"32": "modifys"},
7500
   "id": 283,
7501
   "to": 12,
7502
   "text": ""
7503
  },
7504
  {
7505
   "archetype": 4,
7506
   "from": 12,
7507
   "attributes": {"32": "modifyed by"},
7508
   "id": 284,
7509
   "to": 58,
7510
   "text": ""
7511
  },
7512
  {
7513
   "archetype": 6,
7514
   "from": 2,
7515
   "attributes": {"32": "modifyed"},
7516
   "id": 285,
7517
   "to": 12,
7518
   "text": ""
7519
  },
7520
  {
7521
   "archetype": 6,
7522
   "from": 12,
7523
   "attributes": {"32": "modifyed by"},
7524
   "id": 286,
7525
   "to": 2,
7526
   "text": ""
7527
  },
7528
  {
7529
   "archetype": 0,
7530
   "from": 2,
7531
   "attributes": {"32": "is author of"},
7532
   "id": 287,
7533
   "to": 59,
7534
   "text": ""
7535
  },
7536
  {
7537
   "archetype": 0,
7538
   "from": 59,
7539
   "attributes": {"32": "created by"},
7540
   "id": 288,
7541
   "to": 2,
7542
   "text": ""
7543
  },
7544
  {
7545
   "archetype": 4,
7546
   "from": 59,
7547
   "attributes": {"32": "adds"},
7548
   "id": 289,
7549
   "to": 11,
7550
   "text": ""
7551
  },
7552
  {
7553
   "archetype": 4,
7554
   "from": 11,
7555
   "attributes": {"32": "added by"},
7556
   "id": 290,
7557
   "to": 59,
7558
   "text": ""
7559
  },
7560
  {
7561
   "archetype": 6,
7562
   "from": 2,
7563
   "attributes": {"32": "added"},
7564
   "id": 291,
7565
   "to": 11,
7566
   "text": ""
7567
  },
7568
  {
7569
   "archetype": 6,
7570
   "from": 11,
7571
   "attributes": {"32": "added by"},
7572
   "id": 292,
7573
   "to": 2,
7574
   "text": ""
7575
  },
7576
  {
7577
   "archetype": 0,
7578
   "from": 3,
7579
   "attributes": {"32": "is author of"},
7580
   "id": 293,
7581
   "to": 60,
7582
   "text": ""
7583
  },
7584
  {
7585
   "archetype": 0,
7586
   "from": 60,
7587
   "attributes": {"32": "created by"},
7588
   "id": 294,
7589
   "to": 3,
7590
   "text": ""
7591
  },
7592
  {
7593
   "archetype": 4,
7594
   "from": 60,
7595
   "attributes": {"32": "logtimes"},
7596
   "id": 295,
7597
   "to": 11,
7598
   "text": ""
7599
  },
7600
  {
7601
   "archetype": 4,
7602
   "from": 11,
7603
   "attributes": {"32": "logtimeed by"},
7604
   "id": 296,
7605
   "to": 60,
7606
   "text": ""
7607
  },
7608
  {
7609
   "archetype": 6,
7610
   "from": 3,
7611
   "attributes": {"32": "logtimeed"},
7612
   "id": 297,
7613
   "to": 11,
7614
   "text": ""
7615
  },
7616
  {
7617
   "archetype": 6,
7618
   "from": 11,
7619
   "attributes": {"32": "logtimeed by"},
7620
   "id": 298,
7621
   "to": 3,
7622
   "text": ""
7623
  },
7624
  {
7625
   "archetype": 0,
7626
   "from": 3,
7627
   "attributes": {"32": "is author of"},
7628
   "id": 299,
7629
   "to": 61,
7630
   "text": ""
7631
  },
7632
  {
7633
   "archetype": 0,
7634
   "from": 61,
7635
   "attributes": {"32": "created by"},
7636
   "id": 300,
7637
   "to": 3,
7638
   "text": ""
7639
  },
7640
  {
7641
   "archetype": 4,
7642
   "from": 61,
7643
   "attributes": {"32": "logtimes"},
7644
   "id": 301,
7645
   "to": 11,
7646
   "text": ""
7647
  },
7648
  {
7649
   "archetype": 4,
7650
   "from": 11,
7651
   "attributes": {"32": "logtimeed by"},
7652
   "id": 302,
7653
   "to": 61,
7654
   "text": ""
7655
  },
7656
  {
7657
   "archetype": 6,
7658
   "from": 3,
7659
   "attributes": {"32": "logtimeed"},
7660
   "id": 303,
7661
   "to": 11,
7662
   "text": ""
7663
  },
7664
  {
7665
   "archetype": 6,
7666
   "from": 11,
7667
   "attributes": {"32": "logtimeed by"},
7668
   "id": 304,
7669
   "to": 3,
7670
   "text": ""
7671
  },
7672
  {
7673
   "archetype": 0,
7674
   "from": 3,
7675
   "attributes": {"32": "is author of"},
7676
   "id": 305,
7677
   "to": 62,
7678
   "text": ""
7679
  },
7680
  {
7681
   "archetype": 0,
7682
   "from": 62,
7683
   "attributes": {"32": "created by"},
7684
   "id": 306,
7685
   "to": 3,
7686
   "text": ""
7687
  },
7688
  {
7689
   "archetype": 4,
7690
   "from": 62,
7691
   "attributes": {"32": "logtimes"},
7692
   "id": 307,
7693
   "to": 11,
7694
   "text": ""
7695
  },
7696
  {
7697
   "archetype": 4,
7698
   "from": 11,
7699
   "attributes": {"32": "logtimeed by"},
7700
   "id": 308,
7701
   "to": 62,
7702
   "text": ""
7703
  },
7704
  {
7705
   "archetype": 6,
7706
   "from": 3,
7707
   "attributes": {"32": "logtimeed"},
7708
   "id": 309,
7709
   "to": 11,
7710
   "text": ""
7711
  },
7712
  {
7713
   "archetype": 6,
7714
   "from": 11,
7715
   "attributes": {"32": "logtimeed by"},
7716
   "id": 310,
7717
   "to": 3,
7718
   "text": ""
7719
  },
7720
  {
7721
   "archetype": 0,
7722
   "from": 3,
7723
   "attributes": {"32": "is author of"},
7724
   "id": 311,
7725
   "to": 63,
7726
   "text": ""
7727
  },
7728
  {
7729
   "archetype": 0,
7730
   "from": 63,
7731
   "attributes": {"32": "created by"},
7732
   "id": 312,
7733
   "to": 3,
7734
   "text": ""
7735
  },
7736
  {
7737
   "archetype": 4,
7738
   "from": 63,
7739
   "attributes": {"32": "logtimes"},
7740
   "id": 313,
7741
   "to": 11,
7742
   "text": ""
7743
  },
7744
  {
7745
   "archetype": 4,
7746
   "from": 11,
7747
   "attributes": {"32": "logtimeed by"},
7748
   "id": 314,
7749
   "to": 63,
7750
   "text": ""
7751
  },
7752
  {
7753
   "archetype": 6,
7754
   "from": 3,
7755
   "attributes": {"32": "logtimeed"},
7756
   "id": 315,
7757
   "to": 11,
7758
   "text": ""
7759
  },
7760
  {
7761
   "archetype": 6,
7762
   "from": 11,
7763
   "attributes": {"32": "logtimeed by"},
7764
   "id": 316,
7765
   "to": 3,
7766
   "text": ""
7767
  },
7768
  {
7769
   "archetype": 0,
7770
   "from": 2,
7771
   "attributes": {"32": "is author of"},
7772
   "id": 317,
7773
   "to": 64,
7774
   "text": ""
7775
  },
7776
  {
7777
   "archetype": 0,
7778
   "from": 64,
7779
   "attributes": {"32": "created by"},
7780
   "id": 318,
7781
   "to": 2,
7782
   "text": ""
7783
  },
7784
  {
7785
   "archetype": 4,
7786
   "from": 64,
7787
   "attributes": {"32": "modifys"},
7788
   "id": 319,
7789
   "to": 11,
7790
   "text": ""
7791
  },
7792
  {
7793
   "archetype": 4,
7794
   "from": 11,
7795
   "attributes": {"32": "modifyed by"},
7796
   "id": 320,
7797
   "to": 64,
7798
   "text": ""
7799
  },
7800
  {
7801
   "archetype": 6,
7802
   "from": 2,
7803
   "attributes": {"32": "modifyed"},
7804
   "id": 321,
7805
   "to": 11,
7806
   "text": ""
7807
  },
7808
  {
7809
   "archetype": 6,
7810
   "from": 11,
7811
   "attributes": {"32": "modifyed by"},
7812
   "id": 322,
7813
   "to": 2,
7814
   "text": ""
7815
  },
7816
  {
7817
   "archetype": 0,
7818
   "from": 2,
7819
   "attributes": {"32": "is author of"},
7820
   "id": 323,
7821
   "to": 65,
7822
   "text": ""
7823
  },
7824
  {
7825
   "archetype": 0,
7826
   "from": 65,
7827
   "attributes": {"32": "created by"},
7828
   "id": 324,
7829
   "to": 2,
7830
   "text": ""
7831
  },
7832
  {
7833
   "archetype": 4,
7834
   "from": 65,
7835
   "attributes": {"32": "modifys"},
7836
   "id": 325,
7837
   "to": 11,
7838
   "text": ""
7839
  },
7840
  {
7841
   "archetype": 4,
7842
   "from": 11,
7843
   "attributes": {"32": "modifyed by"},
7844
   "id": 326,
7845
   "to": 65,
7846
   "text": ""
7847
  },
7848
  {
7849
   "archetype": 6,
7850
   "from": 2,
7851
   "attributes": {"32": "modifyed"},
7852
   "id": 327,
7853
   "to": 11,
7854
   "text": ""
7855
  },
7856
  {
7857
   "archetype": 6,
7858
   "from": 11,
7859
   "attributes": {"32": "modifyed by"},
7860
   "id": 328,
7861
   "to": 2,
7862
   "text": ""
7863
  },
7864
  {
7865
   "archetype": 0,
7866
   "from": 2,
7867
   "attributes": {"32": "is author of"},
7868
   "id": 329,
7869
   "to": 66,
7870
   "text": ""
7871
  },
7872
  {
7873
   "archetype": 0,
7874
   "from": 66,
7875
   "attributes": {"32": "created by"},
7876
   "id": 330,
7877
   "to": 2,
7878
   "text": ""
7879
  },
7880
  {
7881
   "archetype": 4,
7882
   "from": 66,
7883
   "attributes": {"32": "modifys"},
7884
   "id": 331,
7885
   "to": 11,
7886
   "text": ""
7887
  },
7888
  {
7889
   "archetype": 4,
7890
   "from": 11,
7891
   "attributes": {"32": "modifyed by"},
7892
   "id": 332,
7893
   "to": 66,
7894
   "text": ""
7895
  },
7896
  {
7897
   "archetype": 6,
7898
   "from": 2,
7899
   "attributes": {"32": "modifyed"},
7900
   "id": 333,
7901
   "to": 11,
7902
   "text": ""
7903
  },
7904
  {
7905
   "archetype": 6,
7906
   "from": 11,
7907
   "attributes": {"32": "modifyed by"},
7908
   "id": 334,
7909
   "to": 2,
7910
   "text": ""
7911
  },
7912
  {
7913
   "archetype": 0,
7914
   "from": 2,
7915
   "attributes": {"32": "is author of"},
7916
   "id": 335,
7917
   "to": 67,
7918
   "text": ""
7919
  },
7920
  {
7921
   "archetype": 0,
7922
   "from": 67,
7923
   "attributes": {"32": "created by"},
7924
   "id": 336,
7925
   "to": 2,
7926
   "text": ""
7927
  },
7928
  {
7929
   "archetype": 4,
7930
   "from": 67,
7931
   "attributes": {"32": "modifys"},
7932
   "id": 337,
7933
   "to": 11,
7934
   "text": ""
7935
  },
7936
  {
7937
   "archetype": 4,
7938
   "from": 11,
7939
   "attributes": {"32": "modifyed by"},
7940
   "id": 338,
7941
   "to": 67,
7942
   "text": ""
7943
  },
7944
  {
7945
   "archetype": 6,
7946
   "from": 2,
7947
   "attributes": {"32": "modifyed"},
7948
   "id": 339,
7949
   "to": 11,
7950
   "text": ""
7951
  },
7952
  {
7953
   "archetype": 6,
7954
   "from": 11,
7955
   "attributes": {"32": "modifyed by"},
7956
   "id": 340,
7957
   "to": 2,
7958
   "text": ""
7959
  },
7960
  {
7961
   "archetype": 0,
7962
   "from": 2,
7963
   "attributes": {"32": "is author of"},
7964
   "id": 341,
7965
   "to": 68,
7966
   "text": ""
7967
  },
7968
  {
7969
   "archetype": 0,
7970
   "from": 68,
7971
   "attributes": {"32": "created by"},
7972
   "id": 342,
7973
   "to": 2,
7974
   "text": ""
7975
  },
7976
  {
7977
   "archetype": 4,
7978
   "from": 68,
7979
   "attributes": {"32": "modifys"},
7980
   "id": 343,
7981
   "to": 11,
7982
   "text": ""
7983
  },
7984
  {
7985
   "archetype": 4,
7986
   "from": 11,
7987
   "attributes": {"32": "modifyed by"},
7988
   "id": 344,
7989
   "to": 68,
7990
   "text": ""
7991
  },
7992
  {
7993
   "archetype": 6,
7994
   "from": 2,
7995
   "attributes": {"32": "modifyed"},
7996
   "id": 345,
7997
   "to": 11,
7998
   "text": ""
7999
  },
8000
  {
8001
   "archetype": 6,
8002
   "from": 11,
8003
   "attributes": {"32": "modifyed by"},
8004
   "id": 346,
8005
   "to": 2,
8006
   "text": ""
8007
  },
8008
  {
8009
   "archetype": 0,
8010
   "from": 3,
8011
   "attributes": {"32": "is author of"},
8012
   "id": 347,
8013
   "to": 69,
8014
   "text": ""
8015
  },
8016
  {
8017
   "archetype": 0,
8018
   "from": 69,
8019
   "attributes": {"32": "created by"},
8020
   "id": 348,
8021
   "to": 3,
8022
   "text": ""
8023
  },
8024
  {
8025
   "archetype": 4,
8026
   "from": 69,
8027
   "attributes": {"32": "modifys"},
8028
   "id": 349,
8029
   "to": 11,
8030
   "text": ""
8031
  },
8032
  {
8033
   "archetype": 4,
8034
   "from": 11,
8035
   "attributes": {"32": "modifyed by"},
8036
   "id": 350,
8037
   "to": 69,
8038
   "text": ""
8039
  },
8040
  {
8041
   "archetype": 6,
8042
   "from": 3,
8043
   "attributes": {"32": "modifyed"},
8044
   "id": 351,
8045
   "to": 11,
8046
   "text": ""
8047
  },
8048
  {
8049
   "archetype": 6,
8050
   "from": 11,
8051
   "attributes": {"32": "modifyed by"},
8052
   "id": 352,
8053
   "to": 3,
8054
   "text": ""
8055
  },
8056
  {
8057
   "archetype": 0,
8058
   "from": 3,
8059
   "attributes": {"32": "is author of"},
8060
   "id": 353,
8061
   "to": 70,
8062
   "text": ""
8063
  },
8064
  {
8065
   "archetype": 0,
8066
   "from": 70,
8067
   "attributes": {"32": "created by"},
8068
   "id": 354,
8069
   "to": 3,
8070
   "text": ""
8071
  },
8072
  {
8073
   "archetype": 4,
8074
   "from": 70,
8075
   "attributes": {"32": "modifys"},
8076
   "id": 355,
8077
   "to": 11,
8078
   "text": ""
8079
  },
8080
  {
8081
   "archetype": 4,
8082
   "from": 11,
8083
   "attributes": {"32": "modifyed by"},
8084
   "id": 356,
8085
   "to": 70,
8086
   "text": ""
8087
  },
8088
  {
8089
   "archetype": 6,
8090
   "from": 3,
8091
   "attributes": {"32": "modifyed"},
8092
   "id": 357,
8093
   "to": 11,
8094
   "text": ""
8095
  },
8096
  {
8097
   "archetype": 6,
8098
   "from": 11,
8099
   "attributes": {"32": "modifyed by"},
8100
   "id": 358,
8101
   "to": 3,
8102
   "text": ""
8103
  },
8104
  {
8105
   "archetype": 0,
8106
   "from": 3,
8107
   "attributes": {"32": "is author of"},
8108
   "id": 359,
8109
   "to": 71,
8110
   "text": ""
8111
  },
8112
  {
8113
   "archetype": 0,
8114
   "from": 71,
8115
   "attributes": {"32": "created by"},
8116
   "id": 360,
8117
   "to": 3,
8118
   "text": ""
8119
  },
8120
  {
8121
   "archetype": 4,
8122
   "from": 71,
8123
   "attributes": {"32": "modifys"},
8124
   "id": 361,
8125
   "to": 11,
8126
   "text": ""
8127
  },
8128
  {
8129
   "archetype": 4,
8130
   "from": 11,
8131
   "attributes": {"32": "modifyed by"},
8132
   "id": 362,
8133
   "to": 71,
8134
   "text": ""
8135
  },
8136
  {
8137
   "archetype": 6,
8138
   "from": 3,
8139
   "attributes": {"32": "modifyed"},
8140
   "id": 363,
8141
   "to": 11,
8142
   "text": ""
8143
  },
8144
  {
8145
   "archetype": 6,
8146
   "from": 11,
8147
   "attributes": {"32": "modifyed by"},
8148
   "id": 364,
8149
   "to": 3,
8150
   "text": ""
8151
  },
8152
  {
8153
   "archetype": 0,
8154
   "from": 3,
8155
   "attributes": {"32": "is author of"},
8156
   "id": 365,
8157
   "to": 72,
8158
   "text": ""
8159
  },
8160
  {
8161
   "archetype": 0,
8162
   "from": 72,
8163
   "attributes": {"32": "created by"},
8164
   "id": 366,
8165
   "to": 3,
8166
   "text": ""
8167
  },
8168
  {
8169
   "archetype": 4,
8170
   "from": 72,
8171
   "attributes": {"32": "modifys"},
8172
   "id": 367,
8173
   "to": 11,
8174
   "text": ""
8175
  },
8176
  {
8177
   "archetype": 4,
8178
   "from": 11,
8179
   "attributes": {"32": "modifyed by"},
8180
   "id": 368,
8181
   "to": 72,
8182
   "text": ""
8183
  },
8184
  {
8185
   "archetype": 6,
8186
   "from": 3,
8187
   "attributes": {"32": "modifyed"},
8188
   "id": 369,
8189
   "to": 11,
8190
   "text": ""
8191
  },
8192
  {
8193
   "archetype": 6,
8194
   "from": 11,
8195
   "attributes": {"32": "modifyed by"},
8196
   "id": 370,
8197
   "to": 3,
8198
   "text": ""
8199
  },
8200
  {
8201
   "archetype": 0,
8202
   "from": 3,
8203
   "attributes": {"32": "is author of"},
8204
   "id": 371,
8205
   "to": 73,
8206
   "text": ""
8207
  },
8208
  {
8209
   "archetype": 0,
8210
   "from": 73,
8211
   "attributes": {"32": "created by"},
8212
   "id": 372,
8213
   "to": 3,
8214
   "text": ""
8215
  },
8216
  {
8217
   "archetype": 4,
8218
   "from": 73,
8219
   "attributes": {"32": "modifys"},
8220
   "id": 373,
8221
   "to": 11,
8222
   "text": ""
8223
  },
8224
  {
8225
   "archetype": 4,
8226
   "from": 11,
8227
   "attributes": {"32": "modifyed by"},
8228
   "id": 374,
8229
   "to": 73,
8230
   "text": ""
8231
  },
8232
  {
8233
   "archetype": 6,
8234
   "from": 3,
8235
   "attributes": {"32": "modifyed"},
8236
   "id": 375,
8237
   "to": 11,
8238
   "text": ""
8239
  },
8240
  {
8241
   "archetype": 6,
8242
   "from": 11,
8243
   "attributes": {"32": "modifyed by"},
8244
   "id": 376,
8245
   "to": 3,
8246
   "text": ""
8247
  },
8248
  {
8249
   "archetype": 0,
8250
   "from": 2,
8251
   "attributes": {"32": "is author of"},
8252
   "id": 377,
8253
   "to": 74,
8254
   "text": ""
8255
  },
8256
  {
8257
   "archetype": 0,
8258
   "from": 74,
8259
   "attributes": {"32": "created by"},
8260
   "id": 378,
8261
   "to": 2,
8262
   "text": ""
8263
  },
8264
  {
8265
   "archetype": 4,
8266
   "from": 74,
8267
   "attributes": {"32": "modifys"},
8268
   "id": 379,
8269
   "to": 11,
8270
   "text": ""
8271
  },
8272
  {
8273
   "archetype": 4,
8274
   "from": 11,
8275
   "attributes": {"32": "modifyed by"},
8276
   "id": 380,
8277
   "to": 74,
8278
   "text": ""
8279
  },
8280
  {
8281
   "archetype": 6,
8282
   "from": 2,
8283
   "attributes": {"32": "modifyed"},
8284
   "id": 381,
8285
   "to": 11,
8286
   "text": ""
8287
  },
8288
  {
8289
   "archetype": 6,
8290
   "from": 11,
8291
   "attributes": {"32": "modifyed by"},
8292
   "id": 382,
8293
   "to": 2,
8294
   "text": ""
8295
  },
8296
  {
8297
   "archetype": 0,
8298
   "from": 2,
8299
   "attributes": {"32": "is author of"},
8300
   "id": 383,
8301
   "to": 75,
8302
   "text": ""
8303
  },
8304
  {
8305
   "archetype": 0,
8306
   "from": 75,
8307
   "attributes": {"32": "created by"},
8308
   "id": 384,
8309
   "to": 2,
8310
   "text": ""
8311
  },
8312
  {
8313
   "archetype": 4,
8314
   "from": 75,
8315
   "attributes": {"32": "modifys"},
8316
   "id": 385,
8317
   "to": 11,
8318
   "text": ""
8319
  },
8320
  {
8321
   "archetype": 4,
8322
   "from": 11,
8323
   "attributes": {"32": "modifyed by"},
8324
   "id": 386,
8325
   "to": 75,
8326
   "text": ""
8327
  },
8328
  {
8329
   "archetype": 6,
8330
   "from": 2,
8331
   "attributes": {"32": "modifyed"},
8332
   "id": 387,
8333
   "to": 11,
8334
   "text": ""
8335
  },
8336
  {
8337
   "archetype": 6,
8338
   "from": 11,
8339
   "attributes": {"32": "modifyed by"},
8340
   "id": 388,
8341
   "to": 2,
8342
   "text": ""
8343
  },
8344
  {
8345
   "archetype": 0,
8346
   "from": 2,
8347
   "attributes": {"32": "is author of"},
8348
   "id": 389,
8349
   "to": 76,
8350
   "text": ""
8351
  },
8352
  {
8353
   "archetype": 0,
8354
   "from": 76,
8355
   "attributes": {"32": "created by"},
8356
   "id": 390,
8357
   "to": 2,
8358
   "text": ""
8359
  },
8360
  {
8361
   "archetype": 4,
8362
   "from": 76,
8363
   "attributes": {"32": "adds"},
8364
   "id": 391,
8365
   "to": 9,
8366
   "text": ""
8367
  },
8368
  {
8369
   "archetype": 4,
8370
   "from": 9,
8371
   "attributes": {"32": "added by"},
8372
   "id": 392,
8373
   "to": 76,
8374
   "text": ""
8375
  },
8376
  {
8377
   "archetype": 6,
8378
   "from": 2,
8379
   "attributes": {"32": "added"},
8380
   "id": 393,
8381
   "to": 9,
8382
   "text": ""
8383
  },
8384
  {
8385
   "archetype": 6,
8386
   "from": 9,
8387
   "attributes": {"32": "added by"},
8388
   "id": 394,
8389
   "to": 2,
8390
   "text": ""
8391
  },
8392
  {
8393
   "archetype": 0,
8394
   "from": 1,
8395
   "attributes": {"32": "is author of"},
8396
   "id": 395,
8397
   "to": 77,
8398
   "text": ""
8399
  },
8400
  {
8401
   "archetype": 0,
8402
   "from": 77,
8403
   "attributes": {"32": "created by"},
8404
   "id": 396,
8405
   "to": 1,
8406
   "text": ""
8407
  },
8408
  {
8409
   "archetype": 4,
8410
   "from": 77,
8411
   "attributes": {"32": "logtimes"},
8412
   "id": 397,
8413
   "to": 9,
8414
   "text": ""
8415
  },
8416
  {
8417
   "archetype": 4,
8418
   "from": 9,
8419
   "attributes": {"32": "logtimeed by"},
8420
   "id": 398,
8421
   "to": 77,
8422
   "text": ""
8423
  },
8424
  {
8425
   "archetype": 6,
8426
   "from": 1,
8427
   "attributes": {"32": "logtimeed"},
8428
   "id": 399,
8429
   "to": 9,
8430
   "text": ""
8431
  },
8432
  {
8433
   "archetype": 6,
8434
   "from": 9,
8435
   "attributes": {"32": "logtimeed by"},
8436
   "id": 400,
8437
   "to": 1,
8438
   "text": ""
8439
  },
8440
  {
8441
   "archetype": 0,
8442
   "from": 1,
8443
   "attributes": {"32": "is author of"},
8444
   "id": 401,
8445
   "to": 78,
8446
   "text": ""
8447
  },
8448
  {
8449
   "archetype": 0,
8450
   "from": 78,
8451
   "attributes": {"32": "created by"},
8452
   "id": 402,
8453
   "to": 1,
8454
   "text": ""
8455
  },
8456
  {
8457
   "archetype": 4,
8458
   "from": 78,
8459
   "attributes": {"32": "logtimes"},
8460
   "id": 403,
8461
   "to": 9,
8462
   "text": ""
8463
  },
8464
  {
8465
   "archetype": 4,
8466
   "from": 9,
8467
   "attributes": {"32": "logtimeed by"},
8468
   "id": 404,
8469
   "to": 78,
8470
   "text": ""
8471
  },
8472
  {
8473
   "archetype": 6,
8474
   "from": 1,
8475
   "attributes": {"32": "logtimeed"},
8476
   "id": 405,
8477
   "to": 9,
8478
   "text": ""
8479
  },
8480
  {
8481
   "archetype": 6,
8482
   "from": 9,
8483
   "attributes": {"32": "logtimeed by"},
8484
   "id": 406,
8485
   "to": 1,
8486
   "text": ""
8487
  },
8488
  {
8489
   "archetype": 0,
8490
   "from": 2,
8491
   "attributes": {"32": "is author of"},
8492
   "id": 407,
8493
   "to": 79,
8494
   "text": ""
8495
  },
8496
  {
8497
   "archetype": 0,
8498
   "from": 79,
8499
   "attributes": {"32": "created by"},
8500
   "id": 408,
8501
   "to": 2,
8502
   "text": ""
8503
  },
8504
  {
8505
   "archetype": 4,
8506
   "from": 79,
8507
   "attributes": {"32": "modifys"},
8508
   "id": 409,
8509
   "to": 9,
8510
   "text": ""
8511
  },
8512
  {
8513
   "archetype": 4,
8514
   "from": 9,
8515
   "attributes": {"32": "modifyed by"},
8516
   "id": 410,
8517
   "to": 79,
8518
   "text": ""
8519
  },
8520
  {
8521
   "archetype": 6,
8522
   "from": 2,
8523
   "attributes": {"32": "modifyed"},
8524
   "id": 411,
8525
   "to": 9,
8526
   "text": ""
8527
  },
8528
  {
8529
   "archetype": 6,
8530
   "from": 9,
8531
   "attributes": {"32": "modifyed by"},
8532
   "id": 412,
8533
   "to": 2,
8534
   "text": ""
8535
  },
8536
  {
8537
   "archetype": 0,
8538
   "from": 2,
8539
   "attributes": {"32": "is author of"},
8540
   "id": 413,
8541
   "to": 80,
8542
   "text": ""
8543
  },
8544
  {
8545
   "archetype": 0,
8546
   "from": 80,
8547
   "attributes": {"32": "created by"},
8548
   "id": 414,
8549
   "to": 2,
8550
   "text": ""
8551
  },
8552
  {
8553
   "archetype": 4,
8554
   "from": 80,
8555
   "attributes": {"32": "modifys"},
8556
   "id": 415,
8557
   "to": 9,
8558
   "text": ""
8559
  },
8560
  {
8561
   "archetype": 4,
8562
   "from": 9,
8563
   "attributes": {"32": "modifyed by"},
8564
   "id": 416,
8565
   "to": 80,
8566
   "text": ""
8567
  },
8568
  {
8569
   "archetype": 6,
8570
   "from": 2,
8571
   "attributes": {"32": "modifyed"},
8572
   "id": 417,
8573
   "to": 9,
8574
   "text": ""
8575
  },
8576
  {
8577
   "archetype": 6,
8578
   "from": 9,
8579
   "attributes": {"32": "modifyed by"},
8580
   "id": 418,
8581
   "to": 2,
8582
   "text": ""
8583
  },
8584
  {
8585
   "archetype": 0,
8586
   "from": 2,
8587
   "attributes": {"32": "is author of"},
8588
   "id": 419,
8589
   "to": 81,
8590
   "text": ""
8591
  },
8592
  {
8593
   "archetype": 0,
8594
   "from": 81,
8595
   "attributes": {"32": "created by"},
8596
   "id": 420,
8597
   "to": 2,
8598
   "text": ""
8599
  },
8600
  {
8601
   "archetype": 4,
8602
   "from": 81,
8603
   "attributes": {"32": "modifys"},
8604
   "id": 421,
8605
   "to": 9,
8606
   "text": ""
8607
  },
8608
  {
8609
   "archetype": 4,
8610
   "from": 9,
8611
   "attributes": {"32": "modifyed by"},
8612
   "id": 422,
8613
   "to": 81,
8614
   "text": ""
8615
  },
8616
  {
8617
   "archetype": 6,
8618
   "from": 2,
8619
   "attributes": {"32": "modifyed"},
8620
   "id": 423,
8621
   "to": 9,
8622
   "text": ""
8623
  },
8624
  {
8625
   "archetype": 6,
8626
   "from": 9,
8627
   "attributes": {"32": "modifyed by"},
8628
   "id": 424,
8629
   "to": 2,
8630
   "text": ""
8631
  },
8632
  {
8633
   "archetype": 0,
8634
   "from": 2,
8635
   "attributes": {"32": "is author of"},
8636
   "id": 425,
8637
   "to": 82,
8638
   "text": ""
8639
  },
8640
  {
8641
   "archetype": 0,
8642
   "from": 82,
8643
   "attributes": {"32": "created by"},
8644
   "id": 426,
8645
   "to": 2,
8646
   "text": ""
8647
  },
8648
  {
8649
   "archetype": 4,
8650
   "from": 82,
8651
   "attributes": {"32": "modifys"},
8652
   "id": 427,
8653
   "to": 9,
8654
   "text": ""
8655
  },
8656
  {
8657
   "archetype": 4,
8658
   "from": 9,
8659
   "attributes": {"32": "modifyed by"},
8660
   "id": 428,
8661
   "to": 82,
8662
   "text": ""
8663
  },
8664
  {
8665
   "archetype": 6,
8666
   "from": 2,
8667
   "attributes": {"32": "modifyed"},
8668
   "id": 429,
8669
   "to": 9,
8670
   "text": ""
8671
  },
8672
  {
8673
   "archetype": 6,
8674
   "from": 9,
8675
   "attributes": {"32": "modifyed by"},
8676
   "id": 430,
8677
   "to": 2,
8678
   "text": ""
8679
  },
8680
  {
8681
   "archetype": 0,
8682
   "from": 1,
8683
   "attributes": {"32": "is author of"},
8684
   "id": 431,
8685
   "to": 83,
8686
   "text": ""
8687
  },
8688
  {
8689
   "archetype": 0,
8690
   "from": 83,
8691
   "attributes": {"32": "created by"},
8692
   "id": 432,
8693
   "to": 1,
8694
   "text": ""
8695
  },
8696
  {
8697
   "archetype": 4,
8698
   "from": 83,
8699
   "attributes": {"32": "modifys"},
8700
   "id": 433,
8701
   "to": 9,
8702
   "text": ""
8703
  },
8704
  {
8705
   "archetype": 4,
8706
   "from": 9,
8707
   "attributes": {"32": "modifyed by"},
8708
   "id": 434,
8709
   "to": 83,
8710
   "text": ""
8711
  },
8712
  {
8713
   "archetype": 6,
8714
   "from": 1,
8715
   "attributes": {"32": "modifyed"},
8716
   "id": 435,
8717
   "to": 9,
8718
   "text": ""
8719
  },
8720
  {
8721
   "archetype": 6,
8722
   "from": 9,
8723
   "attributes": {"32": "modifyed by"},
8724
   "id": 436,
8725
   "to": 1,
8726
   "text": ""
8727
  },
8728
  {
8729
   "archetype": 0,
8730
   "from": 1,
8731
   "attributes": {"32": "is author of"},
8732
   "id": 437,
8733
   "to": 84,
8734
   "text": ""
8735
  },
8736
  {
8737
   "archetype": 0,
8738
   "from": 84,
8739
   "attributes": {"32": "created by"},
8740
   "id": 438,
8741
   "to": 1,
8742
   "text": ""
8743
  },
8744
  {
8745
   "archetype": 4,
8746
   "from": 84,
8747
   "attributes": {"32": "modifys"},
8748
   "id": 439,
8749
   "to": 9,
8750
   "text": ""
8751
  },
8752
  {
8753
   "archetype": 4,
8754
   "from": 9,
8755
   "attributes": {"32": "modifyed by"},
8756
   "id": 440,
8757
   "to": 84,
8758
   "text": ""
8759
  },
8760
  {
8761
   "archetype": 6,
8762
   "from": 1,
8763
   "attributes": {"32": "modifyed"},
8764
   "id": 441,
8765
   "to": 9,
8766
   "text": ""
8767
  },
8768
  {
8769
   "archetype": 6,
8770
   "from": 9,
8771
   "attributes": {"32": "modifyed by"},
8772
   "id": 442,
8773
   "to": 1,
8774
   "text": ""
8775
  },
8776
  {
8777
   "archetype": 0,
8778
   "from": 1,
8779
   "attributes": {"32": "is author of"},
8780
   "id": 443,
8781
   "to": 85,
8782
   "text": ""
8783
  },
8784
  {
8785
   "archetype": 0,
8786
   "from": 85,
8787
   "attributes": {"32": "created by"},
8788
   "id": 444,
8789
   "to": 1,
8790
   "text": ""
8791
  },
8792
  {
8793
   "archetype": 4,
8794
   "from": 85,
8795
   "attributes": {"32": "modifys"},
8796
   "id": 445,
8797
   "to": 9,
8798
   "text": ""
8799
  },
8800
  {
8801
   "archetype": 4,
8802
   "from": 9,
8803
   "attributes": {"32": "modifyed by"},
8804
   "id": 446,
8805
   "to": 85,
8806
   "text": ""
8807
  },
8808
  {
8809
   "archetype": 6,
8810
   "from": 1,
8811
   "attributes": {"32": "modifyed"},
8812
   "id": 447,
8813
   "to": 9,
8814
   "text": ""
8815
  },
8816
  {
8817
   "archetype": 6,
8818
   "from": 9,
8819
   "attributes": {"32": "modifyed by"},
8820
   "id": 448,
8821
   "to": 1,
8822
   "text": ""
8823
  },
8824
  {
8825
   "archetype": 0,
8826
   "from": 1,
8827
   "attributes": {"32": "is author of"},
8828
   "id": 449,
8829
   "to": 86,
8830
   "text": ""
8831
  },
8832
  {
8833
   "archetype": 0,
8834
   "from": 86,
8835
   "attributes": {"32": "created by"},
8836
   "id": 450,
8837
   "to": 1,
8838
   "text": ""
8839
  },
8840
  {
8841
   "archetype": 4,
8842
   "from": 86,
8843
   "attributes": {"32": "comments"},
8844
   "id": 451,
8845
   "to": 9,
8846
   "text": ""
8847
  },
8848
  {
8849
   "archetype": 4,
8850
   "from": 9,
8851
   "attributes": {"32": "commented by"},
8852
   "id": 452,
8853
   "to": 86,
8854
   "text": ""
8855
  },
8856
  {
8857
   "archetype": 6,
8858
   "from": 1,
8859
   "attributes": {"32": "commented"},
8860
   "id": 453,
8861
   "to": 9,
8862
   "text": ""
8863
  },
8864
  {
8865
   "archetype": 6,
8866
   "from": 9,
8867
   "attributes": {"32": "commented by"},
8868
   "id": 454,
8869
   "to": 1,
8870
   "text": ""
8871
  },
8872
  {
8873
   "archetype": 0,
8874
   "from": 2,
8875
   "attributes": {"32": "is author of"},
8876
   "id": 455,
8877
   "to": 87,
8878
   "text": ""
8879
  },
8880
  {
8881
   "archetype": 0,
8882
   "from": 87,
8883
   "attributes": {"32": "created by"},
8884
   "id": 456,
8885
   "to": 2,
8886
   "text": ""
8887
  },
8888
  {
8889
   "archetype": 4,
8890
   "from": 87,
8891
   "attributes": {"32": "modifys"},
8892
   "id": 457,
8893
   "to": 9,
8894
   "text": ""
8895
  },
8896
  {
8897
   "archetype": 4,
8898
   "from": 9,
8899
   "attributes": {"32": "modifyed by"},
8900
   "id": 458,
8901
   "to": 87,
8902
   "text": ""
8903
  },
8904
  {
8905
   "archetype": 6,
8906
   "from": 2,
8907
   "attributes": {"32": "modifyed"},
8908
   "id": 459,
8909
   "to": 9,
8910
   "text": ""
8911
  },
8912
  {
8913
   "archetype": 6,
8914
   "from": 9,
8915
   "attributes": {"32": "modifyed by"},
8916
   "id": 460,
8917
   "to": 2,
8918
   "text": ""
8919
  },
8920
  {
8921
   "archetype": 0,
8922
   "from": 2,
8923
   "attributes": {"32": "is author of"},
8924
   "id": 461,
8925
   "to": 88,
8926
   "text": ""
8927
  },
8928
  {
8929
   "archetype": 0,
8930
   "from": 88,
8931
   "attributes": {"32": "created by"},
8932
   "id": 462,
8933
   "to": 2,
8934
   "text": ""
8935
  },
8936
  {
8937
   "archetype": 4,
8938
   "from": 88,
8939
   "attributes": {"32": "modifys"},
8940
   "id": 463,
8941
   "to": 9,
8942
   "text": ""
8943
  },
8944
  {
8945
   "archetype": 4,
8946
   "from": 9,
8947
   "attributes": {"32": "modifyed by"},
8948
   "id": 464,
8949
   "to": 88,
8950
   "text": ""
8951
  },
8952
  {
8953
   "archetype": 6,
8954
   "from": 2,
8955
   "attributes": {"32": "modifyed"},
8956
   "id": 465,
8957
   "to": 9,
8958
   "text": ""
8959
  },
8960
  {
8961
   "archetype": 6,
8962
   "from": 9,
8963
   "attributes": {"32": "modifyed by"},
8964
   "id": 466,
8965
   "to": 2,
8966
   "text": ""
8967
  },
8968
  {
8969
   "archetype": 0,
8970
   "from": 4,
8971
   "attributes": {"32": "is author of"},
8972
   "id": 467,
8973
   "to": 89,
8974
   "text": ""
8975
  },
8976
  {
8977
   "archetype": 0,
8978
   "from": 89,
8979
   "attributes": {"32": "created by"},
8980
   "id": 468,
8981
   "to": 4,
8982
   "text": ""
8983
  },
8984
  {
8985
   "archetype": 4,
8986
   "from": 89,
8987
   "attributes": {"32": "adds"},
8988
   "id": 469,
8989
   "to": 8,
8990
   "text": ""
8991
  },
8992
  {
8993
   "archetype": 4,
8994
   "from": 8,
8995
   "attributes": {"32": "added by"},
8996
   "id": 470,
8997
   "to": 89,
8998
   "text": ""
8999
  },
9000
  {
9001
   "archetype": 6,
9002
   "from": 4,
9003
   "attributes": {"32": "added"},
9004
   "id": 471,
9005
   "to": 8,
9006
   "text": ""
9007
  },
9008
  {
9009
   "archetype": 6,
9010
   "from": 8,
9011
   "attributes": {"32": "added by"},
9012
   "id": 472,
9013
   "to": 4,
9014
   "text": ""
9015
  },
9016
  {
9017
   "archetype": 0,
9018
   "from": 2,
9019
   "attributes": {"32": "is author of"},
9020
   "id": 473,
9021
   "to": 90,
9022
   "text": ""
9023
  },
9024
  {
9025
   "archetype": 0,
9026
   "from": 90,
9027
   "attributes": {"32": "created by"},
9028
   "id": 474,
9029
   "to": 2,
9030
   "text": ""
9031
  },
9032
  {
9033
   "archetype": 4,
9034
   "from": 90,
9035
   "attributes": {"32": "logtimes"},
9036
   "id": 475,
9037
   "to": 8,
9038
   "text": ""
9039
  },
9040
  {
9041
   "archetype": 4,
9042
   "from": 8,
9043
   "attributes": {"32": "logtimeed by"},
9044
   "id": 476,
9045
   "to": 90,
9046
   "text": ""
9047
  },
9048
  {
9049
   "archetype": 6,
9050
   "from": 2,
9051
   "attributes": {"32": "logtimeed"},
9052
   "id": 477,
9053
   "to": 8,
9054
   "text": ""
9055
  },
9056
  {
9057
   "archetype": 6,
9058
   "from": 8,
9059
   "attributes": {"32": "logtimeed by"},
9060
   "id": 478,
9061
   "to": 2,
9062
   "text": ""
9063
  },
9064
  {
9065
   "archetype": 0,
9066
   "from": 2,
9067
   "attributes": {"32": "is author of"},
9068
   "id": 479,
9069
   "to": 91,
9070
   "text": ""
9071
  },
9072
  {
9073
   "archetype": 0,
9074
   "from": 91,
9075
   "attributes": {"32": "created by"},
9076
   "id": 480,
9077
   "to": 2,
9078
   "text": ""
9079
  },
9080
  {
9081
   "archetype": 4,
9082
   "from": 91,
9083
   "attributes": {"32": "logtimes"},
9084
   "id": 481,
9085
   "to": 8,
9086
   "text": ""
9087
  },
9088
  {
9089
   "archetype": 4,
9090
   "from": 8,
9091
   "attributes": {"32": "logtimeed by"},
9092
   "id": 482,
9093
   "to": 91,
9094
   "text": ""
9095
  },
9096
  {
9097
   "archetype": 6,
9098
   "from": 2,
9099
   "attributes": {"32": "logtimeed"},
9100
   "id": 483,
9101
   "to": 8,
9102
   "text": ""
9103
  },
9104
  {
9105
   "archetype": 6,
9106
   "from": 8,
9107
   "attributes": {"32": "logtimeed by"},
9108
   "id": 484,
9109
   "to": 2,
9110
   "text": ""
9111
  },
9112
  {
9113
   "archetype": 0,
9114
   "from": 4,
9115
   "attributes": {"32": "is author of"},
9116
   "id": 485,
9117
   "to": 92,
9118
   "text": ""
9119
  },
9120
  {
9121
   "archetype": 0,
9122
   "from": 92,
9123
   "attributes": {"32": "created by"},
9124
   "id": 486,
9125
   "to": 4,
9126
   "text": ""
9127
  },
9128
  {
9129
   "archetype": 4,
9130
   "from": 92,
9131
   "attributes": {"32": "logtimes"},
9132
   "id": 487,
9133
   "to": 8,
9134
   "text": ""
9135
  },
9136
  {
9137
   "archetype": 4,
9138
   "from": 8,
9139
   "attributes": {"32": "logtimeed by"},
9140
   "id": 488,
9141
   "to": 92,
9142
   "text": ""
9143
  },
9144
  {
9145
   "archetype": 6,
9146
   "from": 4,
9147
   "attributes": {"32": "logtimeed"},
9148
   "id": 489,
9149
   "to": 8,
9150
   "text": ""
9151
  },
9152
  {
9153
   "archetype": 6,
9154
   "from": 8,
9155
   "attributes": {"32": "logtimeed by"},
9156
   "id": 490,
9157
   "to": 4,
9158
   "text": ""
9159
  },
9160
  {
9161
   "archetype": 4,
9162
   "from": 92,
9163
   "attributes": {"32": "comments"},
9164
   "id": 491,
9165
   "to": 8,
9166
   "text": ""
9167
  },
9168
  {
9169
   "archetype": 4,
9170
   "from": 8,
9171
   "attributes": {"32": "commented by"},
9172
   "id": 492,
9173
   "to": 92,
9174
   "text": ""
9175
  },
9176
  {
9177
   "archetype": 6,
9178
   "from": 4,
9179
   "attributes": {"32": "commented"},
9180
   "id": 493,
9181
   "to": 8,
9182
   "text": ""
9183
  },
9184
  {
9185
   "archetype": 6,
9186
   "from": 8,
9187
   "attributes": {"32": "commented by"},
9188
   "id": 494,
9189
   "to": 4,
9190
   "text": ""
9191
  },
9192
  {
9193
   "archetype": 0,
9194
   "from": 4,
9195
   "attributes": {"32": "is author of"},
9196
   "id": 495,
9197
   "to": 93,
9198
   "text": ""
9199
  },
9200
  {
9201
   "archetype": 0,
9202
   "from": 93,
9203
   "attributes": {"32": "created by"},
9204
   "id": 496,
9205
   "to": 4,
9206
   "text": ""
9207
  },
9208
  {
9209
   "archetype": 4,
9210
   "from": 93,
9211
   "attributes": {"32": "logtimes"},
9212
   "id": 497,
9213
   "to": 8,
9214
   "text": ""
9215
  },
9216
  {
9217
   "archetype": 4,
9218
   "from": 8,
9219
   "attributes": {"32": "logtimeed by"},
9220
   "id": 498,
9221
   "to": 93,
9222
   "text": ""
9223
  },
9224
  {
9225
   "archetype": 6,
9226
   "from": 4,
9227
   "attributes": {"32": "logtimeed"},
9228
   "id": 499,
9229
   "to": 8,
9230
   "text": ""
9231
  },
9232
  {
9233
   "archetype": 6,
9234
   "from": 8,
9235
   "attributes": {"32": "logtimeed by"},
9236
   "id": 500,
9237
   "to": 4,
9238
   "text": ""
9239
  },
9240
  {
9241
   "archetype": 0,
9242
   "from": 2,
9243
   "attributes": {"32": "is author of"},
9244
   "id": 501,
9245
   "to": 94,
9246
   "text": ""
9247
  },
9248
  {
9249
   "archetype": 0,
9250
   "from": 94,
9251
   "attributes": {"32": "created by"},
9252
   "id": 502,
9253
   "to": 2,
9254
   "text": ""
9255
  },
9256
  {
9257
   "archetype": 4,
9258
   "from": 94,
9259
   "attributes": {"32": "logtimes"},
9260
   "id": 503,
9261
   "to": 8,
9262
   "text": ""
9263
  },
9264
  {
9265
   "archetype": 4,
9266
   "from": 8,
9267
   "attributes": {"32": "logtimeed by"},
9268
   "id": 504,
9269
   "to": 94,
9270
   "text": ""
9271
  },
9272
  {
9273
   "archetype": 6,
9274
   "from": 2,
9275
   "attributes": {"32": "logtimeed"},
9276
   "id": 505,
9277
   "to": 8,
9278
   "text": ""
9279
  },
9280
  {
9281
   "archetype": 6,
9282
   "from": 8,
9283
   "attributes": {"32": "logtimeed by"},
9284
   "id": 506,
9285
   "to": 2,
9286
   "text": ""
9287
  },
9288
  {
9289
   "archetype": 0,
9290
   "from": 2,
9291
   "attributes": {"32": "is author of"},
9292
   "id": 507,
9293
   "to": 95,
9294
   "text": ""
9295
  },
9296
  {
9297
   "archetype": 0,
9298
   "from": 95,
9299
   "attributes": {"32": "created by"},
9300
   "id": 508,
9301
   "to": 2,
9302
   "text": ""
9303
  },
9304
  {
9305
   "archetype": 4,
9306
   "from": 95,
9307
   "attributes": {"32": "logtimes"},
9308
   "id": 509,
9309
   "to": 8,
9310
   "text": ""
9311
  },
9312
  {
9313
   "archetype": 4,
9314
   "from": 8,
9315
   "attributes": {"32": "logtimeed by"},
9316
   "id": 510,
9317
   "to": 95,
9318
   "text": ""
9319
  },
9320
  {
9321
   "archetype": 6,
9322
   "from": 2,
9323
   "attributes": {"32": "logtimeed"},
9324
   "id": 511,
9325
   "to": 8,
9326
   "text": ""
9327
  },
9328
  {
9329
   "archetype": 6,
9330
   "from": 8,
9331
   "attributes": {"32": "logtimeed by"},
9332
   "id": 512,
9333
   "to": 2,
9334
   "text": ""
9335
  },
9336
  {
9337
   "archetype": 0,
9338
   "from": 2,
9339
   "attributes": {"32": "is author of"},
9340
   "id": 513,
9341
   "to": 96,
9342
   "text": ""
9343
  },
9344
  {
9345
   "archetype": 0,
9346
   "from": 96,
9347
   "attributes": {"32": "created by"},
9348
   "id": 514,
9349
   "to": 2,
9350
   "text": ""
9351
  },
9352
  {
9353
   "archetype": 4,
9354
   "from": 96,
9355
   "attributes": {"32": "logtimes"},
9356
   "id": 515,
9357
   "to": 8,
9358
   "text": ""
9359
  },
9360
  {
9361
   "archetype": 4,
9362
   "from": 8,
9363
   "attributes": {"32": "logtimeed by"},
9364
   "id": 516,
9365
   "to": 96,
9366
   "text": ""
9367
  },
9368
  {
9369
   "archetype": 6,
9370
   "from": 2,
9371
   "attributes": {"32": "logtimeed"},
9372
   "id": 517,
9373
   "to": 8,
9374
   "text": ""
9375
  },
9376
  {
9377
   "archetype": 6,
9378
   "from": 8,
9379
   "attributes": {"32": "logtimeed by"},
9380
   "id": 518,
9381
   "to": 2,
9382
   "text": ""
9383
  },
9384
  {
9385
   "archetype": 0,
9386
   "from": 4,
9387
   "attributes": {"32": "is author of"},
9388
   "id": 519,
9389
   "to": 97,
9390
   "text": ""
9391
  },
9392
  {
9393
   "archetype": 0,
9394
   "from": 97,
9395
   "attributes": {"32": "created by"},
9396
   "id": 520,
9397
   "to": 4,
9398
   "text": ""
9399
  },
9400
  {
9401
   "archetype": 4,
9402
   "from": 97,
9403
   "attributes": {"32": "logtimes"},
9404
   "id": 521,
9405
   "to": 8,
9406
   "text": ""
9407
  },
9408
  {
9409
   "archetype": 4,
9410
   "from": 8,
9411
   "attributes": {"32": "logtimeed by"},
9412
   "id": 522,
9413
   "to": 97,
9414
   "text": ""
9415
  },
9416
  {
9417
   "archetype": 6,
9418
   "from": 4,
9419
   "attributes": {"32": "logtimeed"},
9420
   "id": 523,
9421
   "to": 8,
9422
   "text": ""
9423
  },
9424
  {
9425
   "archetype": 6,
9426
   "from": 8,
9427
   "attributes": {"32": "logtimeed by"},
9428
   "id": 524,
9429
   "to": 4,
9430
   "text": ""
9431
  },
9432
  {
9433
   "archetype": 4,
9434
   "from": 97,
9435
   "attributes": {"32": "comments"},
9436
   "id": 525,
9437
   "to": 8,
9438
   "text": ""
9439
  },
9440
  {
9441
   "archetype": 4,
9442
   "from": 8,
9443
   "attributes": {"32": "commented by"},
9444
   "id": 526,
9445
   "to": 97,
9446
   "text": ""
9447
  },
9448
  {
9449
   "archetype": 6,
9450
   "from": 4,
9451
   "attributes": {"32": "commented"},
9452
   "id": 527,
9453
   "to": 8,
9454
   "text": ""
9455
  },
9456
  {
9457
   "archetype": 6,
9458
   "from": 8,
9459
   "attributes": {"32": "commented by"},
9460
   "id": 528,
9461
   "to": 4,
9462
   "text": ""
9463
  },
9464
  {
9465
   "archetype": 0,
9466
   "from": 4,
9467
   "attributes": {"32": "is author of"},
9468
   "id": 529,
9469
   "to": 98,
9470
   "text": ""
9471
  },
9472
  {
9473
   "archetype": 0,
9474
   "from": 98,
9475
   "attributes": {"32": "created by"},
9476
   "id": 530,
9477
   "to": 4,
9478
   "text": ""
9479
  },
9480
  {
9481
   "archetype": 4,
9482
   "from": 98,
9483
   "attributes": {"32": "logtimes"},
9484
   "id": 531,
9485
   "to": 8,
9486
   "text": ""
9487
  },
9488
  {
9489
   "archetype": 4,
9490
   "from": 8,
9491
   "attributes": {"32": "logtimeed by"},
9492
   "id": 532,
9493
   "to": 98,
9494
   "text": ""
9495
  },
9496
  {
9497
   "archetype": 6,
9498
   "from": 4,
9499
   "attributes": {"32": "logtimeed"},
9500
   "id": 533,
9501
   "to": 8,
9502
   "text": ""
9503
  },
9504
  {
9505
   "archetype": 6,
9506
   "from": 8,
9507
   "attributes": {"32": "logtimeed by"},
9508
   "id": 534,
9509
   "to": 4,
9510
   "text": ""
9511
  },
9512
  {
9513
   "archetype": 4,
9514
   "from": 98,
9515
   "attributes": {"32": "comments"},
9516
   "id": 535,
9517
   "to": 8,
9518
   "text": ""
9519
  },
9520
  {
9521
   "archetype": 4,
9522
   "from": 8,
9523
   "attributes": {"32": "commented by"},
9524
   "id": 536,
9525
   "to": 98,
9526
   "text": ""
9527
  },
9528
  {
9529
   "archetype": 6,
9530
   "from": 4,
9531
   "attributes": {"32": "commented"},
9532
   "id": 537,
9533
   "to": 8,
9534
   "text": ""
9535
  },
9536
  {
9537
   "archetype": 6,
9538
   "from": 8,
9539
   "attributes": {"32": "commented by"},
9540
   "id": 538,
9541
   "to": 4,
9542
   "text": ""
9543
  },
9544
  {
9545
   "archetype": 0,
9546
   "from": 2,
9547
   "attributes": {"32": "is author of"},
9548
   "id": 539,
9549
   "to": 99,
9550
   "text": ""
9551
  },
9552
  {
9553
   "archetype": 0,
9554
   "from": 99,
9555
   "attributes": {"32": "created by"},
9556
   "id": 540,
9557
   "to": 2,
9558
   "text": ""
9559
  },
9560
  {
9561
   "archetype": 4,
9562
   "from": 99,
9563
   "attributes": {"32": "logtimes"},
9564
   "id": 541,
9565
   "to": 8,
9566
   "text": ""
9567
  },
9568
  {
9569
   "archetype": 4,
9570
   "from": 8,
9571
   "attributes": {"32": "logtimeed by"},
9572
   "id": 542,
9573
   "to": 99,
9574
   "text": ""
9575
  },
9576
  {
9577
   "archetype": 6,
9578
   "from": 2,
9579
   "attributes": {"32": "logtimeed"},
9580
   "id": 543,
9581
   "to": 8,
9582
   "text": ""
9583
  },
9584
  {
9585
   "archetype": 6,
9586
   "from": 8,
9587
   "attributes": {"32": "logtimeed by"},
9588
   "id": 544,
9589
   "to": 2,
9590
   "text": ""
9591
  },
9592
  {
9593
   "archetype": 0,
9594
   "from": 4,
9595
   "attributes": {"32": "is author of"},
9596
   "id": 545,
9597
   "to": 100,
9598
   "text": ""
9599
  },
9600
  {
9601
   "archetype": 0,
9602
   "from": 100,
9603
   "attributes": {"32": "created by"},
9604
   "id": 546,
9605
   "to": 4,
9606
   "text": ""
9607
  },
9608
  {
9609
   "archetype": 4,
9610
   "from": 100,
9611
   "attributes": {"32": "logtimes"},
9612
   "id": 547,
9613
   "to": 8,
9614
   "text": ""
9615
  },
9616
  {
9617
   "archetype": 4,
9618
   "from": 8,
9619
   "attributes": {"32": "logtimeed by"},
9620
   "id": 548,
9621
   "to": 100,
9622
   "text": ""
9623
  },
9624
  {
9625
   "archetype": 6,
9626
   "from": 4,
9627
   "attributes": {"32": "logtimeed"},
9628
   "id": 549,
9629
   "to": 8,
9630
   "text": ""
9631
  },
9632
  {
9633
   "archetype": 6,
9634
   "from": 8,
9635
   "attributes": {"32": "logtimeed by"},
9636
   "id": 550,
9637
   "to": 4,
9638
   "text": ""
9639
  },
9640
  {
9641
   "archetype": 4,
9642
   "from": 100,
9643
   "attributes": {"32": "comments"},
9644
   "id": 551,
9645
   "to": 8,
9646
   "text": ""
9647
  },
9648
  {
9649
   "archetype": 4,
9650
   "from": 8,
9651
   "attributes": {"32": "commented by"},
9652
   "id": 552,
9653
   "to": 100,
9654
   "text": ""
9655
  },
9656
  {
9657
   "archetype": 6,
9658
   "from": 4,
9659
   "attributes": {"32": "commented"},
9660
   "id": 553,
9661
   "to": 8,
9662
   "text": ""
9663
  },
9664
  {
9665
   "archetype": 6,
9666
   "from": 8,
9667
   "attributes": {"32": "commented by"},
9668
   "id": 554,
9669
   "to": 4,
9670
   "text": ""
9671
  },
9672
  {
9673
   "archetype": 4,
9674
   "from": 101,
9675
   "attributes": {"32": "modifys"},
9676
   "id": 555,
9677
   "to": 8,
9678
   "text": ""
9679
  },
9680
  {
9681
   "archetype": 4,
9682
   "from": 8,
9683
   "attributes": {"32": "modifyed by"},
9684
   "id": 556,
9685
   "to": 101,
9686
   "text": ""
9687
  },
9688
  {
9689
   "archetype": 4,
9690
   "from": 102,
9691
   "attributes": {"32": "comments"},
9692
   "id": 557,
9693
   "to": 8,
9694
   "text": ""
9695
  },
9696
  {
9697
   "archetype": 4,
9698
   "from": 8,
9699
   "attributes": {"32": "commented by"},
9700
   "id": 558,
9701
   "to": 102,
9702
   "text": ""
9703
  },
9704
  {
9705
   "archetype": 0,
9706
   "from": 2,
9707
   "attributes": {"32": "is author of"},
9708
   "id": 559,
9709
   "to": 103,
9710
   "text": ""
9711
  },
9712
  {
9713
   "archetype": 0,
9714
   "from": 103,
9715
   "attributes": {"32": "created by"},
9716
   "id": 560,
9717
   "to": 2,
9718
   "text": ""
9719
  },
9720
  {
9721
   "archetype": 4,
9722
   "from": 103,
9723
   "attributes": {"32": "modifys"},
9724
   "id": 561,
9725
   "to": 8,
9726
   "text": ""
9727
  },
9728
  {
9729
   "archetype": 4,
9730
   "from": 8,
9731
   "attributes": {"32": "modifyed by"},
9732
   "id": 562,
9733
   "to": 103,
9734
   "text": ""
9735
  },
9736
  {
9737
   "archetype": 6,
9738
   "from": 2,
9739
   "attributes": {"32": "modifyed"},
9740
   "id": 563,
9741
   "to": 8,
9742
   "text": ""
9743
  },
9744
  {
9745
   "archetype": 6,
9746
   "from": 8,
9747
   "attributes": {"32": "modifyed by"},
9748
   "id": 564,
9749
   "to": 2,
9750
   "text": ""
9751
  },
9752
  {
9753
   "archetype": 0,
9754
   "from": 2,
9755
   "attributes": {"32": "is author of"},
9756
   "id": 565,
9757
   "to": 104,
9758
   "text": ""
9759
  },
9760
  {
9761
   "archetype": 0,
9762
   "from": 104,
9763
   "attributes": {"32": "created by"},
9764
   "id": 566,
9765
   "to": 2,
9766
   "text": ""
9767
  },
9768
  {
9769
   "archetype": 4,
9770
   "from": 104,
9771
   "attributes": {"32": "modifys"},
9772
   "id": 567,
9773
   "to": 8,
9774
   "text": ""
9775
  },
9776
  {
9777
   "archetype": 4,
9778
   "from": 8,
9779
   "attributes": {"32": "modifyed by"},
9780
   "id": 568,
9781
   "to": 104,
9782
   "text": ""
9783
  },
9784
  {
9785
   "archetype": 6,
9786
   "from": 2,
9787
   "attributes": {"32": "modifyed"},
9788
   "id": 569,
9789
   "to": 8,
9790
   "text": ""
9791
  },
9792
  {
9793
   "archetype": 6,
9794
   "from": 8,
9795
   "attributes": {"32": "modifyed by"},
9796
   "id": 570,
9797
   "to": 2,
9798
   "text": ""
9799
  },
9800
  {
9801
   "archetype": 0,
9802
   "from": 4,
9803
   "attributes": {"32": "is author of"},
9804
   "id": 571,
9805
   "to": 105,
9806
   "text": ""
9807
  },
9808
  {
9809
   "archetype": 0,
9810
   "from": 105,
9811
   "attributes": {"32": "created by"},
9812
   "id": 572,
9813
   "to": 4,
9814
   "text": ""
9815
  },
9816
  {
9817
   "archetype": 4,
9818
   "from": 105,
9819
   "attributes": {"32": "adds"},
9820
   "id": 573,
9821
   "to": 7,
9822
   "text": ""
9823
  },
9824
  {
9825
   "archetype": 4,
9826
   "from": 7,
9827
   "attributes": {"32": "added by"},
9828
   "id": 574,
9829
   "to": 105,
9830
   "text": ""
9831
  },
9832
  {
9833
   "archetype": 6,
9834
   "from": 4,
9835
   "attributes": {"32": "added"},
9836
   "id": 575,
9837
   "to": 7,
9838
   "text": ""
9839
  },
9840
  {
9841
   "archetype": 6,
9842
   "from": 7,
9843
   "attributes": {"32": "added by"},
9844
   "id": 576,
9845
   "to": 4,
9846
   "text": ""
9847
  },
9848
  {
9849
   "archetype": 0,
9850
   "from": 3,
9851
   "attributes": {"32": "is author of"},
9852
   "id": 577,
9853
   "to": 106,
9854
   "text": ""
9855
  },
9856
  {
9857
   "archetype": 0,
9858
   "from": 106,
9859
   "attributes": {"32": "created by"},
9860
   "id": 578,
9861
   "to": 3,
9862
   "text": ""
9863
  },
9864
  {
9865
   "archetype": 4,
9866
   "from": 106,
9867
   "attributes": {"32": "logtimes"},
9868
   "id": 579,
9869
   "to": 7,
9870
   "text": ""
9871
  },
9872
  {
9873
   "archetype": 4,
9874
   "from": 7,
9875
   "attributes": {"32": "logtimeed by"},
9876
   "id": 580,
9877
   "to": 106,
9878
   "text": ""
9879
  },
9880
  {
9881
   "archetype": 6,
9882
   "from": 3,
9883
   "attributes": {"32": "logtimeed"},
9884
   "id": 581,
9885
   "to": 7,
9886
   "text": ""
9887
  },
9888
  {
9889
   "archetype": 6,
9890
   "from": 7,
9891
   "attributes": {"32": "logtimeed by"},
9892
   "id": 582,
9893
   "to": 3,
9894
   "text": ""
9895
  },
9896
  {
9897
   "archetype": 0,
9898
   "from": 3,
9899
   "attributes": {"32": "is author of"},
9900
   "id": 583,
9901
   "to": 107,
9902
   "text": ""
9903
  },
9904
  {
9905
   "archetype": 0,
9906
   "from": 107,
9907
   "attributes": {"32": "created by"},
9908
   "id": 584,
9909
   "to": 3,
9910
   "text": ""
9911
  },
9912
  {
9913
   "archetype": 4,
9914
   "from": 107,
9915
   "attributes": {"32": "logtimes"},
9916
   "id": 585,
9917
   "to": 7,
9918
   "text": ""
9919
  },
9920
  {
9921
   "archetype": 4,
9922
   "from": 7,
9923
   "attributes": {"32": "logtimeed by"},
9924
   "id": 586,
9925
   "to": 107,
9926
   "text": ""
9927
  },
9928
  {
9929
   "archetype": 6,
9930
   "from": 3,
9931
   "attributes": {"32": "logtimeed"},
9932
   "id": 587,
9933
   "to": 7,
9934
   "text": ""
9935
  },
9936
  {
9937
   "archetype": 6,
9938
   "from": 7,
9939
   "attributes": {"32": "logtimeed by"},
9940
   "id": 588,
9941
   "to": 3,
9942
   "text": ""
9943
  },
9944
  {
9945
   "archetype": 0,
9946
   "from": 2,
9947
   "attributes": {"32": "is author of"},
9948
   "id": 589,
9949
   "to": 108,
9950
   "text": ""
9951
  },
9952
  {
9953
   "archetype": 0,
9954
   "from": 108,
9955
   "attributes": {"32": "created by"},
9956
   "id": 590,
9957
   "to": 2,
9958
   "text": ""
9959
  },
9960
  {
9961
   "archetype": 4,
9962
   "from": 108,
9963
   "attributes": {"32": "modifys"},
9964
   "id": 591,
9965
   "to": 7,
9966
   "text": ""
9967
  },
9968
  {
9969
   "archetype": 4,
9970
   "from": 7,
9971
   "attributes": {"32": "modifyed by"},
9972
   "id": 592,
9973
   "to": 108,
9974
   "text": ""
9975
  },
9976
  {
9977
   "archetype": 6,
9978
   "from": 2,
9979
   "attributes": {"32": "modifyed"},
9980
   "id": 593,
9981
   "to": 7,
9982
   "text": ""
9983
  },
9984
  {
9985
   "archetype": 6,
9986
   "from": 7,
9987
   "attributes": {"32": "modifyed by"},
9988
   "id": 594,
9989
   "to": 2,
9990
   "text": ""
9991
  },
9992
  {
9993
   "archetype": 4,
9994
   "from": 109,
9995
   "attributes": {"32": "modifys"},
9996
   "id": 595,
9997
   "to": 7,
9998
   "text": ""
9999
  },
10000
  {
10001
   "archetype": 4,
10002
   "from": 7,
10003
   "attributes": {"32": "modifyed by"},
10004
   "id": 596,
10005
   "to": 109,
10006
   "text": ""
10007
  },
10008
  {
10009
   "archetype": 4,
10010
   "from": 110,
10011
   "attributes": {"32": "modifys"},
10012
   "id": 597,
10013
   "to": 7,
10014
   "text": ""
10015
  },
10016
  {
10017
   "archetype": 4,
10018
   "from": 7,
10019
   "attributes": {"32": "modifyed by"},
10020
   "id": 598,
10021
   "to": 110,
10022
   "text": ""
10023
  },
10024
  {
10025
   "archetype": 4,
10026
   "from": 111,
10027
   "attributes": {"32": "modifys"},
10028
   "id": 599,
10029
   "to": 7,
10030
   "text": ""
10031
  },
10032
  {
10033
   "archetype": 4,
10034
   "from": 7,
10035
   "attributes": {"32": "modifyed by"},
10036
   "id": 600,
10037
   "to": 111,
10038
   "text": ""
10039
  },
10040
  {
10041
   "archetype": 0,
10042
   "from": 2,
10043
   "attributes": {"32": "is author of"},
10044
   "id": 601,
10045
   "to": 112,
10046
   "text": ""
10047
  },
10048
  {
10049
   "archetype": 0,
10050
   "from": 112,
10051
   "attributes": {"32": "created by"},
10052
   "id": 602,
10053
   "to": 2,
10054
   "text": ""
10055
  },
10056
  {
10057
   "archetype": 4,
10058
   "from": 112,
10059
   "attributes": {"32": "modifys"},
10060
   "id": 603,
10061
   "to": 7,
10062
   "text": ""
10063
  },
10064
  {
10065
   "archetype": 4,
10066
   "from": 7,
10067
   "attributes": {"32": "modifyed by"},
10068
   "id": 604,
10069
   "to": 112,
10070
   "text": ""
10071
  },
10072
  {
10073
   "archetype": 6,
10074
   "from": 2,
10075
   "attributes": {"32": "modifyed"},
10076
   "id": 605,
10077
   "to": 7,
10078
   "text": ""
10079
  },
10080
  {
10081
   "archetype": 6,
10082
   "from": 7,
10083
   "attributes": {"32": "modifyed by"},
10084
   "id": 606,
10085
   "to": 2,
10086
   "text": ""
10087
  },
10088
  {
10089
   "archetype": 0,
10090
   "from": 2,
10091
   "attributes": {"32": "is author of"},
10092
   "id": 607,
10093
   "to": 113,
10094
   "text": ""
10095
  },
10096
  {
10097
   "archetype": 0,
10098
   "from": 113,
10099
   "attributes": {"32": "created by"},
10100
   "id": 608,
10101
   "to": 2,
10102
   "text": ""
10103
  },
10104
  {
10105
   "archetype": 4,
10106
   "from": 113,
10107
   "attributes": {"32": "modifys"},
10108
   "id": 609,
10109
   "to": 7,
10110
   "text": ""
10111
  },
10112
  {
10113
   "archetype": 4,
10114
   "from": 7,
10115
   "attributes": {"32": "modifyed by"},
10116
   "id": 610,
10117
   "to": 113,
10118
   "text": ""
10119
  },
10120
  {
10121
   "archetype": 6,
10122
   "from": 2,
10123
   "attributes": {"32": "modifyed"},
10124
   "id": 611,
10125
   "to": 7,
10126
   "text": ""
10127
  },
10128
  {
10129
   "archetype": 6,
10130
   "from": 7,
10131
   "attributes": {"32": "modifyed by"},
10132
   "id": 612,
10133
   "to": 2,
10134
   "text": ""
10135
  },
10136
  {
10137
   "archetype": 0,
10138
   "from": 2,
10139
   "attributes": {"32": "is author of"},
10140
   "id": 613,
10141
   "to": 114,
10142
   "text": ""
10143
  },
10144
  {
10145
   "archetype": 0,
10146
   "from": 114,
10147
   "attributes": {"32": "created by"},
10148
   "id": 614,
10149
   "to": 2,
10150
   "text": ""
10151
  },
10152
  {
10153
   "archetype": 4,
10154
   "from": 114,
10155
   "attributes": {"32": "modifys"},
10156
   "id": 615,
10157
   "to": 7,
10158
   "text": ""
10159
  },
10160
  {
10161
   "archetype": 4,
10162
   "from": 7,
10163
   "attributes": {"32": "modifyed by"},
10164
   "id": 616,
10165
   "to": 114,
10166
   "text": ""
10167
  },
10168
  {
10169
   "archetype": 6,
10170
   "from": 2,
10171
   "attributes": {"32": "modifyed"},
10172
   "id": 617,
10173
   "to": 7,
10174
   "text": ""
10175
  },
10176
  {
10177
   "archetype": 6,
10178
   "from": 7,
10179
   "attributes": {"32": "modifyed by"},
10180
   "id": 618,
10181
   "to": 2,
10182
   "text": ""
10183
  },
10184
  {
10185
   "archetype": 0,
10186
   "from": 2,
10187
   "attributes": {"32": "is author of"},
10188
   "id": 619,
10189
   "to": 115,
10190
   "text": ""
10191
  },
10192
  {
10193
   "archetype": 0,
10194
   "from": 115,
10195
   "attributes": {"32": "created by"},
10196
   "id": 620,
10197
   "to": 2,
10198
   "text": ""
10199
  },
10200
  {
10201
   "archetype": 4,
10202
   "from": 115,
10203
   "attributes": {"32": "modifys"},
10204
   "id": 621,
10205
   "to": 7,
10206
   "text": ""
10207
  },
10208
  {
10209
   "archetype": 4,
10210
   "from": 7,
10211
   "attributes": {"32": "modifyed by"},
10212
   "id": 622,
10213
   "to": 115,
10214
   "text": ""
10215
  },
10216
  {
10217
   "archetype": 6,
10218
   "from": 2,
10219
   "attributes": {"32": "modifyed"},
10220
   "id": 623,
10221
   "to": 7,
10222
   "text": ""
10223
  },
10224
  {
10225
   "archetype": 6,
10226
   "from": 7,
10227
   "attributes": {"32": "modifyed by"},
10228
   "id": 624,
10229
   "to": 2,
10230
   "text": ""
10231
  },
10232
  {
10233
   "archetype": 0,
10234
   "from": 3,
10235
   "attributes": {"32": "is author of"},
10236
   "id": 625,
10237
   "to": 116,
10238
   "text": ""
10239
  },
10240
  {
10241
   "archetype": 0,
10242
   "from": 116,
10243
   "attributes": {"32": "created by"},
10244
   "id": 626,
10245
   "to": 3,
10246
   "text": ""
10247
  },
10248
  {
10249
   "archetype": 4,
10250
   "from": 116,
10251
   "attributes": {"32": "modifys"},
10252
   "id": 627,
10253
   "to": 7,
10254
   "text": ""
10255
  },
10256
  {
10257
   "archetype": 4,
10258
   "from": 7,
10259
   "attributes": {"32": "modifyed by"},
10260
   "id": 628,
10261
   "to": 116,
10262
   "text": ""
10263
  },
10264
  {
10265
   "archetype": 6,
10266
   "from": 3,
10267
   "attributes": {"32": "modifyed"},
10268
   "id": 629,
10269
   "to": 7,
10270
   "text": ""
10271
  },
10272
  {
10273
   "archetype": 6,
10274
   "from": 7,
10275
   "attributes": {"32": "modifyed by"},
10276
   "id": 630,
10277
   "to": 3,
10278
   "text": ""
10279
  },
10280
  {
10281
   "archetype": 0,
10282
   "from": 3,
10283
   "attributes": {"32": "is author of"},
10284
   "id": 631,
10285
   "to": 117,
10286
   "text": ""
10287
  },
10288
  {
10289
   "archetype": 0,
10290
   "from": 117,
10291
   "attributes": {"32": "created by"},
10292
   "id": 632,
10293
   "to": 3,
10294
   "text": ""
10295
  },
10296
  {
10297
   "archetype": 4,
10298
   "from": 117,
10299
   "attributes": {"32": "modifys"},
10300
   "id": 633,
10301
   "to": 7,
10302
   "text": ""
10303
  },
10304
  {
10305
   "archetype": 4,
10306
   "from": 7,
10307
   "attributes": {"32": "modifyed by"},
10308
   "id": 634,
10309
   "to": 117,
10310
   "text": ""
10311
  },
10312
  {
10313
   "archetype": 6,
10314
   "from": 3,
10315
   "attributes": {"32": "modifyed"},
10316
   "id": 635,
10317
   "to": 7,
10318
   "text": ""
10319
  },
10320
  {
10321
   "archetype": 6,
10322
   "from": 7,
10323
   "attributes": {"32": "modifyed by"},
10324
   "id": 636,
10325
   "to": 3,
10326
   "text": ""
10327
  },
10328
  {
10329
   "archetype": 0,
10330
   "from": 2,
10331
   "attributes": {"32": "is author of"},
10332
   "id": 637,
10333
   "to": 118,
10334
   "text": ""
10335
  },
10336
  {
10337
   "archetype": 0,
10338
   "from": 118,
10339
   "attributes": {"32": "created by"},
10340
   "id": 638,
10341
   "to": 2,
10342
   "text": ""
10343
  },
10344
  {
10345
   "archetype": 4,
10346
   "from": 118,
10347
   "attributes": {"32": "modifys"},
10348
   "id": 639,
10349
   "to": 7,
10350
   "text": ""
10351
  },
10352
  {
10353
   "archetype": 4,
10354
   "from": 7,
10355
   "attributes": {"32": "modifyed by"},
10356
   "id": 640,
10357
   "to": 118,
10358
   "text": ""
10359
  },
10360
  {
10361
   "archetype": 6,
10362
   "from": 2,
10363
   "attributes": {"32": "modifyed"},
10364
   "id": 641,
10365
   "to": 7,
10366
   "text": ""
10367
  },
10368
  {
10369
   "archetype": 6,
10370
   "from": 7,
10371
   "attributes": {"32": "modifyed by"},
10372
   "id": 642,
10373
   "to": 2,
10374
   "text": ""
10375
  },
10376
  {
10377
   "archetype": 0,
10378
   "from": 2,
10379
   "attributes": {"32": "is author of"},
10380
   "id": 643,
10381
   "to": 119,
10382
   "text": ""
10383
  },
10384
  {
10385
   "archetype": 0,
10386
   "from": 119,
10387
   "attributes": {"32": "created by"},
10388
   "id": 644,
10389
   "to": 2,
10390
   "text": ""
10391
  },
10392
  {
10393
   "archetype": 4,
10394
   "from": 119,
10395
   "attributes": {"32": "modifys"},
10396
   "id": 645,
10397
   "to": 7,
10398
   "text": ""
10399
  },
10400
  {
10401
   "archetype": 4,
10402
   "from": 7,
10403
   "attributes": {"32": "modifyed by"},
10404
   "id": 646,
10405
   "to": 119,
10406
   "text": ""
10407
  },
10408
  {
10409
   "archetype": 6,
10410
   "from": 2,
10411
   "attributes": {"32": "modifyed"},
10412
   "id": 647,
10413
   "to": 7,
10414
   "text": ""
10415
  },
10416
  {
10417
   "archetype": 6,
10418
   "from": 7,
10419
   "attributes": {"32": "modifyed by"},
10420
   "id": 648,
10421
   "to": 2,
10422
   "text": ""
10423
  },
10424
  {
10425
   "archetype": 0,
10426
   "from": 2,
10427
   "attributes": {"32": "is author of"},
10428
   "id": 649,
10429
   "to": 120,
10430
   "text": ""
10431
  },
10432
  {
10433
   "archetype": 0,
10434
   "from": 120,
10435
   "attributes": {"32": "created by"},
10436
   "id": 650,
10437
   "to": 2,
10438
   "text": ""
10439
  },
10440
  {
10441
   "archetype": 4,
10442
   "from": 120,
10443
   "attributes": {"32": "modifys"},
10444
   "id": 651,
10445
   "to": 7,
10446
   "text": ""
10447
  },
10448
  {
10449
   "archetype": 4,
10450
   "from": 7,
10451
   "attributes": {"32": "modifyed by"},
10452
   "id": 652,
10453
   "to": 120,
10454
   "text": ""
10455
  },
10456
  {
10457
   "archetype": 6,
10458
   "from": 2,
10459
   "attributes": {"32": "modifyed"},
10460
   "id": 653,
10461
   "to": 7,
10462
   "text": ""
10463
  },
10464
  {
10465
   "archetype": 6,
10466
   "from": 7,
10467
   "attributes": {"32": "modifyed by"},
10468
   "id": 654,
10469
   "to": 2,
10470
   "text": ""
10471
  },
10472
  {
10473
   "archetype": 0,
10474
   "from": 4,
10475
   "attributes": {"32": "is author of"},
10476
   "id": 655,
10477
   "to": 121,
10478
   "text": ""
10479
  },
10480
  {
10481
   "archetype": 0,
10482
   "from": 121,
10483
   "attributes": {"32": "created by"},
10484
   "id": 656,
10485
   "to": 4,
10486
   "text": ""
10487
  },
10488
  {
10489
   "archetype": 4,
10490
   "from": 121,
10491
   "attributes": {"32": "adds"},
10492
   "id": 657,
10493
   "to": 24,
10494
   "text": ""
10495
  },
10496
  {
10497
   "archetype": 4,
10498
   "from": 24,
10499
   "attributes": {"32": "added by"},
10500
   "id": 658,
10501
   "to": 121,
10502
   "text": ""
10503
  },
10504
  {
10505
   "archetype": 6,
10506
   "from": 4,
10507
   "attributes": {"32": "added"},
10508
   "id": 659,
10509
   "to": 24,
10510
   "text": ""
10511
  },
10512
  {
10513
   "archetype": 6,
10514
   "from": 24,
10515
   "attributes": {"32": "added by"},
10516
   "id": 660,
10517
   "to": 4,
10518
   "text": ""
10519
  },
10520
  {
10521
   "archetype": 0,
10522
   "from": 1,
10523
   "attributes": {"32": "is author of"},
10524
   "id": 661,
10525
   "to": 122,
10526
   "text": ""
10527
  },
10528
  {
10529
   "archetype": 0,
10530
   "from": 122,
10531
   "attributes": {"32": "created by"},
10532
   "id": 662,
10533
   "to": 1,
10534
   "text": ""
10535
  },
10536
  {
10537
   "archetype": 4,
10538
   "from": 122,
10539
   "attributes": {"32": "logtimes"},
10540
   "id": 663,
10541
   "to": 24,
10542
   "text": ""
10543
  },
10544
  {
10545
   "archetype": 4,
10546
   "from": 24,
10547
   "attributes": {"32": "logtimeed by"},
10548
   "id": 664,
10549
   "to": 122,
10550
   "text": ""
10551
  },
10552
  {
10553
   "archetype": 6,
10554
   "from": 1,
10555
   "attributes": {"32": "logtimeed"},
10556
   "id": 665,
10557
   "to": 24,
10558
   "text": ""
10559
  },
10560
  {
10561
   "archetype": 6,
10562
   "from": 24,
10563
   "attributes": {"32": "logtimeed by"},
10564
   "id": 666,
10565
   "to": 1,
10566
   "text": ""
10567
  },
10568
  {
10569
   "archetype": 0,
10570
   "from": 2,
10571
   "attributes": {"32": "is author of"},
10572
   "id": 667,
10573
   "to": 123,
10574
   "text": ""
10575
  },
10576
  {
10577
   "archetype": 0,
10578
   "from": 123,
10579
   "attributes": {"32": "created by"},
10580
   "id": 668,
10581
   "to": 2,
10582
   "text": ""
10583
  },
10584
  {
10585
   "archetype": 4,
10586
   "from": 123,
10587
   "attributes": {"32": "modifys"},
10588
   "id": 669,
10589
   "to": 24,
10590
   "text": ""
10591
  },
10592
  {
10593
   "archetype": 4,
10594
   "from": 24,
10595
   "attributes": {"32": "modifyed by"},
10596
   "id": 670,
10597
   "to": 123,
10598
   "text": ""
10599
  },
10600
  {
10601
   "archetype": 6,
10602
   "from": 2,
10603
   "attributes": {"32": "modifyed"},
10604
   "id": 671,
10605
   "to": 24,
10606
   "text": ""
10607
  },
10608
  {
10609
   "archetype": 6,
10610
   "from": 24,
10611
   "attributes": {"32": "modifyed by"},
10612
   "id": 672,
10613
   "to": 2,
10614
   "text": ""
10615
  },
10616
  {
10617
   "archetype": 4,
10618
   "from": 124,
10619
   "attributes": {"32": "modifys"},
10620
   "id": 673,
10621
   "to": 24,
10622
   "text": ""
10623
  },
10624
  {
10625
   "archetype": 4,
10626
   "from": 24,
10627
   "attributes": {"32": "modifyed by"},
10628
   "id": 674,
10629
   "to": 124,
10630
   "text": ""
10631
  },
10632
  {
10633
   "archetype": 0,
10634
   "from": 2,
10635
   "attributes": {"32": "is author of"},
10636
   "id": 675,
10637
   "to": 125,
10638
   "text": ""
10639
  },
10640
  {
10641
   "archetype": 0,
10642
   "from": 125,
10643
   "attributes": {"32": "created by"},
10644
   "id": 676,
10645
   "to": 2,
10646
   "text": ""
10647
  },
10648
  {
10649
   "archetype": 4,
10650
   "from": 125,
10651
   "attributes": {"32": "modifys"},
10652
   "id": 677,
10653
   "to": 24,
10654
   "text": ""
10655
  },
10656
  {
10657
   "archetype": 4,
10658
   "from": 24,
10659
   "attributes": {"32": "modifyed by"},
10660
   "id": 678,
10661
   "to": 125,
10662
   "text": ""
10663
  },
10664
  {
10665
   "archetype": 6,
10666
   "from": 2,
10667
   "attributes": {"32": "modifyed"},
10668
   "id": 679,
10669
   "to": 24,
10670
   "text": ""
10671
  },
10672
  {
10673
   "archetype": 6,
10674
   "from": 24,
10675
   "attributes": {"32": "modifyed by"},
10676
   "id": 680,
10677
   "to": 2,
10678
   "text": ""
10679
  },
10680
  {
10681
   "archetype": 0,
10682
   "from": 2,
10683
   "attributes": {"32": "is author of"},
10684
   "id": 681,
10685
   "to": 126,
10686
   "text": ""
10687
  },
10688
  {
10689
   "archetype": 0,
10690
   "from": 126,
10691
   "attributes": {"32": "created by"},
10692
   "id": 682,
10693
   "to": 2,
10694
   "text": ""
10695
  },
10696
  {
10697
   "archetype": 4,
10698
   "from": 126,
10699
   "attributes": {"32": "modifys"},
10700
   "id": 683,
10701
   "to": 24,
10702
   "text": ""
10703
  },
10704
  {
10705
   "archetype": 4,
10706
   "from": 24,
10707
   "attributes": {"32": "modifyed by"},
10708
   "id": 684,
10709
   "to": 126,
10710
   "text": ""
10711
  },
10712
  {
10713
   "archetype": 6,
10714
   "from": 2,
10715
   "attributes": {"32": "modifyed"},
10716
   "id": 685,
10717
   "to": 24,
10718
   "text": ""
10719
  },
10720
  {
10721
   "archetype": 6,
10722
   "from": 24,
10723
   "attributes": {"32": "modifyed by"},
10724
   "id": 686,
10725
   "to": 2,
10726
   "text": ""
10727
  },
10728
  {
10729
   "archetype": 0,
10730
   "from": 2,
10731
   "attributes": {"32": "is author of"},
10732
   "id": 687,
10733
   "to": 127,
10734
   "text": ""
10735
  },
10736
  {
10737
   "archetype": 0,
10738
   "from": 127,
10739
   "attributes": {"32": "created by"},
10740
   "id": 688,
10741
   "to": 2,
10742
   "text": ""
10743
  },
10744
  {
10745
   "archetype": 4,
10746
   "from": 127,
10747
   "attributes": {"32": "modifys"},
10748
   "id": 689,
10749
   "to": 24,
10750
   "text": ""
10751
  },
10752
  {
10753
   "archetype": 4,
10754
   "from": 24,
10755
   "attributes": {"32": "modifyed by"},
10756
   "id": 690,
10757
   "to": 127,
10758
   "text": ""
10759
  },
10760
  {
10761
   "archetype": 6,
10762
   "from": 2,
10763
   "attributes": {"32": "modifyed"},
10764
   "id": 691,
10765
   "to": 24,
10766
   "text": ""
10767
  },
10768
  {
10769
   "archetype": 6,
10770
   "from": 24,
10771
   "attributes": {"32": "modifyed by"},
10772
   "id": 692,
10773
   "to": 2,
10774
   "text": ""
10775
  },
10776
  {
10777
   "archetype": 0,
10778
   "from": 1,
10779
   "attributes": {"32": "is author of"},
10780
   "id": 693,
10781
   "to": 128,
10782
   "text": ""
10783
  },
10784
  {
10785
   "archetype": 0,
10786
   "from": 128,
10787
   "attributes": {"32": "created by"},
10788
   "id": 694,
10789
   "to": 1,
10790
   "text": ""
10791
  },
10792
  {
10793
   "archetype": 4,
10794
   "from": 128,
10795
   "attributes": {"32": "modifys"},
10796
   "id": 695,
10797
   "to": 24,
10798
   "text": ""
10799
  },
10800
  {
10801
   "archetype": 4,
10802
   "from": 24,
10803
   "attributes": {"32": "modifyed by"},
10804
   "id": 696,
10805
   "to": 128,
10806
   "text": ""
10807
  },
10808
  {
10809
   "archetype": 6,
10810
   "from": 1,
10811
   "attributes": {"32": "modifyed"},
10812
   "id": 697,
10813
   "to": 24,
10814
   "text": ""
10815
  },
10816
  {
10817
   "archetype": 6,
10818
   "from": 24,
10819
   "attributes": {"32": "modifyed by"},
10820
   "id": 698,
10821
   "to": 1,
10822
   "text": ""
10823
  },
10824
  {
10825
   "archetype": 0,
10826
   "from": 2,
10827
   "attributes": {"32": "is author of"},
10828
   "id": 699,
10829
   "to": 129,
10830
   "text": ""
10831
  },
10832
  {
10833
   "archetype": 0,
10834
   "from": 129,
10835
   "attributes": {"32": "created by"},
10836
   "id": 700,
10837
   "to": 2,
10838
   "text": ""
10839
  },
10840
  {
10841
   "archetype": 4,
10842
   "from": 129,
10843
   "attributes": {"32": "modifys"},
10844
   "id": 701,
10845
   "to": 24,
10846
   "text": ""
10847
  },
10848
  {
10849
   "archetype": 4,
10850
   "from": 24,
10851
   "attributes": {"32": "modifyed by"},
10852
   "id": 702,
10853
   "to": 129,
10854
   "text": ""
10855
  },
10856
  {
10857
   "archetype": 6,
10858
   "from": 2,
10859
   "attributes": {"32": "modifyed"},
10860
   "id": 703,
10861
   "to": 24,
10862
   "text": ""
10863
  },
10864
  {
10865
   "archetype": 6,
10866
   "from": 24,
10867
   "attributes": {"32": "modifyed by"},
10868
   "id": 704,
10869
   "to": 2,
10870
   "text": ""
10871
  },
10872
  {
10873
   "archetype": 0,
10874
   "from": 2,
10875
   "attributes": {"32": "is author of"},
10876
   "id": 705,
10877
   "to": 130,
10878
   "text": ""
10879
  },
10880
  {
10881
   "archetype": 0,
10882
   "from": 130,
10883
   "attributes": {"32": "created by"},
10884
   "id": 706,
10885
   "to": 2,
10886
   "text": ""
10887
  },
10888
  {
10889
   "archetype": 4,
10890
   "from": 130,
10891
   "attributes": {"32": "modifys"},
10892
   "id": 707,
10893
   "to": 24,
10894
   "text": ""
10895
  },
10896
  {
10897
   "archetype": 4,
10898
   "from": 24,
10899
   "attributes": {"32": "modifyed by"},
10900
   "id": 708,
10901
   "to": 130,
10902
   "text": ""
10903
  },
10904
  {
10905
   "archetype": 6,
10906
   "from": 2,
10907
   "attributes": {"32": "modifyed"},
10908
   "id": 709,
10909
   "to": 24,
10910
   "text": ""
10911
  },
10912
  {
10913
   "archetype": 6,
10914
   "from": 24,
10915
   "attributes": {"32": "modifyed by"},
10916
   "id": 710,
10917
   "to": 2,
10918
   "text": ""
10919
  },
10920
  {
10921
   "archetype": 0,
10922
   "from": 2,
10923
   "attributes": {"32": "is author of"},
10924
   "id": 711,
10925
   "to": 131,
10926
   "text": ""
10927
  },
10928
  {
10929
   "archetype": 0,
10930
   "from": 131,
10931
   "attributes": {"32": "created by"},
10932
   "id": 712,
10933
   "to": 2,
10934
   "text": ""
10935
  },
10936
  {
10937
   "archetype": 4,
10938
   "from": 131,
10939
   "attributes": {"32": "modifys"},
10940
   "id": 713,
10941
   "to": 24,
10942
   "text": ""
10943
  },
10944
  {
10945
   "archetype": 4,
10946
   "from": 24,
10947
   "attributes": {"32": "modifyed by"},
10948
   "id": 714,
10949
   "to": 131,
10950
   "text": ""
10951
  },
10952
  {
10953
   "archetype": 6,
10954
   "from": 2,
10955
   "attributes": {"32": "modifyed"},
10956
   "id": 715,
10957
   "to": 24,
10958
   "text": ""
10959
  },
10960
  {
10961
   "archetype": 6,
10962
   "from": 24,
10963
   "attributes": {"32": "modifyed by"},
10964
   "id": 716,
10965
   "to": 2,
10966
   "text": ""
10967
  },
10968
  {
10969
   "archetype": 0,
10970
   "from": 4,
10971
   "attributes": {"32": "is author of"},
10972
   "id": 717,
10973
   "to": 132,
10974
   "text": ""
10975
  },
10976
  {
10977
   "archetype": 0,
10978
   "from": 132,
10979
   "attributes": {"32": "created by"},
10980
   "id": 718,
10981
   "to": 4,
10982
   "text": ""
10983
  },
10984
  {
10985
   "archetype": 4,
10986
   "from": 132,
10987
   "attributes": {"32": "adds"},
10988
   "id": 719,
10989
   "to": 23,
10990
   "text": ""
10991
  },
10992
  {
10993
   "archetype": 4,
10994
   "from": 23,
10995
   "attributes": {"32": "added by"},
10996
   "id": 720,
10997
   "to": 132,
10998
   "text": ""
10999
  },
11000
  {
11001
   "archetype": 6,
11002
   "from": 4,
11003
   "attributes": {"32": "added"},
11004
   "id": 721,
11005
   "to": 23,
11006
   "text": ""
11007
  },
11008
  {
11009
   "archetype": 6,
11010
   "from": 23,
11011
   "attributes": {"32": "added by"},
11012
   "id": 722,
11013
   "to": 4,
11014
   "text": ""
11015
  },
11016
  {
11017
   "archetype": 0,
11018
   "from": 2,
11019
   "attributes": {"32": "is author of"},
11020
   "id": 723,
11021
   "to": 133,
11022
   "text": ""
11023
  },
11024
  {
11025
   "archetype": 0,
11026
   "from": 133,
11027
   "attributes": {"32": "created by"},
11028
   "id": 724,
11029
   "to": 2,
11030
   "text": ""
11031
  },
11032
  {
11033
   "archetype": 4,
11034
   "from": 133,
11035
   "attributes": {"32": "logtimes"},
11036
   "id": 725,
11037
   "to": 23,
11038
   "text": ""
11039
  },
11040
  {
11041
   "archetype": 4,
11042
   "from": 23,
11043
   "attributes": {"32": "logtimeed by"},
11044
   "id": 726,
11045
   "to": 133,
11046
   "text": ""
11047
  },
11048
  {
11049
   "archetype": 6,
11050
   "from": 2,
11051
   "attributes": {"32": "logtimeed"},
11052
   "id": 727,
11053
   "to": 23,
11054
   "text": ""
11055
  },
11056
  {
11057
   "archetype": 6,
11058
   "from": 23,
11059
   "attributes": {"32": "logtimeed by"},
11060
   "id": 728,
11061
   "to": 2,
11062
   "text": ""
11063
  },
11064
  {
11065
   "archetype": 0,
11066
   "from": 2,
11067
   "attributes": {"32": "is author of"},
11068
   "id": 729,
11069
   "to": 134,
11070
   "text": ""
11071
  },
11072
  {
11073
   "archetype": 0,
11074
   "from": 134,
11075
   "attributes": {"32": "created by"},
11076
   "id": 730,
11077
   "to": 2,
11078
   "text": ""
11079
  },
11080
  {
11081
   "archetype": 4,
11082
   "from": 134,
11083
   "attributes": {"32": "logtimes"},
11084
   "id": 731,
11085
   "to": 23,
11086
   "text": ""
11087
  },
11088
  {
11089
   "archetype": 4,
11090
   "from": 23,
11091
   "attributes": {"32": "logtimeed by"},
11092
   "id": 732,
11093
   "to": 134,
11094
   "text": ""
11095
  },
11096
  {
11097
   "archetype": 6,
11098
   "from": 2,
11099
   "attributes": {"32": "logtimeed"},
11100
   "id": 733,
11101
   "to": 23,
11102
   "text": ""
11103
  },
11104
  {
11105
   "archetype": 6,
11106
   "from": 23,
11107
   "attributes": {"32": "logtimeed by"},
11108
   "id": 734,
11109
   "to": 2,
11110
   "text": ""
11111
  },
11112
  {
11113
   "archetype": 0,
11114
   "from": 2,
11115
   "attributes": {"32": "is author of"},
11116
   "id": 735,
11117
   "to": 135,
11118
   "text": ""
11119
  },
11120
  {
11121
   "archetype": 0,
11122
   "from": 135,
11123
   "attributes": {"32": "created by"},
11124
   "id": 736,
11125
   "to": 2,
11126
   "text": ""
11127
  },
11128
  {
11129
   "archetype": 4,
11130
   "from": 135,
11131
   "attributes": {"32": "logtimes"},
11132
   "id": 737,
11133
   "to": 23,
11134
   "text": ""
11135
  },
11136
  {
11137
   "archetype": 4,
11138
   "from": 23,
11139
   "attributes": {"32": "logtimeed by"},
11140
   "id": 738,
11141
   "to": 135,
11142
   "text": ""
11143
  },
11144
  {
11145
   "archetype": 6,
11146
   "from": 2,
11147
   "attributes": {"32": "logtimeed"},
11148
   "id": 739,
11149
   "to": 23,
11150
   "text": ""
11151
  },
11152
  {
11153
   "archetype": 6,
11154
   "from": 23,
11155
   "attributes": {"32": "logtimeed by"},
11156
   "id": 740,
11157
   "to": 2,
11158
   "text": ""
11159
  },
11160
  {
11161
   "archetype": 0,
11162
   "from": 2,
11163
   "attributes": {"32": "is author of"},
11164
   "id": 741,
11165
   "to": 136,
11166
   "text": ""
11167
  },
11168
  {
11169
   "archetype": 0,
11170
   "from": 136,
11171
   "attributes": {"32": "created by"},
11172
   "id": 742,
11173
   "to": 2,
11174
   "text": ""
11175
  },
11176
  {
11177
   "archetype": 4,
11178
   "from": 136,
11179
   "attributes": {"32": "logtimes"},
11180
   "id": 743,
11181
   "to": 23,
11182
   "text": ""
11183
  },
11184
  {
11185
   "archetype": 4,
11186
   "from": 23,
11187
   "attributes": {"32": "logtimeed by"},
11188
   "id": 744,
11189
   "to": 136,
11190
   "text": ""
11191
  },
11192
  {
11193
   "archetype": 6,
11194
   "from": 2,
11195
   "attributes": {"32": "logtimeed"},
11196
   "id": 745,
11197
   "to": 23,
11198
   "text": ""
11199
  },
11200
  {
11201
   "archetype": 6,
11202
   "from": 23,
11203
   "attributes": {"32": "logtimeed by"},
11204
   "id": 746,
11205
   "to": 2,
11206
   "text": ""
11207
  },
11208
  {
11209
   "archetype": 0,
11210
   "from": 2,
11211
   "attributes": {"32": "is author of"},
11212
   "id": 747,
11213
   "to": 137,
11214
   "text": ""
11215
  },
11216
  {
11217
   "archetype": 0,
11218
   "from": 137,
11219
   "attributes": {"32": "created by"},
11220
   "id": 748,
11221
   "to": 2,
11222
   "text": ""
11223
  },
11224
  {
11225
   "archetype": 4,
11226
   "from": 137,
11227
   "attributes": {"32": "modifys"},
11228
   "id": 749,
11229
   "to": 23,
11230
   "text": ""
11231
  },
11232
  {
11233
   "archetype": 4,
11234
   "from": 23,
11235
   "attributes": {"32": "modifyed by"},
11236
   "id": 750,
11237
   "to": 137,
11238
   "text": ""
11239
  },
11240
  {
11241
   "archetype": 6,
11242
   "from": 2,
11243
   "attributes": {"32": "modifyed"},
11244
   "id": 751,
11245
   "to": 23,
11246
   "text": ""
11247
  },
11248
  {
11249
   "archetype": 6,
11250
   "from": 23,
11251
   "attributes": {"32": "modifyed by"},
11252
   "id": 752,
11253
   "to": 2,
11254
   "text": ""
11255
  },
11256
  {
11257
   "archetype": 4,
11258
   "from": 138,
11259
   "attributes": {"32": "modifys"},
11260
   "id": 753,
11261
   "to": 23,
11262
   "text": ""
11263
  },
11264
  {
11265
   "archetype": 4,
11266
   "from": 23,
11267
   "attributes": {"32": "modifyed by"},
11268
   "id": 754,
11269
   "to": 138,
11270
   "text": ""
11271
  },
11272
  {
11273
   "archetype": 0,
11274
   "from": 2,
11275
   "attributes": {"32": "is author of"},
11276
   "id": 755,
11277
   "to": 139,
11278
   "text": ""
11279
  },
11280
  {
11281
   "archetype": 0,
11282
   "from": 139,
11283
   "attributes": {"32": "created by"},
11284
   "id": 756,
11285
   "to": 2,
11286
   "text": ""
11287
  },
11288
  {
11289
   "archetype": 4,
11290
   "from": 139,
11291
   "attributes": {"32": "modifys"},
11292
   "id": 757,
11293
   "to": 23,
11294
   "text": ""
11295
  },
11296
  {
11297
   "archetype": 4,
11298
   "from": 23,
11299
   "attributes": {"32": "modifyed by"},
11300
   "id": 758,
11301
   "to": 139,
11302
   "text": ""
11303
  },
11304
  {
11305
   "archetype": 6,
11306
   "from": 2,
11307
   "attributes": {"32": "modifyed"},
11308
   "id": 759,
11309
   "to": 23,
11310
   "text": ""
11311
  },
11312
  {
11313
   "archetype": 6,
11314
   "from": 23,
11315
   "attributes": {"32": "modifyed by"},
11316
   "id": 760,
11317
   "to": 2,
11318
   "text": ""
11319
  },
11320
  {
11321
   "archetype": 0,
11322
   "from": 2,
11323
   "attributes": {"32": "is author of"},
11324
   "id": 761,
11325
   "to": 140,
11326
   "text": ""
11327
  },
11328
  {
11329
   "archetype": 0,
11330
   "from": 140,
11331
   "attributes": {"32": "created by"},
11332
   "id": 762,
11333
   "to": 2,
11334
   "text": ""
11335
  },
11336
  {
11337
   "archetype": 4,
11338
   "from": 140,
11339
   "attributes": {"32": "modifys"},
11340
   "id": 763,
11341
   "to": 23,
11342
   "text": ""
11343
  },
11344
  {
11345
   "archetype": 4,
11346
   "from": 23,
11347
   "attributes": {"32": "modifyed by"},
11348
   "id": 764,
11349
   "to": 140,
11350
   "text": ""
11351
  },
11352
  {
11353
   "archetype": 6,
11354
   "from": 2,
11355
   "attributes": {"32": "modifyed"},
11356
   "id": 765,
11357
   "to": 23,
11358
   "text": ""
11359
  },
11360
  {
11361
   "archetype": 6,
11362
   "from": 23,
11363
   "attributes": {"32": "modifyed by"},
11364
   "id": 766,
11365
   "to": 2,
11366
   "text": ""
11367
  },
11368
  {
11369
   "archetype": 0,
11370
   "from": 2,
11371
   "attributes": {"32": "is author of"},
11372
   "id": 767,
11373
   "to": 141,
11374
   "text": ""
11375
  },
11376
  {
11377
   "archetype": 0,
11378
   "from": 141,
11379
   "attributes": {"32": "created by"},
11380
   "id": 768,
11381
   "to": 2,
11382
   "text": ""
11383
  },
11384
  {
11385
   "archetype": 4,
11386
   "from": 141,
11387
   "attributes": {"32": "modifys"},
11388
   "id": 769,
11389
   "to": 23,
11390
   "text": ""
11391
  },
11392
  {
11393
   "archetype": 4,
11394
   "from": 23,
11395
   "attributes": {"32": "modifyed by"},
11396
   "id": 770,
11397
   "to": 141,
11398
   "text": ""
11399
  },
11400
  {
11401
   "archetype": 6,
11402
   "from": 2,
11403
   "attributes": {"32": "modifyed"},
11404
   "id": 771,
11405
   "to": 23,
11406
   "text": ""
11407
  },
11408
  {
11409
   "archetype": 6,
11410
   "from": 23,
11411
   "attributes": {"32": "modifyed by"},
11412
   "id": 772,
11413
   "to": 2,
11414
   "text": ""
11415
  },
11416
  {
11417
   "archetype": 0,
11418
   "from": 2,
11419
   "attributes": {"32": "is author of"},
11420
   "id": 773,
11421
   "to": 142,
11422
   "text": ""
11423
  },
11424
  {
11425
   "archetype": 0,
11426
   "from": 142,
11427
   "attributes": {"32": "created by"},
11428
   "id": 774,
11429
   "to": 2,
11430
   "text": ""
11431
  },
11432
  {
11433
   "archetype": 4,
11434
   "from": 142,
11435
   "attributes": {"32": "modifys"},
11436
   "id": 775,
11437
   "to": 23,
11438
   "text": ""
11439
  },
11440
  {
11441
   "archetype": 4,
11442
   "from": 23,
11443
   "attributes": {"32": "modifyed by"},
11444
   "id": 776,
11445
   "to": 142,
11446
   "text": ""
11447
  },
11448
  {
11449
   "archetype": 6,
11450
   "from": 2,
11451
   "attributes": {"32": "modifyed"},
11452
   "id": 777,
11453
   "to": 23,
11454
   "text": ""
11455
  },
11456
  {
11457
   "archetype": 6,
11458
   "from": 23,
11459
   "attributes": {"32": "modifyed by"},
11460
   "id": 778,
11461
   "to": 2,
11462
   "text": ""
11463
  },
11464
  {
11465
   "archetype": 0,
11466
   "from": 2,
11467
   "attributes": {"32": "is author of"},
11468
   "id": 779,
11469
   "to": 143,
11470
   "text": ""
11471
  },
11472
  {
11473
   "archetype": 0,
11474
   "from": 143,
11475
   "attributes": {"32": "created by"},
11476
   "id": 780,
11477
   "to": 2,
11478
   "text": ""
11479
  },
11480
  {
11481
   "archetype": 4,
11482
   "from": 143,
11483
   "attributes": {"32": "modifys"},
11484
   "id": 781,
11485
   "to": 23,
11486
   "text": ""
11487
  },
11488
  {
11489
   "archetype": 4,
11490
   "from": 23,
11491
   "attributes": {"32": "modifyed by"},
11492
   "id": 782,
11493
   "to": 143,
11494
   "text": ""
11495
  },
11496
  {
11497
   "archetype": 6,
11498
   "from": 2,
11499
   "attributes": {"32": "modifyed"},
11500
   "id": 783,
11501
   "to": 23,
11502
   "text": ""
11503
  },
11504
  {
11505
   "archetype": 6,
11506
   "from": 23,
11507
   "attributes": {"32": "modifyed by"},
11508
   "id": 784,
11509
   "to": 2,
11510
   "text": ""
11511
  },
11512
  {
11513
   "archetype": 0,
11514
   "from": 2,
11515
   "attributes": {"32": "is author of"},
11516
   "id": 785,
11517
   "to": 144,
11518
   "text": ""
11519
  },
11520
  {
11521
   "archetype": 0,
11522
   "from": 144,
11523
   "attributes": {"32": "created by"},
11524
   "id": 786,
11525
   "to": 2,
11526
   "text": ""
11527
  },
11528
  {
11529
   "archetype": 4,
11530
   "from": 144,
11531
   "attributes": {"32": "modifys"},
11532
   "id": 787,
11533
   "to": 23,
11534
   "text": ""
11535
  },
11536
  {
11537
   "archetype": 4,
11538
   "from": 23,
11539
   "attributes": {"32": "modifyed by"},
11540
   "id": 788,
11541
   "to": 144,
11542
   "text": ""
11543
  },
11544
  {
11545
   "archetype": 6,
11546
   "from": 2,
11547
   "attributes": {"32": "modifyed"},
11548
   "id": 789,
11549
   "to": 23,
11550
   "text": ""
11551
  },
11552
  {
11553
   "archetype": 6,
11554
   "from": 23,
11555
   "attributes": {"32": "modifyed by"},
11556
   "id": 790,
11557
   "to": 2,
11558
   "text": ""
11559
  },
11560
  {
11561
   "archetype": 0,
11562
   "from": 2,
11563
   "attributes": {"32": "is author of"},
11564
   "id": 791,
11565
   "to": 145,
11566
   "text": ""
11567
  },
11568
  {
11569
   "archetype": 0,
11570
   "from": 145,
11571
   "attributes": {"32": "created by"},
11572
   "id": 792,
11573
   "to": 2,
11574
   "text": ""
11575
  },
11576
  {
11577
   "archetype": 4,
11578
   "from": 145,
11579
   "attributes": {"32": "modifys"},
11580
   "id": 793,
11581
   "to": 23,
11582
   "text": ""
11583
  },
11584
  {
11585
   "archetype": 4,
11586
   "from": 23,
11587
   "attributes": {"32": "modifyed by"},
11588
   "id": 794,
11589
   "to": 145,
11590
   "text": ""
11591
  },
11592
  {
11593
   "archetype": 6,
11594
   "from": 2,
11595
   "attributes": {"32": "modifyed"},
11596
   "id": 795,
11597
   "to": 23,
11598
   "text": ""
11599
  },
11600
  {
11601
   "archetype": 6,
11602
   "from": 23,
11603
   "attributes": {"32": "modifyed by"},
11604
   "id": 796,
11605
   "to": 2,
11606
   "text": ""
11607
  },
11608
  {
11609
   "archetype": 4,
11610
   "from": 145,
11611
   "attributes": {"32": "comments"},
11612
   "id": 797,
11613
   "to": 23,
11614
   "text": ""
11615
  },
11616
  {
11617
   "archetype": 4,
11618
   "from": 23,
11619
   "attributes": {"32": "commented by"},
11620
   "id": 798,
11621
   "to": 145,
11622
   "text": ""
11623
  },
11624
  {
11625
   "archetype": 6,
11626
   "from": 2,
11627
   "attributes": {"32": "commented"},
11628
   "id": 799,
11629
   "to": 23,
11630
   "text": ""
11631
  },
11632
  {
11633
   "archetype": 6,
11634
   "from": 23,
11635
   "attributes": {"32": "commented by"},
11636
   "id": 800,
11637
   "to": 2,
11638
   "text": ""
11639
  },
11640
  {
11641
   "archetype": 0,
11642
   "from": 2,
11643
   "attributes": {"32": "is author of"},
11644
   "id": 801,
11645
   "to": 146,
11646
   "text": ""
11647
  },
11648
  {
11649
   "archetype": 0,
11650
   "from": 146,
11651
   "attributes": {"32": "created by"},
11652
   "id": 802,
11653
   "to": 2,
11654
   "text": ""
11655
  },
11656
  {
11657
   "archetype": 4,
11658
   "from": 146,
11659
   "attributes": {"32": "modifys"},
11660
   "id": 803,
11661
   "to": 23,
11662
   "text": ""
11663
  },
11664
  {
11665
   "archetype": 4,
11666
   "from": 23,
11667
   "attributes": {"32": "modifyed by"},
11668
   "id": 804,
11669
   "to": 146,
11670
   "text": ""
11671
  },
11672
  {
11673
   "archetype": 6,
11674
   "from": 2,
11675
   "attributes": {"32": "modifyed"},
11676
   "id": 805,
11677
   "to": 23,
11678
   "text": ""
11679
  },
11680
  {
11681
   "archetype": 6,
11682
   "from": 23,
11683
   "attributes": {"32": "modifyed by"},
11684
   "id": 806,
11685
   "to": 2,
11686
   "text": ""
11687
  },
11688
  {
11689
   "archetype": 0,
11690
   "from": 2,
11691
   "attributes": {"32": "is author of"},
11692
   "id": 807,
11693
   "to": 147,
11694
   "text": ""
11695
  },
11696
  {
11697
   "archetype": 0,
11698
   "from": 147,
11699
   "attributes": {"32": "created by"},
11700
   "id": 808,
11701
   "to": 2,
11702
   "text": ""
11703
  },
11704
  {
11705
   "archetype": 4,
11706
   "from": 147,
11707
   "attributes": {"32": "modifys"},
11708
   "id": 809,
11709
   "to": 23,
11710
   "text": ""
11711
  },
11712
  {
11713
   "archetype": 4,
11714
   "from": 23,
11715
   "attributes": {"32": "modifyed by"},
11716
   "id": 810,
11717
   "to": 147,
11718
   "text": ""
11719
  },
11720
  {
11721
   "archetype": 6,
11722
   "from": 2,
11723
   "attributes": {"32": "modifyed"},
11724
   "id": 811,
11725
   "to": 23,
11726
   "text": ""
11727
  },
11728
  {
11729
   "archetype": 6,
11730
   "from": 23,
11731
   "attributes": {"32": "modifyed by"},
11732
   "id": 812,
11733
   "to": 2,
11734
   "text": ""
11735
  },
11736
  {
11737
   "archetype": 0,
11738
   "from": 2,
11739
   "attributes": {"32": "is author of"},
11740
   "id": 813,
11741
   "to": 148,
11742
   "text": ""
11743
  },
11744
  {
11745
   "archetype": 0,
11746
   "from": 148,
11747
   "attributes": {"32": "created by"},
11748
   "id": 814,
11749
   "to": 2,
11750
   "text": ""
11751
  },
11752
  {
11753
   "archetype": 4,
11754
   "from": 148,
11755
   "attributes": {"32": "modifys"},
11756
   "id": 815,
11757
   "to": 23,
11758
   "text": ""
11759
  },
11760
  {
11761
   "archetype": 4,
11762
   "from": 23,
11763
   "attributes": {"32": "modifyed by"},
11764
   "id": 816,
11765
   "to": 148,
11766
   "text": ""
11767
  },
11768
  {
11769
   "archetype": 6,
11770
   "from": 2,
11771
   "attributes": {"32": "modifyed"},
11772
   "id": 817,
11773
   "to": 23,
11774
   "text": ""
11775
  },
11776
  {
11777
   "archetype": 6,
11778
   "from": 23,
11779
   "attributes": {"32": "modifyed by"},
11780
   "id": 818,
11781
   "to": 2,
11782
   "text": ""
11783
  },
11784
  {
11785
   "archetype": 0,
11786
   "from": 4,
11787
   "attributes": {"32": "is author of"},
11788
   "id": 819,
11789
   "to": 149,
11790
   "text": ""
11791
  },
11792
  {
11793
   "archetype": 0,
11794
   "from": 149,
11795
   "attributes": {"32": "created by"},
11796
   "id": 820,
11797
   "to": 4,
11798
   "text": ""
11799
  },
11800
  {
11801
   "archetype": 4,
11802
   "from": 149,
11803
   "attributes": {"32": "adds"},
11804
   "id": 821,
11805
   "to": 22,
11806
   "text": ""
11807
  },
11808
  {
11809
   "archetype": 4,
11810
   "from": 22,
11811
   "attributes": {"32": "added by"},
11812
   "id": 822,
11813
   "to": 149,
11814
   "text": ""
11815
  },
11816
  {
11817
   "archetype": 6,
11818
   "from": 4,
11819
   "attributes": {"32": "added"},
11820
   "id": 823,
11821
   "to": 22,
11822
   "text": ""
11823
  },
11824
  {
11825
   "archetype": 6,
11826
   "from": 22,
11827
   "attributes": {"32": "added by"},
11828
   "id": 824,
11829
   "to": 4,
11830
   "text": ""
11831
  },
11832
  {
11833
   "archetype": 0,
11834
   "from": 1,
11835
   "attributes": {"32": "is author of"},
11836
   "id": 825,
11837
   "to": 150,
11838
   "text": ""
11839
  },
11840
  {
11841
   "archetype": 0,
11842
   "from": 150,
11843
   "attributes": {"32": "created by"},
11844
   "id": 826,
11845
   "to": 1,
11846
   "text": ""
11847
  },
11848
  {
11849
   "archetype": 4,
11850
   "from": 150,
11851
   "attributes": {"32": "logtimes"},
11852
   "id": 827,
11853
   "to": 22,
11854
   "text": ""
11855
  },
11856
  {
11857
   "archetype": 4,
11858
   "from": 22,
11859
   "attributes": {"32": "logtimeed by"},
11860
   "id": 828,
11861
   "to": 150,
11862
   "text": ""
11863
  },
11864
  {
11865
   "archetype": 6,
11866
   "from": 1,
11867
   "attributes": {"32": "logtimeed"},
11868
   "id": 829,
11869
   "to": 22,
11870
   "text": ""
11871
  },
11872
  {
11873
   "archetype": 6,
11874
   "from": 22,
11875
   "attributes": {"32": "logtimeed by"},
11876
   "id": 830,
11877
   "to": 1,
11878
   "text": ""
11879
  },
11880
  {
11881
   "archetype": 0,
11882
   "from": 1,
11883
   "attributes": {"32": "is author of"},
11884
   "id": 831,
11885
   "to": 151,
11886
   "text": ""
11887
  },
11888
  {
11889
   "archetype": 0,
11890
   "from": 151,
11891
   "attributes": {"32": "created by"},
11892
   "id": 832,
11893
   "to": 1,
11894
   "text": ""
11895
  },
11896
  {
11897
   "archetype": 4,
11898
   "from": 151,
11899
   "attributes": {"32": "logtimes"},
11900
   "id": 833,
11901
   "to": 22,
11902
   "text": ""
11903
  },
11904
  {
11905
   "archetype": 4,
11906
   "from": 22,
11907
   "attributes": {"32": "logtimeed by"},
11908
   "id": 834,
11909
   "to": 151,
11910
   "text": ""
11911
  },
11912
  {
11913
   "archetype": 6,
11914
   "from": 1,
11915
   "attributes": {"32": "logtimeed"},
11916
   "id": 835,
11917
   "to": 22,
11918
   "text": ""
11919
  },
11920
  {
11921
   "archetype": 6,
11922
   "from": 22,
11923
   "attributes": {"32": "logtimeed by"},
11924
   "id": 836,
11925
   "to": 1,
11926
   "text": ""
11927
  },
11928
  {
11929
   "archetype": 4,
11930
   "from": 151,
11931
   "attributes": {"32": "comments"},
11932
   "id": 837,
11933
   "to": 22,
11934
   "text": ""
11935
  },
11936
  {
11937
   "archetype": 4,
11938
   "from": 22,
11939
   "attributes": {"32": "commented by"},
11940
   "id": 838,
11941
   "to": 151,
11942
   "text": ""
11943
  },
11944
  {
11945
   "archetype": 6,
11946
   "from": 1,
11947
   "attributes": {"32": "commented"},
11948
   "id": 839,
11949
   "to": 22,
11950
   "text": ""
11951
  },
11952
  {
11953
   "archetype": 6,
11954
   "from": 22,
11955
   "attributes": {"32": "commented by"},
11956
   "id": 840,
11957
   "to": 1,
11958
   "text": ""
11959
  },
11960
  {
11961
   "archetype": 4,
11962
   "from": 152,
11963
   "attributes": {"32": "modifys"},
11964
   "id": 841,
11965
   "to": 22,
11966
   "text": ""
11967
  },
11968
  {
11969
   "archetype": 4,
11970
   "from": 22,
11971
   "attributes": {"32": "modifyed by"},
11972
   "id": 842,
11973
   "to": 152,
11974
   "text": ""
11975
  },
11976
  {
11977
   "archetype": 0,
11978
   "from": 2,
11979
   "attributes": {"32": "is author of"},
11980
   "id": 843,
11981
   "to": 153,
11982
   "text": ""
11983
  },
11984
  {
11985
   "archetype": 0,
11986
   "from": 153,
11987
   "attributes": {"32": "created by"},
11988
   "id": 844,
11989
   "to": 2,
11990
   "text": ""
11991
  },
11992
  {
11993
   "archetype": 4,
11994
   "from": 153,
11995
   "attributes": {"32": "modifys"},
11996
   "id": 845,
11997
   "to": 22,
11998
   "text": ""
11999
  },
12000
  {
12001
   "archetype": 4,
12002
   "from": 22,
12003
   "attributes": {"32": "modifyed by"},
12004
   "id": 846,
12005
   "to": 153,
12006
   "text": ""
12007
  },
12008
  {
12009
   "archetype": 6,
12010
   "from": 2,
12011
   "attributes": {"32": "modifyed"},
12012
   "id": 847,
12013
   "to": 22,
12014
   "text": ""
12015
  },
12016
  {
12017
   "archetype": 6,
12018
   "from": 22,
12019
   "attributes": {"32": "modifyed by"},
12020
   "id": 848,
12021
   "to": 2,
12022
   "text": ""
12023
  },
12024
  {
12025
   "archetype": 4,
12026
   "from": 154,
12027
   "attributes": {"32": "modifys"},
12028
   "id": 849,
12029
   "to": 22,
12030
   "text": ""
12031
  },
12032
  {
12033
   "archetype": 4,
12034
   "from": 22,
12035
   "attributes": {"32": "modifyed by"},
12036
   "id": 850,
12037
   "to": 154,
12038
   "text": ""
12039
  },
12040
  {
12041
   "archetype": 0,
12042
   "from": 2,
12043
   "attributes": {"32": "is author of"},
12044
   "id": 851,
12045
   "to": 155,
12046
   "text": ""
12047
  },
12048
  {
12049
   "archetype": 0,
12050
   "from": 155,
12051
   "attributes": {"32": "created by"},
12052
   "id": 852,
12053
   "to": 2,
12054
   "text": ""
12055
  },
12056
  {
12057
   "archetype": 4,
12058
   "from": 155,
12059
   "attributes": {"32": "modifys"},
12060
   "id": 853,
12061
   "to": 22,
12062
   "text": ""
12063
  },
12064
  {
12065
   "archetype": 4,
12066
   "from": 22,
12067
   "attributes": {"32": "modifyed by"},
12068
   "id": 854,
12069
   "to": 155,
12070
   "text": ""
12071
  },
12072
  {
12073
   "archetype": 6,
12074
   "from": 2,
12075
   "attributes": {"32": "modifyed"},
12076
   "id": 855,
12077
   "to": 22,
12078
   "text": ""
12079
  },
12080
  {
12081
   "archetype": 6,
12082
   "from": 22,
12083
   "attributes": {"32": "modifyed by"},
12084
   "id": 856,
12085
   "to": 2,
12086
   "text": ""
12087
  },
12088
  {
12089
   "archetype": 0,
12090
   "from": 2,
12091
   "attributes": {"32": "is author of"},
12092
   "id": 857,
12093
   "to": 156,
12094
   "text": ""
12095
  },
12096
  {
12097
   "archetype": 0,
12098
   "from": 156,
12099
   "attributes": {"32": "created by"},
12100
   "id": 858,
12101
   "to": 2,
12102
   "text": ""
12103
  },
12104
  {
12105
   "archetype": 4,
12106
   "from": 156,
12107
   "attributes": {"32": "modifys"},
12108
   "id": 859,
12109
   "to": 22,
12110
   "text": ""
12111
  },
12112
  {
12113
   "archetype": 4,
12114
   "from": 22,
12115
   "attributes": {"32": "modifyed by"},
12116
   "id": 860,
12117
   "to": 156,
12118
   "text": ""
12119
  },
12120
  {
12121
   "archetype": 6,
12122
   "from": 2,
12123
   "attributes": {"32": "modifyed"},
12124
   "id": 861,
12125
   "to": 22,
12126
   "text": ""
12127
  },
12128
  {
12129
   "archetype": 6,
12130
   "from": 22,
12131
   "attributes": {"32": "modifyed by"},
12132
   "id": 862,
12133
   "to": 2,
12134
   "text": ""
12135
  },
12136
  {
12137
   "archetype": 4,
12138
   "from": 156,
12139
   "attributes": {"32": "comments"},
12140
   "id": 863,
12141
   "to": 22,
12142
   "text": ""
12143
  },
12144
  {
12145
   "archetype": 4,
12146
   "from": 22,
12147
   "attributes": {"32": "commented by"},
12148
   "id": 864,
12149
   "to": 156,
12150
   "text": ""
12151
  },
12152
  {
12153
   "archetype": 6,
12154
   "from": 2,
12155
   "attributes": {"32": "commented"},
12156
   "id": 865,
12157
   "to": 22,
12158
   "text": ""
12159
  },
12160
  {
12161
   "archetype": 6,
12162
   "from": 22,
12163
   "attributes": {"32": "commented by"},
12164
   "id": 866,
12165
   "to": 2,
12166
   "text": ""
12167
  },
12168
  {
12169
   "archetype": 0,
12170
   "from": 2,
12171
   "attributes": {"32": "is author of"},
12172
   "id": 867,
12173
   "to": 157,
12174
   "text": ""
12175
  },
12176
  {
12177
   "archetype": 0,
12178
   "from": 157,
12179
   "attributes": {"32": "created by"},
12180
   "id": 868,
12181
   "to": 2,
12182
   "text": ""
12183
  },
12184
  {
12185
   "archetype": 4,
12186
   "from": 157,
12187
   "attributes": {"32": "modifys"},
12188
   "id": 869,
12189
   "to": 22,
12190
   "text": ""
12191
  },
12192
  {
12193
   "archetype": 4,
12194
   "from": 22,
12195
   "attributes": {"32": "modifyed by"},
12196
   "id": 870,
12197
   "to": 157,
12198
   "text": ""
12199
  },
12200
  {
12201
   "archetype": 6,
12202
   "from": 2,
12203
   "attributes": {"32": "modifyed"},
12204
   "id": 871,
12205
   "to": 22,
12206
   "text": ""
12207
  },
12208
  {
12209
   "archetype": 6,
12210
   "from": 22,
12211
   "attributes": {"32": "modifyed by"},
12212
   "id": 872,
12213
   "to": 2,
12214
   "text": ""
12215
  },
12216
  {
12217
   "archetype": 0,
12218
   "from": 2,
12219
   "attributes": {"32": "is author of"},
12220
   "id": 873,
12221
   "to": 158,
12222
   "text": ""
12223
  },
12224
  {
12225
   "archetype": 0,
12226
   "from": 158,
12227
   "attributes": {"32": "created by"},
12228
   "id": 874,
12229
   "to": 2,
12230
   "text": ""
12231
  },
12232
  {
12233
   "archetype": 4,
12234
   "from": 158,
12235
   "attributes": {"32": "modifys"},
12236
   "id": 875,
12237
   "to": 22,
12238
   "text": ""
12239
  },
12240
  {
12241
   "archetype": 4,
12242
   "from": 22,
12243
   "attributes": {"32": "modifyed by"},
12244
   "id": 876,
12245
   "to": 158,
12246
   "text": ""
12247
  },
12248
  {
12249
   "archetype": 6,
12250
   "from": 2,
12251
   "attributes": {"32": "modifyed"},
12252
   "id": 877,
12253
   "to": 22,
12254
   "text": ""
12255
  },
12256
  {
12257
   "archetype": 6,
12258
   "from": 22,
12259
   "attributes": {"32": "modifyed by"},
12260
   "id": 878,
12261
   "to": 2,
12262
   "text": ""
12263
  },
12264
  {
12265
   "archetype": 0,
12266
   "from": 2,
12267
   "attributes": {"32": "is author of"},
12268
   "id": 879,
12269
   "to": 159,
12270
   "text": ""
12271
  },
12272
  {
12273
   "archetype": 0,
12274
   "from": 159,
12275
   "attributes": {"32": "created by"},
12276
   "id": 880,
12277
   "to": 2,
12278
   "text": ""
12279
  },
12280
  {
12281
   "archetype": 4,
12282
   "from": 159,
12283
   "attributes": {"32": "modifys"},
12284
   "id": 881,
12285
   "to": 22,
12286
   "text": ""
12287
  },
12288
  {
12289
   "archetype": 4,
12290
   "from": 22,
12291
   "attributes": {"32": "modifyed by"},
12292
   "id": 882,
12293
   "to": 159,
12294
   "text": ""
12295
  },
12296
  {
12297
   "archetype": 6,
12298
   "from": 2,
12299
   "attributes": {"32": "modifyed"},
12300
   "id": 883,
12301
   "to": 22,
12302
   "text": ""
12303
  },
12304
  {
12305
   "archetype": 6,
12306
   "from": 22,
12307
   "attributes": {"32": "modifyed by"},
12308
   "id": 884,
12309
   "to": 2,
12310
   "text": ""
12311
  },
12312
  {
12313
   "archetype": 0,
12314
   "from": 2,
12315
   "attributes": {"32": "is author of"},
12316
   "id": 885,
12317
   "to": 160,
12318
   "text": ""
12319
  },
12320
  {
12321
   "archetype": 0,
12322
   "from": 160,
12323
   "attributes": {"32": "created by"},
12324
   "id": 886,
12325
   "to": 2,
12326
   "text": ""
12327
  },
12328
  {
12329
   "archetype": 4,
12330
   "from": 160,
12331
   "attributes": {"32": "modifys"},
12332
   "id": 887,
12333
   "to": 22,
12334
   "text": ""
12335
  },
12336
  {
12337
   "archetype": 4,
12338
   "from": 22,
12339
   "attributes": {"32": "modifyed by"},
12340
   "id": 888,
12341
   "to": 160,
12342
   "text": ""
12343
  },
12344
  {
12345
   "archetype": 6,
12346
   "from": 2,
12347
   "attributes": {"32": "modifyed"},
12348
   "id": 889,
12349
   "to": 22,
12350
   "text": ""
12351
  },
12352
  {
12353
   "archetype": 6,
12354
   "from": 22,
12355
   "attributes": {"32": "modifyed by"},
12356
   "id": 890,
12357
   "to": 2,
12358
   "text": ""
12359
  },
12360
  {
12361
   "archetype": 0,
12362
   "from": 1,
12363
   "attributes": {"32": "is author of"},
12364
   "id": 891,
12365
   "to": 161,
12366
   "text": ""
12367
  },
12368
  {
12369
   "archetype": 0,
12370
   "from": 161,
12371
   "attributes": {"32": "created by"},
12372
   "id": 892,
12373
   "to": 1,
12374
   "text": ""
12375
  },
12376
  {
12377
   "archetype": 4,
12378
   "from": 161,
12379
   "attributes": {"32": "modifys"},
12380
   "id": 893,
12381
   "to": 22,
12382
   "text": ""
12383
  },
12384
  {
12385
   "archetype": 4,
12386
   "from": 22,
12387
   "attributes": {"32": "modifyed by"},
12388
   "id": 894,
12389
   "to": 161,
12390
   "text": ""
12391
  },
12392
  {
12393
   "archetype": 6,
12394
   "from": 1,
12395
   "attributes": {"32": "modifyed"},
12396
   "id": 895,
12397
   "to": 22,
12398
   "text": ""
12399
  },
12400
  {
12401
   "archetype": 6,
12402
   "from": 22,
12403
   "attributes": {"32": "modifyed by"},
12404
   "id": 896,
12405
   "to": 1,
12406
   "text": ""
12407
  },
12408
  {
12409
   "archetype": 0,
12410
   "from": 1,
12411
   "attributes": {"32": "is author of"},
12412
   "id": 897,
12413
   "to": 162,
12414
   "text": ""
12415
  },
12416
  {
12417
   "archetype": 0,
12418
   "from": 162,
12419
   "attributes": {"32": "created by"},
12420
   "id": 898,
12421
   "to": 1,
12422
   "text": ""
12423
  },
12424
  {
12425
   "archetype": 4,
12426
   "from": 162,
12427
   "attributes": {"32": "modifys"},
12428
   "id": 899,
12429
   "to": 22,
12430
   "text": ""
12431
  },
12432
  {
12433
   "archetype": 4,
12434
   "from": 22,
12435
   "attributes": {"32": "modifyed by"},
12436
   "id": 900,
12437
   "to": 162,
12438
   "text": ""
12439
  },
12440
  {
12441
   "archetype": 6,
12442
   "from": 1,
12443
   "attributes": {"32": "modifyed"},
12444
   "id": 901,
12445
   "to": 22,
12446
   "text": ""
12447
  },
12448
  {
12449
   "archetype": 6,
12450
   "from": 22,
12451
   "attributes": {"32": "modifyed by"},
12452
   "id": 902,
12453
   "to": 1,
12454
   "text": ""
12455
  },
12456
  {
12457
   "archetype": 0,
12458
   "from": 1,
12459
   "attributes": {"32": "is author of"},
12460
   "id": 903,
12461
   "to": 163,
12462
   "text": ""
12463
  },
12464
  {
12465
   "archetype": 0,
12466
   "from": 163,
12467
   "attributes": {"32": "created by"},
12468
   "id": 904,
12469
   "to": 1,
12470
   "text": ""
12471
  },
12472
  {
12473
   "archetype": 4,
12474
   "from": 163,
12475
   "attributes": {"32": "modifys"},
12476
   "id": 905,
12477
   "to": 22,
12478
   "text": ""
12479
  },
12480
  {
12481
   "archetype": 4,
12482
   "from": 22,
12483
   "attributes": {"32": "modifyed by"},
12484
   "id": 906,
12485
   "to": 163,
12486
   "text": ""
12487
  },
12488
  {
12489
   "archetype": 6,
12490
   "from": 1,
12491
   "attributes": {"32": "modifyed"},
12492
   "id": 907,
12493
   "to": 22,
12494
   "text": ""
12495
  },
12496
  {
12497
   "archetype": 6,
12498
   "from": 22,
12499
   "attributes": {"32": "modifyed by"},
12500
   "id": 908,
12501
   "to": 1,
12502
   "text": ""
12503
  },
12504
  {
12505
   "archetype": 0,
12506
   "from": 2,
12507
   "attributes": {"32": "is author of"},
12508
   "id": 909,
12509
   "to": 164,
12510
   "text": ""
12511
  },
12512
  {
12513
   "archetype": 0,
12514
   "from": 164,
12515
   "attributes": {"32": "created by"},
12516
   "id": 910,
12517
   "to": 2,
12518
   "text": ""
12519
  },
12520
  {
12521
   "archetype": 4,
12522
   "from": 164,
12523
   "attributes": {"32": "modifys"},
12524
   "id": 911,
12525
   "to": 22,
12526
   "text": ""
12527
  },
12528
  {
12529
   "archetype": 4,
12530
   "from": 22,
12531
   "attributes": {"32": "modifyed by"},
12532
   "id": 912,
12533
   "to": 164,
12534
   "text": ""
12535
  },
12536
  {
12537
   "archetype": 6,
12538
   "from": 2,
12539
   "attributes": {"32": "modifyed"},
12540
   "id": 913,
12541
   "to": 22,
12542
   "text": ""
12543
  },
12544
  {
12545
   "archetype": 6,
12546
   "from": 22,
12547
   "attributes": {"32": "modifyed by"},
12548
   "id": 914,
12549
   "to": 2,
12550
   "text": ""
12551
  },
12552
  {
12553
   "archetype": 0,
12554
   "from": 2,
12555
   "attributes": {"32": "is author of"},
12556
   "id": 915,
12557
   "to": 165,
12558
   "text": ""
12559
  },
12560
  {
12561
   "archetype": 0,
12562
   "from": 165,
12563
   "attributes": {"32": "created by"},
12564
   "id": 916,
12565
   "to": 2,
12566
   "text": ""
12567
  },
12568
  {
12569
   "archetype": 4,
12570
   "from": 165,
12571
   "attributes": {"32": "modifys"},
12572
   "id": 917,
12573
   "to": 22,
12574
   "text": ""
12575
  },
12576
  {
12577
   "archetype": 4,
12578
   "from": 22,
12579
   "attributes": {"32": "modifyed by"},
12580
   "id": 918,
12581
   "to": 165,
12582
   "text": ""
12583
  },
12584
  {
12585
   "archetype": 6,
12586
   "from": 2,
12587
   "attributes": {"32": "modifyed"},
12588
   "id": 919,
12589
   "to": 22,
12590
   "text": ""
12591
  },
12592
  {
12593
   "archetype": 6,
12594
   "from": 22,
12595
   "attributes": {"32": "modifyed by"},
12596
   "id": 920,
12597
   "to": 2,
12598
   "text": ""
12599
  },
12600
  {
12601
   "archetype": 0,
12602
   "from": 4,
12603
   "attributes": {"32": "is author of"},
12604
   "id": 921,
12605
   "to": 166,
12606
   "text": ""
12607
  },
12608
  {
12609
   "archetype": 0,
12610
   "from": 166,
12611
   "attributes": {"32": "created by"},
12612
   "id": 922,
12613
   "to": 4,
12614
   "text": ""
12615
  },
12616
  {
12617
   "archetype": 4,
12618
   "from": 166,
12619
   "attributes": {"32": "adds"},
12620
   "id": 923,
12621
   "to": 21,
12622
   "text": ""
12623
  },
12624
  {
12625
   "archetype": 4,
12626
   "from": 21,
12627
   "attributes": {"32": "added by"},
12628
   "id": 924,
12629
   "to": 166,
12630
   "text": ""
12631
  },
12632
  {
12633
   "archetype": 6,
12634
   "from": 4,
12635
   "attributes": {"32": "added"},
12636
   "id": 925,
12637
   "to": 21,
12638
   "text": ""
12639
  },
12640
  {
12641
   "archetype": 6,
12642
   "from": 21,
12643
   "attributes": {"32": "added by"},
12644
   "id": 926,
12645
   "to": 4,
12646
   "text": ""
12647
  },
12648
  {
12649
   "archetype": 0,
12650
   "from": 2,
12651
   "attributes": {"32": "is author of"},
12652
   "id": 927,
12653
   "to": 167,
12654
   "text": ""
12655
  },
12656
  {
12657
   "archetype": 0,
12658
   "from": 167,
12659
   "attributes": {"32": "created by"},
12660
   "id": 928,
12661
   "to": 2,
12662
   "text": ""
12663
  },
12664
  {
12665
   "archetype": 4,
12666
   "from": 167,
12667
   "attributes": {"32": "logtimes"},
12668
   "id": 929,
12669
   "to": 21,
12670
   "text": ""
12671
  },
12672
  {
12673
   "archetype": 4,
12674
   "from": 21,
12675
   "attributes": {"32": "logtimeed by"},
12676
   "id": 930,
12677
   "to": 167,
12678
   "text": ""
12679
  },
12680
  {
12681
   "archetype": 6,
12682
   "from": 2,
12683
   "attributes": {"32": "logtimeed"},
12684
   "id": 931,
12685
   "to": 21,
12686
   "text": ""
12687
  },
12688
  {
12689
   "archetype": 6,
12690
   "from": 21,
12691
   "attributes": {"32": "logtimeed by"},
12692
   "id": 932,
12693
   "to": 2,
12694
   "text": ""
12695
  },
12696
  {
12697
   "archetype": 0,
12698
   "from": 2,
12699
   "attributes": {"32": "is author of"},
12700
   "id": 933,
12701
   "to": 168,
12702
   "text": ""
12703
  },
12704
  {
12705
   "archetype": 0,
12706
   "from": 168,
12707
   "attributes": {"32": "created by"},
12708
   "id": 934,
12709
   "to": 2,
12710
   "text": ""
12711
  },
12712
  {
12713
   "archetype": 4,
12714
   "from": 168,
12715
   "attributes": {"32": "logtimes"},
12716
   "id": 935,
12717
   "to": 21,
12718
   "text": ""
12719
  },
12720
  {
12721
   "archetype": 4,
12722
   "from": 21,
12723
   "attributes": {"32": "logtimeed by"},
12724
   "id": 936,
12725
   "to": 168,
12726
   "text": ""
12727
  },
12728
  {
12729
   "archetype": 6,
12730
   "from": 2,
12731
   "attributes": {"32": "logtimeed"},
12732
   "id": 937,
12733
   "to": 21,
12734
   "text": ""
12735
  },
12736
  {
12737
   "archetype": 6,
12738
   "from": 21,
12739
   "attributes": {"32": "logtimeed by"},
12740
   "id": 938,
12741
   "to": 2,
12742
   "text": ""
12743
  },
12744
  {
12745
   "archetype": 4,
12746
   "from": 168,
12747
   "attributes": {"32": "comments"},
12748
   "id": 939,
12749
   "to": 21,
12750
   "text": ""
12751
  },
12752
  {
12753
   "archetype": 4,
12754
   "from": 21,
12755
   "attributes": {"32": "commented by"},
12756
   "id": 940,
12757
   "to": 168,
12758
   "text": ""
12759
  },
12760
  {
12761
   "archetype": 6,
12762
   "from": 2,
12763
   "attributes": {"32": "commented"},
12764
   "id": 941,
12765
   "to": 21,
12766
   "text": ""
12767
  },
12768
  {
12769
   "archetype": 6,
12770
   "from": 21,
12771
   "attributes": {"32": "commented by"},
12772
   "id": 942,
12773
   "to": 2,
12774
   "text": ""
12775
  },
12776
  {
12777
   "archetype": 4,
12778
   "from": 169,
12779
   "attributes": {"32": "modifys"},
12780
   "id": 943,
12781
   "to": 21,
12782
   "text": ""
12783
  },
12784
  {
12785
   "archetype": 4,
12786
   "from": 21,
12787
   "attributes": {"32": "modifyed by"},
12788
   "id": 944,
12789
   "to": 169,
12790
   "text": ""
12791
  },
12792
  {
12793
   "archetype": 0,
12794
   "from": 2,
12795
   "attributes": {"32": "is author of"},
12796
   "id": 945,
12797
   "to": 170,
12798
   "text": ""
12799
  },
12800
  {
12801
   "archetype": 0,
12802
   "from": 170,
12803
   "attributes": {"32": "created by"},
12804
   "id": 946,
12805
   "to": 2,
12806
   "text": ""
12807
  },
12808
  {
12809
   "archetype": 4,
12810
   "from": 170,
12811
   "attributes": {"32": "modifys"},
12812
   "id": 947,
12813
   "to": 21,
12814
   "text": ""
12815
  },
12816
  {
12817
   "archetype": 4,
12818
   "from": 21,
12819
   "attributes": {"32": "modifyed by"},
12820
   "id": 948,
12821
   "to": 170,
12822
   "text": ""
12823
  },
12824
  {
12825
   "archetype": 6,
12826
   "from": 2,
12827
   "attributes": {"32": "modifyed"},
12828
   "id": 949,
12829
   "to": 21,
12830
   "text": ""
12831
  },
12832
  {
12833
   "archetype": 6,
12834
   "from": 21,
12835
   "attributes": {"32": "modifyed by"},
12836
   "id": 950,
12837
   "to": 2,
12838
   "text": ""
12839
  },
12840
  {
12841
   "archetype": 0,
12842
   "from": 2,
12843
   "attributes": {"32": "is author of"},
12844
   "id": 951,
12845
   "to": 171,
12846
   "text": ""
12847
  },
12848
  {
12849
   "archetype": 0,
12850
   "from": 171,
12851
   "attributes": {"32": "created by"},
12852
   "id": 952,
12853
   "to": 2,
12854
   "text": ""
12855
  },
12856
  {
12857
   "archetype": 4,
12858
   "from": 171,
12859
   "attributes": {"32": "modifys"},
12860
   "id": 953,
12861
   "to": 21,
12862
   "text": ""
12863
  },
12864
  {
12865
   "archetype": 4,
12866
   "from": 21,
12867
   "attributes": {"32": "modifyed by"},
12868
   "id": 954,
12869
   "to": 171,
12870
   "text": ""
12871
  },
12872
  {
12873
   "archetype": 6,
12874
   "from": 2,
12875
   "attributes": {"32": "modifyed"},
12876
   "id": 955,
12877
   "to": 21,
12878
   "text": ""
12879
  },
12880
  {
12881
   "archetype": 6,
12882
   "from": 21,
12883
   "attributes": {"32": "modifyed by"},
12884
   "id": 956,
12885
   "to": 2,
12886
   "text": ""
12887
  },
12888
  {
12889
   "archetype": 0,
12890
   "from": 2,
12891
   "attributes": {"32": "is author of"},
12892
   "id": 957,
12893
   "to": 172,
12894
   "text": ""
12895
  },
12896
  {
12897
   "archetype": 0,
12898
   "from": 172,
12899
   "attributes": {"32": "created by"},
12900
   "id": 958,
12901
   "to": 2,
12902
   "text": ""
12903
  },
12904
  {
12905
   "archetype": 4,
12906
   "from": 172,
12907
   "attributes": {"32": "modifys"},
12908
   "id": 959,
12909
   "to": 21,
12910
   "text": ""
12911
  },
12912
  {
12913
   "archetype": 4,
12914
   "from": 21,
12915
   "attributes": {"32": "modifyed by"},
12916
   "id": 960,
12917
   "to": 172,
12918
   "text": ""
12919
  },
12920
  {
12921
   "archetype": 6,
12922
   "from": 2,
12923
   "attributes": {"32": "modifyed"},
12924
   "id": 961,
12925
   "to": 21,
12926
   "text": ""
12927
  },
12928
  {
12929
   "archetype": 6,
12930
   "from": 21,
12931
   "attributes": {"32": "modifyed by"},
12932
   "id": 962,
12933
   "to": 2,
12934
   "text": ""
12935
  },
12936
  {
12937
   "archetype": 0,
12938
   "from": 2,
12939
   "attributes": {"32": "is author of"},
12940
   "id": 963,
12941
   "to": 173,
12942
   "text": ""
12943
  },
12944
  {
12945
   "archetype": 0,
12946
   "from": 173,
12947
   "attributes": {"32": "created by"},
12948
   "id": 964,
12949
   "to": 2,
12950
   "text": ""
12951
  },
12952
  {
12953
   "archetype": 4,
12954
   "from": 173,
12955
   "attributes": {"32": "modifys"},
12956
   "id": 965,
12957
   "to": 21,
12958
   "text": ""
12959
  },
12960
  {
12961
   "archetype": 4,
12962
   "from": 21,
12963
   "attributes": {"32": "modifyed by"},
12964
   "id": 966,
12965
   "to": 173,
12966
   "text": ""
12967
  },
12968
  {
12969
   "archetype": 6,
12970
   "from": 2,
12971
   "attributes": {"32": "modifyed"},
12972
   "id": 967,
12973
   "to": 21,
12974
   "text": ""
12975
  },
12976
  {
12977
   "archetype": 6,
12978
   "from": 21,
12979
   "attributes": {"32": "modifyed by"},
12980
   "id": 968,
12981
   "to": 2,
12982
   "text": ""
12983
  },
12984
  {
12985
   "archetype": 0,
12986
   "from": 2,
12987
   "attributes": {"32": "is author of"},
12988
   "id": 969,
12989
   "to": 174,
12990
   "text": ""
12991
  },
12992
  {
12993
   "archetype": 0,
12994
   "from": 174,
12995
   "attributes": {"32": "created by"},
12996
   "id": 970,
12997
   "to": 2,
12998
   "text": ""
12999
  },
13000
  {
13001
   "archetype": 4,
13002
   "from": 174,
13003
   "attributes": {"32": "modifys"},
13004
   "id": 971,
13005
   "to": 21,
13006
   "text": ""
13007
  },
13008
  {
13009
   "archetype": 4,
13010
   "from": 21,
13011
   "attributes": {"32": "modifyed by"},
13012
   "id": 972,
13013
   "to": 174,
13014
   "text": ""
13015
  },
13016
  {
13017
   "archetype": 6,
13018
   "from": 2,
13019
   "attributes": {"32": "modifyed"},
13020
   "id": 973,
13021
   "to": 21,
13022
   "text": ""
13023
  },
13024
  {
13025
   "archetype": 6,
13026
   "from": 21,
13027
   "attributes": {"32": "modifyed by"},
13028
   "id": 974,
13029
   "to": 2,
13030
   "text": ""
13031
  },
13032
  {
13033
   "archetype": 0,
13034
   "from": 2,
13035
   "attributes": {"32": "is author of"},
13036
   "id": 975,
13037
   "to": 175,
13038
   "text": ""
13039
  },
13040
  {
13041
   "archetype": 0,
13042
   "from": 175,
13043
   "attributes": {"32": "created by"},
13044
   "id": 976,
13045
   "to": 2,
13046
   "text": ""
13047
  },
13048
  {
13049
   "archetype": 4,
13050
   "from": 175,
13051
   "attributes": {"32": "modifys"},
13052
   "id": 977,
13053
   "to": 21,
13054
   "text": ""
13055
  },
13056
  {
13057
   "archetype": 4,
13058
   "from": 21,
13059
   "attributes": {"32": "modifyed by"},
13060
   "id": 978,
13061
   "to": 175,
13062
   "text": ""
13063
  },
13064
  {
13065
   "archetype": 6,
13066
   "from": 2,
13067
   "attributes": {"32": "modifyed"},
13068
   "id": 979,
13069
   "to": 21,
13070
   "text": ""
13071
  },
13072
  {
13073
   "archetype": 6,
13074
   "from": 21,
13075
   "attributes": {"32": "modifyed by"},
13076
   "id": 980,
13077
   "to": 2,
13078
   "text": ""
13079
  },
13080
  {
13081
   "archetype": 4,
13082
   "from": 176,
13083
   "attributes": {"32": "modifys"},
13084
   "id": 981,
13085
   "to": 21,
13086
   "text": ""
13087
  },
13088
  {
13089
   "archetype": 4,
13090
   "from": 21,
13091
   "attributes": {"32": "modifyed by"},
13092
   "id": 982,
13093
   "to": 176,
13094
   "text": ""
13095
  },
13096
  {
13097
   "archetype": 4,
13098
   "from": 177,
13099
   "attributes": {"32": "modifys"},
13100
   "id": 983,
13101
   "to": 21,
13102
   "text": ""
13103
  },
13104
  {
13105
   "archetype": 4,
13106
   "from": 21,
13107
   "attributes": {"32": "modifyed by"},
13108
   "id": 984,
13109
   "to": 177,
13110
   "text": ""
13111
  },
13112
  {
13113
   "archetype": 0,
13114
   "from": 2,
13115
   "attributes": {"32": "is author of"},
13116
   "id": 985,
13117
   "to": 178,
13118
   "text": ""
13119
  },
13120
  {
13121
   "archetype": 0,
13122
   "from": 178,
13123
   "attributes": {"32": "created by"},
13124
   "id": 986,
13125
   "to": 2,
13126
   "text": ""
13127
  },
13128
  {
13129
   "archetype": 4,
13130
   "from": 178,
13131
   "attributes": {"32": "modifys"},
13132
   "id": 987,
13133
   "to": 21,
13134
   "text": ""
13135
  },
13136
  {
13137
   "archetype": 4,
13138
   "from": 21,
13139
   "attributes": {"32": "modifyed by"},
13140
   "id": 988,
13141
   "to": 178,
13142
   "text": ""
13143
  },
13144
  {
13145
   "archetype": 6,
13146
   "from": 2,
13147
   "attributes": {"32": "modifyed"},
13148
   "id": 989,
13149
   "to": 21,
13150
   "text": ""
13151
  },
13152
  {
13153
   "archetype": 6,
13154
   "from": 21,
13155
   "attributes": {"32": "modifyed by"},
13156
   "id": 990,
13157
   "to": 2,
13158
   "text": ""
13159
  },
13160
  {
13161
   "archetype": 0,
13162
   "from": 2,
13163
   "attributes": {"32": "is author of"},
13164
   "id": 991,
13165
   "to": 179,
13166
   "text": ""
13167
  },
13168
  {
13169
   "archetype": 0,
13170
   "from": 179,
13171
   "attributes": {"32": "created by"},
13172
   "id": 992,
13173
   "to": 2,
13174
   "text": ""
13175
  },
13176
  {
13177
   "archetype": 4,
13178
   "from": 179,
13179
   "attributes": {"32": "modifys"},
13180
   "id": 993,
13181
   "to": 21,
13182
   "text": ""
13183
  },
13184
  {
13185
   "archetype": 4,
13186
   "from": 21,
13187
   "attributes": {"32": "modifyed by"},
13188
   "id": 994,
13189
   "to": 179,
13190
   "text": ""
13191
  },
13192
  {
13193
   "archetype": 6,
13194
   "from": 2,
13195
   "attributes": {"32": "modifyed"},
13196
   "id": 995,
13197
   "to": 21,
13198
   "text": ""
13199
  },
13200
  {
13201
   "archetype": 6,
13202
   "from": 21,
13203
   "attributes": {"32": "modifyed by"},
13204
   "id": 996,
13205
   "to": 2,
13206
   "text": ""
13207
  },
13208
  {
13209
   "archetype": 0,
13210
   "from": 2,
13211
   "attributes": {"32": "is author of"},
13212
   "id": 997,
13213
   "to": 180,
13214
   "text": ""
13215
  },
13216
  {
13217
   "archetype": 0,
13218
   "from": 180,
13219
   "attributes": {"32": "created by"},
13220
   "id": 998,
13221
   "to": 2,
13222
   "text": ""
13223
  },
13224
  {
13225
   "archetype": 4,
13226
   "from": 180,
13227
   "attributes": {"32": "modifys"},
13228
   "id": 999,
13229
   "to": 21,
13230
   "text": ""
13231
  },
13232
  {
13233
   "archetype": 4,
13234
   "from": 21,
13235
   "attributes": {"32": "modifyed by"},
13236
   "id": 1000,
13237
   "to": 180,
13238
   "text": ""
13239
  },
13240
  {
13241
   "archetype": 6,
13242
   "from": 2,
13243
   "attributes": {"32": "modifyed"},
13244
   "id": 1001,
13245
   "to": 21,
13246
   "text": ""
13247
  },
13248
  {
13249
   "archetype": 6,
13250
   "from": 21,
13251
   "attributes": {"32": "modifyed by"},
13252
   "id": 1002,
13253
   "to": 2,
13254
   "text": ""
13255
  },
13256
  {
13257
   "archetype": 0,
13258
   "from": 4,
13259
   "attributes": {"32": "is author of"},
13260
   "id": 1003,
13261
   "to": 181,
13262
   "text": ""
13263
  },
13264
  {
13265
   "archetype": 0,
13266
   "from": 181,
13267
   "attributes": {"32": "created by"},
13268
   "id": 1004,
13269
   "to": 4,
13270
   "text": ""
13271
  },
13272
  {
13273
   "archetype": 4,
13274
   "from": 181,
13275
   "attributes": {"32": "adds"},
13276
   "id": 1005,
13277
   "to": 20,
13278
   "text": ""
13279
  },
13280
  {
13281
   "archetype": 4,
13282
   "from": 20,
13283
   "attributes": {"32": "added by"},
13284
   "id": 1006,
13285
   "to": 181,
13286
   "text": ""
13287
  },
13288
  {
13289
   "archetype": 6,
13290
   "from": 4,
13291
   "attributes": {"32": "added"},
13292
   "id": 1007,
13293
   "to": 20,
13294
   "text": ""
13295
  },
13296
  {
13297
   "archetype": 6,
13298
   "from": 20,
13299
   "attributes": {"32": "added by"},
13300
   "id": 1008,
13301
   "to": 4,
13302
   "text": ""
13303
  },
13304
  {
13305
   "archetype": 0,
13306
   "from": 1,
13307
   "attributes": {"32": "is author of"},
13308
   "id": 1009,
13309
   "to": 182,
13310
   "text": ""
13311
  },
13312
  {
13313
   "archetype": 0,
13314
   "from": 182,
13315
   "attributes": {"32": "created by"},
13316
   "id": 1010,
13317
   "to": 1,
13318
   "text": ""
13319
  },
13320
  {
13321
   "archetype": 4,
13322
   "from": 182,
13323
   "attributes": {"32": "logtimes"},
13324
   "id": 1011,
13325
   "to": 20,
13326
   "text": ""
13327
  },
13328
  {
13329
   "archetype": 4,
13330
   "from": 20,
13331
   "attributes": {"32": "logtimeed by"},
13332
   "id": 1012,
13333
   "to": 182,
13334
   "text": ""
13335
  },
13336
  {
13337
   "archetype": 6,
13338
   "from": 1,
13339
   "attributes": {"32": "logtimeed"},
13340
   "id": 1013,
13341
   "to": 20,
13342
   "text": ""
13343
  },
13344
  {
13345
   "archetype": 6,
13346
   "from": 20,
13347
   "attributes": {"32": "logtimeed by"},
13348
   "id": 1014,
13349
   "to": 1,
13350
   "text": ""
13351
  },
13352
  {
13353
   "archetype": 4,
13354
   "from": 182,
13355
   "attributes": {"32": "comments"},
13356
   "id": 1015,
13357
   "to": 20,
13358
   "text": ""
13359
  },
13360
  {
13361
   "archetype": 4,
13362
   "from": 20,
13363
   "attributes": {"32": "commented by"},
13364
   "id": 1016,
13365
   "to": 182,
13366
   "text": ""
13367
  },
13368
  {
13369
   "archetype": 6,
13370
   "from": 1,
13371
   "attributes": {"32": "commented"},
13372
   "id": 1017,
13373
   "to": 20,
13374
   "text": ""
13375
  },
13376
  {
13377
   "archetype": 6,
13378
   "from": 20,
13379
   "attributes": {"32": "commented by"},
13380
   "id": 1018,
13381
   "to": 1,
13382
   "text": ""
13383
  },
13384
  {
13385
   "archetype": 4,
13386
   "from": 183,
13387
   "attributes": {"32": "modifys"},
13388
   "id": 1019,
13389
   "to": 20,
13390
   "text": ""
13391
  },
13392
  {
13393
   "archetype": 4,
13394
   "from": 20,
13395
   "attributes": {"32": "modifyed by"},
13396
   "id": 1020,
13397
   "to": 183,
13398
   "text": ""
13399
  },
13400
  {
13401
   "archetype": 0,
13402
   "from": 2,
13403
   "attributes": {"32": "is author of"},
13404
   "id": 1021,
13405
   "to": 184,
13406
   "text": ""
13407
  },
13408
  {
13409
   "archetype": 0,
13410
   "from": 184,
13411
   "attributes": {"32": "created by"},
13412
   "id": 1022,
13413
   "to": 2,
13414
   "text": ""
13415
  },
13416
  {
13417
   "archetype": 4,
13418
   "from": 184,
13419
   "attributes": {"32": "modifys"},
13420
   "id": 1023,
13421
   "to": 20,
13422
   "text": ""
13423
  },
13424
  {
13425
   "archetype": 4,
13426
   "from": 20,
13427
   "attributes": {"32": "modifyed by"},
13428
   "id": 1024,
13429
   "to": 184,
13430
   "text": ""
13431
  },
13432
  {
13433
   "archetype": 6,
13434
   "from": 2,
13435
   "attributes": {"32": "modifyed"},
13436
   "id": 1025,
13437
   "to": 20,
13438
   "text": ""
13439
  },
13440
  {
13441
   "archetype": 6,
13442
   "from": 20,
13443
   "attributes": {"32": "modifyed by"},
13444
   "id": 1026,
13445
   "to": 2,
13446
   "text": ""
13447
  },
13448
  {
13449
   "archetype": 0,
13450
   "from": 1,
13451
   "attributes": {"32": "is author of"},
13452
   "id": 1027,
13453
   "to": 185,
13454
   "text": ""
13455
  },
13456
  {
13457
   "archetype": 0,
13458
   "from": 185,
13459
   "attributes": {"32": "created by"},
13460
   "id": 1028,
13461
   "to": 1,
13462
   "text": ""
13463
  },
13464
  {
13465
   "archetype": 4,
13466
   "from": 185,
13467
   "attributes": {"32": "modifys"},
13468
   "id": 1029,
13469
   "to": 20,
13470
   "text": ""
13471
  },
13472
  {
13473
   "archetype": 4,
13474
   "from": 20,
13475
   "attributes": {"32": "modifyed by"},
13476
   "id": 1030,
13477
   "to": 185,
13478
   "text": ""
13479
  },
13480
  {
13481
   "archetype": 6,
13482
   "from": 1,
13483
   "attributes": {"32": "modifyed"},
13484
   "id": 1031,
13485
   "to": 20,
13486
   "text": ""
13487
  },
13488
  {
13489
   "archetype": 6,
13490
   "from": 20,
13491
   "attributes": {"32": "modifyed by"},
13492
   "id": 1032,
13493
   "to": 1,
13494
   "text": ""
13495
  },
13496
  {
13497
   "archetype": 0,
13498
   "from": 2,
13499
   "attributes": {"32": "is author of"},
13500
   "id": 1033,
13501
   "to": 186,
13502
   "text": ""
13503
  },
13504
  {
13505
   "archetype": 0,
13506
   "from": 186,
13507
   "attributes": {"32": "created by"},
13508
   "id": 1034,
13509
   "to": 2,
13510
   "text": ""
13511
  },
13512
  {
13513
   "archetype": 4,
13514
   "from": 186,
13515
   "attributes": {"32": "modifys"},
13516
   "id": 1035,
13517
   "to": 20,
13518
   "text": ""
13519
  },
13520
  {
13521
   "archetype": 4,
13522
   "from": 20,
13523
   "attributes": {"32": "modifyed by"},
13524
   "id": 1036,
13525
   "to": 186,
13526
   "text": ""
13527
  },
13528
  {
13529
   "archetype": 6,
13530
   "from": 2,
13531
   "attributes": {"32": "modifyed"},
13532
   "id": 1037,
13533
   "to": 20,
13534
   "text": ""
13535
  },
13536
  {
13537
   "archetype": 6,
13538
   "from": 20,
13539
   "attributes": {"32": "modifyed by"},
13540
   "id": 1038,
13541
   "to": 2,
13542
   "text": ""
13543
  },
13544
  {
13545
   "archetype": 0,
13546
   "from": 2,
13547
   "attributes": {"32": "is author of"},
13548
   "id": 1039,
13549
   "to": 187,
13550
   "text": ""
13551
  },
13552
  {
13553
   "archetype": 0,
13554
   "from": 187,
13555
   "attributes": {"32": "created by"},
13556
   "id": 1040,
13557
   "to": 2,
13558
   "text": ""
13559
  },
13560
  {
13561
   "archetype": 4,
13562
   "from": 187,
13563
   "attributes": {"32": "modifys"},
13564
   "id": 1041,
13565
   "to": 20,
13566
   "text": ""
13567
  },
13568
  {
13569
   "archetype": 4,
13570
   "from": 20,
13571
   "attributes": {"32": "modifyed by"},
13572
   "id": 1042,
13573
   "to": 187,
13574
   "text": ""
13575
  },
13576
  {
13577
   "archetype": 6,
13578
   "from": 2,
13579
   "attributes": {"32": "modifyed"},
13580
   "id": 1043,
13581
   "to": 20,
13582
   "text": ""
13583
  },
13584
  {
13585
   "archetype": 6,
13586
   "from": 20,
13587
   "attributes": {"32": "modifyed by"},
13588
   "id": 1044,
13589
   "to": 2,
13590
   "text": ""
13591
  },
13592
  {
13593
   "archetype": 0,
13594
   "from": 2,
13595
   "attributes": {"32": "is author of"},
13596
   "id": 1045,
13597
   "to": 188,
13598
   "text": ""
13599
  },
13600
  {
13601
   "archetype": 0,
13602
   "from": 188,
13603
   "attributes": {"32": "created by"},
13604
   "id": 1046,
13605
   "to": 2,
13606
   "text": ""
13607
  },
13608
  {
13609
   "archetype": 4,
13610
   "from": 188,
13611
   "attributes": {"32": "modifys"},
13612
   "id": 1047,
13613
   "to": 20,
13614
   "text": ""
13615
  },
13616
  {
13617
   "archetype": 4,
13618
   "from": 20,
13619
   "attributes": {"32": "modifyed by"},
13620
   "id": 1048,
13621
   "to": 188,
13622
   "text": ""
13623
  },
13624
  {
13625
   "archetype": 6,
13626
   "from": 2,
13627
   "attributes": {"32": "modifyed"},
13628
   "id": 1049,
13629
   "to": 20,
13630
   "text": ""
13631
  },
13632
  {
13633
   "archetype": 6,
13634
   "from": 20,
13635
   "attributes": {"32": "modifyed by"},
13636
   "id": 1050,
13637
   "to": 2,
13638
   "text": ""
13639
  },
13640
  {
13641
   "archetype": 0,
13642
   "from": 2,
13643
   "attributes": {"32": "is author of"},
13644
   "id": 1051,
13645
   "to": 189,
13646
   "text": ""
13647
  },
13648
  {
13649
   "archetype": 0,
13650
   "from": 189,
13651
   "attributes": {"32": "created by"},
13652
   "id": 1052,
13653
   "to": 2,
13654
   "text": ""
13655
  },
13656
  {
13657
   "archetype": 4,
13658
   "from": 189,
13659
   "attributes": {"32": "modifys"},
13660
   "id": 1053,
13661
   "to": 20,
13662
   "text": ""
13663
  },
13664
  {
13665
   "archetype": 4,
13666
   "from": 20,
13667
   "attributes": {"32": "modifyed by"},
13668
   "id": 1054,
13669
   "to": 189,
13670
   "text": ""
13671
  },
13672
  {
13673
   "archetype": 6,
13674
   "from": 2,
13675
   "attributes": {"32": "modifyed"},
13676
   "id": 1055,
13677
   "to": 20,
13678
   "text": ""
13679
  },
13680
  {
13681
   "archetype": 6,
13682
   "from": 20,
13683
   "attributes": {"32": "modifyed by"},
13684
   "id": 1056,
13685
   "to": 2,
13686
   "text": ""
13687
  },
13688
  {
13689
   "archetype": 0,
13690
   "from": 2,
13691
   "attributes": {"32": "is author of"},
13692
   "id": 1057,
13693
   "to": 190,
13694
   "text": ""
13695
  },
13696
  {
13697
   "archetype": 0,
13698
   "from": 190,
13699
   "attributes": {"32": "created by"},
13700
   "id": 1058,
13701
   "to": 2,
13702
   "text": ""
13703
  },
13704
  {
13705
   "archetype": 4,
13706
   "from": 190,
13707
   "attributes": {"32": "modifys"},
13708
   "id": 1059,
13709
   "to": 20,
13710
   "text": ""
13711
  },
13712
  {
13713
   "archetype": 4,
13714
   "from": 20,
13715
   "attributes": {"32": "modifyed by"},
13716
   "id": 1060,
13717
   "to": 190,
13718
   "text": ""
13719
  },
13720
  {
13721
   "archetype": 6,
13722
   "from": 2,
13723
   "attributes": {"32": "modifyed"},
13724
   "id": 1061,
13725
   "to": 20,
13726
   "text": ""
13727
  },
13728
  {
13729
   "archetype": 6,
13730
   "from": 20,
13731
   "attributes": {"32": "modifyed by"},
13732
   "id": 1062,
13733
   "to": 2,
13734
   "text": ""
13735
  },
13736
  {
13737
   "archetype": 0,
13738
   "from": 2,
13739
   "attributes": {"32": "is author of"},
13740
   "id": 1063,
13741
   "to": 191,
13742
   "text": ""
13743
  },
13744
  {
13745
   "archetype": 0,
13746
   "from": 191,
13747
   "attributes": {"32": "created by"},
13748
   "id": 1064,
13749
   "to": 2,
13750
   "text": ""
13751
  },
13752
  {
13753
   "archetype": 4,
13754
   "from": 191,
13755
   "attributes": {"32": "modifys"},
13756
   "id": 1065,
13757
   "to": 20,
13758
   "text": ""
13759
  },
13760
  {
13761
   "archetype": 4,
13762
   "from": 20,
13763
   "attributes": {"32": "modifyed by"},
13764
   "id": 1066,
13765
   "to": 191,
13766
   "text": ""
13767
  },
13768
  {
13769
   "archetype": 6,
13770
   "from": 2,
13771
   "attributes": {"32": "modifyed"},
13772
   "id": 1067,
13773
   "to": 20,
13774
   "text": ""
13775
  },
13776
  {
13777
   "archetype": 6,
13778
   "from": 20,
13779
   "attributes": {"32": "modifyed by"},
13780
   "id": 1068,
13781
   "to": 2,
13782
   "text": ""
13783
  },
13784
  {
13785
   "archetype": 4,
13786
   "from": 192,
13787
   "attributes": {"32": "modifys"},
13788
   "id": 1069,
13789
   "to": 20,
13790
   "text": ""
13791
  },
13792
  {
13793
   "archetype": 4,
13794
   "from": 20,
13795
   "attributes": {"32": "modifyed by"},
13796
   "id": 1070,
13797
   "to": 192,
13798
   "text": ""
13799
  },
13800
  {
13801
   "archetype": 4,
13802
   "from": 193,
13803
   "attributes": {"32": "modifys"},
13804
   "id": 1071,
13805
   "to": 20,
13806
   "text": ""
13807
  },
13808
  {
13809
   "archetype": 4,
13810
   "from": 20,
13811
   "attributes": {"32": "modifyed by"},
13812
   "id": 1072,
13813
   "to": 193,
13814
   "text": ""
13815
  },
13816
  {
13817
   "archetype": 0,
13818
   "from": 1,
13819
   "attributes": {"32": "is author of"},
13820
   "id": 1073,
13821
   "to": 194,
13822
   "text": ""
13823
  },
13824
  {
13825
   "archetype": 0,
13826
   "from": 194,
13827
   "attributes": {"32": "created by"},
13828
   "id": 1074,
13829
   "to": 1,
13830
   "text": ""
13831
  },
13832
  {
13833
   "archetype": 4,
13834
   "from": 194,
13835
   "attributes": {"32": "modifys"},
13836
   "id": 1075,
13837
   "to": 20,
13838
   "text": ""
13839
  },
13840
  {
13841
   "archetype": 4,
13842
   "from": 20,
13843
   "attributes": {"32": "modifyed by"},
13844
   "id": 1076,
13845
   "to": 194,
13846
   "text": ""
13847
  },
13848
  {
13849
   "archetype": 6,
13850
   "from": 1,
13851
   "attributes": {"32": "modifyed"},
13852
   "id": 1077,
13853
   "to": 20,
13854
   "text": ""
13855
  },
13856
  {
13857
   "archetype": 6,
13858
   "from": 20,
13859
   "attributes": {"32": "modifyed by"},
13860
   "id": 1078,
13861
   "to": 1,
13862
   "text": ""
13863
  },
13864
  {
13865
   "archetype": 0,
13866
   "from": 2,
13867
   "attributes": {"32": "is author of"},
13868
   "id": 1079,
13869
   "to": 195,
13870
   "text": ""
13871
  },
13872
  {
13873
   "archetype": 0,
13874
   "from": 195,
13875
   "attributes": {"32": "created by"},
13876
   "id": 1080,
13877
   "to": 2,
13878
   "text": ""
13879
  },
13880
  {
13881
   "archetype": 4,
13882
   "from": 195,
13883
   "attributes": {"32": "modifys"},
13884
   "id": 1081,
13885
   "to": 20,
13886
   "text": ""
13887
  },
13888
  {
13889
   "archetype": 4,
13890
   "from": 20,
13891
   "attributes": {"32": "modifyed by"},
13892
   "id": 1082,
13893
   "to": 195,
13894
   "text": ""
13895
  },
13896
  {
13897
   "archetype": 6,
13898
   "from": 2,
13899
   "attributes": {"32": "modifyed"},
13900
   "id": 1083,
13901
   "to": 20,
13902
   "text": ""
13903
  },
13904
  {
13905
   "archetype": 6,
13906
   "from": 20,
13907
   "attributes": {"32": "modifyed by"},
13908
   "id": 1084,
13909
   "to": 2,
13910
   "text": ""
13911
  },
13912
  {
13913
   "archetype": 0,
13914
   "from": 4,
13915
   "attributes": {"32": "is author of"},
13916
   "id": 1085,
13917
   "to": 196,
13918
   "text": ""
13919
  },
13920
  {
13921
   "archetype": 0,
13922
   "from": 196,
13923
   "attributes": {"32": "created by"},
13924
   "id": 1086,
13925
   "to": 4,
13926
   "text": ""
13927
  },
13928
  {
13929
   "archetype": 4,
13930
   "from": 196,
13931
   "attributes": {"32": "adds"},
13932
   "id": 1087,
13933
   "to": 19,
13934
   "text": ""
13935
  },
13936
  {
13937
   "archetype": 4,
13938
   "from": 19,
13939
   "attributes": {"32": "added by"},
13940
   "id": 1088,
13941
   "to": 196,
13942
   "text": ""
13943
  },
13944
  {
13945
   "archetype": 6,
13946
   "from": 4,
13947
   "attributes": {"32": "added"},
13948
   "id": 1089,
13949
   "to": 19,
13950
   "text": ""
13951
  },
13952
  {
13953
   "archetype": 6,
13954
   "from": 19,
13955
   "attributes": {"32": "added by"},
13956
   "id": 1090,
13957
   "to": 4,
13958
   "text": ""
13959
  },
13960
  {
13961
   "archetype": 0,
13962
   "from": 3,
13963
   "attributes": {"32": "is author of"},
13964
   "id": 1091,
13965
   "to": 197,
13966
   "text": ""
13967
  },
13968
  {
13969
   "archetype": 0,
13970
   "from": 197,
13971
   "attributes": {"32": "created by"},
13972
   "id": 1092,
13973
   "to": 3,
13974
   "text": ""
13975
  },
13976
  {
13977
   "archetype": 4,
13978
   "from": 197,
13979
   "attributes": {"32": "logtimes"},
13980
   "id": 1093,
13981
   "to": 19,
13982
   "text": ""
13983
  },
13984
  {
13985
   "archetype": 4,
13986
   "from": 19,
13987
   "attributes": {"32": "logtimeed by"},
13988
   "id": 1094,
13989
   "to": 197,
13990
   "text": ""
13991
  },
13992
  {
13993
   "archetype": 6,
13994
   "from": 3,
13995
   "attributes": {"32": "logtimeed"},
13996
   "id": 1095,
13997
   "to": 19,
13998
   "text": ""
13999
  },
14000
  {
14001
   "archetype": 6,
14002
   "from": 19,
14003
   "attributes": {"32": "logtimeed by"},
14004
   "id": 1096,
14005
   "to": 3,
14006
   "text": ""
14007
  },
14008
  {
14009
   "archetype": 4,
14010
   "from": 197,
14011
   "attributes": {"32": "comments"},
14012
   "id": 1097,
14013
   "to": 19,
14014
   "text": ""
14015
  },
14016
  {
14017
   "archetype": 4,
14018
   "from": 19,
14019
   "attributes": {"32": "commented by"},
14020
   "id": 1098,
14021
   "to": 197,
14022
   "text": ""
14023
  },
14024
  {
14025
   "archetype": 6,
14026
   "from": 3,
14027
   "attributes": {"32": "commented"},
14028
   "id": 1099,
14029
   "to": 19,
14030
   "text": ""
14031
  },
14032
  {
14033
   "archetype": 6,
14034
   "from": 19,
14035
   "attributes": {"32": "commented by"},
14036
   "id": 1100,
14037
   "to": 3,
14038
   "text": ""
14039
  },
14040
  {
14041
   "archetype": 4,
14042
   "from": 198,
14043
   "attributes": {"32": "modifys"},
14044
   "id": 1101,
14045
   "to": 19,
14046
   "text": ""
14047
  },
14048
  {
14049
   "archetype": 4,
14050
   "from": 19,
14051
   "attributes": {"32": "modifyed by"},
14052
   "id": 1102,
14053
   "to": 198,
14054
   "text": ""
14055
  },
14056
  {
14057
   "archetype": 4,
14058
   "from": 199,
14059
   "attributes": {"32": "modifys"},
14060
   "id": 1103,
14061
   "to": 19,
14062
   "text": ""
14063
  },
14064
  {
14065
   "archetype": 4,
14066
   "from": 19,
14067
   "attributes": {"32": "modifyed by"},
14068
   "id": 1104,
14069
   "to": 199,
14070
   "text": ""
14071
  },
14072
  {
14073
   "archetype": 0,
14074
   "from": 2,
14075
   "attributes": {"32": "is author of"},
14076
   "id": 1105,
14077
   "to": 200,
14078
   "text": ""
14079
  },
14080
  {
14081
   "archetype": 0,
14082
   "from": 200,
14083
   "attributes": {"32": "created by"},
14084
   "id": 1106,
14085
   "to": 2,
14086
   "text": ""
14087
  },
14088
  {
14089
   "archetype": 4,
14090
   "from": 200,
14091
   "attributes": {"32": "modifys"},
14092
   "id": 1107,
14093
   "to": 19,
14094
   "text": ""
14095
  },
14096
  {
14097
   "archetype": 4,
14098
   "from": 19,
14099
   "attributes": {"32": "modifyed by"},
14100
   "id": 1108,
14101
   "to": 200,
14102
   "text": ""
14103
  },
14104
  {
14105
   "archetype": 6,
14106
   "from": 2,
14107
   "attributes": {"32": "modifyed"},
14108
   "id": 1109,
14109
   "to": 19,
14110
   "text": ""
14111
  },
14112
  {
14113
   "archetype": 6,
14114
   "from": 19,
14115
   "attributes": {"32": "modifyed by"},
14116
   "id": 1110,
14117
   "to": 2,
14118
   "text": ""
14119
  },
14120
  {
14121
   "archetype": 0,
14122
   "from": 2,
14123
   "attributes": {"32": "is author of"},
14124
   "id": 1111,
14125
   "to": 201,
14126
   "text": ""
14127
  },
14128
  {
14129
   "archetype": 0,
14130
   "from": 201,
14131
   "attributes": {"32": "created by"},
14132
   "id": 1112,
14133
   "to": 2,
14134
   "text": ""
14135
  },
14136
  {
14137
   "archetype": 4,
14138
   "from": 201,
14139
   "attributes": {"32": "modifys"},
14140
   "id": 1113,
14141
   "to": 19,
14142
   "text": ""
14143
  },
14144
  {
14145
   "archetype": 4,
14146
   "from": 19,
14147
   "attributes": {"32": "modifyed by"},
14148
   "id": 1114,
14149
   "to": 201,
14150
   "text": ""
14151
  },
14152
  {
14153
   "archetype": 6,
14154
   "from": 2,
14155
   "attributes": {"32": "modifyed"},
14156
   "id": 1115,
14157
   "to": 19,
14158
   "text": ""
14159
  },
14160
  {
14161
   "archetype": 6,
14162
   "from": 19,
14163
   "attributes": {"32": "modifyed by"},
14164
   "id": 1116,
14165
   "to": 2,
14166
   "text": ""
14167
  },
14168
  {
14169
   "archetype": 0,
14170
   "from": 2,
14171
   "attributes": {"32": "is author of"},
14172
   "id": 1117,
14173
   "to": 202,
14174
   "text": ""
14175
  },
14176
  {
14177
   "archetype": 0,
14178
   "from": 202,
14179
   "attributes": {"32": "created by"},
14180
   "id": 1118,
14181
   "to": 2,
14182
   "text": ""
14183
  },
14184
  {
14185
   "archetype": 4,
14186
   "from": 202,
14187
   "attributes": {"32": "modifys"},
14188
   "id": 1119,
14189
   "to": 19,
14190
   "text": ""
14191
  },
14192
  {
14193
   "archetype": 4,
14194
   "from": 19,
14195
   "attributes": {"32": "modifyed by"},
14196
   "id": 1120,
14197
   "to": 202,
14198
   "text": ""
14199
  },
14200
  {
14201
   "archetype": 6,
14202
   "from": 2,
14203
   "attributes": {"32": "modifyed"},
14204
   "id": 1121,
14205
   "to": 19,
14206
   "text": ""
14207
  },
14208
  {
14209
   "archetype": 6,
14210
   "from": 19,
14211
   "attributes": {"32": "modifyed by"},
14212
   "id": 1122,
14213
   "to": 2,
14214
   "text": ""
14215
  },
14216
  {
14217
   "archetype": 0,
14218
   "from": 2,
14219
   "attributes": {"32": "is author of"},
14220
   "id": 1123,
14221
   "to": 203,
14222
   "text": ""
14223
  },
14224
  {
14225
   "archetype": 0,
14226
   "from": 203,
14227
   "attributes": {"32": "created by"},
14228
   "id": 1124,
14229
   "to": 2,
14230
   "text": ""
14231
  },
14232
  {
14233
   "archetype": 4,
14234
   "from": 203,
14235
   "attributes": {"32": "modifys"},
14236
   "id": 1125,
14237
   "to": 19,
14238
   "text": ""
14239
  },
14240
  {
14241
   "archetype": 4,
14242
   "from": 19,
14243
   "attributes": {"32": "modifyed by"},
14244
   "id": 1126,
14245
   "to": 203,
14246
   "text": ""
14247
  },
14248
  {
14249
   "archetype": 6,
14250
   "from": 2,
14251
   "attributes": {"32": "modifyed"},
14252
   "id": 1127,
14253
   "to": 19,
14254
   "text": ""
14255
  },
14256
  {
14257
   "archetype": 6,
14258
   "from": 19,
14259
   "attributes": {"32": "modifyed by"},
14260
   "id": 1128,
14261
   "to": 2,
14262
   "text": ""
14263
  },
14264
  {
14265
   "archetype": 0,
14266
   "from": 2,
14267
   "attributes": {"32": "is author of"},
14268
   "id": 1129,
14269
   "to": 204,
14270
   "text": ""
14271
  },
14272
  {
14273
   "archetype": 0,
14274
   "from": 204,
14275
   "attributes": {"32": "created by"},
14276
   "id": 1130,
14277
   "to": 2,
14278
   "text": ""
14279
  },
14280
  {
14281
   "archetype": 4,
14282
   "from": 204,
14283
   "attributes": {"32": "modifys"},
14284
   "id": 1131,
14285
   "to": 19,
14286
   "text": ""
14287
  },
14288
  {
14289
   "archetype": 4,
14290
   "from": 19,
14291
   "attributes": {"32": "modifyed by"},
14292
   "id": 1132,
14293
   "to": 204,
14294
   "text": ""
14295
  },
14296
  {
14297
   "archetype": 6,
14298
   "from": 2,
14299
   "attributes": {"32": "modifyed"},
14300
   "id": 1133,
14301
   "to": 19,
14302
   "text": ""
14303
  },
14304
  {
14305
   "archetype": 6,
14306
   "from": 19,
14307
   "attributes": {"32": "modifyed by"},
14308
   "id": 1134,
14309
   "to": 2,
14310
   "text": ""
14311
  },
14312
  {
14313
   "archetype": 0,
14314
   "from": 2,
14315
   "attributes": {"32": "is author of"},
14316
   "id": 1135,
14317
   "to": 205,
14318
   "text": ""
14319
  },
14320
  {
14321
   "archetype": 0,
14322
   "from": 205,
14323
   "attributes": {"32": "created by"},
14324
   "id": 1136,
14325
   "to": 2,
14326
   "text": ""
14327
  },
14328
  {
14329
   "archetype": 4,
14330
   "from": 205,
14331
   "attributes": {"32": "modifys"},
14332
   "id": 1137,
14333
   "to": 19,
14334
   "text": ""
14335
  },
14336
  {
14337
   "archetype": 4,
14338
   "from": 19,
14339
   "attributes": {"32": "modifyed by"},
14340
   "id": 1138,
14341
   "to": 205,
14342
   "text": ""
14343
  },
14344
  {
14345
   "archetype": 6,
14346
   "from": 2,
14347
   "attributes": {"32": "modifyed"},
14348
   "id": 1139,
14349
   "to": 19,
14350
   "text": ""
14351
  },
14352
  {
14353
   "archetype": 6,
14354
   "from": 19,
14355
   "attributes": {"32": "modifyed by"},
14356
   "id": 1140,
14357
   "to": 2,
14358
   "text": ""
14359
  },
14360
  {
14361
   "archetype": 4,
14362
   "from": 206,
14363
   "attributes": {"32": "modifys"},
14364
   "id": 1141,
14365
   "to": 19,
14366
   "text": ""
14367
  },
14368
  {
14369
   "archetype": 4,
14370
   "from": 19,
14371
   "attributes": {"32": "modifyed by"},
14372
   "id": 1142,
14373
   "to": 206,
14374
   "text": ""
14375
  },
14376
  {
14377
   "archetype": 4,
14378
   "from": 207,
14379
   "attributes": {"32": "modifys"},
14380
   "id": 1143,
14381
   "to": 19,
14382
   "text": ""
14383
  },
14384
  {
14385
   "archetype": 4,
14386
   "from": 19,
14387
   "attributes": {"32": "modifyed by"},
14388
   "id": 1144,
14389
   "to": 207,
14390
   "text": ""
14391
  },
14392
  {
14393
   "archetype": 0,
14394
   "from": 3,
14395
   "attributes": {"32": "is author of"},
14396
   "id": 1145,
14397
   "to": 208,
14398
   "text": ""
14399
  },
14400
  {
14401
   "archetype": 0,
14402
   "from": 208,
14403
   "attributes": {"32": "created by"},
14404
   "id": 1146,
14405
   "to": 3,
14406
   "text": ""
14407
  },
14408
  {
14409
   "archetype": 4,
14410
   "from": 208,
14411
   "attributes": {"32": "modifys"},
14412
   "id": 1147,
14413
   "to": 19,
14414
   "text": ""
14415
  },
14416
  {
14417
   "archetype": 4,
14418
   "from": 19,
14419
   "attributes": {"32": "modifyed by"},
14420
   "id": 1148,
14421
   "to": 208,
14422
   "text": ""
14423
  },
14424
  {
14425
   "archetype": 6,
14426
   "from": 3,
14427
   "attributes": {"32": "modifyed"},
14428
   "id": 1149,
14429
   "to": 19,
14430
   "text": ""
14431
  },
14432
  {
14433
   "archetype": 6,
14434
   "from": 19,
14435
   "attributes": {"32": "modifyed by"},
14436
   "id": 1150,
14437
   "to": 3,
14438
   "text": ""
14439
  },
14440
  {
14441
   "archetype": 0,
14442
   "from": 2,
14443
   "attributes": {"32": "is author of"},
14444
   "id": 1151,
14445
   "to": 209,
14446
   "text": ""
14447
  },
14448
  {
14449
   "archetype": 0,
14450
   "from": 209,
14451
   "attributes": {"32": "created by"},
14452
   "id": 1152,
14453
   "to": 2,
14454
   "text": ""
14455
  },
14456
  {
14457
   "archetype": 4,
14458
   "from": 209,
14459
   "attributes": {"32": "modifys"},
14460
   "id": 1153,
14461
   "to": 19,
14462
   "text": ""
14463
  },
14464
  {
14465
   "archetype": 4,
14466
   "from": 19,
14467
   "attributes": {"32": "modifyed by"},
14468
   "id": 1154,
14469
   "to": 209,
14470
   "text": ""
14471
  },
14472
  {
14473
   "archetype": 6,
14474
   "from": 2,
14475
   "attributes": {"32": "modifyed"},
14476
   "id": 1155,
14477
   "to": 19,
14478
   "text": ""
14479
  },
14480
  {
14481
   "archetype": 6,
14482
   "from": 19,
14483
   "attributes": {"32": "modifyed by"},
14484
   "id": 1156,
14485
   "to": 2,
14486
   "text": ""
14487
  },
14488
  {
14489
   "archetype": 0,
14490
   "from": 4,
14491
   "attributes": {"32": "is author of"},
14492
   "id": 1157,
14493
   "to": 210,
14494
   "text": ""
14495
  },
14496
  {
14497
   "archetype": 0,
14498
   "from": 210,
14499
   "attributes": {"32": "created by"},
14500
   "id": 1158,
14501
   "to": 4,
14502
   "text": ""
14503
  },
14504
  {
14505
   "archetype": 4,
14506
   "from": 210,
14507
   "attributes": {"32": "adds"},
14508
   "id": 1159,
14509
   "to": 17,
14510
   "text": ""
14511
  },
14512
  {
14513
   "archetype": 4,
14514
   "from": 17,
14515
   "attributes": {"32": "added by"},
14516
   "id": 1160,
14517
   "to": 210,
14518
   "text": ""
14519
  },
14520
  {
14521
   "archetype": 6,
14522
   "from": 4,
14523
   "attributes": {"32": "added"},
14524
   "id": 1161,
14525
   "to": 17,
14526
   "text": ""
14527
  },
14528
  {
14529
   "archetype": 6,
14530
   "from": 17,
14531
   "attributes": {"32": "added by"},
14532
   "id": 1162,
14533
   "to": 4,
14534
   "text": ""
14535
  },
14536
  {
14537
   "archetype": 0,
14538
   "from": 2,
14539
   "attributes": {"32": "is author of"},
14540
   "id": 1163,
14541
   "to": 211,
14542
   "text": ""
14543
  },
14544
  {
14545
   "archetype": 0,
14546
   "from": 211,
14547
   "attributes": {"32": "created by"},
14548
   "id": 1164,
14549
   "to": 2,
14550
   "text": ""
14551
  },
14552
  {
14553
   "archetype": 4,
14554
   "from": 211,
14555
   "attributes": {"32": "logtimes"},
14556
   "id": 1165,
14557
   "to": 17,
14558
   "text": ""
14559
  },
14560
  {
14561
   "archetype": 4,
14562
   "from": 17,
14563
   "attributes": {"32": "logtimeed by"},
14564
   "id": 1166,
14565
   "to": 211,
14566
   "text": ""
14567
  },
14568
  {
14569
   "archetype": 6,
14570
   "from": 2,
14571
   "attributes": {"32": "logtimeed"},
14572
   "id": 1167,
14573
   "to": 17,
14574
   "text": ""
14575
  },
14576
  {
14577
   "archetype": 6,
14578
   "from": 17,
14579
   "attributes": {"32": "logtimeed by"},
14580
   "id": 1168,
14581
   "to": 2,
14582
   "text": ""
14583
  },
14584
  {
14585
   "archetype": 0,
14586
   "from": 2,
14587
   "attributes": {"32": "is author of"},
14588
   "id": 1169,
14589
   "to": 212,
14590
   "text": ""
14591
  },
14592
  {
14593
   "archetype": 0,
14594
   "from": 212,
14595
   "attributes": {"32": "created by"},
14596
   "id": 1170,
14597
   "to": 2,
14598
   "text": ""
14599
  },
14600
  {
14601
   "archetype": 4,
14602
   "from": 212,
14603
   "attributes": {"32": "modifys"},
14604
   "id": 1171,
14605
   "to": 17,
14606
   "text": ""
14607
  },
14608
  {
14609
   "archetype": 4,
14610
   "from": 17,
14611
   "attributes": {"32": "modifyed by"},
14612
   "id": 1172,
14613
   "to": 212,
14614
   "text": ""
14615
  },
14616
  {
14617
   "archetype": 6,
14618
   "from": 2,
14619
   "attributes": {"32": "modifyed"},
14620
   "id": 1173,
14621
   "to": 17,
14622
   "text": ""
14623
  },
14624
  {
14625
   "archetype": 6,
14626
   "from": 17,
14627
   "attributes": {"32": "modifyed by"},
14628
   "id": 1174,
14629
   "to": 2,
14630
   "text": ""
14631
  },
14632
  {
14633
   "archetype": 0,
14634
   "from": 2,
14635
   "attributes": {"32": "is author of"},
14636
   "id": 1175,
14637
   "to": 213,
14638
   "text": ""
14639
  },
14640
  {
14641
   "archetype": 0,
14642
   "from": 213,
14643
   "attributes": {"32": "created by"},
14644
   "id": 1176,
14645
   "to": 2,
14646
   "text": ""
14647
  },
14648
  {
14649
   "archetype": 4,
14650
   "from": 213,
14651
   "attributes": {"32": "modifys"},
14652
   "id": 1177,
14653
   "to": 17,
14654
   "text": ""
14655
  },
14656
  {
14657
   "archetype": 4,
14658
   "from": 17,
14659
   "attributes": {"32": "modifyed by"},
14660
   "id": 1178,
14661
   "to": 213,
14662
   "text": ""
14663
  },
14664
  {
14665
   "archetype": 6,
14666
   "from": 2,
14667
   "attributes": {"32": "modifyed"},
14668
   "id": 1179,
14669
   "to": 17,
14670
   "text": ""
14671
  },
14672
  {
14673
   "archetype": 6,
14674
   "from": 17,
14675
   "attributes": {"32": "modifyed by"},
14676
   "id": 1180,
14677
   "to": 2,
14678
   "text": ""
14679
  },
14680
  {
14681
   "archetype": 4,
14682
   "from": 214,
14683
   "attributes": {"32": "modifys"},
14684
   "id": 1181,
14685
   "to": 17,
14686
   "text": ""
14687
  },
14688
  {
14689
   "archetype": 4,
14690
   "from": 17,
14691
   "attributes": {"32": "modifyed by"},
14692
   "id": 1182,
14693
   "to": 214,
14694
   "text": ""
14695
  },
14696
  {
14697
   "archetype": 0,
14698
   "from": 2,
14699
   "attributes": {"32": "is author of"},
14700
   "id": 1183,
14701
   "to": 215,
14702
   "text": ""
14703
  },
14704
  {
14705
   "archetype": 0,
14706
   "from": 215,
14707
   "attributes": {"32": "created by"},
14708
   "id": 1184,
14709
   "to": 2,
14710
   "text": ""
14711
  },
14712
  {
14713
   "archetype": 4,
14714
   "from": 215,
14715
   "attributes": {"32": "modifys"},
14716
   "id": 1185,
14717
   "to": 17,
14718
   "text": ""
14719
  },
14720
  {
14721
   "archetype": 4,
14722
   "from": 17,
14723
   "attributes": {"32": "modifyed by"},
14724
   "id": 1186,
14725
   "to": 215,
14726
   "text": ""
14727
  },
14728
  {
14729
   "archetype": 6,
14730
   "from": 2,
14731
   "attributes": {"32": "modifyed"},
14732
   "id": 1187,
14733
   "to": 17,
14734
   "text": ""
14735
  },
14736
  {
14737
   "archetype": 6,
14738
   "from": 17,
14739
   "attributes": {"32": "modifyed by"},
14740
   "id": 1188,
14741
   "to": 2,
14742
   "text": ""
14743
  },
14744
  {
14745
   "archetype": 0,
14746
   "from": 4,
14747
   "attributes": {"32": "is author of"},
14748
   "id": 1189,
14749
   "to": 216,
14750
   "text": ""
14751
  },
14752
  {
14753
   "archetype": 0,
14754
   "from": 216,
14755
   "attributes": {"32": "created by"},
14756
   "id": 1190,
14757
   "to": 4,
14758
   "text": ""
14759
  },
14760
  {
14761
   "archetype": 4,
14762
   "from": 216,
14763
   "attributes": {"32": "adds"},
14764
   "id": 1191,
14765
   "to": 10,
14766
   "text": ""
14767
  },
14768
  {
14769
   "archetype": 4,
14770
   "from": 10,
14771
   "attributes": {"32": "added by"},
14772
   "id": 1192,
14773
   "to": 216,
14774
   "text": ""
14775
  },
14776
  {
14777
   "archetype": 6,
14778
   "from": 4,
14779
   "attributes": {"32": "added"},
14780
   "id": 1193,
14781
   "to": 10,
14782
   "text": ""
14783
  },
14784
  {
14785
   "archetype": 6,
14786
   "from": 10,
14787
   "attributes": {"32": "added by"},
14788
   "id": 1194,
14789
   "to": 4,
14790
   "text": ""
14791
  },
14792
  {
14793
   "archetype": 0,
14794
   "from": 4,
14795
   "attributes": {"32": "is author of"},
14796
   "id": 1195,
14797
   "to": 217,
14798
   "text": ""
14799
  },
14800
  {
14801
   "archetype": 0,
14802
   "from": 217,
14803
   "attributes": {"32": "created by"},
14804
   "id": 1196,
14805
   "to": 4,
14806
   "text": ""
14807
  },
14808
  {
14809
   "archetype": 4,
14810
   "from": 217,
14811
   "attributes": {"32": "logtimes"},
14812
   "id": 1197,
14813
   "to": 10,
14814
   "text": ""
14815
  },
14816
  {
14817
   "archetype": 4,
14818
   "from": 10,
14819
   "attributes": {"32": "logtimeed by"},
14820
   "id": 1198,
14821
   "to": 217,
14822
   "text": ""
14823
  },
14824
  {
14825
   "archetype": 6,
14826
   "from": 4,
14827
   "attributes": {"32": "logtimeed"},
14828
   "id": 1199,
14829
   "to": 10,
14830
   "text": ""
14831
  },
14832
  {
14833
   "archetype": 6,
14834
   "from": 10,
14835
   "attributes": {"32": "logtimeed by"},
14836
   "id": 1200,
14837
   "to": 4,
14838
   "text": ""
14839
  },
14840
  {
14841
   "archetype": 4,
14842
   "from": 218,
14843
   "attributes": {"32": "modifys"},
14844
   "id": 1201,
14845
   "to": 10,
14846
   "text": ""
14847
  },
14848
  {
14849
   "archetype": 4,
14850
   "from": 10,
14851
   "attributes": {"32": "modifyed by"},
14852
   "id": 1202,
14853
   "to": 218,
14854
   "text": ""
14855
  },
14856
  {
14857
   "archetype": 4,
14858
   "from": 218,
14859
   "attributes": {"32": "adds"},
14860
   "id": 1203,
14861
   "to": 294,
14862
   "text": ""
14863
  },
14864
  {
14865
   "archetype": 4,
14866
   "from": 294,
14867
   "attributes": {"32": "added by"},
14868
   "id": 1204,
14869
   "to": 218,
14870
   "text": ""
14871
  },
14872
  {
14873
   "archetype": 4,
14874
   "from": 218,
14875
   "attributes": {"32": "comments"},
14876
   "id": 1205,
14877
   "to": 10,
14878
   "text": ""
14879
  },
14880
  {
14881
   "archetype": 4,
14882
   "from": 10,
14883
   "attributes": {"32": "commented by"},
14884
   "id": 1206,
14885
   "to": 218,
14886
   "text": ""
14887
  },
14888
  {
14889
   "archetype": 3,
14890
   "from": 294,
14891
   "attributes": {"32": "attached to:RELATESTO:GENERAL"},
14892
   "id": 1207,
14893
   "to": 10,
14894
   "text": ""
14895
  },
14896
  {
14897
   "archetype": 0,
14898
   "from": 2,
14899
   "attributes": {"32": "is author of"},
14900
   "id": 1208,
14901
   "to": 219,
14902
   "text": ""
14903
  },
14904
  {
14905
   "archetype": 0,
14906
   "from": 219,
14907
   "attributes": {"32": "created by"},
14908
   "id": 1209,
14909
   "to": 2,
14910
   "text": ""
14911
  },
14912
  {
14913
   "archetype": 4,
14914
   "from": 219,
14915
   "attributes": {"32": "modifys"},
14916
   "id": 1210,
14917
   "to": 10,
14918
   "text": ""
14919
  },
14920
  {
14921
   "archetype": 4,
14922
   "from": 10,
14923
   "attributes": {"32": "modifyed by"},
14924
   "id": 1211,
14925
   "to": 219,
14926
   "text": ""
14927
  },
14928
  {
14929
   "archetype": 6,
14930
   "from": 2,
14931
   "attributes": {"32": "modifyed"},
14932
   "id": 1212,
14933
   "to": 10,
14934
   "text": ""
14935
  },
14936
  {
14937
   "archetype": 6,
14938
   "from": 10,
14939
   "attributes": {"32": "modifyed by"},
14940
   "id": 1213,
14941
   "to": 2,
14942
   "text": ""
14943
  },
14944
  {
14945
   "archetype": 4,
14946
   "from": 220,
14947
   "attributes": {"32": "modifys"},
14948
   "id": 1214,
14949
   "to": 10,
14950
   "text": ""
14951
  },
14952
  {
14953
   "archetype": 4,
14954
   "from": 10,
14955
   "attributes": {"32": "modifyed by"},
14956
   "id": 1215,
14957
   "to": 220,
14958
   "text": ""
14959
  },
14960
  {
14961
   "archetype": 0,
14962
   "from": 2,
14963
   "attributes": {"32": "is author of"},
14964
   "id": 1216,
14965
   "to": 221,
14966
   "text": ""
14967
  },
14968
  {
14969
   "archetype": 0,
14970
   "from": 221,
14971
   "attributes": {"32": "created by"},
14972
   "id": 1217,
14973
   "to": 2,
14974
   "text": ""
14975
  },
14976
  {
14977
   "archetype": 4,
14978
   "from": 221,
14979
   "attributes": {"32": "adds"},
14980
   "id": 1218,
14981
   "to": 15,
14982
   "text": ""
14983
  },
14984
  {
14985
   "archetype": 4,
14986
   "from": 15,
14987
   "attributes": {"32": "added by"},
14988
   "id": 1219,
14989
   "to": 221,
14990
   "text": ""
14991
  },
14992
  {
14993
   "archetype": 6,
14994
   "from": 2,
14995
   "attributes": {"32": "added"},
14996
   "id": 1220,
14997
   "to": 15,
14998
   "text": ""
14999
  },
15000
  {
15001
   "archetype": 6,
15002
   "from": 15,
15003
   "attributes": {"32": "added by"},
15004
   "id": 1221,
15005
   "to": 2,
15006
   "text": ""
15007
  },
15008
  {
15009
   "archetype": 0,
15010
   "from": 2,
15011
   "attributes": {"32": "is author of"},
15012
   "id": 1222,
15013
   "to": 222,
15014
   "text": ""
15015
  },
15016
  {
15017
   "archetype": 0,
15018
   "from": 222,
15019
   "attributes": {"32": "created by"},
15020
   "id": 1223,
15021
   "to": 2,
15022
   "text": ""
15023
  },
15024
  {
15025
   "archetype": 4,
15026
   "from": 222,
15027
   "attributes": {"32": "logtimes"},
15028
   "id": 1224,
15029
   "to": 15,
15030
   "text": ""
15031
  },
15032
  {
15033
   "archetype": 4,
15034
   "from": 15,
15035
   "attributes": {"32": "logtimeed by"},
15036
   "id": 1225,
15037
   "to": 222,
15038
   "text": ""
15039
  },
15040
  {
15041
   "archetype": 6,
15042
   "from": 2,
15043
   "attributes": {"32": "logtimeed"},
15044
   "id": 1226,
15045
   "to": 15,
15046
   "text": ""
15047
  },
15048
  {
15049
   "archetype": 6,
15050
   "from": 15,
15051
   "attributes": {"32": "logtimeed by"},
15052
   "id": 1227,
15053
   "to": 2,
15054
   "text": ""
15055
  },
15056
  {
15057
   "archetype": 0,
15058
   "from": 2,
15059
   "attributes": {"32": "is author of"},
15060
   "id": 1228,
15061
   "to": 223,
15062
   "text": ""
15063
  },
15064
  {
15065
   "archetype": 0,
15066
   "from": 223,
15067
   "attributes": {"32": "created by"},
15068
   "id": 1229,
15069
   "to": 2,
15070
   "text": ""
15071
  },
15072
  {
15073
   "archetype": 4,
15074
   "from": 223,
15075
   "attributes": {"32": "logtimes"},
15076
   "id": 1230,
15077
   "to": 15,
15078
   "text": ""
15079
  },
15080
  {
15081
   "archetype": 4,
15082
   "from": 15,
15083
   "attributes": {"32": "logtimeed by"},
15084
   "id": 1231,
15085
   "to": 223,
15086
   "text": ""
15087
  },
15088
  {
15089
   "archetype": 6,
15090
   "from": 2,
15091
   "attributes": {"32": "logtimeed"},
15092
   "id": 1232,
15093
   "to": 15,
15094
   "text": ""
15095
  },
15096
  {
15097
   "archetype": 6,
15098
   "from": 15,
15099
   "attributes": {"32": "logtimeed by"},
15100
   "id": 1233,
15101
   "to": 2,
15102
   "text": ""
15103
  },
15104
  {
15105
   "archetype": 0,
15106
   "from": 4,
15107
   "attributes": {"32": "is author of"},
15108
   "id": 1234,
15109
   "to": 224,
15110
   "text": ""
15111
  },
15112
  {
15113
   "archetype": 0,
15114
   "from": 224,
15115
   "attributes": {"32": "created by"},
15116
   "id": 1235,
15117
   "to": 4,
15118
   "text": ""
15119
  },
15120
  {
15121
   "archetype": 4,
15122
   "from": 224,
15123
   "attributes": {"32": "logtimes"},
15124
   "id": 1236,
15125
   "to": 15,
15126
   "text": ""
15127
  },
15128
  {
15129
   "archetype": 4,
15130
   "from": 15,
15131
   "attributes": {"32": "logtimeed by"},
15132
   "id": 1237,
15133
   "to": 224,
15134
   "text": ""
15135
  },
15136
  {
15137
   "archetype": 6,
15138
   "from": 4,
15139
   "attributes": {"32": "logtimeed"},
15140
   "id": 1238,
15141
   "to": 15,
15142
   "text": ""
15143
  },
15144
  {
15145
   "archetype": 6,
15146
   "from": 15,
15147
   "attributes": {"32": "logtimeed by"},
15148
   "id": 1239,
15149
   "to": 4,
15150
   "text": ""
15151
  },
15152
  {
15153
   "archetype": 4,
15154
   "from": 224,
15155
   "attributes": {"32": "comments"},
15156
   "id": 1240,
15157
   "to": 15,
15158
   "text": ""
15159
  },
15160
  {
15161
   "archetype": 4,
15162
   "from": 15,
15163
   "attributes": {"32": "commented by"},
15164
   "id": 1241,
15165
   "to": 224,
15166
   "text": ""
15167
  },
15168
  {
15169
   "archetype": 6,
15170
   "from": 4,
15171
   "attributes": {"32": "commented"},
15172
   "id": 1242,
15173
   "to": 15,
15174
   "text": ""
15175
  },
15176
  {
15177
   "archetype": 6,
15178
   "from": 15,
15179
   "attributes": {"32": "commented by"},
15180
   "id": 1243,
15181
   "to": 4,
15182
   "text": ""
15183
  },
15184
  {
15185
   "archetype": 0,
15186
   "from": 2,
15187
   "attributes": {"32": "is author of"},
15188
   "id": 1244,
15189
   "to": 225,
15190
   "text": ""
15191
  },
15192
  {
15193
   "archetype": 0,
15194
   "from": 225,
15195
   "attributes": {"32": "created by"},
15196
   "id": 1245,
15197
   "to": 2,
15198
   "text": ""
15199
  },
15200
  {
15201
   "archetype": 4,
15202
   "from": 225,
15203
   "attributes": {"32": "logtimes"},
15204
   "id": 1246,
15205
   "to": 15,
15206
   "text": ""
15207
  },
15208
  {
15209
   "archetype": 4,
15210
   "from": 15,
15211
   "attributes": {"32": "logtimeed by"},
15212
   "id": 1247,
15213
   "to": 225,
15214
   "text": ""
15215
  },
15216
  {
15217
   "archetype": 6,
15218
   "from": 2,
15219
   "attributes": {"32": "logtimeed"},
15220
   "id": 1248,
15221
   "to": 15,
15222
   "text": ""
15223
  },
15224
  {
15225
   "archetype": 6,
15226
   "from": 15,
15227
   "attributes": {"32": "logtimeed by"},
15228
   "id": 1249,
15229
   "to": 2,
15230
   "text": ""
15231
  },
15232
  {
15233
   "archetype": 0,
15234
   "from": 2,
15235
   "attributes": {"32": "is author of"},
15236
   "id": 1250,
15237
   "to": 226,
15238
   "text": ""
15239
  },
15240
  {
15241
   "archetype": 0,
15242
   "from": 226,
15243
   "attributes": {"32": "created by"},
15244
   "id": 1251,
15245
   "to": 2,
15246
   "text": ""
15247
  },
15248
  {
15249
   "archetype": 4,
15250
   "from": 226,
15251
   "attributes": {"32": "logtimes"},
15252
   "id": 1252,
15253
   "to": 15,
15254
   "text": ""
15255
  },
15256
  {
15257
   "archetype": 4,
15258
   "from": 15,
15259
   "attributes": {"32": "logtimeed by"},
15260
   "id": 1253,
15261
   "to": 226,
15262
   "text": ""
15263
  },
15264
  {
15265
   "archetype": 6,
15266
   "from": 2,
15267
   "attributes": {"32": "logtimeed"},
15268
   "id": 1254,
15269
   "to": 15,
15270
   "text": ""
15271
  },
15272
  {
15273
   "archetype": 6,
15274
   "from": 15,
15275
   "attributes": {"32": "logtimeed by"},
15276
   "id": 1255,
15277
   "to": 2,
15278
   "text": ""
15279
  },
15280
  {
15281
   "archetype": 4,
15282
   "from": 226,
15283
   "attributes": {"32": "comments"},
15284
   "id": 1256,
15285
   "to": 15,
15286
   "text": ""
15287
  },
15288
  {
15289
   "archetype": 4,
15290
   "from": 15,
15291
   "attributes": {"32": "commented by"},
15292
   "id": 1257,
15293
   "to": 226,
15294
   "text": ""
15295
  },
15296
  {
15297
   "archetype": 6,
15298
   "from": 2,
15299
   "attributes": {"32": "commented"},
15300
   "id": 1258,
15301
   "to": 15,
15302
   "text": ""
15303
  },
15304
  {
15305
   "archetype": 6,
15306
   "from": 15,
15307
   "attributes": {"32": "commented by"},
15308
   "id": 1259,
15309
   "to": 2,
15310
   "text": ""
15311
  },
15312
  {
15313
   "archetype": 0,
15314
   "from": 1,
15315
   "attributes": {"32": "is author of"},
15316
   "id": 1260,
15317
   "to": 227,
15318
   "text": ""
15319
  },
15320
  {
15321
   "archetype": 0,
15322
   "from": 227,
15323
   "attributes": {"32": "created by"},
15324
   "id": 1261,
15325
   "to": 1,
15326
   "text": ""
15327
  },
15328
  {
15329
   "archetype": 4,
15330
   "from": 227,
15331
   "attributes": {"32": "logtimes"},
15332
   "id": 1262,
15333
   "to": 15,
15334
   "text": ""
15335
  },
15336
  {
15337
   "archetype": 4,
15338
   "from": 15,
15339
   "attributes": {"32": "logtimeed by"},
15340
   "id": 1263,
15341
   "to": 227,
15342
   "text": ""
15343
  },
15344
  {
15345
   "archetype": 6,
15346
   "from": 1,
15347
   "attributes": {"32": "logtimeed"},
15348
   "id": 1264,
15349
   "to": 15,
15350
   "text": ""
15351
  },
15352
  {
15353
   "archetype": 6,
15354
   "from": 15,
15355
   "attributes": {"32": "logtimeed by"},
15356
   "id": 1265,
15357
   "to": 1,
15358
   "text": ""
15359
  },
15360
  {
15361
   "archetype": 4,
15362
   "from": 227,
15363
   "attributes": {"32": "comments"},
15364
   "id": 1266,
15365
   "to": 15,
15366
   "text": ""
15367
  },
15368
  {
15369
   "archetype": 4,
15370
   "from": 15,
15371
   "attributes": {"32": "commented by"},
15372
   "id": 1267,
15373
   "to": 227,
15374
   "text": ""
15375
  },
15376
  {
15377
   "archetype": 6,
15378
   "from": 1,
15379
   "attributes": {"32": "commented"},
15380
   "id": 1268,
15381
   "to": 15,
15382
   "text": ""
15383
  },
15384
  {
15385
   "archetype": 6,
15386
   "from": 15,
15387
   "attributes": {"32": "commented by"},
15388
   "id": 1269,
15389
   "to": 1,
15390
   "text": ""
15391
  },
15392
  {
15393
   "archetype": 0,
15394
   "from": 3,
15395
   "attributes": {"32": "is author of"},
15396
   "id": 1270,
15397
   "to": 228,
15398
   "text": ""
15399
  },
15400
  {
15401
   "archetype": 0,
15402
   "from": 228,
15403
   "attributes": {"32": "created by"},
15404
   "id": 1271,
15405
   "to": 3,
15406
   "text": ""
15407
  },
15408
  {
15409
   "archetype": 4,
15410
   "from": 228,
15411
   "attributes": {"32": "logtimes"},
15412
   "id": 1272,
15413
   "to": 15,
15414
   "text": ""
15415
  },
15416
  {
15417
   "archetype": 4,
15418
   "from": 15,
15419
   "attributes": {"32": "logtimeed by"},
15420
   "id": 1273,
15421
   "to": 228,
15422
   "text": ""
15423
  },
15424
  {
15425
   "archetype": 6,
15426
   "from": 3,
15427
   "attributes": {"32": "logtimeed"},
15428
   "id": 1274,
15429
   "to": 15,
15430
   "text": ""
15431
  },
15432
  {
15433
   "archetype": 6,
15434
   "from": 15,
15435
   "attributes": {"32": "logtimeed by"},
15436
   "id": 1275,
15437
   "to": 3,
15438
   "text": ""
15439
  },
15440
  {
15441
   "archetype": 4,
15442
   "from": 228,
15443
   "attributes": {"32": "comments"},
15444
   "id": 1276,
15445
   "to": 15,
15446
   "text": ""
15447
  },
15448
  {
15449
   "archetype": 4,
15450
   "from": 15,
15451
   "attributes": {"32": "commented by"},
15452
   "id": 1277,
15453
   "to": 228,
15454
   "text": ""
15455
  },
15456
  {
15457
   "archetype": 6,
15458
   "from": 3,
15459
   "attributes": {"32": "commented"},
15460
   "id": 1278,
15461
   "to": 15,
15462
   "text": ""
15463
  },
15464
  {
15465
   "archetype": 6,
15466
   "from": 15,
15467
   "attributes": {"32": "commented by"},
15468
   "id": 1279,
15469
   "to": 3,
15470
   "text": ""
15471
  },
15472
  {
15473
   "archetype": 0,
15474
   "from": 3,
15475
   "attributes": {"32": "is author of"},
15476
   "id": 1280,
15477
   "to": 229,
15478
   "text": ""
15479
  },
15480
  {
15481
   "archetype": 0,
15482
   "from": 229,
15483
   "attributes": {"32": "created by"},
15484
   "id": 1281,
15485
   "to": 3,
15486
   "text": ""
15487
  },
15488
  {
15489
   "archetype": 4,
15490
   "from": 229,
15491
   "attributes": {"32": "logtimes"},
15492
   "id": 1282,
15493
   "to": 15,
15494
   "text": ""
15495
  },
15496
  {
15497
   "archetype": 4,
15498
   "from": 15,
15499
   "attributes": {"32": "logtimeed by"},
15500
   "id": 1283,
15501
   "to": 229,
15502
   "text": ""
15503
  },
15504
  {
15505
   "archetype": 6,
15506
   "from": 3,
15507
   "attributes": {"32": "logtimeed"},
15508
   "id": 1284,
15509
   "to": 15,
15510
   "text": ""
15511
  },
15512
  {
15513
   "archetype": 6,
15514
   "from": 15,
15515
   "attributes": {"32": "logtimeed by"},
15516
   "id": 1285,
15517
   "to": 3,
15518
   "text": ""
15519
  },
15520
  {
15521
   "archetype": 4,
15522
   "from": 229,
15523
   "attributes": {"32": "comments"},
15524
   "id": 1286,
15525
   "to": 15,
15526
   "text": ""
15527
  },
15528
  {
15529
   "archetype": 4,
15530
   "from": 15,
15531
   "attributes": {"32": "commented by"},
15532
   "id": 1287,
15533
   "to": 229,
15534
   "text": ""
15535
  },
15536
  {
15537
   "archetype": 6,
15538
   "from": 3,
15539
   "attributes": {"32": "commented"},
15540
   "id": 1288,
15541
   "to": 15,
15542
   "text": ""
15543
  },
15544
  {
15545
   "archetype": 6,
15546
   "from": 15,
15547
   "attributes": {"32": "commented by"},
15548
   "id": 1289,
15549
   "to": 3,
15550
   "text": ""
15551
  },
15552
  {
15553
   "archetype": 0,
15554
   "from": 4,
15555
   "attributes": {"32": "is author of"},
15556
   "id": 1290,
15557
   "to": 230,
15558
   "text": ""
15559
  },
15560
  {
15561
   "archetype": 0,
15562
   "from": 230,
15563
   "attributes": {"32": "created by"},
15564
   "id": 1291,
15565
   "to": 4,
15566
   "text": ""
15567
  },
15568
  {
15569
   "archetype": 4,
15570
   "from": 230,
15571
   "attributes": {"32": "logtimes"},
15572
   "id": 1292,
15573
   "to": 15,
15574
   "text": ""
15575
  },
15576
  {
15577
   "archetype": 4,
15578
   "from": 15,
15579
   "attributes": {"32": "logtimeed by"},
15580
   "id": 1293,
15581
   "to": 230,
15582
   "text": ""
15583
  },
15584
  {
15585
   "archetype": 6,
15586
   "from": 4,
15587
   "attributes": {"32": "logtimeed"},
15588
   "id": 1294,
15589
   "to": 15,
15590
   "text": ""
15591
  },
15592
  {
15593
   "archetype": 6,
15594
   "from": 15,
15595
   "attributes": {"32": "logtimeed by"},
15596
   "id": 1295,
15597
   "to": 4,
15598
   "text": ""
15599
  },
15600
  {
15601
   "archetype": 4,
15602
   "from": 230,
15603
   "attributes": {"32": "comments"},
15604
   "id": 1296,
15605
   "to": 15,
15606
   "text": ""
15607
  },
15608
  {
15609
   "archetype": 4,
15610
   "from": 15,
15611
   "attributes": {"32": "commented by"},
15612
   "id": 1297,
15613
   "to": 230,
15614
   "text": ""
15615
  },
15616
  {
15617
   "archetype": 6,
15618
   "from": 4,
15619
   "attributes": {"32": "commented"},
15620
   "id": 1298,
15621
   "to": 15,
15622
   "text": ""
15623
  },
15624
  {
15625
   "archetype": 6,
15626
   "from": 15,
15627
   "attributes": {"32": "commented by"},
15628
   "id": 1299,
15629
   "to": 4,
15630
   "text": ""
15631
  },
15632
  {
15633
   "archetype": 0,
15634
   "from": 1,
15635
   "attributes": {"32": "is author of"},
15636
   "id": 1300,
15637
   "to": 231,
15638
   "text": ""
15639
  },
15640
  {
15641
   "archetype": 0,
15642
   "from": 231,
15643
   "attributes": {"32": "created by"},
15644
   "id": 1301,
15645
   "to": 1,
15646
   "text": ""
15647
  },
15648
  {
15649
   "archetype": 4,
15650
   "from": 231,
15651
   "attributes": {"32": "logtimes"},
15652
   "id": 1302,
15653
   "to": 15,
15654
   "text": ""
15655
  },
15656
  {
15657
   "archetype": 4,
15658
   "from": 15,
15659
   "attributes": {"32": "logtimeed by"},
15660
   "id": 1303,
15661
   "to": 231,
15662
   "text": ""
15663
  },
15664
  {
15665
   "archetype": 6,
15666
   "from": 1,
15667
   "attributes": {"32": "logtimeed"},
15668
   "id": 1304,
15669
   "to": 15,
15670
   "text": ""
15671
  },
15672
  {
15673
   "archetype": 6,
15674
   "from": 15,
15675
   "attributes": {"32": "logtimeed by"},
15676
   "id": 1305,
15677
   "to": 1,
15678
   "text": ""
15679
  },
15680
  {
15681
   "archetype": 4,
15682
   "from": 231,
15683
   "attributes": {"32": "comments"},
15684
   "id": 1306,
15685
   "to": 15,
15686
   "text": ""
15687
  },
15688
  {
15689
   "archetype": 4,
15690
   "from": 15,
15691
   "attributes": {"32": "commented by"},
15692
   "id": 1307,
15693
   "to": 231,
15694
   "text": ""
15695
  },
15696
  {
15697
   "archetype": 6,
15698
   "from": 1,
15699
   "attributes": {"32": "commented"},
15700
   "id": 1308,
15701
   "to": 15,
15702
   "text": ""
15703
  },
15704
  {
15705
   "archetype": 6,
15706
   "from": 15,
15707
   "attributes": {"32": "commented by"},
15708
   "id": 1309,
15709
   "to": 1,
15710
   "text": ""
15711
  },
15712
  {
15713
   "archetype": 0,
15714
   "from": 1,
15715
   "attributes": {"32": "is author of"},
15716
   "id": 1310,
15717
   "to": 232,
15718
   "text": ""
15719
  },
15720
  {
15721
   "archetype": 0,
15722
   "from": 232,
15723
   "attributes": {"32": "created by"},
15724
   "id": 1311,
15725
   "to": 1,
15726
   "text": ""
15727
  },
15728
  {
15729
   "archetype": 4,
15730
   "from": 232,
15731
   "attributes": {"32": "logtimes"},
15732
   "id": 1312,
15733
   "to": 15,
15734
   "text": ""
15735
  },
15736
  {
15737
   "archetype": 4,
15738
   "from": 15,
15739
   "attributes": {"32": "logtimeed by"},
15740
   "id": 1313,
15741
   "to": 232,
15742
   "text": ""
15743
  },
15744
  {
15745
   "archetype": 6,
15746
   "from": 1,
15747
   "attributes": {"32": "logtimeed"},
15748
   "id": 1314,
15749
   "to": 15,
15750
   "text": ""
15751
  },
15752
  {
15753
   "archetype": 6,
15754
   "from": 15,
15755
   "attributes": {"32": "logtimeed by"},
15756
   "id": 1315,
15757
   "to": 1,
15758
   "text": ""
15759
  },
15760
  {
15761
   "archetype": 0,
15762
   "from": 4,
15763
   "attributes": {"32": "is author of"},
15764
   "id": 1316,
15765
   "to": 233,
15766
   "text": ""
15767
  },
15768
  {
15769
   "archetype": 0,
15770
   "from": 233,
15771
   "attributes": {"32": "created by"},
15772
   "id": 1317,
15773
   "to": 4,
15774
   "text": ""
15775
  },
15776
  {
15777
   "archetype": 4,
15778
   "from": 233,
15779
   "attributes": {"32": "logtimes"},
15780
   "id": 1318,
15781
   "to": 15,
15782
   "text": ""
15783
  },
15784
  {
15785
   "archetype": 4,
15786
   "from": 15,
15787
   "attributes": {"32": "logtimeed by"},
15788
   "id": 1319,
15789
   "to": 233,
15790
   "text": ""
15791
  },
15792
  {
15793
   "archetype": 6,
15794
   "from": 4,
15795
   "attributes": {"32": "logtimeed"},
15796
   "id": 1320,
15797
   "to": 15,
15798
   "text": ""
15799
  },
15800
  {
15801
   "archetype": 6,
15802
   "from": 15,
15803
   "attributes": {"32": "logtimeed by"},
15804
   "id": 1321,
15805
   "to": 4,
15806
   "text": ""
15807
  },
15808
  {
15809
   "archetype": 4,
15810
   "from": 233,
15811
   "attributes": {"32": "comments"},
15812
   "id": 1322,
15813
   "to": 15,
15814
   "text": ""
15815
  },
15816
  {
15817
   "archetype": 4,
15818
   "from": 15,
15819
   "attributes": {"32": "commented by"},
15820
   "id": 1323,
15821
   "to": 233,
15822
   "text": ""
15823
  },
15824
  {
15825
   "archetype": 6,
15826
   "from": 4,
15827
   "attributes": {"32": "commented"},
15828
   "id": 1324,
15829
   "to": 15,
15830
   "text": ""
15831
  },
15832
  {
15833
   "archetype": 6,
15834
   "from": 15,
15835
   "attributes": {"32": "commented by"},
15836
   "id": 1325,
15837
   "to": 4,
15838
   "text": ""
15839
  },
15840
  {
15841
   "archetype": 0,
15842
   "from": 2,
15843
   "attributes": {"32": "is author of"},
15844
   "id": 1326,
15845
   "to": 234,
15846
   "text": ""
15847
  },
15848
  {
15849
   "archetype": 0,
15850
   "from": 234,
15851
   "attributes": {"32": "created by"},
15852
   "id": 1327,
15853
   "to": 2,
15854
   "text": ""
15855
  },
15856
  {
15857
   "archetype": 4,
15858
   "from": 234,
15859
   "attributes": {"32": "logtimes"},
15860
   "id": 1328,
15861
   "to": 15,
15862
   "text": ""
15863
  },
15864
  {
15865
   "archetype": 4,
15866
   "from": 15,
15867
   "attributes": {"32": "logtimeed by"},
15868
   "id": 1329,
15869
   "to": 234,
15870
   "text": ""
15871
  },
15872
  {
15873
   "archetype": 6,
15874
   "from": 2,
15875
   "attributes": {"32": "logtimeed"},
15876
   "id": 1330,
15877
   "to": 15,
15878
   "text": ""
15879
  },
15880
  {
15881
   "archetype": 6,
15882
   "from": 15,
15883
   "attributes": {"32": "logtimeed by"},
15884
   "id": 1331,
15885
   "to": 2,
15886
   "text": ""
15887
  },
15888
  {
15889
   "archetype": 4,
15890
   "from": 234,
15891
   "attributes": {"32": "comments"},
15892
   "id": 1332,
15893
   "to": 15,
15894
   "text": ""
15895
  },
15896
  {
15897
   "archetype": 4,
15898
   "from": 15,
15899
   "attributes": {"32": "commented by"},
15900
   "id": 1333,
15901
   "to": 234,
15902
   "text": ""
15903
  },
15904
  {
15905
   "archetype": 6,
15906
   "from": 2,
15907
   "attributes": {"32": "commented"},
15908
   "id": 1334,
15909
   "to": 15,
15910
   "text": ""
15911
  },
15912
  {
15913
   "archetype": 6,
15914
   "from": 15,
15915
   "attributes": {"32": "commented by"},
15916
   "id": 1335,
15917
   "to": 2,
15918
   "text": ""
15919
  },
15920
  {
15921
   "archetype": 0,
15922
   "from": 2,
15923
   "attributes": {"32": "is author of"},
15924
   "id": 1336,
15925
   "to": 235,
15926
   "text": ""
15927
  },
15928
  {
15929
   "archetype": 0,
15930
   "from": 235,
15931
   "attributes": {"32": "created by"},
15932
   "id": 1337,
15933
   "to": 2,
15934
   "text": ""
15935
  },
15936
  {
15937
   "archetype": 4,
15938
   "from": 235,
15939
   "attributes": {"32": "modifys"},
15940
   "id": 1338,
15941
   "to": 15,
15942
   "text": ""
15943
  },
15944
  {
15945
   "archetype": 4,
15946
   "from": 15,
15947
   "attributes": {"32": "modifyed by"},
15948
   "id": 1339,
15949
   "to": 235,
15950
   "text": ""
15951
  },
15952
  {
15953
   "archetype": 6,
15954
   "from": 2,
15955
   "attributes": {"32": "modifyed"},
15956
   "id": 1340,
15957
   "to": 15,
15958
   "text": ""
15959
  },
15960
  {
15961
   "archetype": 6,
15962
   "from": 15,
15963
   "attributes": {"32": "modifyed by"},
15964
   "id": 1341,
15965
   "to": 2,
15966
   "text": ""
15967
  },
15968
  {
15969
   "archetype": 4,
15970
   "from": 236,
15971
   "attributes": {"32": "modifys"},
15972
   "id": 1342,
15973
   "to": 15,
15974
   "text": ""
15975
  },
15976
  {
15977
   "archetype": 4,
15978
   "from": 15,
15979
   "attributes": {"32": "modifyed by"},
15980
   "id": 1343,
15981
   "to": 236,
15982
   "text": ""
15983
  },
15984
  {
15985
   "archetype": 4,
15986
   "from": 237,
15987
   "attributes": {"32": "modifys"},
15988
   "id": 1344,
15989
   "to": 15,
15990
   "text": ""
15991
  },
15992
  {
15993
   "archetype": 4,
15994
   "from": 15,
15995
   "attributes": {"32": "modifyed by"},
15996
   "id": 1345,
15997
   "to": 237,
15998
   "text": ""
15999
  },
16000
  {
16001
   "archetype": 0,
16002
   "from": 2,
16003
   "attributes": {"32": "is author of"},
16004
   "id": 1346,
16005
   "to": 238,
16006
   "text": ""
16007
  },
16008
  {
16009
   "archetype": 0,
16010
   "from": 238,
16011
   "attributes": {"32": "created by"},
16012
   "id": 1347,
16013
   "to": 2,
16014
   "text": ""
16015
  },
16016
  {
16017
   "archetype": 4,
16018
   "from": 238,
16019
   "attributes": {"32": "modifys"},
16020
   "id": 1348,
16021
   "to": 15,
16022
   "text": ""
16023
  },
16024
  {
16025
   "archetype": 4,
16026
   "from": 15,
16027
   "attributes": {"32": "modifyed by"},
16028
   "id": 1349,
16029
   "to": 238,
16030
   "text": ""
16031
  },
16032
  {
16033
   "archetype": 6,
16034
   "from": 2,
16035
   "attributes": {"32": "modifyed"},
16036
   "id": 1350,
16037
   "to": 15,
16038
   "text": ""
16039
  },
16040
  {
16041
   "archetype": 6,
16042
   "from": 15,
16043
   "attributes": {"32": "modifyed by"},
16044
   "id": 1351,
16045
   "to": 2,
16046
   "text": ""
16047
  },
16048
  {
16049
   "archetype": 0,
16050
   "from": 2,
16051
   "attributes": {"32": "is author of"},
16052
   "id": 1352,
16053
   "to": 239,
16054
   "text": ""
16055
  },
16056
  {
16057
   "archetype": 0,
16058
   "from": 239,
16059
   "attributes": {"32": "created by"},
16060
   "id": 1353,
16061
   "to": 2,
16062
   "text": ""
16063
  },
16064
  {
16065
   "archetype": 4,
16066
   "from": 239,
16067
   "attributes": {"32": "modifys"},
16068
   "id": 1354,
16069
   "to": 15,
16070
   "text": ""
16071
  },
16072
  {
16073
   "archetype": 4,
16074
   "from": 15,
16075
   "attributes": {"32": "modifyed by"},
16076
   "id": 1355,
16077
   "to": 239,
16078
   "text": ""
16079
  },
16080
  {
16081
   "archetype": 6,
16082
   "from": 2,
16083
   "attributes": {"32": "modifyed"},
16084
   "id": 1356,
16085
   "to": 15,
16086
   "text": ""
16087
  },
16088
  {
16089
   "archetype": 6,
16090
   "from": 15,
16091
   "attributes": {"32": "modifyed by"},
16092
   "id": 1357,
16093
   "to": 2,
16094
   "text": ""
16095
  },
16096
  {
16097
   "archetype": 0,
16098
   "from": 2,
16099
   "attributes": {"32": "is author of"},
16100
   "id": 1358,
16101
   "to": 240,
16102
   "text": ""
16103
  },
16104
  {
16105
   "archetype": 0,
16106
   "from": 240,
16107
   "attributes": {"32": "created by"},
16108
   "id": 1359,
16109
   "to": 2,
16110
   "text": ""
16111
  },
16112
  {
16113
   "archetype": 4,
16114
   "from": 240,
16115
   "attributes": {"32": "adds"},
16116
   "id": 1360,
16117
   "to": 14,
16118
   "text": ""
16119
  },
16120
  {
16121
   "archetype": 4,
16122
   "from": 14,
16123
   "attributes": {"32": "added by"},
16124
   "id": 1361,
16125
   "to": 240,
16126
   "text": ""
16127
  },
16128
  {
16129
   "archetype": 6,
16130
   "from": 2,
16131
   "attributes": {"32": "added"},
16132
   "id": 1362,
16133
   "to": 14,
16134
   "text": ""
16135
  },
16136
  {
16137
   "archetype": 6,
16138
   "from": 14,
16139
   "attributes": {"32": "added by"},
16140
   "id": 1363,
16141
   "to": 2,
16142
   "text": ""
16143
  },
16144
  {
16145
   "archetype": 0,
16146
   "from": 1,
16147
   "attributes": {"32": "is author of"},
16148
   "id": 1364,
16149
   "to": 241,
16150
   "text": ""
16151
  },
16152
  {
16153
   "archetype": 0,
16154
   "from": 241,
16155
   "attributes": {"32": "created by"},
16156
   "id": 1365,
16157
   "to": 1,
16158
   "text": ""
16159
  },
16160
  {
16161
   "archetype": 4,
16162
   "from": 241,
16163
   "attributes": {"32": "logtimes"},
16164
   "id": 1366,
16165
   "to": 14,
16166
   "text": ""
16167
  },
16168
  {
16169
   "archetype": 4,
16170
   "from": 14,
16171
   "attributes": {"32": "logtimeed by"},
16172
   "id": 1367,
16173
   "to": 241,
16174
   "text": ""
16175
  },
16176
  {
16177
   "archetype": 6,
16178
   "from": 1,
16179
   "attributes": {"32": "logtimeed"},
16180
   "id": 1368,
16181
   "to": 14,
16182
   "text": ""
16183
  },
16184
  {
16185
   "archetype": 6,
16186
   "from": 14,
16187
   "attributes": {"32": "logtimeed by"},
16188
   "id": 1369,
16189
   "to": 1,
16190
   "text": ""
16191
  },
16192
  {
16193
   "archetype": 0,
16194
   "from": 2,
16195
   "attributes": {"32": "is author of"},
16196
   "id": 1370,
16197
   "to": 242,
16198
   "text": ""
16199
  },
16200
  {
16201
   "archetype": 0,
16202
   "from": 242,
16203
   "attributes": {"32": "created by"},
16204
   "id": 1371,
16205
   "to": 2,
16206
   "text": ""
16207
  },
16208
  {
16209
   "archetype": 4,
16210
   "from": 242,
16211
   "attributes": {"32": "logtimes"},
16212
   "id": 1372,
16213
   "to": 14,
16214
   "text": ""
16215
  },
16216
  {
16217
   "archetype": 4,
16218
   "from": 14,
16219
   "attributes": {"32": "logtimeed by"},
16220
   "id": 1373,
16221
   "to": 242,
16222
   "text": ""
16223
  },
16224
  {
16225
   "archetype": 6,
16226
   "from": 2,
16227
   "attributes": {"32": "logtimeed"},
16228
   "id": 1374,
16229
   "to": 14,
16230
   "text": ""
16231
  },
16232
  {
16233
   "archetype": 6,
16234
   "from": 14,
16235
   "attributes": {"32": "logtimeed by"},
16236
   "id": 1375,
16237
   "to": 2,
16238
   "text": ""
16239
  },
16240
  {
16241
   "archetype": 0,
16242
   "from": 4,
16243
   "attributes": {"32": "is author of"},
16244
   "id": 1376,
16245
   "to": 243,
16246
   "text": ""
16247
  },
16248
  {
16249
   "archetype": 0,
16250
   "from": 243,
16251
   "attributes": {"32": "created by"},
16252
   "id": 1377,
16253
   "to": 4,
16254
   "text": ""
16255
  },
16256
  {
16257
   "archetype": 4,
16258
   "from": 243,
16259
   "attributes": {"32": "logtimes"},
16260
   "id": 1378,
16261
   "to": 14,
16262
   "text": ""
16263
  },
16264
  {
16265
   "archetype": 4,
16266
   "from": 14,
16267
   "attributes": {"32": "logtimeed by"},
16268
   "id": 1379,
16269
   "to": 243,
16270
   "text": ""
16271
  },
16272
  {
16273
   "archetype": 6,
16274
   "from": 4,
16275
   "attributes": {"32": "logtimeed"},
16276
   "id": 1380,
16277
   "to": 14,
16278
   "text": ""
16279
  },
16280
  {
16281
   "archetype": 6,
16282
   "from": 14,
16283
   "attributes": {"32": "logtimeed by"},
16284
   "id": 1381,
16285
   "to": 4,
16286
   "text": ""
16287
  },
16288
  {
16289
   "archetype": 4,
16290
   "from": 243,
16291
   "attributes": {"32": "comments"},
16292
   "id": 1382,
16293
   "to": 14,
16294
   "text": ""
16295
  },
16296
  {
16297
   "archetype": 4,
16298
   "from": 14,
16299
   "attributes": {"32": "commented by"},
16300
   "id": 1383,
16301
   "to": 243,
16302
   "text": ""
16303
  },
16304
  {
16305
   "archetype": 6,
16306
   "from": 4,
16307
   "attributes": {"32": "commented"},
16308
   "id": 1384,
16309
   "to": 14,
16310
   "text": ""
16311
  },
16312
  {
16313
   "archetype": 6,
16314
   "from": 14,
16315
   "attributes": {"32": "commented by"},
16316
   "id": 1385,
16317
   "to": 4,
16318
   "text": ""
16319
  },
16320
  {
16321
   "archetype": 0,
16322
   "from": 2,
16323
   "attributes": {"32": "is author of"},
16324
   "id": 1386,
16325
   "to": 244,
16326
   "text": ""
16327
  },
16328
  {
16329
   "archetype": 0,
16330
   "from": 244,
16331
   "attributes": {"32": "created by"},
16332
   "id": 1387,
16333
   "to": 2,
16334
   "text": ""
16335
  },
16336
  {
16337
   "archetype": 4,
16338
   "from": 244,
16339
   "attributes": {"32": "logtimes"},
16340
   "id": 1388,
16341
   "to": 14,
16342
   "text": ""
16343
  },
16344
  {
16345
   "archetype": 4,
16346
   "from": 14,
16347
   "attributes": {"32": "logtimeed by"},
16348
   "id": 1389,
16349
   "to": 244,
16350
   "text": ""
16351
  },
16352
  {
16353
   "archetype": 6,
16354
   "from": 2,
16355
   "attributes": {"32": "logtimeed"},
16356
   "id": 1390,
16357
   "to": 14,
16358
   "text": ""
16359
  },
16360
  {
16361
   "archetype": 6,
16362
   "from": 14,
16363
   "attributes": {"32": "logtimeed by"},
16364
   "id": 1391,
16365
   "to": 2,
16366
   "text": ""
16367
  },
16368
  {
16369
   "archetype": 0,
16370
   "from": 2,
16371
   "attributes": {"32": "is author of"},
16372
   "id": 1392,
16373
   "to": 245,
16374
   "text": ""
16375
  },
16376
  {
16377
   "archetype": 0,
16378
   "from": 245,
16379
   "attributes": {"32": "created by"},
16380
   "id": 1393,
16381
   "to": 2,
16382
   "text": ""
16383
  },
16384
  {
16385
   "archetype": 4,
16386
   "from": 245,
16387
   "attributes": {"32": "logtimes"},
16388
   "id": 1394,
16389
   "to": 14,
16390
   "text": ""
16391
  },
16392
  {
16393
   "archetype": 4,
16394
   "from": 14,
16395
   "attributes": {"32": "logtimeed by"},
16396
   "id": 1395,
16397
   "to": 245,
16398
   "text": ""
16399
  },
16400
  {
16401
   "archetype": 6,
16402
   "from": 2,
16403
   "attributes": {"32": "logtimeed"},
16404
   "id": 1396,
16405
   "to": 14,
16406
   "text": ""
16407
  },
16408
  {
16409
   "archetype": 6,
16410
   "from": 14,
16411
   "attributes": {"32": "logtimeed by"},
16412
   "id": 1397,
16413
   "to": 2,
16414
   "text": ""
16415
  },
16416
  {
16417
   "archetype": 0,
16418
   "from": 3,
16419
   "attributes": {"32": "is author of"},
16420
   "id": 1398,
16421
   "to": 246,
16422
   "text": ""
16423
  },
16424
  {
16425
   "archetype": 0,
16426
   "from": 246,
16427
   "attributes": {"32": "created by"},
16428
   "id": 1399,
16429
   "to": 3,
16430
   "text": ""
16431
  },
16432
  {
16433
   "archetype": 4,
16434
   "from": 246,
16435
   "attributes": {"32": "logtimes"},
16436
   "id": 1400,
16437
   "to": 14,
16438
   "text": ""
16439
  },
16440
  {
16441
   "archetype": 4,
16442
   "from": 14,
16443
   "attributes": {"32": "logtimeed by"},
16444
   "id": 1401,
16445
   "to": 246,
16446
   "text": ""
16447
  },
16448
  {
16449
   "archetype": 6,
16450
   "from": 3,
16451
   "attributes": {"32": "logtimeed"},
16452
   "id": 1402,
16453
   "to": 14,
16454
   "text": ""
16455
  },
16456
  {
16457
   "archetype": 6,
16458
   "from": 14,
16459
   "attributes": {"32": "logtimeed by"},
16460
   "id": 1403,
16461
   "to": 3,
16462
   "text": ""
16463
  },
16464
  {
16465
   "archetype": 4,
16466
   "from": 246,
16467
   "attributes": {"32": "comments"},
16468
   "id": 1404,
16469
   "to": 14,
16470
   "text": ""
16471
  },
16472
  {
16473
   "archetype": 4,
16474
   "from": 14,
16475
   "attributes": {"32": "commented by"},
16476
   "id": 1405,
16477
   "to": 246,
16478
   "text": ""
16479
  },
16480
  {
16481
   "archetype": 6,
16482
   "from": 3,
16483
   "attributes": {"32": "commented"},
16484
   "id": 1406,
16485
   "to": 14,
16486
   "text": ""
16487
  },
16488
  {
16489
   "archetype": 6,
16490
   "from": 14,
16491
   "attributes": {"32": "commented by"},
16492
   "id": 1407,
16493
   "to": 3,
16494
   "text": ""
16495
  },
16496
  {
16497
   "archetype": 0,
16498
   "from": 4,
16499
   "attributes": {"32": "is author of"},
16500
   "id": 1408,
16501
   "to": 247,
16502
   "text": ""
16503
  },
16504
  {
16505
   "archetype": 0,
16506
   "from": 247,
16507
   "attributes": {"32": "created by"},
16508
   "id": 1409,
16509
   "to": 4,
16510
   "text": ""
16511
  },
16512
  {
16513
   "archetype": 4,
16514
   "from": 247,
16515
   "attributes": {"32": "logtimes"},
16516
   "id": 1410,
16517
   "to": 14,
16518
   "text": ""
16519
  },
16520
  {
16521
   "archetype": 4,
16522
   "from": 14,
16523
   "attributes": {"32": "logtimeed by"},
16524
   "id": 1411,
16525
   "to": 247,
16526
   "text": ""
16527
  },
16528
  {
16529
   "archetype": 6,
16530
   "from": 4,
16531
   "attributes": {"32": "logtimeed"},
16532
   "id": 1412,
16533
   "to": 14,
16534
   "text": ""
16535
  },
16536
  {
16537
   "archetype": 6,
16538
   "from": 14,
16539
   "attributes": {"32": "logtimeed by"},
16540
   "id": 1413,
16541
   "to": 4,
16542
   "text": ""
16543
  },
16544
  {
16545
   "archetype": 4,
16546
   "from": 247,
16547
   "attributes": {"32": "comments"},
16548
   "id": 1414,
16549
   "to": 14,
16550
   "text": ""
16551
  },
16552
  {
16553
   "archetype": 4,
16554
   "from": 14,
16555
   "attributes": {"32": "commented by"},
16556
   "id": 1415,
16557
   "to": 247,
16558
   "text": ""
16559
  },
16560
  {
16561
   "archetype": 6,
16562
   "from": 4,
16563
   "attributes": {"32": "commented"},
16564
   "id": 1416,
16565
   "to": 14,
16566
   "text": ""
16567
  },
16568
  {
16569
   "archetype": 6,
16570
   "from": 14,
16571
   "attributes": {"32": "commented by"},
16572
   "id": 1417,
16573
   "to": 4,
16574
   "text": ""
16575
  },
16576
  {
16577
   "archetype": 0,
16578
   "from": 1,
16579
   "attributes": {"32": "is author of"},
16580
   "id": 1418,
16581
   "to": 248,
16582
   "text": ""
16583
  },
16584
  {
16585
   "archetype": 0,
16586
   "from": 248,
16587
   "attributes": {"32": "created by"},
16588
   "id": 1419,
16589
   "to": 1,
16590
   "text": ""
16591
  },
16592
  {
16593
   "archetype": 4,
16594
   "from": 248,
16595
   "attributes": {"32": "logtimes"},
16596
   "id": 1420,
16597
   "to": 14,
16598
   "text": ""
16599
  },
16600
  {
16601
   "archetype": 4,
16602
   "from": 14,
16603
   "attributes": {"32": "logtimeed by"},
16604
   "id": 1421,
16605
   "to": 248,
16606
   "text": ""
16607
  },
16608
  {
16609
   "archetype": 6,
16610
   "from": 1,
16611
   "attributes": {"32": "logtimeed"},
16612
   "id": 1422,
16613
   "to": 14,
16614
   "text": ""
16615
  },
16616
  {
16617
   "archetype": 6,
16618
   "from": 14,
16619
   "attributes": {"32": "logtimeed by"},
16620
   "id": 1423,
16621
   "to": 1,
16622
   "text": ""
16623
  },
16624
  {
16625
   "archetype": 4,
16626
   "from": 248,
16627
   "attributes": {"32": "comments"},
16628
   "id": 1424,
16629
   "to": 14,
16630
   "text": ""
16631
  },
16632
  {
16633
   "archetype": 4,
16634
   "from": 14,
16635
   "attributes": {"32": "commented by"},
16636
   "id": 1425,
16637
   "to": 248,
16638
   "text": ""
16639
  },
16640
  {
16641
   "archetype": 6,
16642
   "from": 1,
16643
   "attributes": {"32": "commented"},
16644
   "id": 1426,
16645
   "to": 14,
16646
   "text": ""
16647
  },
16648
  {
16649
   "archetype": 6,
16650
   "from": 14,
16651
   "attributes": {"32": "commented by"},
16652
   "id": 1427,
16653
   "to": 1,
16654
   "text": ""
16655
  },
16656
  {
16657
   "archetype": 0,
16658
   "from": 4,
16659
   "attributes": {"32": "is author of"},
16660
   "id": 1428,
16661
   "to": 249,
16662
   "text": ""
16663
  },
16664
  {
16665
   "archetype": 0,
16666
   "from": 249,
16667
   "attributes": {"32": "created by"},
16668
   "id": 1429,
16669
   "to": 4,
16670
   "text": ""
16671
  },
16672
  {
16673
   "archetype": 4,
16674
   "from": 249,
16675
   "attributes": {"32": "logtimes"},
16676
   "id": 1430,
16677
   "to": 14,
16678
   "text": ""
16679
  },
16680
  {
16681
   "archetype": 4,
16682
   "from": 14,
16683
   "attributes": {"32": "logtimeed by"},
16684
   "id": 1431,
16685
   "to": 249,
16686
   "text": ""
16687
  },
16688
  {
16689
   "archetype": 6,
16690
   "from": 4,
16691
   "attributes": {"32": "logtimeed"},
16692
   "id": 1432,
16693
   "to": 14,
16694
   "text": ""
16695
  },
16696
  {
16697
   "archetype": 6,
16698
   "from": 14,
16699
   "attributes": {"32": "logtimeed by"},
16700
   "id": 1433,
16701
   "to": 4,
16702
   "text": ""
16703
  },
16704
  {
16705
   "archetype": 4,
16706
   "from": 249,
16707
   "attributes": {"32": "comments"},
16708
   "id": 1434,
16709
   "to": 14,
16710
   "text": ""
16711
  },
16712
  {
16713
   "archetype": 4,
16714
   "from": 14,
16715
   "attributes": {"32": "commented by"},
16716
   "id": 1435,
16717
   "to": 249,
16718
   "text": ""
16719
  },
16720
  {
16721
   "archetype": 6,
16722
   "from": 4,
16723
   "attributes": {"32": "commented"},
16724
   "id": 1436,
16725
   "to": 14,
16726
   "text": ""
16727
  },
16728
  {
16729
   "archetype": 6,
16730
   "from": 14,
16731
   "attributes": {"32": "commented by"},
16732
   "id": 1437,
16733
   "to": 4,
16734
   "text": ""
16735
  },
16736
  {
16737
   "archetype": 0,
16738
   "from": 2,
16739
   "attributes": {"32": "is author of"},
16740
   "id": 1438,
16741
   "to": 250,
16742
   "text": ""
16743
  },
16744
  {
16745
   "archetype": 0,
16746
   "from": 250,
16747
   "attributes": {"32": "created by"},
16748
   "id": 1439,
16749
   "to": 2,
16750
   "text": ""
16751
  },
16752
  {
16753
   "archetype": 4,
16754
   "from": 250,
16755
   "attributes": {"32": "logtimes"},
16756
   "id": 1440,
16757
   "to": 14,
16758
   "text": ""
16759
  },
16760
  {
16761
   "archetype": 4,
16762
   "from": 14,
16763
   "attributes": {"32": "logtimeed by"},
16764
   "id": 1441,
16765
   "to": 250,
16766
   "text": ""
16767
  },
16768
  {
16769
   "archetype": 6,
16770
   "from": 2,
16771
   "attributes": {"32": "logtimeed"},
16772
   "id": 1442,
16773
   "to": 14,
16774
   "text": ""
16775
  },
16776
  {
16777
   "archetype": 6,
16778
   "from": 14,
16779
   "attributes": {"32": "logtimeed by"},
16780
   "id": 1443,
16781
   "to": 2,
16782
   "text": ""
16783
  },
16784
  {
16785
   "archetype": 4,
16786
   "from": 250,
16787
   "attributes": {"32": "comments"},
16788
   "id": 1444,
16789
   "to": 14,
16790
   "text": ""
16791
  },
16792
  {
16793
   "archetype": 4,
16794
   "from": 14,
16795
   "attributes": {"32": "commented by"},
16796
   "id": 1445,
16797
   "to": 250,
16798
   "text": ""
16799
  },
16800
  {
16801
   "archetype": 6,
16802
   "from": 2,
16803
   "attributes": {"32": "commented"},
16804
   "id": 1446,
16805
   "to": 14,
16806
   "text": ""
16807
  },
16808
  {
16809
   "archetype": 6,
16810
   "from": 14,
16811
   "attributes": {"32": "commented by"},
16812
   "id": 1447,
16813
   "to": 2,
16814
   "text": ""
16815
  },
16816
  {
16817
   "archetype": 4,
16818
   "from": 251,
16819
   "attributes": {"32": "modifys"},
16820
   "id": 1448,
16821
   "to": 14,
16822
   "text": ""
16823
  },
16824
  {
16825
   "archetype": 4,
16826
   "from": 14,
16827
   "attributes": {"32": "modifyed by"},
16828
   "id": 1449,
16829
   "to": 251,
16830
   "text": ""
16831
  },
16832
  {
16833
   "archetype": 0,
16834
   "from": 2,
16835
   "attributes": {"32": "is author of"},
16836
   "id": 1450,
16837
   "to": 252,
16838
   "text": ""
16839
  },
16840
  {
16841
   "archetype": 0,
16842
   "from": 252,
16843
   "attributes": {"32": "created by"},
16844
   "id": 1451,
16845
   "to": 2,
16846
   "text": ""
16847
  },
16848
  {
16849
   "archetype": 4,
16850
   "from": 252,
16851
   "attributes": {"32": "modifys"},
16852
   "id": 1452,
16853
   "to": 14,
16854
   "text": ""
16855
  },
16856
  {
16857
   "archetype": 4,
16858
   "from": 14,
16859
   "attributes": {"32": "modifyed by"},
16860
   "id": 1453,
16861
   "to": 252,
16862
   "text": ""
16863
  },
16864
  {
16865
   "archetype": 6,
16866
   "from": 2,
16867
   "attributes": {"32": "modifyed"},
16868
   "id": 1454,
16869
   "to": 14,
16870
   "text": ""
16871
  },
16872
  {
16873
   "archetype": 6,
16874
   "from": 14,
16875
   "attributes": {"32": "modifyed by"},
16876
   "id": 1455,
16877
   "to": 2,
16878
   "text": ""
16879
  },
16880
  {
16881
   "archetype": 0,
16882
   "from": 2,
16883
   "attributes": {"32": "is author of"},
16884
   "id": 1456,
16885
   "to": 253,
16886
   "text": ""
16887
  },
16888
  {
16889
   "archetype": 0,
16890
   "from": 253,
16891
   "attributes": {"32": "created by"},
16892
   "id": 1457,
16893
   "to": 2,
16894
   "text": ""
16895
  },
16896
  {
16897
   "archetype": 4,
16898
   "from": 253,
16899
   "attributes": {"32": "modifys"},
16900
   "id": 1458,
16901
   "to": 14,
16902
   "text": ""
16903
  },
16904
  {
16905
   "archetype": 4,
16906
   "from": 14,
16907
   "attributes": {"32": "modifyed by"},
16908
   "id": 1459,
16909
   "to": 253,
16910
   "text": ""
16911
  },
16912
  {
16913
   "archetype": 6,
16914
   "from": 2,
16915
   "attributes": {"32": "modifyed"},
16916
   "id": 1460,
16917
   "to": 14,
16918
   "text": ""
16919
  },
16920
  {
16921
   "archetype": 6,
16922
   "from": 14,
16923
   "attributes": {"32": "modifyed by"},
16924
   "id": 1461,
16925
   "to": 2,
16926
   "text": ""
16927
  },
16928
  {
16929
   "archetype": 0,
16930
   "from": 2,
16931
   "attributes": {"32": "is author of"},
16932
   "id": 1462,
16933
   "to": 254,
16934
   "text": ""
16935
  },
16936
  {
16937
   "archetype": 0,
16938
   "from": 254,
16939
   "attributes": {"32": "created by"},
16940
   "id": 1463,
16941
   "to": 2,
16942
   "text": ""
16943
  },
16944
  {
16945
   "archetype": 4,
16946
   "from": 254,
16947
   "attributes": {"32": "adds"},
16948
   "id": 1464,
16949
   "to": 298,
16950
   "text": ""
16951
  },
16952
  {
16953
   "archetype": 4,
16954
   "from": 298,
16955
   "attributes": {"32": "added by"},
16956
   "id": 1465,
16957
   "to": 254,
16958
   "text": ""
16959
  },
16960
  {
16961
   "archetype": 6,
16962
   "from": 2,
16963
   "attributes": {"32": "added"},
16964
   "id": 1466,
16965
   "to": 298,
16966
   "text": ""
16967
  },
16968
  {
16969
   "archetype": 6,
16970
   "from": 298,
16971
   "attributes": {"32": "added by"},
16972
   "id": 1467,
16973
   "to": 2,
16974
   "text": ""
16975
  },
16976
  {
16977
   "archetype": 0,
16978
   "from": 2,
16979
   "attributes": {"32": "is author of"},
16980
   "id": 1468,
16981
   "to": 298,
16982
   "text": ""
16983
  },
16984
  {
16985
   "archetype": 0,
16986
   "from": 298,
16987
   "attributes": {"32": "created by"},
16988
   "id": 1469,
16989
   "to": 2,
16990
   "text": ""
16991
  },
16992
  {
16993
   "archetype": 3,
16994
   "from": 298,
16995
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
16996
   "id": 1470,
16997
   "to": 301,
16998
   "text": ""
16999
  },
17000
  {
17001
   "archetype": 0,
17002
   "from": 2,
17003
   "attributes": {"32": "is author of"},
17004
   "id": 1471,
17005
   "to": 255,
17006
   "text": ""
17007
  },
17008
  {
17009
   "archetype": 0,
17010
   "from": 255,
17011
   "attributes": {"32": "created by"},
17012
   "id": 1472,
17013
   "to": 2,
17014
   "text": ""
17015
  },
17016
  {
17017
   "archetype": 4,
17018
   "from": 255,
17019
   "attributes": {"32": "modifys"},
17020
   "id": 1473,
17021
   "to": 298,
17022
   "text": ""
17023
  },
17024
  {
17025
   "archetype": 4,
17026
   "from": 298,
17027
   "attributes": {"32": "modifyed by"},
17028
   "id": 1474,
17029
   "to": 255,
17030
   "text": ""
17031
  },
17032
  {
17033
   "archetype": 6,
17034
   "from": 2,
17035
   "attributes": {"32": "modifyed"},
17036
   "id": 1475,
17037
   "to": 298,
17038
   "text": ""
17039
  },
17040
  {
17041
   "archetype": 6,
17042
   "from": 298,
17043
   "attributes": {"32": "modifyed by"},
17044
   "id": 1476,
17045
   "to": 2,
17046
   "text": ""
17047
  },
17048
  {
17049
   "archetype": 0,
17050
   "from": 2,
17051
   "attributes": {"32": "is author of"},
17052
   "id": 1477,
17053
   "to": 256,
17054
   "text": ""
17055
  },
17056
  {
17057
   "archetype": 0,
17058
   "from": 256,
17059
   "attributes": {"32": "created by"},
17060
   "id": 1478,
17061
   "to": 2,
17062
   "text": ""
17063
  },
17064
  {
17065
   "archetype": 4,
17066
   "from": 256,
17067
   "attributes": {"32": "adds"},
17068
   "id": 1479,
17069
   "to": 302,
17070
   "text": ""
17071
  },
17072
  {
17073
   "archetype": 4,
17074
   "from": 302,
17075
   "attributes": {"32": "added by"},
17076
   "id": 1480,
17077
   "to": 256,
17078
   "text": ""
17079
  },
17080
  {
17081
   "archetype": 6,
17082
   "from": 2,
17083
   "attributes": {"32": "added"},
17084
   "id": 1481,
17085
   "to": 302,
17086
   "text": ""
17087
  },
17088
  {
17089
   "archetype": 6,
17090
   "from": 302,
17091
   "attributes": {"32": "added by"},
17092
   "id": 1482,
17093
   "to": 2,
17094
   "text": ""
17095
  },
17096
  {
17097
   "archetype": 0,
17098
   "from": 2,
17099
   "attributes": {"32": "is author of"},
17100
   "id": 1483,
17101
   "to": 302,
17102
   "text": ""
17103
  },
17104
  {
17105
   "archetype": 0,
17106
   "from": 302,
17107
   "attributes": {"32": "created by"},
17108
   "id": 1484,
17109
   "to": 2,
17110
   "text": ""
17111
  },
17112
  {
17113
   "archetype": 3,
17114
   "from": 302,
17115
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
17116
   "id": 1485,
17117
   "to": 301,
17118
   "text": ""
17119
  },
17120
  {
17121
   "archetype": 0,
17122
   "from": 2,
17123
   "attributes": {"32": "is author of"},
17124
   "id": 1486,
17125
   "to": 257,
17126
   "text": ""
17127
  },
17128
  {
17129
   "archetype": 0,
17130
   "from": 257,
17131
   "attributes": {"32": "created by"},
17132
   "id": 1487,
17133
   "to": 2,
17134
   "text": ""
17135
  },
17136
  {
17137
   "archetype": 4,
17138
   "from": 257,
17139
   "attributes": {"32": "modifys"},
17140
   "id": 1488,
17141
   "to": 302,
17142
   "text": ""
17143
  },
17144
  {
17145
   "archetype": 4,
17146
   "from": 302,
17147
   "attributes": {"32": "modifyed by"},
17148
   "id": 1489,
17149
   "to": 257,
17150
   "text": ""
17151
  },
17152
  {
17153
   "archetype": 6,
17154
   "from": 2,
17155
   "attributes": {"32": "modifyed"},
17156
   "id": 1490,
17157
   "to": 302,
17158
   "text": ""
17159
  },
17160
  {
17161
   "archetype": 6,
17162
   "from": 302,
17163
   "attributes": {"32": "modifyed by"},
17164
   "id": 1491,
17165
   "to": 2,
17166
   "text": ""
17167
  },
17168
  {
17169
   "archetype": 0,
17170
   "from": 2,
17171
   "attributes": {"32": "is author of"},
17172
   "id": 1492,
17173
   "to": 258,
17174
   "text": ""
17175
  },
17176
  {
17177
   "archetype": 0,
17178
   "from": 258,
17179
   "attributes": {"32": "created by"},
17180
   "id": 1493,
17181
   "to": 2,
17182
   "text": ""
17183
  },
17184
  {
17185
   "archetype": 4,
17186
   "from": 258,
17187
   "attributes": {"32": "adds"},
17188
   "id": 1494,
17189
   "to": 303,
17190
   "text": ""
17191
  },
17192
  {
17193
   "archetype": 4,
17194
   "from": 303,
17195
   "attributes": {"32": "added by"},
17196
   "id": 1495,
17197
   "to": 258,
17198
   "text": ""
17199
  },
17200
  {
17201
   "archetype": 6,
17202
   "from": 2,
17203
   "attributes": {"32": "added"},
17204
   "id": 1496,
17205
   "to": 303,
17206
   "text": ""
17207
  },
17208
  {
17209
   "archetype": 6,
17210
   "from": 303,
17211
   "attributes": {"32": "added by"},
17212
   "id": 1497,
17213
   "to": 2,
17214
   "text": ""
17215
  },
17216
  {
17217
   "archetype": 0,
17218
   "from": 2,
17219
   "attributes": {"32": "is author of"},
17220
   "id": 1498,
17221
   "to": 303,
17222
   "text": ""
17223
  },
17224
  {
17225
   "archetype": 0,
17226
   "from": 303,
17227
   "attributes": {"32": "created by"},
17228
   "id": 1499,
17229
   "to": 2,
17230
   "text": ""
17231
  },
17232
  {
17233
   "archetype": 3,
17234
   "from": 303,
17235
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
17236
   "id": 1500,
17237
   "to": 301,
17238
   "text": ""
17239
  },
17240
  {
17241
   "archetype": 3,
17242
   "from": 303,
17243
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
17244
   "id": 1501,
17245
   "to": 292,
17246
   "text": ""
17247
  },
17248
  {
17249
   "archetype": 0,
17250
   "from": 2,
17251
   "attributes": {"32": "is author of"},
17252
   "id": 1502,
17253
   "to": 259,
17254
   "text": ""
17255
  },
17256
  {
17257
   "archetype": 0,
17258
   "from": 259,
17259
   "attributes": {"32": "created by"},
17260
   "id": 1503,
17261
   "to": 2,
17262
   "text": ""
17263
  },
17264
  {
17265
   "archetype": 4,
17266
   "from": 259,
17267
   "attributes": {"32": "modifys"},
17268
   "id": 1504,
17269
   "to": 303,
17270
   "text": ""
17271
  },
17272
  {
17273
   "archetype": 4,
17274
   "from": 303,
17275
   "attributes": {"32": "modifyed by"},
17276
   "id": 1505,
17277
   "to": 259,
17278
   "text": ""
17279
  },
17280
  {
17281
   "archetype": 6,
17282
   "from": 2,
17283
   "attributes": {"32": "modifyed"},
17284
   "id": 1506,
17285
   "to": 303,
17286
   "text": ""
17287
  },
17288
  {
17289
   "archetype": 6,
17290
   "from": 303,
17291
   "attributes": {"32": "modifyed by"},
17292
   "id": 1507,
17293
   "to": 2,
17294
   "text": ""
17295
  },
17296
  {
17297
   "archetype": 0,
17298
   "from": 2,
17299
   "attributes": {"32": "is author of"},
17300
   "id": 1508,
17301
   "to": 260,
17302
   "text": ""
17303
  },
17304
  {
17305
   "archetype": 0,
17306
   "from": 260,
17307
   "attributes": {"32": "created by"},
17308
   "id": 1509,
17309
   "to": 2,
17310
   "text": ""
17311
  },
17312
  {
17313
   "archetype": 4,
17314
   "from": 260,
17315
   "attributes": {"32": "adds"},
17316
   "id": 1510,
17317
   "to": 292,
17318
   "text": ""
17319
  },
17320
  {
17321
   "archetype": 4,
17322
   "from": 292,
17323
   "attributes": {"32": "added by"},
17324
   "id": 1511,
17325
   "to": 260,
17326
   "text": ""
17327
  },
17328
  {
17329
   "archetype": 6,
17330
   "from": 2,
17331
   "attributes": {"32": "added"},
17332
   "id": 1512,
17333
   "to": 292,
17334
   "text": ""
17335
  },
17336
  {
17337
   "archetype": 6,
17338
   "from": 292,
17339
   "attributes": {"32": "added by"},
17340
   "id": 1513,
17341
   "to": 2,
17342
   "text": ""
17343
  },
17344
  {
17345
   "archetype": 0,
17346
   "from": 2,
17347
   "attributes": {"32": "is author of"},
17348
   "id": 1514,
17349
   "to": 292,
17350
   "text": ""
17351
  },
17352
  {
17353
   "archetype": 0,
17354
   "from": 292,
17355
   "attributes": {"32": "created by"},
17356
   "id": 1515,
17357
   "to": 2,
17358
   "text": ""
17359
  },
17360
  {
17361
   "archetype": 3,
17362
   "from": 292,
17363
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
17364
   "id": 1516,
17365
   "to": 303,
17366
   "text": ""
17367
  },
17368
  {
17369
   "archetype": 0,
17370
   "from": 2,
17371
   "attributes": {"32": "is author of"},
17372
   "id": 1517,
17373
   "to": 261,
17374
   "text": ""
17375
  },
17376
  {
17377
   "archetype": 0,
17378
   "from": 261,
17379
   "attributes": {"32": "created by"},
17380
   "id": 1518,
17381
   "to": 2,
17382
   "text": ""
17383
  },
17384
  {
17385
   "archetype": 4,
17386
   "from": 261,
17387
   "attributes": {"32": "modifys"},
17388
   "id": 1519,
17389
   "to": 292,
17390
   "text": ""
17391
  },
17392
  {
17393
   "archetype": 4,
17394
   "from": 292,
17395
   "attributes": {"32": "modifyed by"},
17396
   "id": 1520,
17397
   "to": 261,
17398
   "text": ""
17399
  },
17400
  {
17401
   "archetype": 6,
17402
   "from": 2,
17403
   "attributes": {"32": "modifyed"},
17404
   "id": 1521,
17405
   "to": 292,
17406
   "text": ""
17407
  },
17408
  {
17409
   "archetype": 6,
17410
   "from": 292,
17411
   "attributes": {"32": "modifyed by"},
17412
   "id": 1522,
17413
   "to": 2,
17414
   "text": ""
17415
  },
17416
  {
17417
   "archetype": 0,
17418
   "from": 2,
17419
   "attributes": {"32": "is author of"},
17420
   "id": 1523,
17421
   "to": 262,
17422
   "text": ""
17423
  },
17424
  {
17425
   "archetype": 0,
17426
   "from": 262,
17427
   "attributes": {"32": "created by"},
17428
   "id": 1524,
17429
   "to": 2,
17430
   "text": ""
17431
  },
17432
  {
17433
   "archetype": 4,
17434
   "from": 262,
17435
   "attributes": {"32": "adds"},
17436
   "id": 1525,
17437
   "to": 300,
17438
   "text": ""
17439
  },
17440
  {
17441
   "archetype": 4,
17442
   "from": 300,
17443
   "attributes": {"32": "added by"},
17444
   "id": 1526,
17445
   "to": 262,
17446
   "text": ""
17447
  },
17448
  {
17449
   "archetype": 6,
17450
   "from": 2,
17451
   "attributes": {"32": "added"},
17452
   "id": 1527,
17453
   "to": 300,
17454
   "text": ""
17455
  },
17456
  {
17457
   "archetype": 6,
17458
   "from": 300,
17459
   "attributes": {"32": "added by"},
17460
   "id": 1528,
17461
   "to": 2,
17462
   "text": ""
17463
  },
17464
  {
17465
   "archetype": 0,
17466
   "from": 2,
17467
   "attributes": {"32": "is author of"},
17468
   "id": 1529,
17469
   "to": 300,
17470
   "text": ""
17471
  },
17472
  {
17473
   "archetype": 0,
17474
   "from": 300,
17475
   "attributes": {"32": "created by"},
17476
   "id": 1530,
17477
   "to": 2,
17478
   "text": ""
17479
  },
17480
  {
17481
   "archetype": 3,
17482
   "from": 300,
17483
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
17484
   "id": 1531,
17485
   "to": 301,
17486
   "text": ""
17487
  },
17488
  {
17489
   "archetype": 0,
17490
   "from": 2,
17491
   "attributes": {"32": "is author of"},
17492
   "id": 1532,
17493
   "to": 263,
17494
   "text": ""
17495
  },
17496
  {
17497
   "archetype": 0,
17498
   "from": 263,
17499
   "attributes": {"32": "created by"},
17500
   "id": 1533,
17501
   "to": 2,
17502
   "text": ""
17503
  },
17504
  {
17505
   "archetype": 4,
17506
   "from": 263,
17507
   "attributes": {"32": "adds"},
17508
   "id": 1534,
17509
   "to": 297,
17510
   "text": ""
17511
  },
17512
  {
17513
   "archetype": 4,
17514
   "from": 297,
17515
   "attributes": {"32": "added by"},
17516
   "id": 1535,
17517
   "to": 263,
17518
   "text": ""
17519
  },
17520
  {
17521
   "archetype": 6,
17522
   "from": 2,
17523
   "attributes": {"32": "added"},
17524
   "id": 1536,
17525
   "to": 297,
17526
   "text": ""
17527
  },
17528
  {
17529
   "archetype": 6,
17530
   "from": 297,
17531
   "attributes": {"32": "added by"},
17532
   "id": 1537,
17533
   "to": 2,
17534
   "text": ""
17535
  },
17536
  {
17537
   "archetype": 0,
17538
   "from": 2,
17539
   "attributes": {"32": "is author of"},
17540
   "id": 1538,
17541
   "to": 297,
17542
   "text": ""
17543
  },
17544
  {
17545
   "archetype": 0,
17546
   "from": 297,
17547
   "attributes": {"32": "created by"},
17548
   "id": 1539,
17549
   "to": 2,
17550
   "text": ""
17551
  },
17552
  {
17553
   "archetype": 3,
17554
   "from": 297,
17555
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
17556
   "id": 1540,
17557
   "to": 301,
17558
   "text": ""
17559
  },
17560
  {
17561
   "archetype": 0,
17562
   "from": 2,
17563
   "attributes": {"32": "is author of"},
17564
   "id": 1541,
17565
   "to": 264,
17566
   "text": ""
17567
  },
17568
  {
17569
   "archetype": 0,
17570
   "from": 264,
17571
   "attributes": {"32": "created by"},
17572
   "id": 1542,
17573
   "to": 2,
17574
   "text": ""
17575
  },
17576
  {
17577
   "archetype": 4,
17578
   "from": 264,
17579
   "attributes": {"32": "modifys"},
17580
   "id": 1543,
17581
   "to": 297,
17582
   "text": ""
17583
  },
17584
  {
17585
   "archetype": 4,
17586
   "from": 297,
17587
   "attributes": {"32": "modifyed by"},
17588
   "id": 1544,
17589
   "to": 264,
17590
   "text": ""
17591
  },
17592
  {
17593
   "archetype": 6,
17594
   "from": 2,
17595
   "attributes": {"32": "modifyed"},
17596
   "id": 1545,
17597
   "to": 297,
17598
   "text": ""
17599
  },
17600
  {
17601
   "archetype": 6,
17602
   "from": 297,
17603
   "attributes": {"32": "modifyed by"},
17604
   "id": 1546,
17605
   "to": 2,
17606
   "text": ""
17607
  },
17608
  {
17609
   "archetype": 0,
17610
   "from": 2,
17611
   "attributes": {"32": "is author of"},
17612
   "id": 1547,
17613
   "to": 265,
17614
   "text": ""
17615
  },
17616
  {
17617
   "archetype": 0,
17618
   "from": 265,
17619
   "attributes": {"32": "created by"},
17620
   "id": 1548,
17621
   "to": 2,
17622
   "text": ""
17623
  },
17624
  {
17625
   "archetype": 4,
17626
   "from": 265,
17627
   "attributes": {"32": "adds"},
17628
   "id": 1549,
17629
   "to": 296,
17630
   "text": ""
17631
  },
17632
  {
17633
   "archetype": 4,
17634
   "from": 296,
17635
   "attributes": {"32": "added by"},
17636
   "id": 1550,
17637
   "to": 265,
17638
   "text": ""
17639
  },
17640
  {
17641
   "archetype": 6,
17642
   "from": 2,
17643
   "attributes": {"32": "added"},
17644
   "id": 1551,
17645
   "to": 296,
17646
   "text": ""
17647
  },
17648
  {
17649
   "archetype": 6,
17650
   "from": 296,
17651
   "attributes": {"32": "added by"},
17652
   "id": 1552,
17653
   "to": 2,
17654
   "text": ""
17655
  },
17656
  {
17657
   "archetype": 0,
17658
   "from": 2,
17659
   "attributes": {"32": "is author of"},
17660
   "id": 1553,
17661
   "to": 296,
17662
   "text": ""
17663
  },
17664
  {
17665
   "archetype": 0,
17666
   "from": 296,
17667
   "attributes": {"32": "created by"},
17668
   "id": 1554,
17669
   "to": 2,
17670
   "text": ""
17671
  },
17672
  {
17673
   "archetype": 3,
17674
   "from": 296,
17675
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
17676
   "id": 1555,
17677
   "to": 301,
17678
   "text": ""
17679
  },
17680
  {
17681
   "archetype": 0,
17682
   "from": 2,
17683
   "attributes": {"32": "is author of"},
17684
   "id": 1556,
17685
   "to": 266,
17686
   "text": ""
17687
  },
17688
  {
17689
   "archetype": 0,
17690
   "from": 266,
17691
   "attributes": {"32": "created by"},
17692
   "id": 1557,
17693
   "to": 2,
17694
   "text": ""
17695
  },
17696
  {
17697
   "archetype": 4,
17698
   "from": 266,
17699
   "attributes": {"32": "adds"},
17700
   "id": 1558,
17701
   "to": 295,
17702
   "text": ""
17703
  },
17704
  {
17705
   "archetype": 4,
17706
   "from": 295,
17707
   "attributes": {"32": "added by"},
17708
   "id": 1559,
17709
   "to": 266,
17710
   "text": ""
17711
  },
17712
  {
17713
   "archetype": 6,
17714
   "from": 2,
17715
   "attributes": {"32": "added"},
17716
   "id": 1560,
17717
   "to": 295,
17718
   "text": ""
17719
  },
17720
  {
17721
   "archetype": 6,
17722
   "from": 295,
17723
   "attributes": {"32": "added by"},
17724
   "id": 1561,
17725
   "to": 2,
17726
   "text": ""
17727
  },
17728
  {
17729
   "archetype": 0,
17730
   "from": 2,
17731
   "attributes": {"32": "is author of"},
17732
   "id": 1562,
17733
   "to": 295,
17734
   "text": ""
17735
  },
17736
  {
17737
   "archetype": 0,
17738
   "from": 295,
17739
   "attributes": {"32": "created by"},
17740
   "id": 1563,
17741
   "to": 2,
17742
   "text": ""
17743
  },
17744
  {
17745
   "archetype": 3,
17746
   "from": 295,
17747
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
17748
   "id": 1564,
17749
   "to": 301,
17750
   "text": ""
17751
  },
17752
  {
17753
   "archetype": 0,
17754
   "from": 2,
17755
   "attributes": {"32": "is author of"},
17756
   "id": 1565,
17757
   "to": 267,
17758
   "text": ""
17759
  },
17760
  {
17761
   "archetype": 0,
17762
   "from": 267,
17763
   "attributes": {"32": "created by"},
17764
   "id": 1566,
17765
   "to": 2,
17766
   "text": ""
17767
  },
17768
  {
17769
   "archetype": 4,
17770
   "from": 267,
17771
   "attributes": {"32": "modifys"},
17772
   "id": 1567,
17773
   "to": 295,
17774
   "text": ""
17775
  },
17776
  {
17777
   "archetype": 4,
17778
   "from": 295,
17779
   "attributes": {"32": "modifyed by"},
17780
   "id": 1568,
17781
   "to": 267,
17782
   "text": ""
17783
  },
17784
  {
17785
   "archetype": 6,
17786
   "from": 2,
17787
   "attributes": {"32": "modifyed"},
17788
   "id": 1569,
17789
   "to": 295,
17790
   "text": ""
17791
  },
17792
  {
17793
   "archetype": 6,
17794
   "from": 295,
17795
   "attributes": {"32": "modifyed by"},
17796
   "id": 1570,
17797
   "to": 2,
17798
   "text": ""
17799
  },
17800
  {
17801
   "archetype": 0,
17802
   "from": 2,
17803
   "attributes": {"32": "is author of"},
17804
   "id": 1571,
17805
   "to": 268,
17806
   "text": ""
17807
  },
17808
  {
17809
   "archetype": 0,
17810
   "from": 268,
17811
   "attributes": {"32": "created by"},
17812
   "id": 1572,
17813
   "to": 2,
17814
   "text": ""
17815
  },
17816
  {
17817
   "archetype": 4,
17818
   "from": 268,
17819
   "attributes": {"32": "modifys"},
17820
   "id": 1573,
17821
   "to": 295,
17822
   "text": ""
17823
  },
17824
  {
17825
   "archetype": 4,
17826
   "from": 295,
17827
   "attributes": {"32": "modifyed by"},
17828
   "id": 1574,
17829
   "to": 268,
17830
   "text": ""
17831
  },
17832
  {
17833
   "archetype": 6,
17834
   "from": 2,
17835
   "attributes": {"32": "modifyed"},
17836
   "id": 1575,
17837
   "to": 295,
17838
   "text": ""
17839
  },
17840
  {
17841
   "archetype": 6,
17842
   "from": 295,
17843
   "attributes": {"32": "modifyed by"},
17844
   "id": 1576,
17845
   "to": 2,
17846
   "text": ""
17847
  },
17848
  {
17849
   "archetype": 4,
17850
   "from": 269,
17851
   "attributes": {"32": "adds"},
17852
   "id": 1577,
17853
   "to": 293,
17854
   "text": ""
17855
  },
17856
  {
17857
   "archetype": 4,
17858
   "from": 293,
17859
   "attributes": {"32": "added by"},
17860
   "id": 1578,
17861
   "to": 269,
17862
   "text": ""
17863
  },
17864
  {
17865
   "archetype": 0,
17866
   "from": 4,
17867
   "attributes": {"32": "is author of"},
17868
   "id": 1579,
17869
   "to": 293,
17870
   "text": ""
17871
  },
17872
  {
17873
   "archetype": 0,
17874
   "from": 293,
17875
   "attributes": {"32": "created by"},
17876
   "id": 1580,
17877
   "to": 4,
17878
   "text": ""
17879
  },
17880
  {
17881
   "archetype": 0,
17882
   "from": 4,
17883
   "attributes": {"32": "is author of"},
17884
   "id": 1581,
17885
   "to": 270,
17886
   "text": ""
17887
  },
17888
  {
17889
   "archetype": 0,
17890
   "from": 270,
17891
   "attributes": {"32": "created by"},
17892
   "id": 1582,
17893
   "to": 4,
17894
   "text": ""
17895
  },
17896
  {
17897
   "archetype": 4,
17898
   "from": 270,
17899
   "attributes": {"32": "modifys"},
17900
   "id": 1583,
17901
   "to": 293,
17902
   "text": ""
17903
  },
17904
  {
17905
   "archetype": 4,
17906
   "from": 293,
17907
   "attributes": {"32": "modifyed by"},
17908
   "id": 1584,
17909
   "to": 270,
17910
   "text": ""
17911
  },
17912
  {
17913
   "archetype": 6,
17914
   "from": 4,
17915
   "attributes": {"32": "modifyed"},
17916
   "id": 1585,
17917
   "to": 293,
17918
   "text": ""
17919
  },
17920
  {
17921
   "archetype": 6,
17922
   "from": 293,
17923
   "attributes": {"32": "modifyed by"},
17924
   "id": 1586,
17925
   "to": 4,
17926
   "text": ""
17927
  },
17928
  {
17929
   "archetype": 4,
17930
   "from": 271,
17931
   "attributes": {"32": "adds"},
17932
   "id": 1587,
17933
   "to": 301,
17934
   "text": ""
17935
  },
17936
  {
17937
   "archetype": 4,
17938
   "from": 301,
17939
   "attributes": {"32": "added by"},
17940
   "id": 1588,
17941
   "to": 271,
17942
   "text": ""
17943
  },
17944
  {
17945
   "archetype": 0,
17946
   "from": 4,
17947
   "attributes": {"32": "is author of"},
17948
   "id": 1589,
17949
   "to": 301,
17950
   "text": ""
17951
  },
17952
  {
17953
   "archetype": 0,
17954
   "from": 301,
17955
   "attributes": {"32": "created by"},
17956
   "id": 1590,
17957
   "to": 4,
17958
   "text": ""
17959
  },
17960
  {
17961
   "archetype": 3,
17962
   "from": 301,
17963
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
17964
   "id": 1591,
17965
   "to": 298,
17966
   "text": ""
17967
  },
17968
  {
17969
   "archetype": 3,
17970
   "from": 301,
17971
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
17972
   "id": 1592,
17973
   "to": 302,
17974
   "text": ""
17975
  },
17976
  {
17977
   "archetype": 3,
17978
   "from": 301,
17979
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
17980
   "id": 1593,
17981
   "to": 303,
17982
   "text": ""
17983
  },
17984
  {
17985
   "archetype": 3,
17986
   "from": 301,
17987
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
17988
   "id": 1594,
17989
   "to": 300,
17990
   "text": ""
17991
  },
17992
  {
17993
   "archetype": 3,
17994
   "from": 301,
17995
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
17996
   "id": 1595,
17997
   "to": 297,
17998
   "text": ""
17999
  },
18000
  {
18001
   "archetype": 3,
18002
   "from": 301,
18003
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
18004
   "id": 1596,
18005
   "to": 296,
18006
   "text": ""
18007
  },
18008
  {
18009
   "archetype": 3,
18010
   "from": 301,
18011
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
18012
   "id": 1597,
18013
   "to": 295,
18014
   "text": ""
18015
  },
18016
  {
18017
   "archetype": 0,
18018
   "from": 2,
18019
   "attributes": {"32": "is author of"},
18020
   "id": 1598,
18021
   "to": 272,
18022
   "text": ""
18023
  },
18024
  {
18025
   "archetype": 0,
18026
   "from": 272,
18027
   "attributes": {"32": "created by"},
18028
   "id": 1599,
18029
   "to": 2,
18030
   "text": ""
18031
  },
18032
  {
18033
   "archetype": 4,
18034
   "from": 272,
18035
   "attributes": {"32": "modifys"},
18036
   "id": 1600,
18037
   "to": 301,
18038
   "text": ""
18039
  },
18040
  {
18041
   "archetype": 4,
18042
   "from": 301,
18043
   "attributes": {"32": "modifyed by"},
18044
   "id": 1601,
18045
   "to": 272,
18046
   "text": ""
18047
  },
18048
  {
18049
   "archetype": 6,
18050
   "from": 2,
18051
   "attributes": {"32": "modifyed"},
18052
   "id": 1602,
18053
   "to": 301,
18054
   "text": ""
18055
  },
18056
  {
18057
   "archetype": 6,
18058
   "from": 301,
18059
   "attributes": {"32": "modifyed by"},
18060
   "id": 1603,
18061
   "to": 2,
18062
   "text": ""
18063
  },
18064
  {
18065
   "archetype": 0,
18066
   "from": 2,
18067
   "attributes": {"32": "is author of"},
18068
   "id": 1604,
18069
   "to": 273,
18070
   "text": ""
18071
  },
18072
  {
18073
   "archetype": 0,
18074
   "from": 273,
18075
   "attributes": {"32": "created by"},
18076
   "id": 1605,
18077
   "to": 2,
18078
   "text": ""
18079
  },
18080
  {
18081
   "archetype": 4,
18082
   "from": 273,
18083
   "attributes": {"32": "modifys"},
18084
   "id": 1606,
18085
   "to": 301,
18086
   "text": ""
18087
  },
18088
  {
18089
   "archetype": 4,
18090
   "from": 301,
18091
   "attributes": {"32": "modifyed by"},
18092
   "id": 1607,
18093
   "to": 273,
18094
   "text": ""
18095
  },
18096
  {
18097
   "archetype": 6,
18098
   "from": 2,
18099
   "attributes": {"32": "modifyed"},
18100
   "id": 1608,
18101
   "to": 301,
18102
   "text": ""
18103
  },
18104
  {
18105
   "archetype": 6,
18106
   "from": 301,
18107
   "attributes": {"32": "modifyed by"},
18108
   "id": 1609,
18109
   "to": 2,
18110
   "text": ""
18111
  },
18112
  {
18113
   "archetype": 0,
18114
   "from": 2,
18115
   "attributes": {"32": "is author of"},
18116
   "id": 1610,
18117
   "to": 274,
18118
   "text": ""
18119
  },
18120
  {
18121
   "archetype": 0,
18122
   "from": 274,
18123
   "attributes": {"32": "created by"},
18124
   "id": 1611,
18125
   "to": 2,
18126
   "text": ""
18127
  },
18128
  {
18129
   "archetype": 4,
18130
   "from": 274,
18131
   "attributes": {"32": "modifys"},
18132
   "id": 1612,
18133
   "to": 301,
18134
   "text": ""
18135
  },
18136
  {
18137
   "archetype": 4,
18138
   "from": 301,
18139
   "attributes": {"32": "modifyed by"},
18140
   "id": 1613,
18141
   "to": 274,
18142
   "text": ""
18143
  },
18144
  {
18145
   "archetype": 6,
18146
   "from": 2,
18147
   "attributes": {"32": "modifyed"},
18148
   "id": 1614,
18149
   "to": 301,
18150
   "text": ""
18151
  },
18152
  {
18153
   "archetype": 6,
18154
   "from": 301,
18155
   "attributes": {"32": "modifyed by"},
18156
   "id": 1615,
18157
   "to": 2,
18158
   "text": ""
18159
  },
18160
  {
18161
   "archetype": 0,
18162
   "from": 2,
18163
   "attributes": {"32": "is author of"},
18164
   "id": 1616,
18165
   "to": 275,
18166
   "text": ""
18167
  },
18168
  {
18169
   "archetype": 0,
18170
   "from": 275,
18171
   "attributes": {"32": "created by"},
18172
   "id": 1617,
18173
   "to": 2,
18174
   "text": ""
18175
  },
18176
  {
18177
   "archetype": 4,
18178
   "from": 275,
18179
   "attributes": {"32": "modifys"},
18180
   "id": 1618,
18181
   "to": 301,
18182
   "text": ""
18183
  },
18184
  {
18185
   "archetype": 4,
18186
   "from": 301,
18187
   "attributes": {"32": "modifyed by"},
18188
   "id": 1619,
18189
   "to": 275,
18190
   "text": ""
18191
  },
18192
  {
18193
   "archetype": 6,
18194
   "from": 2,
18195
   "attributes": {"32": "modifyed"},
18196
   "id": 1620,
18197
   "to": 301,
18198
   "text": ""
18199
  },
18200
  {
18201
   "archetype": 6,
18202
   "from": 301,
18203
   "attributes": {"32": "modifyed by"},
18204
   "id": 1621,
18205
   "to": 2,
18206
   "text": ""
18207
  },
18208
  {
18209
   "archetype": 0,
18210
   "from": 4,
18211
   "attributes": {"32": "is author of"},
18212
   "id": 1622,
18213
   "to": 276,
18214
   "text": ""
18215
  },
18216
  {
18217
   "archetype": 0,
18218
   "from": 276,
18219
   "attributes": {"32": "created by"},
18220
   "id": 1623,
18221
   "to": 4,
18222
   "text": ""
18223
  },
18224
  {
18225
   "archetype": 4,
18226
   "from": 276,
18227
   "attributes": {"32": "modifys"},
18228
   "id": 1624,
18229
   "to": 301,
18230
   "text": ""
18231
  },
18232
  {
18233
   "archetype": 4,
18234
   "from": 301,
18235
   "attributes": {"32": "modifyed by"},
18236
   "id": 1625,
18237
   "to": 276,
18238
   "text": ""
18239
  },
18240
  {
18241
   "archetype": 6,
18242
   "from": 4,
18243
   "attributes": {"32": "modifyed"},
18244
   "id": 1626,
18245
   "to": 301,
18246
   "text": ""
18247
  },
18248
  {
18249
   "archetype": 6,
18250
   "from": 301,
18251
   "attributes": {"32": "modifyed by"},
18252
   "id": 1627,
18253
   "to": 4,
18254
   "text": ""
18255
  },
18256
  {
18257
   "archetype": 4,
18258
   "from": 277,
18259
   "attributes": {"32": "adds"},
18260
   "id": 1628,
18261
   "to": 291,
18262
   "text": ""
18263
  },
18264
  {
18265
   "archetype": 4,
18266
   "from": 291,
18267
   "attributes": {"32": "added by"},
18268
   "id": 1629,
18269
   "to": 277,
18270
   "text": ""
18271
  },
18272
  {
18273
   "archetype": 0,
18274
   "from": 4,
18275
   "attributes": {"32": "is author of"},
18276
   "id": 1630,
18277
   "to": 291,
18278
   "text": ""
18279
  },
18280
  {
18281
   "archetype": 0,
18282
   "from": 291,
18283
   "attributes": {"32": "created by"},
18284
   "id": 1631,
18285
   "to": 4,
18286
   "text": ""
18287
  },
18288
  {
18289
   "archetype": 3,
18290
   "from": 291,
18291
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
18292
   "id": 1632,
18293
   "to": 299,
18294
   "text": ""
18295
  },
18296
  {
18297
   "archetype": 3,
18298
   "from": 291,
18299
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
18300
   "id": 1633,
18301
   "to": 299,
18302
   "text": ""
18303
  },
18304
  {
18305
   "archetype": 3,
18306
   "from": 291,
18307
   "attributes": {"32": "child of:CHILDOF:HIERARCHICAL"},
18308
   "id": 1634,
18309
   "to": 299,
18310
   "text": ""
18311
  },
18312
  {
18313
   "archetype": 0,
18314
   "from": 4,
18315
   "attributes": {"32": "is author of"},
18316
   "id": 1635,
18317
   "to": 278,
18318
   "text": ""
18319
  },
18320
  {
18321
   "archetype": 0,
18322
   "from": 278,
18323
   "attributes": {"32": "created by"},
18324
   "id": 1636,
18325
   "to": 4,
18326
   "text": ""
18327
  },
18328
  {
18329
   "archetype": 4,
18330
   "from": 278,
18331
   "attributes": {"32": "modifys"},
18332
   "id": 1637,
18333
   "to": 291,
18334
   "text": ""
18335
  },
18336
  {
18337
   "archetype": 4,
18338
   "from": 291,
18339
   "attributes": {"32": "modifyed by"},
18340
   "id": 1638,
18341
   "to": 278,
18342
   "text": ""
18343
  },
18344
  {
18345
   "archetype": 6,
18346
   "from": 4,
18347
   "attributes": {"32": "modifyed"},
18348
   "id": 1639,
18349
   "to": 291,
18350
   "text": ""
18351
  },
18352
  {
18353
   "archetype": 6,
18354
   "from": 291,
18355
   "attributes": {"32": "modifyed by"},
18356
   "id": 1640,
18357
   "to": 4,
18358
   "text": ""
18359
  },
18360
  {
18361
   "archetype": 0,
18362
   "from": 4,
18363
   "attributes": {"32": "is author of"},
18364
   "id": 1641,
18365
   "to": 279,
18366
   "text": ""
18367
  },
18368
  {
18369
   "archetype": 0,
18370
   "from": 279,
18371
   "attributes": {"32": "created by"},
18372
   "id": 1642,
18373
   "to": 4,
18374
   "text": ""
18375
  },
18376
  {
18377
   "archetype": 4,
18378
   "from": 279,
18379
   "attributes": {"32": "adds"},
18380
   "id": 1643,
18381
   "to": 299,
18382
   "text": ""
18383
  },
18384
  {
18385
   "archetype": 4,
18386
   "from": 299,
18387
   "attributes": {"32": "added by"},
18388
   "id": 1644,
18389
   "to": 279,
18390
   "text": ""
18391
  },
18392
  {
18393
   "archetype": 6,
18394
   "from": 4,
18395
   "attributes": {"32": "added"},
18396
   "id": 1645,
18397
   "to": 299,
18398
   "text": ""
18399
  },
18400
  {
18401
   "archetype": 6,
18402
   "from": 299,
18403
   "attributes": {"32": "added by"},
18404
   "id": 1646,
18405
   "to": 4,
18406
   "text": ""
18407
  },
18408
  {
18409
   "archetype": 0,
18410
   "from": 4,
18411
   "attributes": {"32": "is author of"},
18412
   "id": 1647,
18413
   "to": 299,
18414
   "text": ""
18415
  },
18416
  {
18417
   "archetype": 0,
18418
   "from": 299,
18419
   "attributes": {"32": "created by"},
18420
   "id": 1648,
18421
   "to": 4,
18422
   "text": ""
18423
  },
18424
  {
18425
   "archetype": 3,
18426
   "from": 299,
18427
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
18428
   "id": 1649,
18429
   "to": 291,
18430
   "text": ""
18431
  },
18432
  {
18433
   "archetype": 3,
18434
   "from": 299,
18435
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
18436
   "id": 1650,
18437
   "to": 291,
18438
   "text": ""
18439
  },
18440
  {
18441
   "archetype": 3,
18442
   "from": 299,
18443
   "attributes": {"32": "parent of:PARENTOF:HIERARCHICAL"},
18444
   "id": 1651,
18445
   "to": 291,
18446
   "text": ""
18447
  },
18448
  {
18449
   "archetype": 0,
18450
   "from": 4,
18451
   "attributes": {"32": "is author of"},
18452
   "id": 1652,
18453
   "to": 280,
18454
   "text": ""
18455
  },
18456
  {
18457
   "archetype": 0,
18458
   "from": 280,
18459
   "attributes": {"32": "created by"},
18460
   "id": 1653,
18461
   "to": 4,
18462
   "text": ""
18463
  },
18464
  {
18465
   "archetype": 4,
18466
   "from": 280,
18467
   "attributes": {"32": "modifys"},
18468
   "id": 1654,
18469
   "to": 299,
18470
   "text": ""
18471
  },
18472
  {
18473
   "archetype": 4,
18474
   "from": 299,
18475
   "attributes": {"32": "modifyed by"},
18476
   "id": 1655,
18477
   "to": 280,
18478
   "text": ""
18479
  },
18480
  {
18481
   "archetype": 6,
18482
   "from": 4,
18483
   "attributes": {"32": "modifyed"},
18484
   "id": 1656,
18485
   "to": 299,
18486
   "text": ""
18487
  },
18488
  {
18489
   "archetype": 6,
18490
   "from": 299,
18491
   "attributes": {"32": "modifyed by"},
18492
   "id": 1657,
18493
   "to": 4,
18494
   "text": ""
18495
  },
18496
  {
18497
   "archetype": 0,
18498
   "from": 4,
18499
   "attributes": {"32": "is author of"},
18500
   "id": 1658,
18501
   "to": 281,
18502
   "text": ""
18503
  },
18504
  {
18505
   "archetype": 0,
18506
   "from": 281,
18507
   "attributes": {"32": "created by"},
18508
   "id": 1659,
18509
   "to": 4,
18510
   "text": ""
18511
  },
18512
  {
18513
   "archetype": 4,
18514
   "from": 281,
18515
   "attributes": {"32": "modifys"},
18516
   "id": 1660,
18517
   "to": 299,
18518
   "text": ""
18519
  },
18520
  {
18521
   "archetype": 4,
18522
   "from": 299,
18523
   "attributes": {"32": "modifyed by"},
18524
   "id": 1661,
18525
   "to": 281,
18526
   "text": ""
18527
  },
18528
  {
18529
   "archetype": 6,
18530
   "from": 4,
18531
   "attributes": {"32": "modifyed"},
18532
   "id": 1662,
18533
   "to": 299,
18534
   "text": ""
18535
  },
18536
  {
18537
   "archetype": 6,
18538
   "from": 299,
18539
   "attributes": {"32": "modifyed by"},
18540
   "id": 1663,
18541
   "to": 4,
18542
   "text": ""
18543
  },
18544
  {
18545
   "archetype": 0,
18546
   "from": 4,
18547
   "attributes": {"32": "is author of"},
18548
   "id": 1664,
18549
   "to": 282,
18550
   "text": ""
18551
  },
18552
  {
18553
   "archetype": 0,
18554
   "from": 282,
18555
   "attributes": {"32": "created by"},
18556
   "id": 1665,
18557
   "to": 4,
18558
   "text": ""
18559
  },
18560
  {
18561
   "archetype": 4,
18562
   "from": 282,
18563
   "attributes": {"32": "modifys"},
18564
   "id": 1666,
18565
   "to": 299,
18566
   "text": ""
18567
  },
18568
  {
18569
   "archetype": 4,
18570
   "from": 299,
18571
   "attributes": {"32": "modifyed by"},
18572
   "id": 1667,
18573
   "to": 282,
18574
   "text": ""
18575
  },
18576
  {
18577
   "archetype": 6,
18578
   "from": 4,
18579
   "attributes": {"32": "modifyed"},
18580
   "id": 1668,
18581
   "to": 299,
18582
   "text": ""
18583
  },
18584
  {
18585
   "archetype": 6,
18586
   "from": 299,
18587
   "attributes": {"32": "modifyed by"},
18588
   "id": 1669,
18589
   "to": 4,
18590
   "text": ""
18591
  },
18592
  {
18593
   "archetype": 0,
18594
   "from": 4,
18595
   "attributes": {"32": "is author of"},
18596
   "id": 1670,
18597
   "to": 283,
18598
   "text": ""
18599
  },
18600
  {
18601
   "archetype": 0,
18602
   "from": 283,
18603
   "attributes": {"32": "created by"},
18604
   "id": 1671,
18605
   "to": 4,
18606
   "text": ""
18607
  },
18608
  {
18609
   "archetype": 4,
18610
   "from": 283,
18611
   "attributes": {"32": "modifys"},
18612
   "id": 1672,
18613
   "to": 299,
18614
   "text": ""
18615
  },
18616
  {
18617
   "archetype": 4,
18618
   "from": 299,
18619
   "attributes": {"32": "modifyed by"},
18620
   "id": 1673,
18621
   "to": 283,
18622
   "text": ""
18623
  },
18624
  {
18625
   "archetype": 6,
18626
   "from": 4,
18627
   "attributes": {"32": "modifyed"},
18628
   "id": 1674,
18629
   "to": 299,
18630
   "text": ""
18631
  },
18632
  {
18633
   "archetype": 6,
18634
   "from": 299,
18635
   "attributes": {"32": "modifyed by"},
18636
   "id": 1675,
18637
   "to": 4,
18638
   "text": ""
18639
  },
18640
  {
18641
   "archetype": 0,
18642
   "from": 4,
18643
   "attributes": {"32": "is author of"},
18644
   "id": 1676,
18645
   "to": 284,
18646
   "text": ""
18647
  },
18648
  {
18649
   "archetype": 0,
18650
   "from": 284,
18651
   "attributes": {"32": "created by"},
18652
   "id": 1677,
18653
   "to": 4,
18654
   "text": ""
18655
  },
18656
  {
18657
   "archetype": 4,
18658
   "from": 284,
18659
   "attributes": {"32": "modifys"},
18660
   "id": 1678,
18661
   "to": 299,
18662
   "text": ""
18663
  },
18664
  {
18665
   "archetype": 4,
18666
   "from": 299,
18667
   "attributes": {"32": "modifyed by"},
18668
   "id": 1679,
18669
   "to": 284,
18670
   "text": ""
18671
  },
18672
  {
18673
   "archetype": 6,
18674
   "from": 4,
18675
   "attributes": {"32": "modifyed"},
18676
   "id": 1680,
18677
   "to": 299,
18678
   "text": ""
18679
  },
18680
  {
18681
   "archetype": 6,
18682
   "from": 299,
18683
   "attributes": {"32": "modifyed by"},
18684
   "id": 1681,
18685
   "to": 4,
18686
   "text": ""
18687
  },
18688
  {
18689
   "archetype": 0,
18690
   "from": 2,
18691
   "attributes": {"32": "is author of"},
18692
   "id": 1682,
18693
   "to": 285,
18694
   "text": ""
18695
  },
18696
  {
18697
   "archetype": 0,
18698
   "from": 285,
18699
   "attributes": {"32": "created by"},
18700
   "id": 1683,
18701
   "to": 2,
18702
   "text": ""
18703
  },
18704
  {
18705
   "archetype": 4,
18706
   "from": 285,
18707
   "attributes": {"32": "modifys"},
18708
   "id": 1684,
18709
   "to": 299,
18710
   "text": ""
18711
  },
18712
  {
18713
   "archetype": 4,
18714
   "from": 299,
18715
   "attributes": {"32": "modifyed by"},
18716
   "id": 1685,
18717
   "to": 285,
18718
   "text": ""
18719
  },
18720
  {
18721
   "archetype": 6,
18722
   "from": 2,
18723
   "attributes": {"32": "modifyed"},
18724
   "id": 1686,
18725
   "to": 299,
18726
   "text": ""
18727
  },
18728
  {
18729
   "archetype": 6,
18730
   "from": 299,
18731
   "attributes": {"32": "modifyed by"},
18732
   "id": 1687,
18733
   "to": 2,
18734
   "text": ""
18735
  },
18736
  {
18737
   "archetype": 0,
18738
   "from": 2,
18739
   "attributes": {"32": "is author of"},
18740
   "id": 1688,
18741
   "to": 286,
18742
   "text": ""
18743
  },
18744
  {
18745
   "archetype": 0,
18746
   "from": 286,
18747
   "attributes": {"32": "created by"},
18748
   "id": 1689,
18749
   "to": 2,
18750
   "text": ""
18751
  },
18752
  {
18753
   "archetype": 4,
18754
   "from": 286,
18755
   "attributes": {"32": "modifys"},
18756
   "id": 1690,
18757
   "to": 299,
18758
   "text": ""
18759
  },
18760
  {
18761
   "archetype": 4,
18762
   "from": 299,
18763
   "attributes": {"32": "modifyed by"},
18764
   "id": 1691,
18765
   "to": 286,
18766
   "text": ""
18767
  },
18768
  {
18769
   "archetype": 6,
18770
   "from": 2,
18771
   "attributes": {"32": "modifyed"},
18772
   "id": 1692,
18773
   "to": 299,
18774
   "text": ""
18775
  },
18776
  {
18777
   "archetype": 6,
18778
   "from": 299,
18779
   "attributes": {"32": "modifyed by"},
18780
   "id": 1693,
18781
   "to": 2,
18782
   "text": ""
18783
  },
18784
  {
18785
   "archetype": 0,
18786
   "from": 4,
18787
   "attributes": {"32": "is author of"},
18788
   "id": 1694,
18789
   "to": 287,
18790
   "text": ""
18791
  },
18792
  {
18793
   "archetype": 0,
18794
   "from": 287,
18795
   "attributes": {"32": "created by"},
18796
   "id": 1695,
18797
   "to": 4,
18798
   "text": ""
18799
  },
18800
  {
18801
   "archetype": 4,
18802
   "from": 287,
18803
   "attributes": {"32": "modifys"},
18804
   "id": 1696,
18805
   "to": 299,
18806
   "text": ""
18807
  },
18808
  {
18809
   "archetype": 4,
18810
   "from": 299,
18811
   "attributes": {"32": "modifyed by"},
18812
   "id": 1697,
18813
   "to": 287,
18814
   "text": ""
18815
  },
18816
  {
18817
   "archetype": 6,
18818
   "from": 4,
18819
   "attributes": {"32": "modifyed"},
18820
   "id": 1698,
18821
   "to": 299,
18822
   "text": ""
18823
  },
18824
  {
18825
   "archetype": 6,
18826
   "from": 299,
18827
   "attributes": {"32": "modifyed by"},
18828
   "id": 1699,
18829
   "to": 4,
18830
   "text": ""
18831
  },
18832
  {
18833
   "archetype": 0,
18834
   "from": 4,
18835
   "attributes": {"32": "is author of"},
18836
   "id": 1700,
18837
   "to": 288,
18838
   "text": ""
18839
  },
18840
  {
18841
   "archetype": 0,
18842
   "from": 288,
18843
   "attributes": {"32": "created by"},
18844
   "id": 1701,
18845
   "to": 4,
18846
   "text": ""
18847
  },
18848
  {
18849
   "archetype": 4,
18850
   "from": 288,
18851
   "attributes": {"32": "modifys"},
18852
   "id": 1702,
18853
   "to": 299,
18854
   "text": ""
18855
  },
18856
  {
18857
   "archetype": 4,
18858
   "from": 299,
18859
   "attributes": {"32": "modifyed by"},
18860
   "id": 1703,
18861
   "to": 288,
18862
   "text": ""
18863
  },
18864
  {
18865
   "archetype": 6,
18866
   "from": 4,
18867
   "attributes": {"32": "modifyed"},
18868
   "id": 1704,
18869
   "to": 299,
18870
   "text": ""
18871
  },
18872
  {
18873
   "archetype": 6,
18874
   "from": 299,
18875
   "attributes": {"32": "modifyed by"},
18876
   "id": 1705,
18877
   "to": 4,
18878
   "text": ""
18879
  },
18880
  {
18881
   "archetype": 0,
18882
   "from": 2,
18883
   "attributes": {"32": "is author of"},
18884
   "id": 1706,
18885
   "to": 289,
18886
   "text": ""
18887
  },
18888
  {
18889
   "archetype": 0,
18890
   "from": 289,
18891
   "attributes": {"32": "created by"},
18892
   "id": 1707,
18893
   "to": 2,
18894
   "text": ""
18895
  },
18896
  {
18897
   "archetype": 4,
18898
   "from": 289,
18899
   "attributes": {"32": "modifys"},
18900
   "id": 1708,
18901
   "to": 299,
18902
   "text": ""
18903
  },
18904
  {
18905
   "archetype": 4,
18906
   "from": 299,
18907
   "attributes": {"32": "modifyed by"},
18908
   "id": 1709,
18909
   "to": 289,
18910
   "text": ""
18911
  },
18912
  {
18913
   "archetype": 6,
18914
   "from": 2,
18915
   "attributes": {"32": "modifyed"},
18916
   "id": 1710,
18917
   "to": 299,
18918
   "text": ""
18919
  },
18920
  {
18921
   "archetype": 6,
18922
   "from": 299,
18923
   "attributes": {"32": "modifyed by"},
18924
   "id": 1711,
18925
   "to": 2,
18926
   "text": ""
18927
  },
18928
  {
18929
   "archetype": 0,
18930
   "from": 2,
18931
   "attributes": {"32": "is author of"},
18932
   "id": 1712,
18933
   "to": 290,
18934
   "text": ""
18935
  },
18936
  {
18937
   "archetype": 0,
18938
   "from": 290,
18939
   "attributes": {"32": "created by"},
18940
   "id": 1713,
18941
   "to": 2,
18942
   "text": ""
18943
  },
18944
  {
18945
   "archetype": 4,
18946
   "from": 290,
18947
   "attributes": {"32": "modifys"},
18948
   "id": 1714,
18949
   "to": 299,
18950
   "text": ""
18951
  },
18952
  {
18953
   "archetype": 4,
18954
   "from": 299,
18955
   "attributes": {"32": "modifyed by"},
18956
   "id": 1715,
18957
   "to": 290,
18958
   "text": ""
18959
  },
18960
  {
18961
   "archetype": 6,
18962
   "from": 2,
18963
   "attributes": {"32": "modifyed"},
18964
   "id": 1716,
18965
   "to": 299,
18966
   "text": ""
18967
  },
18968
  {
18969
   "archetype": 6,
18970
   "from": 299,
18971
   "attributes": {"32": "modifyed by"},
18972
   "id": 1717,
18973
   "to": 2,
18974
   "text": ""
18975
  },
18976
  {
18977
   "archetype": 6,
18978
   "from": 2,
18979
   "attributes": {"32": "last modified"},
18980
   "id": 1718,
18981
   "to": 7,
18982
   "text": ""
18983
  },
18984
  {
18985
   "archetype": 6,
18986
   "from": 7,
18987
   "attributes": {"32": "last modified by"},
18988
   "id": 1719,
18989
   "to": 2,
18990
   "text": ""
18991
  },
18992
  {
18993
   "archetype": 6,
18994
   "from": 2,
18995
   "attributes": {"32": "last modified"},
18996
   "id": 1720,
18997
   "to": 8,
18998
   "text": ""
18999
  },
19000
  {
19001
   "archetype": 6,
19002
   "from": 8,
19003
   "attributes": {"32": "last modified by"},
19004
   "id": 1721,
19005
   "to": 2,
19006
   "text": ""
19007
  },
19008
  {
19009
   "archetype": 6,
19010
   "from": 2,
19011
   "attributes": {"32": "last modified"},
19012
   "id": 1722,
19013
   "to": 9,
19014
   "text": ""
19015
  },
19016
  {
19017
   "archetype": 6,
19018
   "from": 9,
19019
   "attributes": {"32": "last modified by"},
19020
   "id": 1723,
19021
   "to": 2,
19022
   "text": ""
19023
  },
19024
  {
19025
   "archetype": 6,
19026
   "from": 2,
19027
   "attributes": {"32": "last modified"},
19028
   "id": 1724,
19029
   "to": 11,
19030
   "text": ""
19031
  },
19032
  {
19033
   "archetype": 6,
19034
   "from": 11,
19035
   "attributes": {"32": "last modified by"},
19036
   "id": 1725,
19037
   "to": 2,
19038
   "text": ""
19039
  },
19040
  {
19041
   "archetype": 6,
19042
   "from": 2,
19043
   "attributes": {"32": "last modified"},
19044
   "id": 1726,
19045
   "to": 12,
19046
   "text": ""
19047
  },
19048
  {
19049
   "archetype": 6,
19050
   "from": 12,
19051
   "attributes": {"32": "last modified by"},
19052
   "id": 1727,
19053
   "to": 2,
19054
   "text": ""
19055
  },
19056
  {
19057
   "archetype": 6,
19058
   "from": 2,
19059
   "attributes": {"32": "last modified"},
19060
   "id": 1728,
19061
   "to": 13,
19062
   "text": ""
19063
  },
19064
  {
19065
   "archetype": 6,
19066
   "from": 13,
19067
   "attributes": {"32": "last modified by"},
19068
   "id": 1729,
19069
   "to": 2,
19070
   "text": ""
19071
  },
19072
  {
19073
   "archetype": 6,
19074
   "from": 2,
19075
   "attributes": {"32": "last modified"},
19076
   "id": 1730,
19077
   "to": 14,
19078
   "text": ""
19079
  },
19080
  {
19081
   "archetype": 6,
19082
   "from": 14,
19083
   "attributes": {"32": "last modified by"},
19084
   "id": 1731,
19085
   "to": 2,
19086
   "text": ""
19087
  },
19088
  {
19089
   "archetype": 6,
19090
   "from": 2,
19091
   "attributes": {"32": "last modified"},
19092
   "id": 1732,
19093
   "to": 15,
19094
   "text": ""
19095
  },
19096
  {
19097
   "archetype": 6,
19098
   "from": 15,
19099
   "attributes": {"32": "last modified by"},
19100
   "id": 1733,
19101
   "to": 2,
19102
   "text": ""
19103
  },
19104
  {
19105
   "archetype": 6,
19106
   "from": 2,
19107
   "attributes": {"32": "last modified"},
19108
   "id": 1734,
19109
   "to": 16,
19110
   "text": ""
19111
  },
19112
  {
19113
   "archetype": 6,
19114
   "from": 16,
19115
   "attributes": {"32": "last modified by"},
19116
   "id": 1735,
19117
   "to": 2,
19118
   "text": ""
19119
  },
19120
  {
19121
   "archetype": 6,
19122
   "from": 2,
19123
   "attributes": {"32": "last modified"},
19124
   "id": 1736,
19125
   "to": 17,
19126
   "text": ""
19127
  },
19128
  {
19129
   "archetype": 6,
19130
   "from": 17,
19131
   "attributes": {"32": "last modified by"},
19132
   "id": 1737,
19133
   "to": 2,
19134
   "text": ""
19135
  },
19136
  {
19137
   "archetype": 6,
19138
   "from": 2,
19139
   "attributes": {"32": "last modified"},
19140
   "id": 1738,
19141
   "to": 18,
19142
   "text": ""
19143
  },
19144
  {
19145
   "archetype": 6,
19146
   "from": 18,
19147
   "attributes": {"32": "last modified by"},
19148
   "id": 1739,
19149
   "to": 2,
19150
   "text": ""
19151
  },
19152
  {
19153
   "archetype": 6,
19154
   "from": 2,
19155
   "attributes": {"32": "last modified"},
19156
   "id": 1740,
19157
   "to": 19,
19158
   "text": ""
19159
  },
19160
  {
19161
   "archetype": 6,
19162
   "from": 19,
19163
   "attributes": {"32": "last modified by"},
19164
   "id": 1741,
19165
   "to": 2,
19166
   "text": ""
19167
  },
19168
  {
19169
   "archetype": 6,
19170
   "from": 2,
19171
   "attributes": {"32": "last modified"},
19172
   "id": 1742,
19173
   "to": 20,
19174
   "text": ""
19175
  },
19176
  {
19177
   "archetype": 6,
19178
   "from": 20,
19179
   "attributes": {"32": "last modified by"},
19180
   "id": 1743,
19181
   "to": 2,
19182
   "text": ""
19183
  },
19184
  {
19185
   "archetype": 6,
19186
   "from": 2,
19187
   "attributes": {"32": "last modified"},
19188
   "id": 1744,
19189
   "to": 21,
19190
   "text": ""
19191
  },
19192
  {
19193
   "archetype": 6,
19194
   "from": 21,
19195
   "attributes": {"32": "last modified by"},
19196
   "id": 1745,
19197
   "to": 2,
19198
   "text": ""
19199
  },
19200
  {
19201
   "archetype": 6,
19202
   "from": 2,
19203
   "attributes": {"32": "last modified"},
19204
   "id": 1746,
19205
   "to": 22,
19206
   "text": ""
19207
  },
19208
  {
19209
   "archetype": 6,
19210
   "from": 22,
19211
   "attributes": {"32": "last modified by"},
19212
   "id": 1747,
19213
   "to": 2,
19214
   "text": ""
19215
  },
19216
  {
19217
   "archetype": 6,
19218
   "from": 2,
19219
   "attributes": {"32": "last modified"},
19220
   "id": 1748,
19221
   "to": 23,
19222
   "text": ""
19223
  },
19224
  {
19225
   "archetype": 6,
19226
   "from": 23,
19227
   "attributes": {"32": "last modified by"},
19228
   "id": 1749,
19229
   "to": 2,
19230
   "text": ""
19231
  },
19232
  {
19233
   "archetype": 6,
19234
   "from": 2,
19235
   "attributes": {"32": "last modified"},
19236
   "id": 1750,
19237
   "to": 24,
19238
   "text": ""
19239
  },
19240
  {
19241
   "archetype": 6,
19242
   "from": 24,
19243
   "attributes": {"32": "last modified by"},
19244
   "id": 1751,
19245
   "to": 2,
19246
   "text": ""
19247
  },
19248
  {
19249
   "archetype": 6,
19250
   "from": 2,
19251
   "attributes": {"32": "last modified"},
19252
   "id": 1752,
19253
   "to": 298,
19254
   "text": ""
19255
  },
19256
  {
19257
   "archetype": 6,
19258
   "from": 298,
19259
   "attributes": {"32": "last modified by"},
19260
   "id": 1753,
19261
   "to": 2,
19262
   "text": ""
19263
  },
19264
  {
19265
   "archetype": 6,
19266
   "from": 2,
19267
   "attributes": {"32": "last modified"},
19268
   "id": 1754,
19269
   "to": 302,
19270
   "text": ""
19271
  },
19272
  {
19273
   "archetype": 6,
19274
   "from": 302,
19275
   "attributes": {"32": "last modified by"},
19276
   "id": 1755,
19277
   "to": 2,
19278
   "text": ""
19279
  },
19280
  {
19281
   "archetype": 6,
19282
   "from": 2,
19283
   "attributes": {"32": "last modified"},
19284
   "id": 1756,
19285
   "to": 303,
19286
   "text": ""
19287
  },
19288
  {
19289
   "archetype": 6,
19290
   "from": 303,
19291
   "attributes": {"32": "last modified by"},
19292
   "id": 1757,
19293
   "to": 2,
19294
   "text": ""
19295
  },
19296
  {
19297
   "archetype": 6,
19298
   "from": 2,
19299
   "attributes": {"32": "last modified"},
19300
   "id": 1758,
19301
   "to": 292,
19302
   "text": ""
19303
  },
19304
  {
19305
   "archetype": 6,
19306
   "from": 292,
19307
   "attributes": {"32": "last modified by"},
19308
   "id": 1759,
19309
   "to": 2,
19310
   "text": ""
19311
  },
19312
  {
19313
   "archetype": 6,
19314
   "from": 2,
19315
   "attributes": {"32": "last modified"},
19316
   "id": 1760,
19317
   "to": 300,
19318
   "text": ""
19319
  },
19320
  {
19321
   "archetype": 6,
19322
   "from": 300,
19323
   "attributes": {"32": "last modified by"},
19324
   "id": 1761,
19325
   "to": 2,
19326
   "text": ""
19327
  },
19328
  {
19329
   "archetype": 6,
19330
   "from": 2,
19331
   "attributes": {"32": "last modified"},
19332
   "id": 1762,
19333
   "to": 297,
19334
   "text": ""
19335
  },
19336
  {
19337
   "archetype": 6,
19338
   "from": 297,
19339
   "attributes": {"32": "last modified by"},
19340
   "id": 1763,
19341
   "to": 2,
19342
   "text": ""
19343
  },
19344
  {
19345
   "archetype": 6,
19346
   "from": 2,
19347
   "attributes": {"32": "last modified"},
19348
   "id": 1764,
19349
   "to": 296,
19350
   "text": ""
19351
  },
19352
  {
19353
   "archetype": 6,
19354
   "from": 296,
19355
   "attributes": {"32": "last modified by"},
19356
   "id": 1765,
19357
   "to": 2,
19358
   "text": ""
19359
  },
19360
  {
19361
   "archetype": 6,
19362
   "from": 2,
19363
   "attributes": {"32": "last modified"},
19364
   "id": 1766,
19365
   "to": 295,
19366
   "text": ""
19367
  },
19368
  {
19369
   "archetype": 6,
19370
   "from": 295,
19371
   "attributes": {"32": "last modified by"},
19372
   "id": 1767,
19373
   "to": 2,
19374
   "text": ""
19375
  },
19376
  {
19377
   "archetype": 6,
19378
   "from": 4,
19379
   "attributes": {"32": "last modified"},
19380
   "id": 1768,
19381
   "to": 293,
19382
   "text": ""
19383
  },
19384
  {
19385
   "archetype": 6,
19386
   "from": 293,
19387
   "attributes": {"32": "last modified by"},
19388
   "id": 1769,
19389
   "to": 4,
19390
   "text": ""
19391
  },
19392
  {
19393
   "archetype": 6,
19394
   "from": 2,
19395
   "attributes": {"32": "last modified"},
19396
   "id": 1770,
19397
   "to": 301,
19398
   "text": ""
19399
  },
19400
  {
19401
   "archetype": 6,
19402
   "from": 301,
19403
   "attributes": {"32": "last modified by"},
19404
   "id": 1771,
19405
   "to": 2,
19406
   "text": ""
19407
  },
19408
  {
19409
   "archetype": 6,
19410
   "from": 4,
19411
   "attributes": {"32": "last modified"},
19412
   "id": 1772,
19413
   "to": 291,
19414
   "text": ""
19415
  },
19416
  {
19417
   "archetype": 6,
19418
   "from": 291,
19419
   "attributes": {"32": "last modified by"},
19420
   "id": 1773,
19421
   "to": 4,
19422
   "text": ""
19423
  },
19424
  {
19425
   "archetype": 6,
19426
   "from": 4,
19427
   "attributes": {"32": "last modified"},
19428
   "id": 1774,
19429
   "to": 299,
19430
   "text": ""
19431
  },
19432
  {
19433
   "archetype": 6,
19434
   "from": 299,
19435
   "attributes": {"32": "last modified by"},
19436
   "id": 1775,
19437
   "to": 4,
19438
   "text": ""
19439
  }
19440
 ]
19441
}
(8-8/12)