@almadar/std 11.2.0 → 11.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/app/organisms/std-crm.orb +856 -856
- package/behaviors/registry/app/organisms/std-ecommerce.orb +971 -971
- package/behaviors/registry/app/organisms/std-healthcare.orb +1299 -1299
- package/behaviors/registry/app/organisms/std-helpdesk.orb +641 -641
- package/behaviors/registry/app/organisms/std-project-manager.orb +704 -704
- package/dist/behaviors/registry/app/organisms/std-crm.orb +856 -856
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +971 -971
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1299 -1299
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +641 -641
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +704 -704
- package/package.json +1 -1
|
@@ -513,8 +513,8 @@
|
|
|
513
513
|
"Task",
|
|
514
514
|
{
|
|
515
515
|
"emit": {
|
|
516
|
-
"
|
|
517
|
-
"
|
|
516
|
+
"success": "TaskLoaded",
|
|
517
|
+
"failure": "TaskLoadFailed"
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
520
|
],
|
|
@@ -522,22 +522,22 @@
|
|
|
522
522
|
"render-ui",
|
|
523
523
|
"main",
|
|
524
524
|
{
|
|
525
|
+
"align": "center",
|
|
526
|
+
"className": "py-12",
|
|
527
|
+
"direction": "vertical",
|
|
528
|
+
"type": "stack",
|
|
525
529
|
"children": [
|
|
526
530
|
{
|
|
527
531
|
"type": "spinner"
|
|
528
532
|
},
|
|
529
533
|
{
|
|
530
|
-
"
|
|
534
|
+
"type": "typography",
|
|
531
535
|
"variant": "caption",
|
|
532
536
|
"content": "Loading…",
|
|
533
|
-
"
|
|
537
|
+
"color": "muted"
|
|
534
538
|
}
|
|
535
539
|
],
|
|
536
|
-
"gap": "md"
|
|
537
|
-
"className": "py-12",
|
|
538
|
-
"direction": "vertical",
|
|
539
|
-
"type": "stack",
|
|
540
|
-
"align": "center"
|
|
540
|
+
"gap": "md"
|
|
541
541
|
}
|
|
542
542
|
]
|
|
543
543
|
]
|
|
@@ -551,83 +551,115 @@
|
|
|
551
551
|
"render-ui",
|
|
552
552
|
"main",
|
|
553
553
|
{
|
|
554
|
+
"navItems": [
|
|
555
|
+
{
|
|
556
|
+
"icon": "check-square",
|
|
557
|
+
"label": "Tasks",
|
|
558
|
+
"href": "/tasks"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"href": "/sprints",
|
|
562
|
+
"label": "Sprints",
|
|
563
|
+
"icon": "zap"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"icon": "layout-list",
|
|
567
|
+
"label": "Burndown",
|
|
568
|
+
"href": "/burndown"
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
"appName": "ProjectManagerApp",
|
|
554
572
|
"type": "dashboard-layout",
|
|
555
573
|
"children": [
|
|
556
574
|
{
|
|
557
|
-
"direction": "vertical",
|
|
558
575
|
"className": "max-w-5xl mx-auto w-full",
|
|
559
576
|
"gap": "lg",
|
|
560
577
|
"children": [
|
|
561
578
|
{
|
|
562
|
-
"justify": "between",
|
|
563
|
-
"type": "stack",
|
|
564
579
|
"gap": "md",
|
|
580
|
+
"type": "stack",
|
|
565
581
|
"direction": "horizontal",
|
|
566
|
-
"
|
|
582
|
+
"justify": "between",
|
|
567
583
|
"children": [
|
|
568
584
|
{
|
|
569
|
-
"align": "center",
|
|
570
|
-
"type": "stack",
|
|
571
585
|
"gap": "sm",
|
|
586
|
+
"type": "stack",
|
|
587
|
+
"direction": "horizontal",
|
|
588
|
+
"align": "center",
|
|
572
589
|
"children": [
|
|
573
590
|
{
|
|
574
591
|
"type": "icon",
|
|
575
592
|
"name": "check-square"
|
|
576
593
|
},
|
|
577
594
|
{
|
|
578
|
-
"variant": "h2",
|
|
579
595
|
"content": "Tasks",
|
|
580
|
-
"type": "typography"
|
|
596
|
+
"type": "typography",
|
|
597
|
+
"variant": "h2"
|
|
581
598
|
}
|
|
582
|
-
]
|
|
583
|
-
"direction": "horizontal"
|
|
599
|
+
]
|
|
584
600
|
},
|
|
585
601
|
{
|
|
586
|
-
"
|
|
602
|
+
"direction": "horizontal",
|
|
587
603
|
"gap": "sm",
|
|
604
|
+
"type": "stack",
|
|
588
605
|
"children": [
|
|
589
606
|
{
|
|
590
607
|
"icon": "plus",
|
|
591
|
-
"
|
|
592
|
-
"variant": "primary",
|
|
608
|
+
"label": "Create Task",
|
|
593
609
|
"type": "button",
|
|
594
|
-
"
|
|
610
|
+
"variant": "primary",
|
|
611
|
+
"action": "CREATE"
|
|
595
612
|
}
|
|
596
|
-
]
|
|
597
|
-
"direction": "horizontal"
|
|
613
|
+
]
|
|
598
614
|
}
|
|
599
|
-
]
|
|
615
|
+
],
|
|
616
|
+
"align": "center"
|
|
600
617
|
},
|
|
601
618
|
{
|
|
602
619
|
"type": "divider"
|
|
603
620
|
},
|
|
604
621
|
{
|
|
605
|
-
"type": "simple-grid",
|
|
606
622
|
"cols": 1.0,
|
|
607
623
|
"children": [
|
|
608
624
|
{
|
|
609
|
-
"
|
|
610
|
-
"type": "stat-display",
|
|
625
|
+
"value": "@payload.data.length",
|
|
611
626
|
"icon": "check-square",
|
|
612
|
-
"
|
|
627
|
+
"label": "Total Tasks",
|
|
628
|
+
"type": "stat-display"
|
|
613
629
|
}
|
|
614
|
-
]
|
|
630
|
+
],
|
|
631
|
+
"type": "simple-grid"
|
|
615
632
|
},
|
|
616
633
|
{
|
|
617
634
|
"type": "divider"
|
|
618
635
|
},
|
|
619
636
|
{
|
|
620
|
-
"
|
|
621
|
-
|
|
637
|
+
"itemActions": [
|
|
638
|
+
{
|
|
639
|
+
"variant": "ghost",
|
|
640
|
+
"event": "VIEW",
|
|
641
|
+
"label": "View"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"variant": "ghost",
|
|
645
|
+
"event": "EDIT",
|
|
646
|
+
"label": "Edit"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"event": "DELETE",
|
|
650
|
+
"label": "Delete",
|
|
651
|
+
"variant": "danger"
|
|
652
|
+
}
|
|
653
|
+
],
|
|
622
654
|
"columns": [
|
|
623
655
|
{
|
|
624
|
-
"variant": "h3",
|
|
625
656
|
"icon": "check-square",
|
|
626
|
-
"name": "title"
|
|
657
|
+
"name": "title",
|
|
658
|
+
"variant": "h3"
|
|
627
659
|
},
|
|
628
660
|
{
|
|
629
|
-
"
|
|
630
|
-
"
|
|
661
|
+
"name": "priority",
|
|
662
|
+
"variant": "badge"
|
|
631
663
|
},
|
|
632
664
|
{
|
|
633
665
|
"name": "status",
|
|
@@ -638,60 +670,28 @@
|
|
|
638
670
|
"name": "assignee"
|
|
639
671
|
},
|
|
640
672
|
{
|
|
641
|
-
"label": "Points",
|
|
642
673
|
"format": "number",
|
|
674
|
+
"label": "Points",
|
|
643
675
|
"variant": "body",
|
|
644
676
|
"name": "storyPoints"
|
|
645
677
|
},
|
|
646
678
|
{
|
|
647
|
-
"variant": "caption",
|
|
648
|
-
"name": "dueDate",
|
|
649
679
|
"format": "date",
|
|
680
|
+
"name": "dueDate",
|
|
681
|
+
"variant": "caption",
|
|
650
682
|
"label": "Due"
|
|
651
683
|
}
|
|
652
684
|
],
|
|
685
|
+
"fields": [],
|
|
653
686
|
"entity": "@payload.data",
|
|
687
|
+
"gap": "md",
|
|
654
688
|
"type": "data-grid",
|
|
655
|
-
"
|
|
656
|
-
"itemActions": [
|
|
657
|
-
{
|
|
658
|
-
"event": "VIEW",
|
|
659
|
-
"label": "View",
|
|
660
|
-
"variant": "ghost"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"event": "EDIT",
|
|
664
|
-
"label": "Edit",
|
|
665
|
-
"variant": "ghost"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"variant": "danger",
|
|
669
|
-
"label": "Delete",
|
|
670
|
-
"event": "DELETE"
|
|
671
|
-
}
|
|
672
|
-
]
|
|
689
|
+
"cols": 2.0
|
|
673
690
|
}
|
|
674
691
|
],
|
|
692
|
+
"direction": "vertical",
|
|
675
693
|
"type": "stack"
|
|
676
694
|
}
|
|
677
|
-
],
|
|
678
|
-
"appName": "ProjectManagerApp",
|
|
679
|
-
"navItems": [
|
|
680
|
-
{
|
|
681
|
-
"href": "/tasks",
|
|
682
|
-
"label": "Tasks",
|
|
683
|
-
"icon": "check-square"
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"label": "Sprints",
|
|
687
|
-
"href": "/sprints",
|
|
688
|
-
"icon": "zap"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"icon": "layout-list",
|
|
692
|
-
"label": "Burndown",
|
|
693
|
-
"href": "/burndown"
|
|
694
|
-
}
|
|
695
695
|
]
|
|
696
696
|
}
|
|
697
697
|
]
|
|
@@ -707,33 +707,33 @@
|
|
|
707
707
|
"main",
|
|
708
708
|
{
|
|
709
709
|
"direction": "vertical",
|
|
710
|
-
"gap": "md",
|
|
711
710
|
"type": "stack",
|
|
712
711
|
"align": "center",
|
|
712
|
+
"gap": "md",
|
|
713
713
|
"className": "py-12",
|
|
714
714
|
"children": [
|
|
715
715
|
{
|
|
716
|
-
"
|
|
716
|
+
"color": "destructive",
|
|
717
717
|
"type": "icon",
|
|
718
|
-
"
|
|
718
|
+
"name": "alert-triangle"
|
|
719
719
|
},
|
|
720
720
|
{
|
|
721
|
-
"content": "Failed to load task",
|
|
722
721
|
"type": "typography",
|
|
722
|
+
"content": "Failed to load task",
|
|
723
723
|
"variant": "h3"
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
|
-
"type": "typography",
|
|
727
|
-
"content": "@payload.error",
|
|
728
726
|
"variant": "body",
|
|
727
|
+
"content": "@payload.error",
|
|
728
|
+
"type": "typography",
|
|
729
729
|
"color": "muted"
|
|
730
730
|
},
|
|
731
731
|
{
|
|
732
|
-
"variant": "primary",
|
|
733
|
-
"action": "INIT",
|
|
734
|
-
"type": "button",
|
|
735
732
|
"label": "Retry",
|
|
736
|
-
"
|
|
733
|
+
"type": "button",
|
|
734
|
+
"variant": "primary",
|
|
735
|
+
"icon": "rotate-ccw",
|
|
736
|
+
"action": "INIT"
|
|
737
737
|
}
|
|
738
738
|
]
|
|
739
739
|
}
|
|
@@ -908,8 +908,8 @@
|
|
|
908
908
|
"Task",
|
|
909
909
|
{
|
|
910
910
|
"emit": {
|
|
911
|
-
"
|
|
912
|
-
"
|
|
911
|
+
"failure": "TaskLoadFailed",
|
|
912
|
+
"success": "TaskLoaded"
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
915
|
]
|
|
@@ -925,8 +925,8 @@
|
|
|
925
925
|
"Task",
|
|
926
926
|
{
|
|
927
927
|
"emit": {
|
|
928
|
-
"
|
|
929
|
-
"
|
|
928
|
+
"success": "TaskLoaded",
|
|
929
|
+
"failure": "TaskLoadFailed"
|
|
930
930
|
}
|
|
931
931
|
}
|
|
932
932
|
],
|
|
@@ -934,10 +934,13 @@
|
|
|
934
934
|
"render-ui",
|
|
935
935
|
"modal",
|
|
936
936
|
{
|
|
937
|
-
"gap": "md",
|
|
938
937
|
"direction": "vertical",
|
|
938
|
+
"type": "stack",
|
|
939
|
+
"gap": "md",
|
|
939
940
|
"children": [
|
|
940
941
|
{
|
|
942
|
+
"type": "stack",
|
|
943
|
+
"gap": "sm",
|
|
941
944
|
"children": [
|
|
942
945
|
{
|
|
943
946
|
"type": "icon",
|
|
@@ -949,17 +952,12 @@
|
|
|
949
952
|
"content": "Create Task"
|
|
950
953
|
}
|
|
951
954
|
],
|
|
952
|
-
"
|
|
953
|
-
"direction": "horizontal",
|
|
954
|
-
"gap": "sm"
|
|
955
|
+
"direction": "horizontal"
|
|
955
956
|
},
|
|
956
957
|
{
|
|
957
958
|
"type": "divider"
|
|
958
959
|
},
|
|
959
960
|
{
|
|
960
|
-
"mode": "create",
|
|
961
|
-
"type": "form-section",
|
|
962
|
-
"cancelEvent": "CLOSE",
|
|
963
961
|
"fields": [
|
|
964
962
|
"title",
|
|
965
963
|
"description",
|
|
@@ -969,10 +967,12 @@
|
|
|
969
967
|
"storyPoints",
|
|
970
968
|
"dueDate"
|
|
971
969
|
],
|
|
972
|
-
"
|
|
970
|
+
"mode": "create",
|
|
971
|
+
"type": "form-section",
|
|
972
|
+
"submitEvent": "SAVE",
|
|
973
|
+
"cancelEvent": "CLOSE"
|
|
973
974
|
}
|
|
974
|
-
]
|
|
975
|
-
"type": "stack"
|
|
975
|
+
]
|
|
976
976
|
}
|
|
977
977
|
]
|
|
978
978
|
]
|
|
@@ -1215,8 +1215,8 @@
|
|
|
1215
1215
|
"Task",
|
|
1216
1216
|
{
|
|
1217
1217
|
"emit": {
|
|
1218
|
-
"
|
|
1219
|
-
"
|
|
1218
|
+
"success": "TaskLoaded",
|
|
1219
|
+
"failure": "TaskLoadFailed"
|
|
1220
1220
|
}
|
|
1221
1221
|
}
|
|
1222
1222
|
]
|
|
@@ -1231,42 +1231,45 @@
|
|
|
1231
1231
|
"fetch",
|
|
1232
1232
|
"Task",
|
|
1233
1233
|
{
|
|
1234
|
+
"id": "@payload.id",
|
|
1234
1235
|
"emit": {
|
|
1235
1236
|
"failure": "TaskLoadFailed",
|
|
1236
1237
|
"success": "TaskLoaded"
|
|
1237
|
-
}
|
|
1238
|
-
"id": "@payload.id"
|
|
1238
|
+
}
|
|
1239
1239
|
}
|
|
1240
1240
|
],
|
|
1241
1241
|
[
|
|
1242
1242
|
"render-ui",
|
|
1243
1243
|
"modal",
|
|
1244
1244
|
{
|
|
1245
|
+
"direction": "vertical",
|
|
1246
|
+
"type": "stack",
|
|
1247
|
+
"gap": "md",
|
|
1245
1248
|
"children": [
|
|
1246
1249
|
{
|
|
1247
|
-
"type": "stack",
|
|
1248
1250
|
"children": [
|
|
1249
1251
|
{
|
|
1250
1252
|
"type": "icon",
|
|
1251
1253
|
"name": "edit"
|
|
1252
1254
|
},
|
|
1253
1255
|
{
|
|
1254
|
-
"content": "Edit Task",
|
|
1255
1256
|
"variant": "h3",
|
|
1256
|
-
"type": "typography"
|
|
1257
|
+
"type": "typography",
|
|
1258
|
+
"content": "Edit Task"
|
|
1257
1259
|
}
|
|
1258
1260
|
],
|
|
1261
|
+
"direction": "horizontal",
|
|
1259
1262
|
"gap": "sm",
|
|
1260
|
-
"
|
|
1263
|
+
"type": "stack"
|
|
1261
1264
|
},
|
|
1262
1265
|
{
|
|
1263
1266
|
"type": "divider"
|
|
1264
1267
|
},
|
|
1265
1268
|
{
|
|
1269
|
+
"cancelEvent": "CLOSE",
|
|
1270
|
+
"mode": "edit",
|
|
1266
1271
|
"entity": "@payload.row",
|
|
1267
1272
|
"type": "form-section",
|
|
1268
|
-
"mode": "edit",
|
|
1269
|
-
"cancelEvent": "CLOSE",
|
|
1270
1273
|
"fields": [
|
|
1271
1274
|
"title",
|
|
1272
1275
|
"description",
|
|
@@ -1278,10 +1281,7 @@
|
|
|
1278
1281
|
],
|
|
1279
1282
|
"submitEvent": "SAVE"
|
|
1280
1283
|
}
|
|
1281
|
-
]
|
|
1282
|
-
"direction": "vertical",
|
|
1283
|
-
"gap": "md",
|
|
1284
|
-
"type": "stack"
|
|
1284
|
+
]
|
|
1285
1285
|
}
|
|
1286
1286
|
]
|
|
1287
1287
|
]
|
|
@@ -1322,8 +1322,8 @@
|
|
|
1322
1322
|
"@payload.data",
|
|
1323
1323
|
{
|
|
1324
1324
|
"emit": {
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1325
|
+
"failure": "TaskUpdateFailed",
|
|
1326
|
+
"success": "TaskUpdated"
|
|
1327
1327
|
}
|
|
1328
1328
|
}
|
|
1329
1329
|
],
|
|
@@ -1458,8 +1458,8 @@
|
|
|
1458
1458
|
"Task",
|
|
1459
1459
|
{
|
|
1460
1460
|
"emit": {
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1461
|
+
"failure": "TaskLoadFailed",
|
|
1462
|
+
"success": "TaskLoaded"
|
|
1463
1463
|
}
|
|
1464
1464
|
}
|
|
1465
1465
|
]
|
|
@@ -1474,22 +1474,26 @@
|
|
|
1474
1474
|
"fetch",
|
|
1475
1475
|
"Task",
|
|
1476
1476
|
{
|
|
1477
|
+
"id": "@payload.id",
|
|
1477
1478
|
"emit": {
|
|
1478
1479
|
"success": "TaskLoaded",
|
|
1479
1480
|
"failure": "TaskLoadFailed"
|
|
1480
|
-
}
|
|
1481
|
-
"id": "@payload.id"
|
|
1481
|
+
}
|
|
1482
1482
|
}
|
|
1483
1483
|
],
|
|
1484
1484
|
[
|
|
1485
1485
|
"render-ui",
|
|
1486
1486
|
"modal",
|
|
1487
1487
|
{
|
|
1488
|
+
"gap": "md",
|
|
1489
|
+
"type": "stack",
|
|
1490
|
+
"direction": "vertical",
|
|
1488
1491
|
"children": [
|
|
1489
1492
|
{
|
|
1493
|
+
"type": "stack",
|
|
1490
1494
|
"gap": "sm",
|
|
1491
|
-
"align": "center",
|
|
1492
1495
|
"direction": "horizontal",
|
|
1496
|
+
"align": "center",
|
|
1493
1497
|
"children": [
|
|
1494
1498
|
{
|
|
1495
1499
|
"name": "eye",
|
|
@@ -1497,11 +1501,10 @@
|
|
|
1497
1501
|
},
|
|
1498
1502
|
{
|
|
1499
1503
|
"type": "typography",
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1504
|
+
"content": "@entity.title",
|
|
1505
|
+
"variant": "h3"
|
|
1502
1506
|
}
|
|
1503
|
-
]
|
|
1504
|
-
"type": "stack"
|
|
1507
|
+
]
|
|
1505
1508
|
},
|
|
1506
1509
|
{
|
|
1507
1510
|
"type": "divider"
|
|
@@ -1509,7 +1512,6 @@
|
|
|
1509
1512
|
{
|
|
1510
1513
|
"direction": "horizontal",
|
|
1511
1514
|
"type": "stack",
|
|
1512
|
-
"gap": "md",
|
|
1513
1515
|
"children": [
|
|
1514
1516
|
{
|
|
1515
1517
|
"type": "typography",
|
|
@@ -1517,15 +1519,14 @@
|
|
|
1517
1519
|
"variant": "caption"
|
|
1518
1520
|
},
|
|
1519
1521
|
{
|
|
1522
|
+
"type": "typography",
|
|
1520
1523
|
"content": "@entity.title",
|
|
1521
|
-
"variant": "body"
|
|
1522
|
-
"type": "typography"
|
|
1524
|
+
"variant": "body"
|
|
1523
1525
|
}
|
|
1524
|
-
]
|
|
1526
|
+
],
|
|
1527
|
+
"gap": "md"
|
|
1525
1528
|
},
|
|
1526
1529
|
{
|
|
1527
|
-
"type": "stack",
|
|
1528
|
-
"direction": "horizontal",
|
|
1529
1530
|
"gap": "md",
|
|
1530
1531
|
"children": [
|
|
1531
1532
|
{
|
|
@@ -1534,125 +1535,124 @@
|
|
|
1534
1535
|
"content": "Description"
|
|
1535
1536
|
},
|
|
1536
1537
|
{
|
|
1538
|
+
"variant": "body",
|
|
1537
1539
|
"content": "@entity.description",
|
|
1538
|
-
"type": "typography"
|
|
1539
|
-
"variant": "body"
|
|
1540
|
+
"type": "typography"
|
|
1540
1541
|
}
|
|
1541
|
-
]
|
|
1542
|
+
],
|
|
1543
|
+
"type": "stack",
|
|
1544
|
+
"direction": "horizontal"
|
|
1542
1545
|
},
|
|
1543
1546
|
{
|
|
1544
1547
|
"direction": "horizontal",
|
|
1548
|
+
"gap": "md",
|
|
1549
|
+
"type": "stack",
|
|
1545
1550
|
"children": [
|
|
1546
1551
|
{
|
|
1547
1552
|
"type": "typography",
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1553
|
+
"content": "Assignee",
|
|
1554
|
+
"variant": "caption"
|
|
1550
1555
|
},
|
|
1551
1556
|
{
|
|
1552
1557
|
"content": "@entity.assignee",
|
|
1553
1558
|
"variant": "body",
|
|
1554
1559
|
"type": "typography"
|
|
1555
1560
|
}
|
|
1556
|
-
]
|
|
1557
|
-
"type": "stack",
|
|
1558
|
-
"gap": "md"
|
|
1561
|
+
]
|
|
1559
1562
|
},
|
|
1560
1563
|
{
|
|
1561
|
-
"type": "stack",
|
|
1562
|
-
"direction": "horizontal",
|
|
1563
1564
|
"gap": "md",
|
|
1565
|
+
"direction": "horizontal",
|
|
1566
|
+
"type": "stack",
|
|
1564
1567
|
"children": [
|
|
1565
1568
|
{
|
|
1566
1569
|
"content": "Priority",
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1570
|
+
"type": "typography",
|
|
1571
|
+
"variant": "caption"
|
|
1569
1572
|
},
|
|
1570
1573
|
{
|
|
1574
|
+
"content": "@entity.priority",
|
|
1571
1575
|
"type": "typography",
|
|
1572
|
-
"variant": "body"
|
|
1573
|
-
"content": "@entity.priority"
|
|
1576
|
+
"variant": "body"
|
|
1574
1577
|
}
|
|
1575
1578
|
]
|
|
1576
1579
|
},
|
|
1577
1580
|
{
|
|
1581
|
+
"type": "stack",
|
|
1578
1582
|
"direction": "horizontal",
|
|
1579
1583
|
"gap": "md",
|
|
1580
|
-
"type": "stack",
|
|
1581
1584
|
"children": [
|
|
1582
1585
|
{
|
|
1583
|
-
"type": "typography",
|
|
1584
1586
|
"variant": "caption",
|
|
1587
|
+
"type": "typography",
|
|
1585
1588
|
"content": "Status"
|
|
1586
1589
|
},
|
|
1587
1590
|
{
|
|
1588
|
-
"
|
|
1591
|
+
"variant": "body",
|
|
1589
1592
|
"type": "typography",
|
|
1590
|
-
"
|
|
1593
|
+
"content": "@entity.status"
|
|
1591
1594
|
}
|
|
1592
1595
|
]
|
|
1593
1596
|
},
|
|
1594
1597
|
{
|
|
1598
|
+
"direction": "horizontal",
|
|
1595
1599
|
"children": [
|
|
1596
1600
|
{
|
|
1597
|
-
"variant": "caption",
|
|
1598
1601
|
"content": "Story Points",
|
|
1599
|
-
"type": "typography"
|
|
1602
|
+
"type": "typography",
|
|
1603
|
+
"variant": "caption"
|
|
1600
1604
|
},
|
|
1601
1605
|
{
|
|
1602
|
-
"type": "typography",
|
|
1603
1606
|
"variant": "body",
|
|
1604
|
-
"content": "@entity.storyPoints"
|
|
1607
|
+
"content": "@entity.storyPoints",
|
|
1608
|
+
"type": "typography"
|
|
1605
1609
|
}
|
|
1606
1610
|
],
|
|
1607
|
-
"type": "stack",
|
|
1608
1611
|
"gap": "md",
|
|
1609
|
-
"
|
|
1612
|
+
"type": "stack"
|
|
1610
1613
|
},
|
|
1611
1614
|
{
|
|
1612
|
-
"direction": "horizontal",
|
|
1613
1615
|
"gap": "md",
|
|
1614
|
-
"
|
|
1616
|
+
"direction": "horizontal",
|
|
1615
1617
|
"children": [
|
|
1616
1618
|
{
|
|
1617
1619
|
"content": "Due Date",
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1620
|
+
"type": "typography",
|
|
1621
|
+
"variant": "caption"
|
|
1620
1622
|
},
|
|
1621
1623
|
{
|
|
1622
|
-
"
|
|
1624
|
+
"type": "typography",
|
|
1623
1625
|
"variant": "body",
|
|
1624
|
-
"
|
|
1626
|
+
"content": "@entity.dueDate"
|
|
1625
1627
|
}
|
|
1626
|
-
]
|
|
1628
|
+
],
|
|
1629
|
+
"type": "stack"
|
|
1627
1630
|
},
|
|
1628
1631
|
{
|
|
1629
1632
|
"type": "divider"
|
|
1630
1633
|
},
|
|
1631
1634
|
{
|
|
1632
|
-
"
|
|
1633
|
-
"direction": "horizontal",
|
|
1634
|
-
"type": "stack",
|
|
1635
|
+
"justify": "end",
|
|
1635
1636
|
"children": [
|
|
1636
1637
|
{
|
|
1637
|
-
"label": "Edit",
|
|
1638
1638
|
"type": "button",
|
|
1639
|
-
"
|
|
1639
|
+
"variant": "primary",
|
|
1640
|
+
"label": "Edit",
|
|
1640
1641
|
"action": "EDIT",
|
|
1641
|
-
"
|
|
1642
|
+
"icon": "edit"
|
|
1642
1643
|
},
|
|
1643
1644
|
{
|
|
1645
|
+
"label": "Close",
|
|
1644
1646
|
"type": "button",
|
|
1645
1647
|
"action": "CLOSE",
|
|
1646
|
-
"label": "Close",
|
|
1647
1648
|
"variant": "ghost"
|
|
1648
1649
|
}
|
|
1649
1650
|
],
|
|
1650
|
-
"
|
|
1651
|
+
"gap": "sm",
|
|
1652
|
+
"type": "stack",
|
|
1653
|
+
"direction": "horizontal"
|
|
1651
1654
|
}
|
|
1652
|
-
]
|
|
1653
|
-
"direction": "vertical",
|
|
1654
|
-
"type": "stack",
|
|
1655
|
-
"gap": "md"
|
|
1655
|
+
]
|
|
1656
1656
|
}
|
|
1657
1657
|
]
|
|
1658
1658
|
]
|
|
@@ -1895,8 +1895,8 @@
|
|
|
1895
1895
|
{
|
|
1896
1896
|
"id": "@payload.id",
|
|
1897
1897
|
"emit": {
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
1898
|
+
"failure": "TaskLoadFailed",
|
|
1899
|
+
"success": "TaskLoaded"
|
|
1900
1900
|
}
|
|
1901
1901
|
}
|
|
1902
1902
|
],
|
|
@@ -1906,22 +1906,21 @@
|
|
|
1906
1906
|
{
|
|
1907
1907
|
"gap": "md",
|
|
1908
1908
|
"direction": "vertical",
|
|
1909
|
-
"type": "stack",
|
|
1910
1909
|
"children": [
|
|
1911
1910
|
{
|
|
1912
|
-
"gap": "sm",
|
|
1913
1911
|
"direction": "horizontal",
|
|
1912
|
+
"gap": "sm",
|
|
1914
1913
|
"type": "stack",
|
|
1915
1914
|
"align": "center",
|
|
1916
1915
|
"children": [
|
|
1917
1916
|
{
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1917
|
+
"type": "icon",
|
|
1918
|
+
"name": "alert-triangle"
|
|
1920
1919
|
},
|
|
1921
1920
|
{
|
|
1922
|
-
"
|
|
1921
|
+
"variant": "h3",
|
|
1923
1922
|
"type": "typography",
|
|
1924
|
-
"
|
|
1923
|
+
"content": "Delete Task"
|
|
1925
1924
|
}
|
|
1926
1925
|
]
|
|
1927
1926
|
},
|
|
@@ -1929,18 +1928,19 @@
|
|
|
1929
1928
|
"type": "divider"
|
|
1930
1929
|
},
|
|
1931
1930
|
{
|
|
1932
|
-
"variant": "error",
|
|
1933
1931
|
"message": "This action cannot be undone.",
|
|
1932
|
+
"variant": "error",
|
|
1934
1933
|
"type": "alert"
|
|
1935
1934
|
},
|
|
1936
1935
|
{
|
|
1937
|
-
"
|
|
1936
|
+
"gap": "sm",
|
|
1937
|
+
"justify": "end",
|
|
1938
1938
|
"children": [
|
|
1939
1939
|
{
|
|
1940
1940
|
"label": "Cancel",
|
|
1941
|
-
"action": "CANCEL",
|
|
1942
1941
|
"type": "button",
|
|
1943
|
-
"variant": "ghost"
|
|
1942
|
+
"variant": "ghost",
|
|
1943
|
+
"action": "CANCEL"
|
|
1944
1944
|
},
|
|
1945
1945
|
{
|
|
1946
1946
|
"action": "CONFIRM_DELETE",
|
|
@@ -1950,11 +1950,11 @@
|
|
|
1950
1950
|
"icon": "check"
|
|
1951
1951
|
}
|
|
1952
1952
|
],
|
|
1953
|
-
"justify": "end",
|
|
1954
1953
|
"type": "stack",
|
|
1955
|
-
"
|
|
1954
|
+
"direction": "horizontal"
|
|
1956
1955
|
}
|
|
1957
|
-
]
|
|
1956
|
+
],
|
|
1957
|
+
"type": "stack"
|
|
1958
1958
|
}
|
|
1959
1959
|
]
|
|
1960
1960
|
]
|
|
@@ -2289,21 +2289,21 @@
|
|
|
2289
2289
|
"main",
|
|
2290
2290
|
{
|
|
2291
2291
|
"gap": "md",
|
|
2292
|
+
"className": "py-12",
|
|
2292
2293
|
"direction": "vertical",
|
|
2293
2294
|
"align": "center",
|
|
2294
|
-
"
|
|
2295
|
+
"type": "stack",
|
|
2295
2296
|
"children": [
|
|
2296
2297
|
{
|
|
2297
2298
|
"type": "spinner"
|
|
2298
2299
|
},
|
|
2299
2300
|
{
|
|
2300
|
-
"color": "muted",
|
|
2301
2301
|
"variant": "caption",
|
|
2302
|
+
"color": "muted",
|
|
2302
2303
|
"type": "typography",
|
|
2303
2304
|
"content": "Loading…"
|
|
2304
2305
|
}
|
|
2305
|
-
]
|
|
2306
|
-
"type": "stack"
|
|
2306
|
+
]
|
|
2307
2307
|
}
|
|
2308
2308
|
]
|
|
2309
2309
|
]
|
|
@@ -2317,18 +2317,38 @@
|
|
|
2317
2317
|
"render-ui",
|
|
2318
2318
|
"main",
|
|
2319
2319
|
{
|
|
2320
|
+
"navItems": [
|
|
2321
|
+
{
|
|
2322
|
+
"icon": "check-square",
|
|
2323
|
+
"href": "/tasks",
|
|
2324
|
+
"label": "Tasks"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"icon": "zap",
|
|
2328
|
+
"label": "Sprints",
|
|
2329
|
+
"href": "/sprints"
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"label": "Burndown",
|
|
2333
|
+
"icon": "layout-list",
|
|
2334
|
+
"href": "/burndown"
|
|
2335
|
+
}
|
|
2336
|
+
],
|
|
2320
2337
|
"type": "dashboard-layout",
|
|
2321
2338
|
"appName": "ProjectManagerApp",
|
|
2322
2339
|
"children": [
|
|
2323
2340
|
{
|
|
2324
|
-
"gap": "lg",
|
|
2325
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2326
2341
|
"children": [
|
|
2327
2342
|
{
|
|
2343
|
+
"type": "stack",
|
|
2344
|
+
"gap": "md",
|
|
2345
|
+
"justify": "between",
|
|
2328
2346
|
"children": [
|
|
2329
2347
|
{
|
|
2330
2348
|
"align": "center",
|
|
2331
2349
|
"gap": "sm",
|
|
2350
|
+
"type": "stack",
|
|
2351
|
+
"direction": "horizontal",
|
|
2332
2352
|
"children": [
|
|
2333
2353
|
{
|
|
2334
2354
|
"type": "icon",
|
|
@@ -2336,115 +2356,95 @@
|
|
|
2336
2356
|
},
|
|
2337
2357
|
{
|
|
2338
2358
|
"content": "Sprints",
|
|
2339
|
-
"
|
|
2340
|
-
"
|
|
2359
|
+
"variant": "h2",
|
|
2360
|
+
"type": "typography"
|
|
2341
2361
|
}
|
|
2342
|
-
]
|
|
2343
|
-
"direction": "horizontal",
|
|
2344
|
-
"type": "stack"
|
|
2362
|
+
]
|
|
2345
2363
|
},
|
|
2346
2364
|
{
|
|
2347
2365
|
"gap": "sm",
|
|
2366
|
+
"type": "stack",
|
|
2348
2367
|
"children": [
|
|
2349
2368
|
{
|
|
2350
|
-
"variant": "primary",
|
|
2351
|
-
"action": "CREATE",
|
|
2352
|
-
"icon": "plus",
|
|
2353
2369
|
"type": "button",
|
|
2354
|
-
"
|
|
2370
|
+
"icon": "plus",
|
|
2371
|
+
"label": "Create Sprint",
|
|
2372
|
+
"action": "CREATE",
|
|
2373
|
+
"variant": "primary"
|
|
2355
2374
|
}
|
|
2356
2375
|
],
|
|
2357
|
-
"type": "stack",
|
|
2358
2376
|
"direction": "horizontal"
|
|
2359
2377
|
}
|
|
2360
2378
|
],
|
|
2361
|
-
"gap": "md",
|
|
2362
2379
|
"direction": "horizontal",
|
|
2363
|
-
"type": "stack",
|
|
2364
|
-
"justify": "between",
|
|
2365
2380
|
"align": "center"
|
|
2366
2381
|
},
|
|
2367
2382
|
{
|
|
2368
2383
|
"type": "divider"
|
|
2369
2384
|
},
|
|
2370
2385
|
{
|
|
2386
|
+
"itemActions": [
|
|
2387
|
+
{
|
|
2388
|
+
"event": "VIEW",
|
|
2389
|
+
"label": "View",
|
|
2390
|
+
"variant": "ghost"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"label": "Edit",
|
|
2394
|
+
"variant": "ghost",
|
|
2395
|
+
"event": "EDIT"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"label": "Delete",
|
|
2399
|
+
"variant": "danger",
|
|
2400
|
+
"event": "DELETE"
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
"gap": "md",
|
|
2371
2404
|
"cols": 2.0,
|
|
2405
|
+
"entity": "@payload.data",
|
|
2406
|
+
"fields": [],
|
|
2372
2407
|
"columns": [
|
|
2373
2408
|
{
|
|
2409
|
+
"icon": "zap",
|
|
2374
2410
|
"variant": "h3",
|
|
2375
|
-
"name": "name"
|
|
2376
|
-
"icon": "zap"
|
|
2411
|
+
"name": "name"
|
|
2377
2412
|
},
|
|
2378
2413
|
{
|
|
2379
2414
|
"name": "status",
|
|
2380
2415
|
"variant": "badge"
|
|
2381
2416
|
},
|
|
2382
2417
|
{
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2418
|
+
"variant": "body",
|
|
2419
|
+
"name": "goal"
|
|
2385
2420
|
},
|
|
2386
2421
|
{
|
|
2387
2422
|
"format": "date",
|
|
2388
2423
|
"variant": "caption",
|
|
2389
|
-
"
|
|
2390
|
-
"
|
|
2424
|
+
"name": "startDate",
|
|
2425
|
+
"label": "Start"
|
|
2391
2426
|
},
|
|
2392
2427
|
{
|
|
2393
2428
|
"variant": "caption",
|
|
2394
2429
|
"name": "endDate",
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2430
|
+
"label": "End",
|
|
2431
|
+
"format": "date"
|
|
2397
2432
|
},
|
|
2398
2433
|
{
|
|
2399
2434
|
"label": "Tasks",
|
|
2400
|
-
"
|
|
2435
|
+
"name": "taskCount",
|
|
2401
2436
|
"format": "number",
|
|
2402
|
-
"
|
|
2403
|
-
}
|
|
2404
|
-
],
|
|
2405
|
-
"gap": "md",
|
|
2406
|
-
"itemActions": [
|
|
2407
|
-
{
|
|
2408
|
-
"label": "View",
|
|
2409
|
-
"event": "VIEW",
|
|
2410
|
-
"variant": "ghost"
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"variant": "ghost",
|
|
2414
|
-
"label": "Edit",
|
|
2415
|
-
"event": "EDIT"
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"label": "Delete",
|
|
2419
|
-
"event": "DELETE",
|
|
2420
|
-
"variant": "danger"
|
|
2437
|
+
"variant": "body"
|
|
2421
2438
|
}
|
|
2422
2439
|
],
|
|
2423
|
-
"type": "data-grid"
|
|
2424
|
-
"entity": "@payload.data",
|
|
2425
|
-
"fields": []
|
|
2440
|
+
"type": "data-grid"
|
|
2426
2441
|
}
|
|
2427
2442
|
],
|
|
2443
|
+
"gap": "lg",
|
|
2444
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2428
2445
|
"type": "stack",
|
|
2429
2446
|
"direction": "vertical"
|
|
2430
2447
|
}
|
|
2431
|
-
],
|
|
2432
|
-
"navItems": [
|
|
2433
|
-
{
|
|
2434
|
-
"icon": "check-square",
|
|
2435
|
-
"href": "/tasks",
|
|
2436
|
-
"label": "Tasks"
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"icon": "zap",
|
|
2440
|
-
"href": "/sprints",
|
|
2441
|
-
"label": "Sprints"
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"icon": "layout-list",
|
|
2445
|
-
"label": "Burndown",
|
|
2446
|
-
"href": "/burndown"
|
|
2447
|
-
}
|
|
2448
2448
|
]
|
|
2449
2449
|
}
|
|
2450
2450
|
]
|
|
@@ -2459,36 +2459,36 @@
|
|
|
2459
2459
|
"render-ui",
|
|
2460
2460
|
"main",
|
|
2461
2461
|
{
|
|
2462
|
-
"gap": "md",
|
|
2463
|
-
"align": "center",
|
|
2464
|
-
"direction": "vertical",
|
|
2465
2462
|
"type": "stack",
|
|
2463
|
+
"className": "py-12",
|
|
2466
2464
|
"children": [
|
|
2467
2465
|
{
|
|
2468
|
-
"type": "icon",
|
|
2469
2466
|
"name": "alert-triangle",
|
|
2467
|
+
"type": "icon",
|
|
2470
2468
|
"color": "destructive"
|
|
2471
2469
|
},
|
|
2472
2470
|
{
|
|
2471
|
+
"content": "Failed to load sprint",
|
|
2473
2472
|
"type": "typography",
|
|
2474
|
-
"variant": "h3"
|
|
2475
|
-
"content": "Failed to load sprint"
|
|
2473
|
+
"variant": "h3"
|
|
2476
2474
|
},
|
|
2477
2475
|
{
|
|
2478
2476
|
"type": "typography",
|
|
2477
|
+
"color": "muted",
|
|
2479
2478
|
"variant": "body",
|
|
2480
|
-
"content": "@payload.error"
|
|
2481
|
-
"color": "muted"
|
|
2479
|
+
"content": "@payload.error"
|
|
2482
2480
|
},
|
|
2483
2481
|
{
|
|
2484
|
-
"variant": "primary",
|
|
2485
2482
|
"label": "Retry",
|
|
2483
|
+
"action": "INIT",
|
|
2484
|
+
"variant": "primary",
|
|
2486
2485
|
"icon": "rotate-ccw",
|
|
2487
|
-
"type": "button"
|
|
2488
|
-
"action": "INIT"
|
|
2486
|
+
"type": "button"
|
|
2489
2487
|
}
|
|
2490
2488
|
],
|
|
2491
|
-
"
|
|
2489
|
+
"align": "center",
|
|
2490
|
+
"direction": "vertical",
|
|
2491
|
+
"gap": "md"
|
|
2492
2492
|
}
|
|
2493
2493
|
]
|
|
2494
2494
|
]
|
|
@@ -2653,8 +2653,8 @@
|
|
|
2653
2653
|
"Sprint",
|
|
2654
2654
|
{
|
|
2655
2655
|
"emit": {
|
|
2656
|
-
"
|
|
2657
|
-
"
|
|
2656
|
+
"success": "SprintLoaded",
|
|
2657
|
+
"failure": "SprintLoadFailed"
|
|
2658
2658
|
}
|
|
2659
2659
|
}
|
|
2660
2660
|
]
|
|
@@ -2670,8 +2670,8 @@
|
|
|
2670
2670
|
"Sprint",
|
|
2671
2671
|
{
|
|
2672
2672
|
"emit": {
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2673
|
+
"success": "SprintLoaded",
|
|
2674
|
+
"failure": "SprintLoadFailed"
|
|
2675
2675
|
}
|
|
2676
2676
|
}
|
|
2677
2677
|
],
|
|
@@ -2682,18 +2682,18 @@
|
|
|
2682
2682
|
"direction": "vertical",
|
|
2683
2683
|
"children": [
|
|
2684
2684
|
{
|
|
2685
|
-
"type": "stack",
|
|
2686
2685
|
"direction": "horizontal",
|
|
2686
|
+
"type": "stack",
|
|
2687
2687
|
"gap": "sm",
|
|
2688
2688
|
"children": [
|
|
2689
2689
|
{
|
|
2690
|
-
"
|
|
2691
|
-
"
|
|
2690
|
+
"type": "icon",
|
|
2691
|
+
"name": "plus-circle"
|
|
2692
2692
|
},
|
|
2693
2693
|
{
|
|
2694
|
-
"variant": "h3",
|
|
2695
2694
|
"content": "Create Sprint",
|
|
2696
|
-
"type": "typography"
|
|
2695
|
+
"type": "typography",
|
|
2696
|
+
"variant": "h3"
|
|
2697
2697
|
}
|
|
2698
2698
|
]
|
|
2699
2699
|
},
|
|
@@ -2701,7 +2701,8 @@
|
|
|
2701
2701
|
"type": "divider"
|
|
2702
2702
|
},
|
|
2703
2703
|
{
|
|
2704
|
-
"
|
|
2704
|
+
"type": "form-section",
|
|
2705
|
+
"mode": "create",
|
|
2705
2706
|
"fields": [
|
|
2706
2707
|
"name",
|
|
2707
2708
|
"startDate",
|
|
@@ -2710,8 +2711,7 @@
|
|
|
2710
2711
|
"status",
|
|
2711
2712
|
"taskCount"
|
|
2712
2713
|
],
|
|
2713
|
-
"
|
|
2714
|
-
"mode": "create",
|
|
2714
|
+
"submitEvent": "SAVE",
|
|
2715
2715
|
"cancelEvent": "CLOSE"
|
|
2716
2716
|
}
|
|
2717
2717
|
],
|
|
@@ -2757,8 +2757,8 @@
|
|
|
2757
2757
|
"@payload.data",
|
|
2758
2758
|
{
|
|
2759
2759
|
"emit": {
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2760
|
+
"success": "SprintSaved",
|
|
2761
|
+
"failure": "SprintSaveFailed"
|
|
2762
2762
|
}
|
|
2763
2763
|
}
|
|
2764
2764
|
],
|
|
@@ -2950,8 +2950,8 @@
|
|
|
2950
2950
|
"Sprint",
|
|
2951
2951
|
{
|
|
2952
2952
|
"emit": {
|
|
2953
|
-
"
|
|
2954
|
-
"
|
|
2953
|
+
"success": "SprintLoaded",
|
|
2954
|
+
"failure": "SprintLoadFailed"
|
|
2955
2955
|
}
|
|
2956
2956
|
}
|
|
2957
2957
|
]
|
|
@@ -2966,11 +2966,11 @@
|
|
|
2966
2966
|
"fetch",
|
|
2967
2967
|
"Sprint",
|
|
2968
2968
|
{
|
|
2969
|
+
"id": "@payload.id",
|
|
2969
2970
|
"emit": {
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2972
|
-
}
|
|
2973
|
-
"id": "@payload.id"
|
|
2971
|
+
"failure": "SprintLoadFailed",
|
|
2972
|
+
"success": "SprintLoaded"
|
|
2973
|
+
}
|
|
2974
2974
|
}
|
|
2975
2975
|
],
|
|
2976
2976
|
[
|
|
@@ -2979,13 +2979,14 @@
|
|
|
2979
2979
|
{
|
|
2980
2980
|
"direction": "vertical",
|
|
2981
2981
|
"type": "stack",
|
|
2982
|
-
"gap": "md",
|
|
2983
2982
|
"children": [
|
|
2984
2983
|
{
|
|
2984
|
+
"gap": "sm",
|
|
2985
|
+
"direction": "horizontal",
|
|
2985
2986
|
"children": [
|
|
2986
2987
|
{
|
|
2987
|
-
"
|
|
2988
|
-
"
|
|
2988
|
+
"name": "edit",
|
|
2989
|
+
"type": "icon"
|
|
2989
2990
|
},
|
|
2990
2991
|
{
|
|
2991
2992
|
"variant": "h3",
|
|
@@ -2993,17 +2994,15 @@
|
|
|
2993
2994
|
"content": "Edit Sprint"
|
|
2994
2995
|
}
|
|
2995
2996
|
],
|
|
2996
|
-
"type": "stack"
|
|
2997
|
-
"direction": "horizontal",
|
|
2998
|
-
"gap": "sm"
|
|
2997
|
+
"type": "stack"
|
|
2999
2998
|
},
|
|
3000
2999
|
{
|
|
3001
3000
|
"type": "divider"
|
|
3002
3001
|
},
|
|
3003
3002
|
{
|
|
3004
|
-
"type": "form-section",
|
|
3005
|
-
"submitEvent": "SAVE",
|
|
3006
3003
|
"entity": "@payload.row",
|
|
3004
|
+
"submitEvent": "SAVE",
|
|
3005
|
+
"type": "form-section",
|
|
3007
3006
|
"cancelEvent": "CLOSE",
|
|
3008
3007
|
"fields": [
|
|
3009
3008
|
"name",
|
|
@@ -3015,7 +3014,8 @@
|
|
|
3015
3014
|
],
|
|
3016
3015
|
"mode": "edit"
|
|
3017
3016
|
}
|
|
3018
|
-
]
|
|
3017
|
+
],
|
|
3018
|
+
"gap": "md"
|
|
3019
3019
|
}
|
|
3020
3020
|
]
|
|
3021
3021
|
]
|
|
@@ -3056,8 +3056,8 @@
|
|
|
3056
3056
|
"@payload.data",
|
|
3057
3057
|
{
|
|
3058
3058
|
"emit": {
|
|
3059
|
-
"
|
|
3060
|
-
"
|
|
3059
|
+
"success": "SprintUpdated",
|
|
3060
|
+
"failure": "SprintUpdateFailed"
|
|
3061
3061
|
}
|
|
3062
3062
|
}
|
|
3063
3063
|
],
|
|
@@ -3200,96 +3200,98 @@
|
|
|
3200
3200
|
"fetch",
|
|
3201
3201
|
"Sprint",
|
|
3202
3202
|
{
|
|
3203
|
+
"id": "@payload.id",
|
|
3203
3204
|
"emit": {
|
|
3204
|
-
"
|
|
3205
|
-
"
|
|
3206
|
-
}
|
|
3207
|
-
"id": "@payload.id"
|
|
3205
|
+
"failure": "SprintLoadFailed",
|
|
3206
|
+
"success": "SprintLoaded"
|
|
3207
|
+
}
|
|
3208
3208
|
}
|
|
3209
3209
|
],
|
|
3210
3210
|
[
|
|
3211
3211
|
"render-ui",
|
|
3212
3212
|
"modal",
|
|
3213
3213
|
{
|
|
3214
|
+
"type": "stack",
|
|
3215
|
+
"direction": "vertical",
|
|
3216
|
+
"gap": "md",
|
|
3214
3217
|
"children": [
|
|
3215
3218
|
{
|
|
3216
3219
|
"align": "center",
|
|
3217
|
-
"gap": "sm",
|
|
3218
3220
|
"type": "stack",
|
|
3219
|
-
"
|
|
3221
|
+
"gap": "sm",
|
|
3220
3222
|
"children": [
|
|
3221
3223
|
{
|
|
3222
|
-
"
|
|
3223
|
-
"
|
|
3224
|
+
"name": "eye",
|
|
3225
|
+
"type": "icon"
|
|
3224
3226
|
},
|
|
3225
3227
|
{
|
|
3226
|
-
"type": "typography",
|
|
3227
3228
|
"variant": "h3",
|
|
3229
|
+
"type": "typography",
|
|
3228
3230
|
"content": "@entity.name"
|
|
3229
3231
|
}
|
|
3230
|
-
]
|
|
3232
|
+
],
|
|
3233
|
+
"direction": "horizontal"
|
|
3231
3234
|
},
|
|
3232
3235
|
{
|
|
3233
3236
|
"type": "divider"
|
|
3234
3237
|
},
|
|
3235
3238
|
{
|
|
3239
|
+
"type": "stack",
|
|
3240
|
+
"gap": "md",
|
|
3236
3241
|
"children": [
|
|
3237
3242
|
{
|
|
3243
|
+
"content": "Name",
|
|
3238
3244
|
"type": "typography",
|
|
3239
|
-
"variant": "caption"
|
|
3240
|
-
"content": "Name"
|
|
3245
|
+
"variant": "caption"
|
|
3241
3246
|
},
|
|
3242
3247
|
{
|
|
3243
|
-
"
|
|
3248
|
+
"content": "@entity.name",
|
|
3244
3249
|
"type": "typography",
|
|
3245
|
-
"
|
|
3250
|
+
"variant": "body"
|
|
3246
3251
|
}
|
|
3247
3252
|
],
|
|
3248
|
-
"gap": "md",
|
|
3249
|
-
"type": "stack",
|
|
3250
3253
|
"direction": "horizontal"
|
|
3251
3254
|
},
|
|
3252
3255
|
{
|
|
3253
3256
|
"children": [
|
|
3254
3257
|
{
|
|
3255
|
-
"
|
|
3258
|
+
"type": "typography",
|
|
3256
3259
|
"variant": "caption",
|
|
3257
|
-
"
|
|
3260
|
+
"content": "Start Date"
|
|
3258
3261
|
},
|
|
3259
3262
|
{
|
|
3260
|
-
"
|
|
3263
|
+
"variant": "body",
|
|
3261
3264
|
"content": "@entity.startDate",
|
|
3262
|
-
"
|
|
3265
|
+
"type": "typography"
|
|
3263
3266
|
}
|
|
3264
3267
|
],
|
|
3265
|
-
"type": "stack",
|
|
3266
3268
|
"gap": "md",
|
|
3267
|
-
"direction": "horizontal"
|
|
3269
|
+
"direction": "horizontal",
|
|
3270
|
+
"type": "stack"
|
|
3268
3271
|
},
|
|
3269
3272
|
{
|
|
3273
|
+
"direction": "horizontal",
|
|
3274
|
+
"type": "stack",
|
|
3270
3275
|
"children": [
|
|
3271
3276
|
{
|
|
3272
3277
|
"content": "End Date",
|
|
3273
|
-
"
|
|
3274
|
-
"
|
|
3278
|
+
"variant": "caption",
|
|
3279
|
+
"type": "typography"
|
|
3275
3280
|
},
|
|
3276
3281
|
{
|
|
3277
3282
|
"variant": "body",
|
|
3278
|
-
"
|
|
3279
|
-
"
|
|
3283
|
+
"content": "@entity.endDate",
|
|
3284
|
+
"type": "typography"
|
|
3280
3285
|
}
|
|
3281
3286
|
],
|
|
3282
|
-
"gap": "md"
|
|
3283
|
-
"direction": "horizontal",
|
|
3284
|
-
"type": "stack"
|
|
3287
|
+
"gap": "md"
|
|
3285
3288
|
},
|
|
3286
3289
|
{
|
|
3287
|
-
"type": "stack",
|
|
3288
3290
|
"children": [
|
|
3289
3291
|
{
|
|
3290
3292
|
"type": "typography",
|
|
3291
|
-
"
|
|
3292
|
-
"
|
|
3293
|
+
"content": "Goal",
|
|
3294
|
+
"variant": "caption"
|
|
3293
3295
|
},
|
|
3294
3296
|
{
|
|
3295
3297
|
"content": "@entity.goal",
|
|
@@ -3298,40 +3300,41 @@
|
|
|
3298
3300
|
}
|
|
3299
3301
|
],
|
|
3300
3302
|
"gap": "md",
|
|
3301
|
-
"direction": "horizontal"
|
|
3303
|
+
"direction": "horizontal",
|
|
3304
|
+
"type": "stack"
|
|
3302
3305
|
},
|
|
3303
3306
|
{
|
|
3304
|
-
"direction": "horizontal",
|
|
3305
|
-
"type": "stack",
|
|
3306
|
-
"gap": "md",
|
|
3307
3307
|
"children": [
|
|
3308
3308
|
{
|
|
3309
|
-
"variant": "caption",
|
|
3310
3309
|
"type": "typography",
|
|
3311
|
-
"content": "Status"
|
|
3310
|
+
"content": "Status",
|
|
3311
|
+
"variant": "caption"
|
|
3312
3312
|
},
|
|
3313
3313
|
{
|
|
3314
3314
|
"variant": "body",
|
|
3315
3315
|
"type": "typography",
|
|
3316
3316
|
"content": "@entity.status"
|
|
3317
3317
|
}
|
|
3318
|
-
]
|
|
3318
|
+
],
|
|
3319
|
+
"type": "stack",
|
|
3320
|
+
"direction": "horizontal",
|
|
3321
|
+
"gap": "md"
|
|
3319
3322
|
},
|
|
3320
3323
|
{
|
|
3321
3324
|
"type": "stack",
|
|
3325
|
+
"direction": "horizontal",
|
|
3322
3326
|
"children": [
|
|
3323
3327
|
{
|
|
3324
|
-
"type": "typography",
|
|
3325
3328
|
"variant": "caption",
|
|
3329
|
+
"type": "typography",
|
|
3326
3330
|
"content": "Task Count"
|
|
3327
3331
|
},
|
|
3328
3332
|
{
|
|
3333
|
+
"variant": "body",
|
|
3329
3334
|
"type": "typography",
|
|
3330
|
-
"content": "@entity.taskCount"
|
|
3331
|
-
"variant": "body"
|
|
3335
|
+
"content": "@entity.taskCount"
|
|
3332
3336
|
}
|
|
3333
3337
|
],
|
|
3334
|
-
"direction": "horizontal",
|
|
3335
3338
|
"gap": "md"
|
|
3336
3339
|
},
|
|
3337
3340
|
{
|
|
@@ -3339,29 +3342,26 @@
|
|
|
3339
3342
|
},
|
|
3340
3343
|
{
|
|
3341
3344
|
"type": "stack",
|
|
3345
|
+
"direction": "horizontal",
|
|
3342
3346
|
"children": [
|
|
3343
3347
|
{
|
|
3344
|
-
"
|
|
3345
|
-
"label": "Edit",
|
|
3348
|
+
"icon": "edit",
|
|
3346
3349
|
"type": "button",
|
|
3347
|
-
"
|
|
3348
|
-
"
|
|
3350
|
+
"label": "Edit",
|
|
3351
|
+
"action": "EDIT",
|
|
3352
|
+
"variant": "primary"
|
|
3349
3353
|
},
|
|
3350
3354
|
{
|
|
3351
|
-
"
|
|
3352
|
-
"label": "Close",
|
|
3355
|
+
"type": "button",
|
|
3353
3356
|
"variant": "ghost",
|
|
3354
|
-
"
|
|
3357
|
+
"action": "CLOSE",
|
|
3358
|
+
"label": "Close"
|
|
3355
3359
|
}
|
|
3356
3360
|
],
|
|
3357
|
-
"direction": "horizontal",
|
|
3358
3361
|
"gap": "sm",
|
|
3359
3362
|
"justify": "end"
|
|
3360
3363
|
}
|
|
3361
|
-
]
|
|
3362
|
-
"type": "stack",
|
|
3363
|
-
"direction": "vertical",
|
|
3364
|
-
"gap": "md"
|
|
3364
|
+
]
|
|
3365
3365
|
}
|
|
3366
3366
|
]
|
|
3367
3367
|
]
|
|
@@ -3605,15 +3605,10 @@
|
|
|
3605
3605
|
"render-ui",
|
|
3606
3606
|
"modal",
|
|
3607
3607
|
{
|
|
3608
|
-
"gap": "md",
|
|
3609
|
-
"type": "stack",
|
|
3610
|
-
"direction": "vertical",
|
|
3611
3608
|
"children": [
|
|
3612
3609
|
{
|
|
3613
|
-
"direction": "horizontal",
|
|
3614
3610
|
"type": "stack",
|
|
3615
|
-
"
|
|
3616
|
-
"align": "center",
|
|
3611
|
+
"direction": "horizontal",
|
|
3617
3612
|
"children": [
|
|
3618
3613
|
{
|
|
3619
3614
|
"name": "alert-triangle",
|
|
@@ -3624,7 +3619,9 @@
|
|
|
3624
3619
|
"content": "Delete Sprint",
|
|
3625
3620
|
"variant": "h3"
|
|
3626
3621
|
}
|
|
3627
|
-
]
|
|
3622
|
+
],
|
|
3623
|
+
"align": "center",
|
|
3624
|
+
"gap": "sm"
|
|
3628
3625
|
},
|
|
3629
3626
|
{
|
|
3630
3627
|
"type": "divider"
|
|
@@ -3635,9 +3632,10 @@
|
|
|
3635
3632
|
"variant": "error"
|
|
3636
3633
|
},
|
|
3637
3634
|
{
|
|
3638
|
-
"type": "stack",
|
|
3639
3635
|
"gap": "sm",
|
|
3640
3636
|
"direction": "horizontal",
|
|
3637
|
+
"type": "stack",
|
|
3638
|
+
"justify": "end",
|
|
3641
3639
|
"children": [
|
|
3642
3640
|
{
|
|
3643
3641
|
"label": "Cancel",
|
|
@@ -3646,16 +3644,18 @@
|
|
|
3646
3644
|
"action": "CANCEL"
|
|
3647
3645
|
},
|
|
3648
3646
|
{
|
|
3649
|
-
"type": "button",
|
|
3650
3647
|
"icon": "check",
|
|
3648
|
+
"type": "button",
|
|
3649
|
+
"label": "Delete",
|
|
3651
3650
|
"action": "CONFIRM_DELETE",
|
|
3652
|
-
"variant": "danger"
|
|
3653
|
-
"label": "Delete"
|
|
3651
|
+
"variant": "danger"
|
|
3654
3652
|
}
|
|
3655
|
-
]
|
|
3656
|
-
"justify": "end"
|
|
3653
|
+
]
|
|
3657
3654
|
}
|
|
3658
|
-
]
|
|
3655
|
+
],
|
|
3656
|
+
"type": "stack",
|
|
3657
|
+
"direction": "vertical",
|
|
3658
|
+
"gap": "md"
|
|
3659
3659
|
}
|
|
3660
3660
|
]
|
|
3661
3661
|
]
|
|
@@ -3672,8 +3672,8 @@
|
|
|
3672
3672
|
"@entity.pendingId",
|
|
3673
3673
|
{
|
|
3674
3674
|
"emit": {
|
|
3675
|
-
"
|
|
3676
|
-
"
|
|
3675
|
+
"failure": "SprintDeleteFailed",
|
|
3676
|
+
"success": "SprintDeleted"
|
|
3677
3677
|
}
|
|
3678
3678
|
}
|
|
3679
3679
|
],
|
|
@@ -3756,8 +3756,8 @@
|
|
|
3756
3756
|
"Sprint",
|
|
3757
3757
|
{
|
|
3758
3758
|
"emit": {
|
|
3759
|
-
"
|
|
3760
|
-
"
|
|
3759
|
+
"failure": "SprintLoadFailed",
|
|
3760
|
+
"success": "SprintLoaded"
|
|
3761
3761
|
}
|
|
3762
3762
|
}
|
|
3763
3763
|
]
|
|
@@ -3942,12 +3942,32 @@
|
|
|
3942
3942
|
"render-ui",
|
|
3943
3943
|
"main",
|
|
3944
3944
|
{
|
|
3945
|
+
"type": "dashboard-layout",
|
|
3946
|
+
"navItems": [
|
|
3947
|
+
{
|
|
3948
|
+
"href": "/tasks",
|
|
3949
|
+
"icon": "check-square",
|
|
3950
|
+
"label": "Tasks"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"icon": "zap",
|
|
3954
|
+
"href": "/sprints",
|
|
3955
|
+
"label": "Sprints"
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"label": "Burndown",
|
|
3959
|
+
"href": "/burndown",
|
|
3960
|
+
"icon": "layout-list"
|
|
3961
|
+
}
|
|
3962
|
+
],
|
|
3945
3963
|
"appName": "ProjectManagerApp",
|
|
3946
3964
|
"children": [
|
|
3947
3965
|
{
|
|
3948
|
-
"type": "scaled-diagram",
|
|
3949
3966
|
"children": [
|
|
3950
3967
|
{
|
|
3968
|
+
"type": "stack",
|
|
3969
|
+
"gap": "lg",
|
|
3970
|
+
"direction": "vertical",
|
|
3951
3971
|
"children": [
|
|
3952
3972
|
{
|
|
3953
3973
|
"type": "breadcrumb",
|
|
@@ -3962,12 +3982,11 @@
|
|
|
3962
3982
|
]
|
|
3963
3983
|
},
|
|
3964
3984
|
{
|
|
3965
|
-
"type": "stack",
|
|
3966
3985
|
"children": [
|
|
3967
3986
|
{
|
|
3968
|
-
"gap": "md",
|
|
3969
3987
|
"type": "stack",
|
|
3970
3988
|
"direction": "horizontal",
|
|
3989
|
+
"gap": "md",
|
|
3971
3990
|
"children": [
|
|
3972
3991
|
{
|
|
3973
3992
|
"name": "trending-down",
|
|
@@ -3975,19 +3994,20 @@
|
|
|
3975
3994
|
},
|
|
3976
3995
|
{
|
|
3977
3996
|
"variant": "h2",
|
|
3978
|
-
"
|
|
3979
|
-
"
|
|
3997
|
+
"content": "Burndown Chart",
|
|
3998
|
+
"type": "typography"
|
|
3980
3999
|
}
|
|
3981
4000
|
]
|
|
3982
4001
|
},
|
|
3983
4002
|
{
|
|
3984
|
-
"label": "Refresh",
|
|
3985
|
-
"variant": "secondary",
|
|
3986
4003
|
"icon": "refresh-cw",
|
|
4004
|
+
"type": "button",
|
|
3987
4005
|
"action": "REFRESH",
|
|
3988
|
-
"
|
|
4006
|
+
"variant": "secondary",
|
|
4007
|
+
"label": "Refresh"
|
|
3989
4008
|
}
|
|
3990
4009
|
],
|
|
4010
|
+
"type": "stack",
|
|
3991
4011
|
"justify": "between",
|
|
3992
4012
|
"gap": "md",
|
|
3993
4013
|
"direction": "horizontal"
|
|
@@ -3996,11 +4016,10 @@
|
|
|
3996
4016
|
"type": "divider"
|
|
3997
4017
|
},
|
|
3998
4018
|
{
|
|
3999
|
-
"padding": "md",
|
|
4000
4019
|
"type": "box",
|
|
4020
|
+
"padding": "md",
|
|
4001
4021
|
"children": [
|
|
4002
4022
|
{
|
|
4003
|
-
"cols": 5.0,
|
|
4004
4023
|
"children": [
|
|
4005
4024
|
{
|
|
4006
4025
|
"type": "stat-display",
|
|
@@ -4008,27 +4027,28 @@
|
|
|
4008
4027
|
"value": "@entity.totalPoints"
|
|
4009
4028
|
},
|
|
4010
4029
|
{
|
|
4030
|
+
"value": "@entity.completedPoints",
|
|
4011
4031
|
"type": "stat-display",
|
|
4012
|
-
"label": "CompletedPoints"
|
|
4013
|
-
"value": "@entity.completedPoints"
|
|
4032
|
+
"label": "CompletedPoints"
|
|
4014
4033
|
},
|
|
4015
4034
|
{
|
|
4016
|
-
"
|
|
4035
|
+
"label": "RemainingPoints",
|
|
4017
4036
|
"value": "@entity.remainingPoints",
|
|
4018
|
-
"
|
|
4037
|
+
"type": "stat-display"
|
|
4019
4038
|
},
|
|
4020
4039
|
{
|
|
4021
|
-
"label": "Velocity",
|
|
4022
4040
|
"type": "stat-display",
|
|
4041
|
+
"label": "Velocity",
|
|
4023
4042
|
"value": "@entity.velocity"
|
|
4024
4043
|
},
|
|
4025
4044
|
{
|
|
4045
|
+
"type": "stat-display",
|
|
4026
4046
|
"label": "DaysRemaining",
|
|
4027
|
-
"value": "@entity.daysRemaining"
|
|
4028
|
-
"type": "stat-display"
|
|
4047
|
+
"value": "@entity.daysRemaining"
|
|
4029
4048
|
}
|
|
4030
4049
|
],
|
|
4031
|
-
"type": "simple-grid"
|
|
4050
|
+
"type": "simple-grid",
|
|
4051
|
+
"cols": 5.0
|
|
4032
4052
|
}
|
|
4033
4053
|
]
|
|
4034
4054
|
},
|
|
@@ -4036,15 +4056,16 @@
|
|
|
4036
4056
|
"type": "divider"
|
|
4037
4057
|
},
|
|
4038
4058
|
{
|
|
4059
|
+
"gap": "md",
|
|
4039
4060
|
"cols": 2.0,
|
|
4040
4061
|
"children": [
|
|
4041
4062
|
{
|
|
4042
4063
|
"type": "card",
|
|
4043
4064
|
"children": [
|
|
4044
4065
|
{
|
|
4045
|
-
"variant": "caption",
|
|
4046
4066
|
"content": "Chart View",
|
|
4047
|
-
"type": "typography"
|
|
4067
|
+
"type": "typography",
|
|
4068
|
+
"variant": "caption"
|
|
4048
4069
|
}
|
|
4049
4070
|
]
|
|
4050
4071
|
},
|
|
@@ -4059,19 +4080,17 @@
|
|
|
4059
4080
|
"type": "card"
|
|
4060
4081
|
}
|
|
4061
4082
|
],
|
|
4062
|
-
"gap": "md",
|
|
4063
4083
|
"type": "grid"
|
|
4064
4084
|
},
|
|
4065
4085
|
{
|
|
4066
|
-
"type": "line-chart",
|
|
4067
4086
|
"data": [
|
|
4068
4087
|
{
|
|
4069
4088
|
"date": "Jan",
|
|
4070
4089
|
"value": 12.0
|
|
4071
4090
|
},
|
|
4072
4091
|
{
|
|
4073
|
-
"
|
|
4074
|
-
"
|
|
4092
|
+
"date": "Feb",
|
|
4093
|
+
"value": 19.0
|
|
4075
4094
|
},
|
|
4076
4095
|
{
|
|
4077
4096
|
"value": 15.0,
|
|
@@ -4086,10 +4105,11 @@
|
|
|
4086
4105
|
"date": "May"
|
|
4087
4106
|
},
|
|
4088
4107
|
{
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4108
|
+
"value": 30.0,
|
|
4109
|
+
"date": "Jun"
|
|
4091
4110
|
}
|
|
4092
|
-
]
|
|
4111
|
+
],
|
|
4112
|
+
"type": "line-chart"
|
|
4093
4113
|
},
|
|
4094
4114
|
{
|
|
4095
4115
|
"type": "chart-legend",
|
|
@@ -4105,16 +4125,17 @@
|
|
|
4105
4125
|
]
|
|
4106
4126
|
},
|
|
4107
4127
|
{
|
|
4108
|
-
"
|
|
4128
|
+
"width": 400.0,
|
|
4109
4129
|
"height": 200.0,
|
|
4130
|
+
"type": "graph-view",
|
|
4110
4131
|
"nodes": [
|
|
4111
4132
|
{
|
|
4112
4133
|
"label": "Start",
|
|
4113
4134
|
"id": "a"
|
|
4114
4135
|
},
|
|
4115
4136
|
{
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4137
|
+
"label": "Process",
|
|
4138
|
+
"id": "b"
|
|
4118
4139
|
},
|
|
4119
4140
|
{
|
|
4120
4141
|
"label": "End",
|
|
@@ -4123,40 +4144,19 @@
|
|
|
4123
4144
|
],
|
|
4124
4145
|
"edges": [
|
|
4125
4146
|
{
|
|
4126
|
-
"
|
|
4127
|
-
"
|
|
4147
|
+
"target": "b",
|
|
4148
|
+
"source": "a"
|
|
4128
4149
|
},
|
|
4129
4150
|
{
|
|
4130
|
-
"
|
|
4131
|
-
"
|
|
4151
|
+
"target": "c",
|
|
4152
|
+
"source": "b"
|
|
4132
4153
|
}
|
|
4133
|
-
]
|
|
4134
|
-
"width": 400.0
|
|
4154
|
+
]
|
|
4135
4155
|
}
|
|
4136
|
-
]
|
|
4137
|
-
"direction": "vertical",
|
|
4138
|
-
"gap": "lg",
|
|
4139
|
-
"type": "stack"
|
|
4156
|
+
]
|
|
4140
4157
|
}
|
|
4141
|
-
]
|
|
4142
|
-
|
|
4143
|
-
],
|
|
4144
|
-
"type": "dashboard-layout",
|
|
4145
|
-
"navItems": [
|
|
4146
|
-
{
|
|
4147
|
-
"label": "Tasks",
|
|
4148
|
-
"href": "/tasks",
|
|
4149
|
-
"icon": "check-square"
|
|
4150
|
-
},
|
|
4151
|
-
{
|
|
4152
|
-
"href": "/sprints",
|
|
4153
|
-
"icon": "zap",
|
|
4154
|
-
"label": "Sprints"
|
|
4155
|
-
},
|
|
4156
|
-
{
|
|
4157
|
-
"icon": "layout-list",
|
|
4158
|
-
"label": "Burndown",
|
|
4159
|
-
"href": "/burndown"
|
|
4158
|
+
],
|
|
4159
|
+
"type": "scaled-diagram"
|
|
4160
4160
|
}
|
|
4161
4161
|
]
|
|
4162
4162
|
}
|
|
@@ -4182,91 +4182,90 @@
|
|
|
4182
4182
|
"render-ui",
|
|
4183
4183
|
"main",
|
|
4184
4184
|
{
|
|
4185
|
-
"
|
|
4185
|
+
"type": "dashboard-layout",
|
|
4186
4186
|
"navItems": [
|
|
4187
4187
|
{
|
|
4188
|
-
"
|
|
4188
|
+
"label": "Tasks",
|
|
4189
4189
|
"icon": "check-square",
|
|
4190
|
-
"
|
|
4190
|
+
"href": "/tasks"
|
|
4191
4191
|
},
|
|
4192
4192
|
{
|
|
4193
|
-
"label": "Sprints",
|
|
4194
4193
|
"icon": "zap",
|
|
4195
|
-
"href": "/sprints"
|
|
4194
|
+
"href": "/sprints",
|
|
4195
|
+
"label": "Sprints"
|
|
4196
4196
|
},
|
|
4197
4197
|
{
|
|
4198
|
-
"icon": "layout-list",
|
|
4199
4198
|
"label": "Burndown",
|
|
4199
|
+
"icon": "layout-list",
|
|
4200
4200
|
"href": "/burndown"
|
|
4201
4201
|
}
|
|
4202
4202
|
],
|
|
4203
|
-
"
|
|
4203
|
+
"appName": "ProjectManagerApp",
|
|
4204
4204
|
"children": [
|
|
4205
4205
|
{
|
|
4206
|
-
"type": "scaled-diagram",
|
|
4207
4206
|
"children": [
|
|
4208
4207
|
{
|
|
4209
|
-
"direction": "vertical",
|
|
4210
4208
|
"gap": "lg",
|
|
4211
4209
|
"type": "stack",
|
|
4210
|
+
"direction": "vertical",
|
|
4212
4211
|
"children": [
|
|
4213
4212
|
{
|
|
4213
|
+
"type": "breadcrumb",
|
|
4214
4214
|
"items": [
|
|
4215
4215
|
{
|
|
4216
|
-
"
|
|
4217
|
-
"
|
|
4216
|
+
"href": "/",
|
|
4217
|
+
"label": "Home"
|
|
4218
4218
|
},
|
|
4219
4219
|
{
|
|
4220
4220
|
"label": "Burndown Chart"
|
|
4221
4221
|
}
|
|
4222
|
-
]
|
|
4223
|
-
"type": "breadcrumb"
|
|
4222
|
+
]
|
|
4224
4223
|
},
|
|
4225
4224
|
{
|
|
4226
|
-
"
|
|
4225
|
+
"justify": "between",
|
|
4227
4226
|
"type": "stack",
|
|
4227
|
+
"gap": "md",
|
|
4228
|
+
"direction": "horizontal",
|
|
4228
4229
|
"children": [
|
|
4229
4230
|
{
|
|
4230
|
-
"direction": "horizontal",
|
|
4231
4231
|
"children": [
|
|
4232
4232
|
{
|
|
4233
4233
|
"name": "trending-down",
|
|
4234
4234
|
"type": "icon"
|
|
4235
4235
|
},
|
|
4236
4236
|
{
|
|
4237
|
+
"type": "typography",
|
|
4237
4238
|
"variant": "h2",
|
|
4238
|
-
"content": "Burndown Chart"
|
|
4239
|
-
"type": "typography"
|
|
4239
|
+
"content": "Burndown Chart"
|
|
4240
4240
|
}
|
|
4241
4241
|
],
|
|
4242
|
-
"
|
|
4243
|
-
"
|
|
4242
|
+
"type": "stack",
|
|
4243
|
+
"direction": "horizontal",
|
|
4244
|
+
"gap": "md"
|
|
4244
4245
|
},
|
|
4245
4246
|
{
|
|
4246
|
-
"label": "Refresh",
|
|
4247
|
-
"icon": "refresh-cw",
|
|
4248
4247
|
"action": "REFRESH",
|
|
4249
4248
|
"variant": "secondary",
|
|
4250
|
-
"type": "button"
|
|
4249
|
+
"type": "button",
|
|
4250
|
+
"label": "Refresh",
|
|
4251
|
+
"icon": "refresh-cw"
|
|
4251
4252
|
}
|
|
4252
|
-
]
|
|
4253
|
-
"direction": "horizontal",
|
|
4254
|
-
"justify": "between"
|
|
4253
|
+
]
|
|
4255
4254
|
},
|
|
4256
4255
|
{
|
|
4257
4256
|
"type": "divider"
|
|
4258
4257
|
},
|
|
4259
4258
|
{
|
|
4259
|
+
"padding": "md",
|
|
4260
4260
|
"type": "box",
|
|
4261
4261
|
"children": [
|
|
4262
4262
|
{
|
|
4263
|
-
"type": "simple-grid",
|
|
4264
4263
|
"cols": 5.0,
|
|
4265
4264
|
"children": [
|
|
4266
4265
|
{
|
|
4267
4266
|
"label": "TotalPoints",
|
|
4268
|
-
"
|
|
4269
|
-
"
|
|
4267
|
+
"value": "@entity.totalPoints",
|
|
4268
|
+
"type": "stat-display"
|
|
4270
4269
|
},
|
|
4271
4270
|
{
|
|
4272
4271
|
"value": "@entity.completedPoints",
|
|
@@ -4274,24 +4273,24 @@
|
|
|
4274
4273
|
"type": "stat-display"
|
|
4275
4274
|
},
|
|
4276
4275
|
{
|
|
4276
|
+
"label": "RemainingPoints",
|
|
4277
4277
|
"type": "stat-display",
|
|
4278
|
-
"value": "@entity.remainingPoints"
|
|
4279
|
-
"label": "RemainingPoints"
|
|
4278
|
+
"value": "@entity.remainingPoints"
|
|
4280
4279
|
},
|
|
4281
4280
|
{
|
|
4281
|
+
"value": "@entity.velocity",
|
|
4282
4282
|
"type": "stat-display",
|
|
4283
|
-
"label": "Velocity"
|
|
4284
|
-
"value": "@entity.velocity"
|
|
4283
|
+
"label": "Velocity"
|
|
4285
4284
|
},
|
|
4286
4285
|
{
|
|
4287
|
-
"
|
|
4286
|
+
"type": "stat-display",
|
|
4288
4287
|
"label": "DaysRemaining",
|
|
4289
|
-
"
|
|
4288
|
+
"value": "@entity.daysRemaining"
|
|
4290
4289
|
}
|
|
4291
|
-
]
|
|
4290
|
+
],
|
|
4291
|
+
"type": "simple-grid"
|
|
4292
4292
|
}
|
|
4293
|
-
]
|
|
4294
|
-
"padding": "md"
|
|
4293
|
+
]
|
|
4295
4294
|
},
|
|
4296
4295
|
{
|
|
4297
4296
|
"type": "divider"
|
|
@@ -4303,25 +4302,25 @@
|
|
|
4303
4302
|
"type": "card",
|
|
4304
4303
|
"children": [
|
|
4305
4304
|
{
|
|
4306
|
-
"type": "typography",
|
|
4307
4305
|
"content": "Chart View",
|
|
4306
|
+
"type": "typography",
|
|
4308
4307
|
"variant": "caption"
|
|
4309
4308
|
}
|
|
4310
4309
|
]
|
|
4311
4310
|
},
|
|
4312
4311
|
{
|
|
4312
|
+
"type": "card",
|
|
4313
4313
|
"children": [
|
|
4314
4314
|
{
|
|
4315
4315
|
"variant": "caption",
|
|
4316
4316
|
"content": "Graph View",
|
|
4317
4317
|
"type": "typography"
|
|
4318
4318
|
}
|
|
4319
|
-
]
|
|
4320
|
-
"type": "card"
|
|
4319
|
+
]
|
|
4321
4320
|
}
|
|
4322
4321
|
],
|
|
4323
|
-
"
|
|
4324
|
-
"
|
|
4322
|
+
"gap": "md",
|
|
4323
|
+
"type": "grid"
|
|
4325
4324
|
},
|
|
4326
4325
|
{
|
|
4327
4326
|
"type": "line-chart",
|
|
@@ -4335,68 +4334,69 @@
|
|
|
4335
4334
|
"date": "Feb"
|
|
4336
4335
|
},
|
|
4337
4336
|
{
|
|
4338
|
-
"
|
|
4339
|
-
"
|
|
4337
|
+
"date": "Mar",
|
|
4338
|
+
"value": 15.0
|
|
4340
4339
|
},
|
|
4341
4340
|
{
|
|
4342
|
-
"
|
|
4343
|
-
"
|
|
4341
|
+
"date": "Apr",
|
|
4342
|
+
"value": 25.0
|
|
4344
4343
|
},
|
|
4345
4344
|
{
|
|
4346
4345
|
"value": 22.0,
|
|
4347
4346
|
"date": "May"
|
|
4348
4347
|
},
|
|
4349
4348
|
{
|
|
4350
|
-
"
|
|
4351
|
-
"
|
|
4349
|
+
"value": 30.0,
|
|
4350
|
+
"date": "Jun"
|
|
4352
4351
|
}
|
|
4353
4352
|
]
|
|
4354
4353
|
},
|
|
4355
4354
|
{
|
|
4355
|
+
"type": "chart-legend",
|
|
4356
4356
|
"items": [
|
|
4357
4357
|
{
|
|
4358
|
-
"
|
|
4359
|
-
"
|
|
4358
|
+
"color": "primary",
|
|
4359
|
+
"label": "Current"
|
|
4360
4360
|
},
|
|
4361
4361
|
{
|
|
4362
|
-
"
|
|
4363
|
-
"
|
|
4362
|
+
"color": "muted",
|
|
4363
|
+
"label": "Previous"
|
|
4364
4364
|
}
|
|
4365
|
-
]
|
|
4366
|
-
"type": "chart-legend"
|
|
4365
|
+
]
|
|
4367
4366
|
},
|
|
4368
4367
|
{
|
|
4368
|
+
"type": "graph-view",
|
|
4369
|
+
"height": 200.0,
|
|
4370
|
+
"width": 400.0,
|
|
4369
4371
|
"nodes": [
|
|
4370
4372
|
{
|
|
4371
4373
|
"id": "a",
|
|
4372
4374
|
"label": "Start"
|
|
4373
4375
|
},
|
|
4374
4376
|
{
|
|
4375
|
-
"
|
|
4376
|
-
"
|
|
4377
|
+
"label": "Process",
|
|
4378
|
+
"id": "b"
|
|
4377
4379
|
},
|
|
4378
4380
|
{
|
|
4379
|
-
"
|
|
4380
|
-
"
|
|
4381
|
+
"label": "End",
|
|
4382
|
+
"id": "c"
|
|
4381
4383
|
}
|
|
4382
4384
|
],
|
|
4383
|
-
"height": 200.0,
|
|
4384
4385
|
"edges": [
|
|
4385
4386
|
{
|
|
4386
|
-
"
|
|
4387
|
-
"
|
|
4387
|
+
"source": "a",
|
|
4388
|
+
"target": "b"
|
|
4388
4389
|
},
|
|
4389
4390
|
{
|
|
4390
4391
|
"source": "b",
|
|
4391
4392
|
"target": "c"
|
|
4392
4393
|
}
|
|
4393
|
-
]
|
|
4394
|
-
"type": "graph-view",
|
|
4395
|
-
"width": 400.0
|
|
4394
|
+
]
|
|
4396
4395
|
}
|
|
4397
4396
|
]
|
|
4398
4397
|
}
|
|
4399
|
-
]
|
|
4398
|
+
],
|
|
4399
|
+
"type": "scaled-diagram"
|
|
4400
4400
|
}
|
|
4401
4401
|
]
|
|
4402
4402
|
}
|
|
@@ -4413,8 +4413,8 @@
|
|
|
4413
4413
|
"Burndown",
|
|
4414
4414
|
{
|
|
4415
4415
|
"emit": {
|
|
4416
|
-
"
|
|
4417
|
-
"
|
|
4416
|
+
"failure": "BurndownLoadFailed",
|
|
4417
|
+
"success": "BurndownLoaded"
|
|
4418
4418
|
}
|
|
4419
4419
|
}
|
|
4420
4420
|
],
|
|
@@ -4422,31 +4422,35 @@
|
|
|
4422
4422
|
"render-ui",
|
|
4423
4423
|
"main",
|
|
4424
4424
|
{
|
|
4425
|
-
"appName": "ProjectManagerApp",
|
|
4426
|
-
"type": "dashboard-layout",
|
|
4427
4425
|
"navItems": [
|
|
4428
4426
|
{
|
|
4429
|
-
"
|
|
4427
|
+
"icon": "check-square",
|
|
4430
4428
|
"label": "Tasks",
|
|
4431
|
-
"
|
|
4429
|
+
"href": "/tasks"
|
|
4432
4430
|
},
|
|
4433
4431
|
{
|
|
4434
4432
|
"label": "Sprints",
|
|
4435
|
-
"
|
|
4436
|
-
"
|
|
4433
|
+
"href": "/sprints",
|
|
4434
|
+
"icon": "zap"
|
|
4437
4435
|
},
|
|
4438
4436
|
{
|
|
4439
|
-
"href": "/burndown",
|
|
4440
4437
|
"label": "Burndown",
|
|
4438
|
+
"href": "/burndown",
|
|
4441
4439
|
"icon": "layout-list"
|
|
4442
4440
|
}
|
|
4443
4441
|
],
|
|
4442
|
+
"type": "dashboard-layout",
|
|
4443
|
+
"appName": "ProjectManagerApp",
|
|
4444
4444
|
"children": [
|
|
4445
4445
|
{
|
|
4446
|
+
"type": "scaled-diagram",
|
|
4446
4447
|
"children": [
|
|
4447
4448
|
{
|
|
4449
|
+
"gap": "lg",
|
|
4450
|
+
"type": "stack",
|
|
4448
4451
|
"children": [
|
|
4449
4452
|
{
|
|
4453
|
+
"type": "breadcrumb",
|
|
4450
4454
|
"items": [
|
|
4451
4455
|
{
|
|
4452
4456
|
"label": "Home",
|
|
@@ -4455,58 +4459,56 @@
|
|
|
4455
4459
|
{
|
|
4456
4460
|
"label": "Burndown Chart"
|
|
4457
4461
|
}
|
|
4458
|
-
]
|
|
4459
|
-
"type": "breadcrumb"
|
|
4462
|
+
]
|
|
4460
4463
|
},
|
|
4461
4464
|
{
|
|
4462
|
-
"justify": "between",
|
|
4463
4465
|
"children": [
|
|
4464
4466
|
{
|
|
4467
|
+
"gap": "md",
|
|
4465
4468
|
"direction": "horizontal",
|
|
4469
|
+
"type": "stack",
|
|
4466
4470
|
"children": [
|
|
4467
4471
|
{
|
|
4468
|
-
"
|
|
4469
|
-
"
|
|
4472
|
+
"type": "icon",
|
|
4473
|
+
"name": "trending-down"
|
|
4470
4474
|
},
|
|
4471
4475
|
{
|
|
4472
|
-
"
|
|
4476
|
+
"content": "Burndown Chart",
|
|
4473
4477
|
"type": "typography",
|
|
4474
|
-
"
|
|
4478
|
+
"variant": "h2"
|
|
4475
4479
|
}
|
|
4476
|
-
]
|
|
4477
|
-
"gap": "md",
|
|
4478
|
-
"type": "stack"
|
|
4480
|
+
]
|
|
4479
4481
|
},
|
|
4480
4482
|
{
|
|
4481
|
-
"icon": "refresh-cw",
|
|
4482
|
-
"label": "Refresh",
|
|
4483
4483
|
"action": "REFRESH",
|
|
4484
4484
|
"variant": "secondary",
|
|
4485
|
-
"
|
|
4485
|
+
"icon": "refresh-cw",
|
|
4486
|
+
"type": "button",
|
|
4487
|
+
"label": "Refresh"
|
|
4486
4488
|
}
|
|
4487
4489
|
],
|
|
4488
4490
|
"type": "stack",
|
|
4489
4491
|
"direction": "horizontal",
|
|
4490
|
-
"gap": "md"
|
|
4492
|
+
"gap": "md",
|
|
4493
|
+
"justify": "between"
|
|
4491
4494
|
},
|
|
4492
4495
|
{
|
|
4493
4496
|
"type": "divider"
|
|
4494
4497
|
},
|
|
4495
4498
|
{
|
|
4496
|
-
"padding": "md",
|
|
4497
|
-
"type": "box",
|
|
4498
4499
|
"children": [
|
|
4499
4500
|
{
|
|
4501
|
+
"type": "simple-grid",
|
|
4500
4502
|
"cols": 5.0,
|
|
4501
4503
|
"children": [
|
|
4502
4504
|
{
|
|
4503
|
-
"value": "@entity.totalPoints",
|
|
4504
4505
|
"label": "TotalPoints",
|
|
4505
|
-
"type": "stat-display"
|
|
4506
|
+
"type": "stat-display",
|
|
4507
|
+
"value": "@entity.totalPoints"
|
|
4506
4508
|
},
|
|
4507
4509
|
{
|
|
4508
|
-
"type": "stat-display",
|
|
4509
4510
|
"value": "@entity.completedPoints",
|
|
4511
|
+
"type": "stat-display",
|
|
4510
4512
|
"label": "CompletedPoints"
|
|
4511
4513
|
},
|
|
4512
4514
|
{
|
|
@@ -4515,49 +4517,50 @@
|
|
|
4515
4517
|
"label": "RemainingPoints"
|
|
4516
4518
|
},
|
|
4517
4519
|
{
|
|
4518
|
-
"
|
|
4520
|
+
"label": "Velocity",
|
|
4519
4521
|
"value": "@entity.velocity",
|
|
4520
|
-
"
|
|
4522
|
+
"type": "stat-display"
|
|
4521
4523
|
},
|
|
4522
4524
|
{
|
|
4523
|
-
"type": "stat-display",
|
|
4524
4525
|
"label": "DaysRemaining",
|
|
4525
|
-
"value": "@entity.daysRemaining"
|
|
4526
|
+
"value": "@entity.daysRemaining",
|
|
4527
|
+
"type": "stat-display"
|
|
4526
4528
|
}
|
|
4527
|
-
]
|
|
4528
|
-
"type": "simple-grid"
|
|
4529
|
+
]
|
|
4529
4530
|
}
|
|
4530
|
-
]
|
|
4531
|
+
],
|
|
4532
|
+
"padding": "md",
|
|
4533
|
+
"type": "box"
|
|
4531
4534
|
},
|
|
4532
4535
|
{
|
|
4533
4536
|
"type": "divider"
|
|
4534
4537
|
},
|
|
4535
4538
|
{
|
|
4536
|
-
"type": "grid",
|
|
4537
4539
|
"children": [
|
|
4538
4540
|
{
|
|
4539
4541
|
"type": "card",
|
|
4540
4542
|
"children": [
|
|
4541
4543
|
{
|
|
4542
4544
|
"content": "Chart View",
|
|
4543
|
-
"
|
|
4544
|
-
"
|
|
4545
|
+
"variant": "caption",
|
|
4546
|
+
"type": "typography"
|
|
4545
4547
|
}
|
|
4546
4548
|
]
|
|
4547
4549
|
},
|
|
4548
4550
|
{
|
|
4551
|
+
"type": "card",
|
|
4549
4552
|
"children": [
|
|
4550
4553
|
{
|
|
4551
|
-
"variant": "caption",
|
|
4552
4554
|
"type": "typography",
|
|
4553
|
-
"content": "Graph View"
|
|
4555
|
+
"content": "Graph View",
|
|
4556
|
+
"variant": "caption"
|
|
4554
4557
|
}
|
|
4555
|
-
]
|
|
4556
|
-
"type": "card"
|
|
4558
|
+
]
|
|
4557
4559
|
}
|
|
4558
4560
|
],
|
|
4559
|
-
"
|
|
4560
|
-
"cols": 2.0
|
|
4561
|
+
"type": "grid",
|
|
4562
|
+
"cols": 2.0,
|
|
4563
|
+
"gap": "md"
|
|
4561
4564
|
},
|
|
4562
4565
|
{
|
|
4563
4566
|
"type": "line-chart",
|
|
@@ -4567,29 +4570,28 @@
|
|
|
4567
4570
|
"date": "Jan"
|
|
4568
4571
|
},
|
|
4569
4572
|
{
|
|
4570
|
-
"
|
|
4571
|
-
"
|
|
4573
|
+
"date": "Feb",
|
|
4574
|
+
"value": 19.0
|
|
4572
4575
|
},
|
|
4573
4576
|
{
|
|
4574
4577
|
"date": "Mar",
|
|
4575
4578
|
"value": 15.0
|
|
4576
4579
|
},
|
|
4577
4580
|
{
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4581
|
+
"value": 25.0,
|
|
4582
|
+
"date": "Apr"
|
|
4580
4583
|
},
|
|
4581
4584
|
{
|
|
4582
4585
|
"date": "May",
|
|
4583
4586
|
"value": 22.0
|
|
4584
4587
|
},
|
|
4585
4588
|
{
|
|
4586
|
-
"
|
|
4587
|
-
"
|
|
4589
|
+
"value": 30.0,
|
|
4590
|
+
"date": "Jun"
|
|
4588
4591
|
}
|
|
4589
4592
|
]
|
|
4590
4593
|
},
|
|
4591
4594
|
{
|
|
4592
|
-
"type": "chart-legend",
|
|
4593
4595
|
"items": [
|
|
4594
4596
|
{
|
|
4595
4597
|
"label": "Current",
|
|
@@ -4599,44 +4601,42 @@
|
|
|
4599
4601
|
"label": "Previous",
|
|
4600
4602
|
"color": "muted"
|
|
4601
4603
|
}
|
|
4602
|
-
]
|
|
4604
|
+
],
|
|
4605
|
+
"type": "chart-legend"
|
|
4603
4606
|
},
|
|
4604
4607
|
{
|
|
4605
4608
|
"type": "graph-view",
|
|
4606
|
-
"edges": [
|
|
4607
|
-
{
|
|
4608
|
-
"target": "b",
|
|
4609
|
-
"source": "a"
|
|
4610
|
-
},
|
|
4611
|
-
{
|
|
4612
|
-
"source": "b",
|
|
4613
|
-
"target": "c"
|
|
4614
|
-
}
|
|
4615
|
-
],
|
|
4616
|
-
"width": 400.0,
|
|
4617
4609
|
"nodes": [
|
|
4618
4610
|
{
|
|
4619
4611
|
"label": "Start",
|
|
4620
4612
|
"id": "a"
|
|
4621
4613
|
},
|
|
4622
4614
|
{
|
|
4623
|
-
"
|
|
4624
|
-
"
|
|
4615
|
+
"id": "b",
|
|
4616
|
+
"label": "Process"
|
|
4625
4617
|
},
|
|
4626
4618
|
{
|
|
4627
4619
|
"label": "End",
|
|
4628
4620
|
"id": "c"
|
|
4629
4621
|
}
|
|
4630
4622
|
],
|
|
4631
|
-
"
|
|
4623
|
+
"edges": [
|
|
4624
|
+
{
|
|
4625
|
+
"source": "a",
|
|
4626
|
+
"target": "b"
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"source": "b",
|
|
4630
|
+
"target": "c"
|
|
4631
|
+
}
|
|
4632
|
+
],
|
|
4633
|
+
"height": 200.0,
|
|
4634
|
+
"width": 400.0
|
|
4632
4635
|
}
|
|
4633
4636
|
],
|
|
4634
|
-
"gap": "lg",
|
|
4635
|
-
"type": "stack",
|
|
4636
4637
|
"direction": "vertical"
|
|
4637
4638
|
}
|
|
4638
|
-
]
|
|
4639
|
-
"type": "scaled-diagram"
|
|
4639
|
+
]
|
|
4640
4640
|
}
|
|
4641
4641
|
]
|
|
4642
4642
|
}
|
|
@@ -4653,8 +4653,8 @@
|
|
|
4653
4653
|
"Burndown",
|
|
4654
4654
|
{
|
|
4655
4655
|
"emit": {
|
|
4656
|
-
"
|
|
4657
|
-
"
|
|
4656
|
+
"success": "BurndownLoaded",
|
|
4657
|
+
"failure": "BurndownLoadFailed"
|
|
4658
4658
|
}
|
|
4659
4659
|
}
|
|
4660
4660
|
],
|
|
@@ -4662,19 +4662,38 @@
|
|
|
4662
4662
|
"render-ui",
|
|
4663
4663
|
"main",
|
|
4664
4664
|
{
|
|
4665
|
+
"type": "dashboard-layout",
|
|
4666
|
+
"navItems": [
|
|
4667
|
+
{
|
|
4668
|
+
"label": "Tasks",
|
|
4669
|
+
"href": "/tasks",
|
|
4670
|
+
"icon": "check-square"
|
|
4671
|
+
},
|
|
4672
|
+
{
|
|
4673
|
+
"label": "Sprints",
|
|
4674
|
+
"href": "/sprints",
|
|
4675
|
+
"icon": "zap"
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"label": "Burndown",
|
|
4679
|
+
"icon": "layout-list",
|
|
4680
|
+
"href": "/burndown"
|
|
4681
|
+
}
|
|
4682
|
+
],
|
|
4665
4683
|
"children": [
|
|
4666
4684
|
{
|
|
4685
|
+
"type": "scaled-diagram",
|
|
4667
4686
|
"children": [
|
|
4668
4687
|
{
|
|
4688
|
+
"type": "stack",
|
|
4669
4689
|
"gap": "lg",
|
|
4670
4690
|
"direction": "vertical",
|
|
4671
|
-
"type": "stack",
|
|
4672
4691
|
"children": [
|
|
4673
4692
|
{
|
|
4674
4693
|
"items": [
|
|
4675
4694
|
{
|
|
4676
|
-
"
|
|
4677
|
-
"
|
|
4695
|
+
"label": "Home",
|
|
4696
|
+
"href": "/"
|
|
4678
4697
|
},
|
|
4679
4698
|
{
|
|
4680
4699
|
"label": "Burndown Chart"
|
|
@@ -4683,33 +4702,33 @@
|
|
|
4683
4702
|
"type": "breadcrumb"
|
|
4684
4703
|
},
|
|
4685
4704
|
{
|
|
4686
|
-
"gap": "md",
|
|
4687
4705
|
"children": [
|
|
4688
4706
|
{
|
|
4707
|
+
"gap": "md",
|
|
4708
|
+
"direction": "horizontal",
|
|
4689
4709
|
"type": "stack",
|
|
4690
4710
|
"children": [
|
|
4691
4711
|
{
|
|
4692
|
-
"
|
|
4693
|
-
"
|
|
4712
|
+
"type": "icon",
|
|
4713
|
+
"name": "trending-down"
|
|
4694
4714
|
},
|
|
4695
4715
|
{
|
|
4696
4716
|
"type": "typography",
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4717
|
+
"content": "Burndown Chart",
|
|
4718
|
+
"variant": "h2"
|
|
4699
4719
|
}
|
|
4700
|
-
]
|
|
4701
|
-
"gap": "md",
|
|
4702
|
-
"direction": "horizontal"
|
|
4720
|
+
]
|
|
4703
4721
|
},
|
|
4704
4722
|
{
|
|
4705
|
-
"
|
|
4723
|
+
"variant": "secondary",
|
|
4706
4724
|
"type": "button",
|
|
4725
|
+
"action": "REFRESH",
|
|
4707
4726
|
"label": "Refresh",
|
|
4708
|
-
"variant": "secondary",
|
|
4709
4727
|
"icon": "refresh-cw"
|
|
4710
4728
|
}
|
|
4711
4729
|
],
|
|
4712
4730
|
"type": "stack",
|
|
4731
|
+
"gap": "md",
|
|
4713
4732
|
"direction": "horizontal",
|
|
4714
4733
|
"justify": "between"
|
|
4715
4734
|
},
|
|
@@ -4717,19 +4736,19 @@
|
|
|
4717
4736
|
"type": "divider"
|
|
4718
4737
|
},
|
|
4719
4738
|
{
|
|
4720
|
-
"padding": "md",
|
|
4721
4739
|
"children": [
|
|
4722
4740
|
{
|
|
4741
|
+
"type": "simple-grid",
|
|
4723
4742
|
"cols": 5.0,
|
|
4724
4743
|
"children": [
|
|
4725
4744
|
{
|
|
4726
|
-
"type": "stat-display",
|
|
4727
4745
|
"label": "TotalPoints",
|
|
4746
|
+
"type": "stat-display",
|
|
4728
4747
|
"value": "@entity.totalPoints"
|
|
4729
4748
|
},
|
|
4730
4749
|
{
|
|
4731
|
-
"type": "stat-display",
|
|
4732
4750
|
"label": "CompletedPoints",
|
|
4751
|
+
"type": "stat-display",
|
|
4733
4752
|
"value": "@entity.completedPoints"
|
|
4734
4753
|
},
|
|
4735
4754
|
{
|
|
@@ -4744,43 +4763,43 @@
|
|
|
4744
4763
|
},
|
|
4745
4764
|
{
|
|
4746
4765
|
"label": "DaysRemaining",
|
|
4747
|
-
"
|
|
4748
|
-
"
|
|
4766
|
+
"value": "@entity.daysRemaining",
|
|
4767
|
+
"type": "stat-display"
|
|
4749
4768
|
}
|
|
4750
|
-
]
|
|
4751
|
-
"type": "simple-grid"
|
|
4769
|
+
]
|
|
4752
4770
|
}
|
|
4753
4771
|
],
|
|
4772
|
+
"padding": "md",
|
|
4754
4773
|
"type": "box"
|
|
4755
4774
|
},
|
|
4756
4775
|
{
|
|
4757
4776
|
"type": "divider"
|
|
4758
4777
|
},
|
|
4759
4778
|
{
|
|
4779
|
+
"cols": 2.0,
|
|
4780
|
+
"type": "grid",
|
|
4760
4781
|
"children": [
|
|
4761
4782
|
{
|
|
4762
|
-
"type": "card",
|
|
4763
4783
|
"children": [
|
|
4764
4784
|
{
|
|
4785
|
+
"variant": "caption",
|
|
4765
4786
|
"content": "Chart View",
|
|
4766
|
-
"type": "typography"
|
|
4767
|
-
"variant": "caption"
|
|
4787
|
+
"type": "typography"
|
|
4768
4788
|
}
|
|
4769
|
-
]
|
|
4789
|
+
],
|
|
4790
|
+
"type": "card"
|
|
4770
4791
|
},
|
|
4771
4792
|
{
|
|
4772
|
-
"type": "card",
|
|
4773
4793
|
"children": [
|
|
4774
4794
|
{
|
|
4775
|
-
"type": "typography",
|
|
4776
4795
|
"content": "Graph View",
|
|
4777
|
-
"variant": "caption"
|
|
4796
|
+
"variant": "caption",
|
|
4797
|
+
"type": "typography"
|
|
4778
4798
|
}
|
|
4779
|
-
]
|
|
4799
|
+
],
|
|
4800
|
+
"type": "card"
|
|
4780
4801
|
}
|
|
4781
4802
|
],
|
|
4782
|
-
"type": "grid",
|
|
4783
|
-
"cols": 2.0,
|
|
4784
4803
|
"gap": "md"
|
|
4785
4804
|
},
|
|
4786
4805
|
{
|
|
@@ -4791,20 +4810,20 @@
|
|
|
4791
4810
|
"value": 12.0
|
|
4792
4811
|
},
|
|
4793
4812
|
{
|
|
4794
|
-
"
|
|
4795
|
-
"
|
|
4813
|
+
"date": "Feb",
|
|
4814
|
+
"value": 19.0
|
|
4796
4815
|
},
|
|
4797
4816
|
{
|
|
4798
|
-
"
|
|
4799
|
-
"
|
|
4817
|
+
"date": "Mar",
|
|
4818
|
+
"value": 15.0
|
|
4800
4819
|
},
|
|
4801
4820
|
{
|
|
4802
4821
|
"date": "Apr",
|
|
4803
4822
|
"value": 25.0
|
|
4804
4823
|
},
|
|
4805
4824
|
{
|
|
4806
|
-
"
|
|
4807
|
-
"
|
|
4825
|
+
"value": 22.0,
|
|
4826
|
+
"date": "May"
|
|
4808
4827
|
},
|
|
4809
4828
|
{
|
|
4810
4829
|
"date": "Jun",
|
|
@@ -4815,8 +4834,8 @@
|
|
|
4815
4834
|
{
|
|
4816
4835
|
"items": [
|
|
4817
4836
|
{
|
|
4818
|
-
"
|
|
4819
|
-
"
|
|
4837
|
+
"label": "Current",
|
|
4838
|
+
"color": "primary"
|
|
4820
4839
|
},
|
|
4821
4840
|
{
|
|
4822
4841
|
"label": "Previous",
|
|
@@ -4826,59 +4845,40 @@
|
|
|
4826
4845
|
"type": "chart-legend"
|
|
4827
4846
|
},
|
|
4828
4847
|
{
|
|
4848
|
+
"type": "graph-view",
|
|
4849
|
+
"edges": [
|
|
4850
|
+
{
|
|
4851
|
+
"target": "b",
|
|
4852
|
+
"source": "a"
|
|
4853
|
+
},
|
|
4854
|
+
{
|
|
4855
|
+
"source": "b",
|
|
4856
|
+
"target": "c"
|
|
4857
|
+
}
|
|
4858
|
+
],
|
|
4829
4859
|
"height": 200.0,
|
|
4830
4860
|
"nodes": [
|
|
4831
4861
|
{
|
|
4832
|
-
"
|
|
4833
|
-
"
|
|
4862
|
+
"label": "Start",
|
|
4863
|
+
"id": "a"
|
|
4834
4864
|
},
|
|
4835
4865
|
{
|
|
4836
4866
|
"label": "Process",
|
|
4837
4867
|
"id": "b"
|
|
4838
4868
|
},
|
|
4839
4869
|
{
|
|
4840
|
-
"
|
|
4841
|
-
"
|
|
4842
|
-
}
|
|
4843
|
-
],
|
|
4844
|
-
"type": "graph-view",
|
|
4845
|
-
"edges": [
|
|
4846
|
-
{
|
|
4847
|
-
"target": "b",
|
|
4848
|
-
"source": "a"
|
|
4849
|
-
},
|
|
4850
|
-
{
|
|
4851
|
-
"target": "c",
|
|
4852
|
-
"source": "b"
|
|
4870
|
+
"id": "c",
|
|
4871
|
+
"label": "End"
|
|
4853
4872
|
}
|
|
4854
4873
|
],
|
|
4855
4874
|
"width": 400.0
|
|
4856
4875
|
}
|
|
4857
4876
|
]
|
|
4858
4877
|
}
|
|
4859
|
-
]
|
|
4860
|
-
"type": "scaled-diagram"
|
|
4878
|
+
]
|
|
4861
4879
|
}
|
|
4862
4880
|
],
|
|
4863
|
-
"appName": "ProjectManagerApp"
|
|
4864
|
-
"type": "dashboard-layout",
|
|
4865
|
-
"navItems": [
|
|
4866
|
-
{
|
|
4867
|
-
"href": "/tasks",
|
|
4868
|
-
"icon": "check-square",
|
|
4869
|
-
"label": "Tasks"
|
|
4870
|
-
},
|
|
4871
|
-
{
|
|
4872
|
-
"label": "Sprints",
|
|
4873
|
-
"href": "/sprints",
|
|
4874
|
-
"icon": "zap"
|
|
4875
|
-
},
|
|
4876
|
-
{
|
|
4877
|
-
"icon": "layout-list",
|
|
4878
|
-
"label": "Burndown",
|
|
4879
|
-
"href": "/burndown"
|
|
4880
|
-
}
|
|
4881
|
-
]
|
|
4881
|
+
"appName": "ProjectManagerApp"
|
|
4882
4882
|
}
|
|
4883
4883
|
]
|
|
4884
4884
|
]
|
|
@@ -4893,8 +4893,8 @@
|
|
|
4893
4893
|
"Burndown",
|
|
4894
4894
|
{
|
|
4895
4895
|
"emit": {
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4896
|
+
"success": "BurndownLoaded",
|
|
4897
|
+
"failure": "BurndownLoadFailed"
|
|
4898
4898
|
}
|
|
4899
4899
|
}
|
|
4900
4900
|
],
|
|
@@ -4902,20 +4902,39 @@
|
|
|
4902
4902
|
"render-ui",
|
|
4903
4903
|
"main",
|
|
4904
4904
|
{
|
|
4905
|
+
"appName": "ProjectManagerApp",
|
|
4906
|
+
"navItems": [
|
|
4907
|
+
{
|
|
4908
|
+
"href": "/tasks",
|
|
4909
|
+
"icon": "check-square",
|
|
4910
|
+
"label": "Tasks"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"label": "Sprints",
|
|
4914
|
+
"href": "/sprints",
|
|
4915
|
+
"icon": "zap"
|
|
4916
|
+
},
|
|
4917
|
+
{
|
|
4918
|
+
"label": "Burndown",
|
|
4919
|
+
"icon": "layout-list",
|
|
4920
|
+
"href": "/burndown"
|
|
4921
|
+
}
|
|
4922
|
+
],
|
|
4923
|
+
"type": "dashboard-layout",
|
|
4905
4924
|
"children": [
|
|
4906
4925
|
{
|
|
4907
4926
|
"type": "scaled-diagram",
|
|
4908
4927
|
"children": [
|
|
4909
4928
|
{
|
|
4929
|
+
"type": "stack",
|
|
4910
4930
|
"gap": "lg",
|
|
4911
|
-
"direction": "vertical",
|
|
4912
4931
|
"children": [
|
|
4913
4932
|
{
|
|
4914
4933
|
"type": "breadcrumb",
|
|
4915
4934
|
"items": [
|
|
4916
4935
|
{
|
|
4917
|
-
"
|
|
4918
|
-
"
|
|
4936
|
+
"href": "/",
|
|
4937
|
+
"label": "Home"
|
|
4919
4938
|
},
|
|
4920
4939
|
{
|
|
4921
4940
|
"label": "Burndown Chart"
|
|
@@ -4923,10 +4942,12 @@
|
|
|
4923
4942
|
]
|
|
4924
4943
|
},
|
|
4925
4944
|
{
|
|
4926
|
-
"
|
|
4945
|
+
"justify": "between",
|
|
4927
4946
|
"children": [
|
|
4928
4947
|
{
|
|
4948
|
+
"gap": "md",
|
|
4929
4949
|
"direction": "horizontal",
|
|
4950
|
+
"type": "stack",
|
|
4930
4951
|
"children": [
|
|
4931
4952
|
{
|
|
4932
4953
|
"type": "icon",
|
|
@@ -4937,20 +4958,18 @@
|
|
|
4937
4958
|
"content": "Burndown Chart",
|
|
4938
4959
|
"variant": "h2"
|
|
4939
4960
|
}
|
|
4940
|
-
]
|
|
4941
|
-
"gap": "md",
|
|
4942
|
-
"type": "stack"
|
|
4961
|
+
]
|
|
4943
4962
|
},
|
|
4944
4963
|
{
|
|
4945
4964
|
"type": "button",
|
|
4946
|
-
"variant": "secondary",
|
|
4947
4965
|
"icon": "refresh-cw",
|
|
4948
4966
|
"action": "REFRESH",
|
|
4949
|
-
"label": "Refresh"
|
|
4967
|
+
"label": "Refresh",
|
|
4968
|
+
"variant": "secondary"
|
|
4950
4969
|
}
|
|
4951
4970
|
],
|
|
4971
|
+
"type": "stack",
|
|
4952
4972
|
"direction": "horizontal",
|
|
4953
|
-
"justify": "between",
|
|
4954
4973
|
"gap": "md"
|
|
4955
4974
|
},
|
|
4956
4975
|
{
|
|
@@ -4961,6 +4980,7 @@
|
|
|
4961
4980
|
"children": [
|
|
4962
4981
|
{
|
|
4963
4982
|
"cols": 5.0,
|
|
4983
|
+
"type": "simple-grid",
|
|
4964
4984
|
"children": [
|
|
4965
4985
|
{
|
|
4966
4986
|
"type": "stat-display",
|
|
@@ -4974,8 +4994,8 @@
|
|
|
4974
4994
|
},
|
|
4975
4995
|
{
|
|
4976
4996
|
"type": "stat-display",
|
|
4977
|
-
"
|
|
4978
|
-
"
|
|
4997
|
+
"label": "RemainingPoints",
|
|
4998
|
+
"value": "@entity.remainingPoints"
|
|
4979
4999
|
},
|
|
4980
5000
|
{
|
|
4981
5001
|
"value": "@entity.velocity",
|
|
@@ -4983,12 +5003,11 @@
|
|
|
4983
5003
|
"label": "Velocity"
|
|
4984
5004
|
},
|
|
4985
5005
|
{
|
|
4986
|
-
"
|
|
5006
|
+
"type": "stat-display",
|
|
4987
5007
|
"label": "DaysRemaining",
|
|
4988
|
-
"
|
|
5008
|
+
"value": "@entity.daysRemaining"
|
|
4989
5009
|
}
|
|
4990
|
-
]
|
|
4991
|
-
"type": "simple-grid"
|
|
5010
|
+
]
|
|
4992
5011
|
}
|
|
4993
5012
|
],
|
|
4994
5013
|
"type": "box"
|
|
@@ -4997,42 +5016,42 @@
|
|
|
4997
5016
|
"type": "divider"
|
|
4998
5017
|
},
|
|
4999
5018
|
{
|
|
5000
|
-
"type": "grid",
|
|
5001
5019
|
"gap": "md",
|
|
5002
5020
|
"children": [
|
|
5003
5021
|
{
|
|
5004
|
-
"type": "card",
|
|
5005
5022
|
"children": [
|
|
5006
5023
|
{
|
|
5007
|
-
"content": "Chart View",
|
|
5008
5024
|
"variant": "caption",
|
|
5009
|
-
"type": "typography"
|
|
5025
|
+
"type": "typography",
|
|
5026
|
+
"content": "Chart View"
|
|
5010
5027
|
}
|
|
5011
|
-
]
|
|
5028
|
+
],
|
|
5029
|
+
"type": "card"
|
|
5012
5030
|
},
|
|
5013
5031
|
{
|
|
5014
5032
|
"type": "card",
|
|
5015
5033
|
"children": [
|
|
5016
5034
|
{
|
|
5017
|
-
"content": "Graph View",
|
|
5018
5035
|
"type": "typography",
|
|
5019
|
-
"variant": "caption"
|
|
5036
|
+
"variant": "caption",
|
|
5037
|
+
"content": "Graph View"
|
|
5020
5038
|
}
|
|
5021
5039
|
]
|
|
5022
5040
|
}
|
|
5023
5041
|
],
|
|
5024
|
-
"cols": 2.0
|
|
5042
|
+
"cols": 2.0,
|
|
5043
|
+
"type": "grid"
|
|
5025
5044
|
},
|
|
5026
5045
|
{
|
|
5027
5046
|
"type": "line-chart",
|
|
5028
5047
|
"data": [
|
|
5029
5048
|
{
|
|
5030
|
-
"
|
|
5031
|
-
"
|
|
5049
|
+
"date": "Jan",
|
|
5050
|
+
"value": 12.0
|
|
5032
5051
|
},
|
|
5033
5052
|
{
|
|
5034
|
-
"
|
|
5035
|
-
"
|
|
5053
|
+
"date": "Feb",
|
|
5054
|
+
"value": 19.0
|
|
5036
5055
|
},
|
|
5037
5056
|
{
|
|
5038
5057
|
"date": "Mar",
|
|
@@ -5059,28 +5078,26 @@
|
|
|
5059
5078
|
"color": "primary"
|
|
5060
5079
|
},
|
|
5061
5080
|
{
|
|
5062
|
-
"
|
|
5063
|
-
"
|
|
5081
|
+
"color": "muted",
|
|
5082
|
+
"label": "Previous"
|
|
5064
5083
|
}
|
|
5065
5084
|
],
|
|
5066
5085
|
"type": "chart-legend"
|
|
5067
5086
|
},
|
|
5068
5087
|
{
|
|
5069
5088
|
"type": "graph-view",
|
|
5070
|
-
"width": 400.0,
|
|
5071
|
-
"height": 200.0,
|
|
5072
5089
|
"nodes": [
|
|
5073
5090
|
{
|
|
5074
5091
|
"id": "a",
|
|
5075
5092
|
"label": "Start"
|
|
5076
5093
|
},
|
|
5077
5094
|
{
|
|
5078
|
-
"
|
|
5079
|
-
"
|
|
5095
|
+
"id": "b",
|
|
5096
|
+
"label": "Process"
|
|
5080
5097
|
},
|
|
5081
5098
|
{
|
|
5082
|
-
"
|
|
5083
|
-
"
|
|
5099
|
+
"label": "End",
|
|
5100
|
+
"id": "c"
|
|
5084
5101
|
}
|
|
5085
5102
|
],
|
|
5086
5103
|
"edges": [
|
|
@@ -5089,36 +5106,19 @@
|
|
|
5089
5106
|
"source": "a"
|
|
5090
5107
|
},
|
|
5091
5108
|
{
|
|
5092
|
-
"
|
|
5093
|
-
"
|
|
5109
|
+
"source": "b",
|
|
5110
|
+
"target": "c"
|
|
5094
5111
|
}
|
|
5095
|
-
]
|
|
5112
|
+
],
|
|
5113
|
+
"height": 200.0,
|
|
5114
|
+
"width": 400.0
|
|
5096
5115
|
}
|
|
5097
5116
|
],
|
|
5098
|
-
"
|
|
5117
|
+
"direction": "vertical"
|
|
5099
5118
|
}
|
|
5100
5119
|
]
|
|
5101
5120
|
}
|
|
5102
|
-
]
|
|
5103
|
-
"type": "dashboard-layout",
|
|
5104
|
-
"navItems": [
|
|
5105
|
-
{
|
|
5106
|
-
"icon": "check-square",
|
|
5107
|
-
"label": "Tasks",
|
|
5108
|
-
"href": "/tasks"
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"label": "Sprints",
|
|
5112
|
-
"icon": "zap",
|
|
5113
|
-
"href": "/sprints"
|
|
5114
|
-
},
|
|
5115
|
-
{
|
|
5116
|
-
"href": "/burndown",
|
|
5117
|
-
"icon": "layout-list",
|
|
5118
|
-
"label": "Burndown"
|
|
5119
|
-
}
|
|
5120
|
-
],
|
|
5121
|
-
"appName": "ProjectManagerApp"
|
|
5121
|
+
]
|
|
5122
5122
|
}
|
|
5123
5123
|
]
|
|
5124
5124
|
]
|