@almadar/std 10.0.0 → 11.0.0
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/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -522,11 +522,6 @@
|
|
|
522
522
|
"render-ui",
|
|
523
523
|
"main",
|
|
524
524
|
{
|
|
525
|
-
"gap": "md",
|
|
526
|
-
"className": "py-12",
|
|
527
|
-
"type": "stack",
|
|
528
|
-
"direction": "vertical",
|
|
529
|
-
"align": "center",
|
|
530
525
|
"children": [
|
|
531
526
|
{
|
|
532
527
|
"type": "spinner"
|
|
@@ -534,10 +529,15 @@
|
|
|
534
529
|
{
|
|
535
530
|
"color": "muted",
|
|
536
531
|
"variant": "caption",
|
|
537
|
-
"
|
|
538
|
-
"
|
|
532
|
+
"content": "Loading…",
|
|
533
|
+
"type": "typography"
|
|
539
534
|
}
|
|
540
|
-
]
|
|
535
|
+
],
|
|
536
|
+
"gap": "md",
|
|
537
|
+
"className": "py-12",
|
|
538
|
+
"direction": "vertical",
|
|
539
|
+
"type": "stack",
|
|
540
|
+
"align": "center"
|
|
541
541
|
}
|
|
542
542
|
]
|
|
543
543
|
]
|
|
@@ -552,38 +552,22 @@
|
|
|
552
552
|
"main",
|
|
553
553
|
{
|
|
554
554
|
"type": "dashboard-layout",
|
|
555
|
-
"appName": "ProjectManagerApp",
|
|
556
|
-
"navItems": [
|
|
557
|
-
{
|
|
558
|
-
"icon": "check-square",
|
|
559
|
-
"label": "Tasks",
|
|
560
|
-
"href": "/tasks"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"label": "Sprints",
|
|
564
|
-
"href": "/sprints",
|
|
565
|
-
"icon": "zap"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"href": "/burndown",
|
|
569
|
-
"label": "Burndown",
|
|
570
|
-
"icon": "layout-list"
|
|
571
|
-
}
|
|
572
|
-
],
|
|
573
555
|
"children": [
|
|
574
556
|
{
|
|
575
|
-
"type": "stack",
|
|
576
557
|
"direction": "vertical",
|
|
577
558
|
"className": "max-w-5xl mx-auto w-full",
|
|
559
|
+
"gap": "lg",
|
|
578
560
|
"children": [
|
|
579
561
|
{
|
|
580
562
|
"justify": "between",
|
|
581
|
-
"gap": "md",
|
|
582
563
|
"type": "stack",
|
|
564
|
+
"gap": "md",
|
|
583
565
|
"direction": "horizontal",
|
|
584
566
|
"align": "center",
|
|
585
567
|
"children": [
|
|
586
568
|
{
|
|
569
|
+
"align": "center",
|
|
570
|
+
"type": "stack",
|
|
587
571
|
"gap": "sm",
|
|
588
572
|
"children": [
|
|
589
573
|
{
|
|
@@ -596,23 +580,21 @@
|
|
|
596
580
|
"type": "typography"
|
|
597
581
|
}
|
|
598
582
|
],
|
|
599
|
-
"type": "stack",
|
|
600
|
-
"align": "center",
|
|
601
583
|
"direction": "horizontal"
|
|
602
584
|
},
|
|
603
585
|
{
|
|
604
586
|
"type": "stack",
|
|
605
587
|
"gap": "sm",
|
|
606
|
-
"direction": "horizontal",
|
|
607
588
|
"children": [
|
|
608
589
|
{
|
|
609
|
-
"type": "button",
|
|
610
590
|
"icon": "plus",
|
|
611
591
|
"action": "CREATE",
|
|
612
|
-
"
|
|
613
|
-
"
|
|
592
|
+
"variant": "primary",
|
|
593
|
+
"type": "button",
|
|
594
|
+
"label": "Create Task"
|
|
614
595
|
}
|
|
615
|
-
]
|
|
596
|
+
],
|
|
597
|
+
"direction": "horizontal"
|
|
616
598
|
}
|
|
617
599
|
]
|
|
618
600
|
},
|
|
@@ -620,77 +602,95 @@
|
|
|
620
602
|
"type": "divider"
|
|
621
603
|
},
|
|
622
604
|
{
|
|
605
|
+
"type": "simple-grid",
|
|
623
606
|
"cols": 1.0,
|
|
624
607
|
"children": [
|
|
625
608
|
{
|
|
626
|
-
"type": "stat-display",
|
|
627
|
-
"value": "@entity",
|
|
628
609
|
"label": "Total Tasks",
|
|
629
|
-
"
|
|
610
|
+
"type": "stat-display",
|
|
611
|
+
"icon": "check-square",
|
|
612
|
+
"value": "@entity"
|
|
630
613
|
}
|
|
631
|
-
]
|
|
632
|
-
"type": "simple-grid"
|
|
614
|
+
]
|
|
633
615
|
},
|
|
634
616
|
{
|
|
635
617
|
"type": "divider"
|
|
636
618
|
},
|
|
637
619
|
{
|
|
638
|
-
"
|
|
620
|
+
"cols": 2.0,
|
|
639
621
|
"gap": "md",
|
|
640
622
|
"columns": [
|
|
641
623
|
{
|
|
642
|
-
"name": "title",
|
|
643
624
|
"variant": "h3",
|
|
644
|
-
"icon": "check-square"
|
|
625
|
+
"icon": "check-square",
|
|
626
|
+
"name": "title"
|
|
645
627
|
},
|
|
646
628
|
{
|
|
647
629
|
"variant": "badge",
|
|
648
630
|
"name": "priority"
|
|
649
631
|
},
|
|
650
632
|
{
|
|
651
|
-
"
|
|
652
|
-
"
|
|
633
|
+
"name": "status",
|
|
634
|
+
"variant": "badge"
|
|
653
635
|
},
|
|
654
636
|
{
|
|
655
637
|
"variant": "body",
|
|
656
638
|
"name": "assignee"
|
|
657
639
|
},
|
|
658
640
|
{
|
|
641
|
+
"label": "Points",
|
|
659
642
|
"format": "number",
|
|
660
643
|
"variant": "body",
|
|
661
|
-
"label": "Points",
|
|
662
644
|
"name": "storyPoints"
|
|
663
645
|
},
|
|
664
646
|
{
|
|
665
|
-
"format": "date",
|
|
666
|
-
"name": "dueDate",
|
|
667
647
|
"variant": "caption",
|
|
648
|
+
"name": "dueDate",
|
|
649
|
+
"format": "date",
|
|
668
650
|
"label": "Due"
|
|
669
651
|
}
|
|
670
652
|
],
|
|
671
|
-
"
|
|
653
|
+
"entity": "@payload.data",
|
|
654
|
+
"type": "data-grid",
|
|
655
|
+
"fields": [],
|
|
672
656
|
"itemActions": [
|
|
673
657
|
{
|
|
658
|
+
"event": "VIEW",
|
|
674
659
|
"label": "View",
|
|
675
|
-
"variant": "ghost"
|
|
676
|
-
"event": "VIEW"
|
|
660
|
+
"variant": "ghost"
|
|
677
661
|
},
|
|
678
662
|
{
|
|
679
|
-
"label": "Edit",
|
|
680
663
|
"event": "EDIT",
|
|
664
|
+
"label": "Edit",
|
|
681
665
|
"variant": "ghost"
|
|
682
666
|
},
|
|
683
667
|
{
|
|
684
|
-
"label": "Delete",
|
|
685
668
|
"variant": "danger",
|
|
669
|
+
"label": "Delete",
|
|
686
670
|
"event": "DELETE"
|
|
687
671
|
}
|
|
688
|
-
]
|
|
689
|
-
"type": "data-grid",
|
|
690
|
-
"fields": []
|
|
672
|
+
]
|
|
691
673
|
}
|
|
692
674
|
],
|
|
693
|
-
"
|
|
675
|
+
"type": "stack"
|
|
676
|
+
}
|
|
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
694
|
}
|
|
695
695
|
]
|
|
696
696
|
}
|
|
@@ -708,34 +708,34 @@
|
|
|
708
708
|
{
|
|
709
709
|
"direction": "vertical",
|
|
710
710
|
"gap": "md",
|
|
711
|
+
"type": "stack",
|
|
711
712
|
"align": "center",
|
|
712
713
|
"className": "py-12",
|
|
713
714
|
"children": [
|
|
714
715
|
{
|
|
715
716
|
"name": "alert-triangle",
|
|
716
|
-
"
|
|
717
|
-
"
|
|
717
|
+
"type": "icon",
|
|
718
|
+
"color": "destructive"
|
|
718
719
|
},
|
|
719
720
|
{
|
|
720
|
-
"type": "typography",
|
|
721
721
|
"content": "Failed to load task",
|
|
722
|
+
"type": "typography",
|
|
722
723
|
"variant": "h3"
|
|
723
724
|
},
|
|
724
725
|
{
|
|
725
|
-
"content": "@payload.error",
|
|
726
|
-
"color": "muted",
|
|
727
726
|
"type": "typography",
|
|
728
|
-
"
|
|
727
|
+
"content": "@payload.error",
|
|
728
|
+
"variant": "body",
|
|
729
|
+
"color": "muted"
|
|
729
730
|
},
|
|
730
731
|
{
|
|
731
|
-
"
|
|
732
|
-
"label": "Retry",
|
|
733
|
-
"type": "button",
|
|
732
|
+
"variant": "primary",
|
|
734
733
|
"action": "INIT",
|
|
735
|
-
"
|
|
734
|
+
"type": "button",
|
|
735
|
+
"label": "Retry",
|
|
736
|
+
"icon": "rotate-ccw"
|
|
736
737
|
}
|
|
737
|
-
]
|
|
738
|
-
"type": "stack"
|
|
738
|
+
]
|
|
739
739
|
}
|
|
740
740
|
]
|
|
741
741
|
]
|
|
@@ -904,8 +904,14 @@
|
|
|
904
904
|
"event": "INIT",
|
|
905
905
|
"effects": [
|
|
906
906
|
[
|
|
907
|
-
"
|
|
908
|
-
"Task"
|
|
907
|
+
"fetch",
|
|
908
|
+
"Task",
|
|
909
|
+
{
|
|
910
|
+
"emit": {
|
|
911
|
+
"success": "TaskLoaded",
|
|
912
|
+
"failure": "TaskLoadFailed"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
909
915
|
]
|
|
910
916
|
]
|
|
911
917
|
},
|
|
@@ -932,9 +938,6 @@
|
|
|
932
938
|
"direction": "vertical",
|
|
933
939
|
"children": [
|
|
934
940
|
{
|
|
935
|
-
"type": "stack",
|
|
936
|
-
"gap": "sm",
|
|
937
|
-
"direction": "horizontal",
|
|
938
941
|
"children": [
|
|
939
942
|
{
|
|
940
943
|
"type": "icon",
|
|
@@ -945,14 +948,18 @@
|
|
|
945
948
|
"type": "typography",
|
|
946
949
|
"content": "Create Task"
|
|
947
950
|
}
|
|
948
|
-
]
|
|
951
|
+
],
|
|
952
|
+
"type": "stack",
|
|
953
|
+
"direction": "horizontal",
|
|
954
|
+
"gap": "sm"
|
|
949
955
|
},
|
|
950
956
|
{
|
|
951
957
|
"type": "divider"
|
|
952
958
|
},
|
|
953
959
|
{
|
|
954
960
|
"mode": "create",
|
|
955
|
-
"
|
|
961
|
+
"type": "form-section",
|
|
962
|
+
"cancelEvent": "CLOSE",
|
|
956
963
|
"fields": [
|
|
957
964
|
"title",
|
|
958
965
|
"description",
|
|
@@ -962,8 +969,7 @@
|
|
|
962
969
|
"storyPoints",
|
|
963
970
|
"dueDate"
|
|
964
971
|
],
|
|
965
|
-
"
|
|
966
|
-
"type": "form-section"
|
|
972
|
+
"submitEvent": "SAVE"
|
|
967
973
|
}
|
|
968
974
|
],
|
|
969
975
|
"type": "stack"
|
|
@@ -1205,8 +1211,14 @@
|
|
|
1205
1211
|
"event": "INIT",
|
|
1206
1212
|
"effects": [
|
|
1207
1213
|
[
|
|
1208
|
-
"
|
|
1209
|
-
"Task"
|
|
1214
|
+
"fetch",
|
|
1215
|
+
"Task",
|
|
1216
|
+
{
|
|
1217
|
+
"emit": {
|
|
1218
|
+
"failure": "TaskLoadFailed",
|
|
1219
|
+
"success": "TaskLoaded"
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1210
1222
|
]
|
|
1211
1223
|
]
|
|
1212
1224
|
},
|
|
@@ -1219,40 +1231,41 @@
|
|
|
1219
1231
|
"fetch",
|
|
1220
1232
|
"Task",
|
|
1221
1233
|
{
|
|
1222
|
-
"id": "@payload.id",
|
|
1223
1234
|
"emit": {
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1226
|
-
}
|
|
1235
|
+
"failure": "TaskLoadFailed",
|
|
1236
|
+
"success": "TaskLoaded"
|
|
1237
|
+
},
|
|
1238
|
+
"id": "@payload.id"
|
|
1227
1239
|
}
|
|
1228
1240
|
],
|
|
1229
1241
|
[
|
|
1230
1242
|
"render-ui",
|
|
1231
1243
|
"modal",
|
|
1232
1244
|
{
|
|
1233
|
-
"gap": "md",
|
|
1234
|
-
"type": "stack",
|
|
1235
1245
|
"children": [
|
|
1236
1246
|
{
|
|
1247
|
+
"type": "stack",
|
|
1237
1248
|
"children": [
|
|
1238
1249
|
{
|
|
1239
1250
|
"type": "icon",
|
|
1240
1251
|
"name": "edit"
|
|
1241
1252
|
},
|
|
1242
1253
|
{
|
|
1254
|
+
"content": "Edit Task",
|
|
1243
1255
|
"variant": "h3",
|
|
1244
|
-
"type": "typography"
|
|
1245
|
-
"content": "Edit Task"
|
|
1256
|
+
"type": "typography"
|
|
1246
1257
|
}
|
|
1247
1258
|
],
|
|
1248
|
-
"
|
|
1249
|
-
"
|
|
1250
|
-
"gap": "sm"
|
|
1259
|
+
"gap": "sm",
|
|
1260
|
+
"direction": "horizontal"
|
|
1251
1261
|
},
|
|
1252
1262
|
{
|
|
1253
1263
|
"type": "divider"
|
|
1254
1264
|
},
|
|
1255
1265
|
{
|
|
1266
|
+
"entity": "@payload.row",
|
|
1267
|
+
"type": "form-section",
|
|
1268
|
+
"mode": "edit",
|
|
1256
1269
|
"cancelEvent": "CLOSE",
|
|
1257
1270
|
"fields": [
|
|
1258
1271
|
"title",
|
|
@@ -1263,13 +1276,12 @@
|
|
|
1263
1276
|
"storyPoints",
|
|
1264
1277
|
"dueDate"
|
|
1265
1278
|
],
|
|
1266
|
-
"
|
|
1267
|
-
"mode": "edit",
|
|
1268
|
-
"submitEvent": "SAVE",
|
|
1269
|
-
"entity": "@payload.row"
|
|
1279
|
+
"submitEvent": "SAVE"
|
|
1270
1280
|
}
|
|
1271
1281
|
],
|
|
1272
|
-
"direction": "vertical"
|
|
1282
|
+
"direction": "vertical",
|
|
1283
|
+
"gap": "md",
|
|
1284
|
+
"type": "stack"
|
|
1273
1285
|
}
|
|
1274
1286
|
]
|
|
1275
1287
|
]
|
|
@@ -1442,8 +1454,14 @@
|
|
|
1442
1454
|
"event": "INIT",
|
|
1443
1455
|
"effects": [
|
|
1444
1456
|
[
|
|
1445
|
-
"
|
|
1446
|
-
"Task"
|
|
1457
|
+
"fetch",
|
|
1458
|
+
"Task",
|
|
1459
|
+
{
|
|
1460
|
+
"emit": {
|
|
1461
|
+
"success": "TaskLoaded",
|
|
1462
|
+
"failure": "TaskLoadFailed"
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1447
1465
|
]
|
|
1448
1466
|
]
|
|
1449
1467
|
},
|
|
@@ -1456,185 +1474,185 @@
|
|
|
1456
1474
|
"fetch",
|
|
1457
1475
|
"Task",
|
|
1458
1476
|
{
|
|
1459
|
-
"id": "@payload.id",
|
|
1460
1477
|
"emit": {
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1463
|
-
}
|
|
1478
|
+
"success": "TaskLoaded",
|
|
1479
|
+
"failure": "TaskLoadFailed"
|
|
1480
|
+
},
|
|
1481
|
+
"id": "@payload.id"
|
|
1464
1482
|
}
|
|
1465
1483
|
],
|
|
1466
1484
|
[
|
|
1467
1485
|
"render-ui",
|
|
1468
1486
|
"modal",
|
|
1469
1487
|
{
|
|
1470
|
-
"direction": "vertical",
|
|
1471
|
-
"type": "stack",
|
|
1472
|
-
"gap": "md",
|
|
1473
1488
|
"children": [
|
|
1474
1489
|
{
|
|
1475
|
-
"align": "center",
|
|
1476
1490
|
"gap": "sm",
|
|
1491
|
+
"align": "center",
|
|
1492
|
+
"direction": "horizontal",
|
|
1477
1493
|
"children": [
|
|
1478
1494
|
{
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1495
|
+
"name": "eye",
|
|
1496
|
+
"type": "icon"
|
|
1481
1497
|
},
|
|
1482
1498
|
{
|
|
1483
|
-
"
|
|
1499
|
+
"type": "typography",
|
|
1484
1500
|
"variant": "h3",
|
|
1485
|
-
"
|
|
1501
|
+
"content": "@entity.title"
|
|
1486
1502
|
}
|
|
1487
1503
|
],
|
|
1488
|
-
"direction": "horizontal",
|
|
1489
1504
|
"type": "stack"
|
|
1490
1505
|
},
|
|
1491
1506
|
{
|
|
1492
1507
|
"type": "divider"
|
|
1493
1508
|
},
|
|
1494
1509
|
{
|
|
1495
|
-
"type": "stack",
|
|
1496
|
-
"children": [
|
|
1497
|
-
{
|
|
1498
|
-
"variant": "caption",
|
|
1499
|
-
"content": "Title",
|
|
1500
|
-
"type": "typography"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"type": "typography",
|
|
1504
|
-
"content": "@entity.title",
|
|
1505
|
-
"variant": "body"
|
|
1506
|
-
}
|
|
1507
|
-
],
|
|
1508
1510
|
"direction": "horizontal",
|
|
1509
|
-
"gap": "md"
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
1511
|
"type": "stack",
|
|
1513
|
-
"direction": "horizontal",
|
|
1514
1512
|
"gap": "md",
|
|
1515
1513
|
"children": [
|
|
1516
1514
|
{
|
|
1517
|
-
"content": "Description",
|
|
1518
1515
|
"type": "typography",
|
|
1516
|
+
"content": "Title",
|
|
1519
1517
|
"variant": "caption"
|
|
1520
1518
|
},
|
|
1521
1519
|
{
|
|
1522
|
-
"content": "@entity.
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1520
|
+
"content": "@entity.title",
|
|
1521
|
+
"variant": "body",
|
|
1522
|
+
"type": "typography"
|
|
1525
1523
|
}
|
|
1526
1524
|
]
|
|
1527
1525
|
},
|
|
1528
1526
|
{
|
|
1529
|
-
"direction": "horizontal",
|
|
1530
1527
|
"type": "stack",
|
|
1528
|
+
"direction": "horizontal",
|
|
1531
1529
|
"gap": "md",
|
|
1532
1530
|
"children": [
|
|
1533
1531
|
{
|
|
1532
|
+
"type": "typography",
|
|
1534
1533
|
"variant": "caption",
|
|
1535
|
-
"content": "
|
|
1536
|
-
"type": "typography"
|
|
1534
|
+
"content": "Description"
|
|
1537
1535
|
},
|
|
1538
1536
|
{
|
|
1539
|
-
"content": "@entity.
|
|
1537
|
+
"content": "@entity.description",
|
|
1540
1538
|
"type": "typography",
|
|
1541
1539
|
"variant": "body"
|
|
1542
1540
|
}
|
|
1543
1541
|
]
|
|
1544
1542
|
},
|
|
1545
1543
|
{
|
|
1546
|
-
"type": "stack",
|
|
1547
|
-
"gap": "md",
|
|
1548
1544
|
"direction": "horizontal",
|
|
1549
1545
|
"children": [
|
|
1550
1546
|
{
|
|
1551
1547
|
"type": "typography",
|
|
1552
1548
|
"variant": "caption",
|
|
1553
|
-
"content": "
|
|
1549
|
+
"content": "Assignee"
|
|
1554
1550
|
},
|
|
1555
1551
|
{
|
|
1556
|
-
"content": "@entity.
|
|
1552
|
+
"content": "@entity.assignee",
|
|
1557
1553
|
"variant": "body",
|
|
1558
1554
|
"type": "typography"
|
|
1559
1555
|
}
|
|
1560
|
-
]
|
|
1556
|
+
],
|
|
1557
|
+
"type": "stack",
|
|
1558
|
+
"gap": "md"
|
|
1561
1559
|
},
|
|
1562
1560
|
{
|
|
1563
1561
|
"type": "stack",
|
|
1562
|
+
"direction": "horizontal",
|
|
1564
1563
|
"gap": "md",
|
|
1565
1564
|
"children": [
|
|
1566
1565
|
{
|
|
1566
|
+
"content": "Priority",
|
|
1567
1567
|
"variant": "caption",
|
|
1568
|
-
"content": "Status",
|
|
1569
1568
|
"type": "typography"
|
|
1570
1569
|
},
|
|
1571
1570
|
{
|
|
1571
|
+
"type": "typography",
|
|
1572
1572
|
"variant": "body",
|
|
1573
|
-
"content": "@entity.
|
|
1574
|
-
"type": "typography"
|
|
1573
|
+
"content": "@entity.priority"
|
|
1575
1574
|
}
|
|
1576
|
-
]
|
|
1577
|
-
"direction": "horizontal"
|
|
1575
|
+
]
|
|
1578
1576
|
},
|
|
1579
1577
|
{
|
|
1580
1578
|
"direction": "horizontal",
|
|
1579
|
+
"gap": "md",
|
|
1581
1580
|
"type": "stack",
|
|
1582
1581
|
"children": [
|
|
1583
1582
|
{
|
|
1584
|
-
"content": "Story Points",
|
|
1585
1583
|
"type": "typography",
|
|
1586
|
-
"variant": "caption"
|
|
1584
|
+
"variant": "caption",
|
|
1585
|
+
"content": "Status"
|
|
1587
1586
|
},
|
|
1588
1587
|
{
|
|
1589
|
-
"content": "@entity.
|
|
1588
|
+
"content": "@entity.status",
|
|
1590
1589
|
"type": "typography",
|
|
1591
1590
|
"variant": "body"
|
|
1592
1591
|
}
|
|
1593
|
-
]
|
|
1594
|
-
"gap": "md"
|
|
1592
|
+
]
|
|
1595
1593
|
},
|
|
1596
1594
|
{
|
|
1597
|
-
"gap": "md",
|
|
1598
1595
|
"children": [
|
|
1599
1596
|
{
|
|
1600
|
-
"type": "typography",
|
|
1601
1597
|
"variant": "caption",
|
|
1602
|
-
"content": "
|
|
1598
|
+
"content": "Story Points",
|
|
1599
|
+
"type": "typography"
|
|
1603
1600
|
},
|
|
1604
1601
|
{
|
|
1605
|
-
"content": "@entity.dueDate",
|
|
1606
1602
|
"type": "typography",
|
|
1607
|
-
"variant": "body"
|
|
1603
|
+
"variant": "body",
|
|
1604
|
+
"content": "@entity.storyPoints"
|
|
1608
1605
|
}
|
|
1609
1606
|
],
|
|
1607
|
+
"type": "stack",
|
|
1608
|
+
"gap": "md",
|
|
1609
|
+
"direction": "horizontal"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1610
1612
|
"direction": "horizontal",
|
|
1611
|
-
"
|
|
1613
|
+
"gap": "md",
|
|
1614
|
+
"type": "stack",
|
|
1615
|
+
"children": [
|
|
1616
|
+
{
|
|
1617
|
+
"content": "Due Date",
|
|
1618
|
+
"variant": "caption",
|
|
1619
|
+
"type": "typography"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"content": "@entity.dueDate",
|
|
1623
|
+
"variant": "body",
|
|
1624
|
+
"type": "typography"
|
|
1625
|
+
}
|
|
1626
|
+
]
|
|
1612
1627
|
},
|
|
1613
1628
|
{
|
|
1614
1629
|
"type": "divider"
|
|
1615
1630
|
},
|
|
1616
1631
|
{
|
|
1632
|
+
"gap": "sm",
|
|
1617
1633
|
"direction": "horizontal",
|
|
1618
1634
|
"type": "stack",
|
|
1619
1635
|
"children": [
|
|
1620
1636
|
{
|
|
1621
|
-
"
|
|
1622
|
-
"variant": "primary",
|
|
1623
|
-
"icon": "edit",
|
|
1637
|
+
"label": "Edit",
|
|
1624
1638
|
"type": "button",
|
|
1625
|
-
"
|
|
1639
|
+
"icon": "edit",
|
|
1640
|
+
"action": "EDIT",
|
|
1641
|
+
"variant": "primary"
|
|
1626
1642
|
},
|
|
1627
1643
|
{
|
|
1628
1644
|
"type": "button",
|
|
1645
|
+
"action": "CLOSE",
|
|
1629
1646
|
"label": "Close",
|
|
1630
|
-
"variant": "ghost"
|
|
1631
|
-
"action": "CLOSE"
|
|
1647
|
+
"variant": "ghost"
|
|
1632
1648
|
}
|
|
1633
1649
|
],
|
|
1634
|
-
"justify": "end"
|
|
1635
|
-
"gap": "sm"
|
|
1650
|
+
"justify": "end"
|
|
1636
1651
|
}
|
|
1637
|
-
]
|
|
1652
|
+
],
|
|
1653
|
+
"direction": "vertical",
|
|
1654
|
+
"type": "stack",
|
|
1655
|
+
"gap": "md"
|
|
1638
1656
|
}
|
|
1639
1657
|
]
|
|
1640
1658
|
]
|
|
@@ -1850,8 +1868,14 @@
|
|
|
1850
1868
|
"event": "INIT",
|
|
1851
1869
|
"effects": [
|
|
1852
1870
|
[
|
|
1853
|
-
"
|
|
1854
|
-
"Task"
|
|
1871
|
+
"fetch",
|
|
1872
|
+
"Task",
|
|
1873
|
+
{
|
|
1874
|
+
"emit": {
|
|
1875
|
+
"failure": "TaskLoadFailed",
|
|
1876
|
+
"success": "TaskLoaded"
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1855
1879
|
]
|
|
1856
1880
|
]
|
|
1857
1881
|
},
|
|
@@ -1869,22 +1893,25 @@
|
|
|
1869
1893
|
"fetch",
|
|
1870
1894
|
"Task",
|
|
1871
1895
|
{
|
|
1896
|
+
"id": "@payload.id",
|
|
1872
1897
|
"emit": {
|
|
1873
1898
|
"success": "TaskLoaded",
|
|
1874
1899
|
"failure": "TaskLoadFailed"
|
|
1875
|
-
}
|
|
1876
|
-
"id": "@payload.id"
|
|
1900
|
+
}
|
|
1877
1901
|
}
|
|
1878
1902
|
],
|
|
1879
1903
|
[
|
|
1880
1904
|
"render-ui",
|
|
1881
1905
|
"modal",
|
|
1882
1906
|
{
|
|
1907
|
+
"gap": "md",
|
|
1883
1908
|
"direction": "vertical",
|
|
1884
1909
|
"type": "stack",
|
|
1885
|
-
"gap": "md",
|
|
1886
1910
|
"children": [
|
|
1887
1911
|
{
|
|
1912
|
+
"gap": "sm",
|
|
1913
|
+
"direction": "horizontal",
|
|
1914
|
+
"type": "stack",
|
|
1888
1915
|
"align": "center",
|
|
1889
1916
|
"children": [
|
|
1890
1917
|
{
|
|
@@ -1893,42 +1920,39 @@
|
|
|
1893
1920
|
},
|
|
1894
1921
|
{
|
|
1895
1922
|
"content": "Delete Task",
|
|
1896
|
-
"
|
|
1897
|
-
"
|
|
1923
|
+
"type": "typography",
|
|
1924
|
+
"variant": "h3"
|
|
1898
1925
|
}
|
|
1899
|
-
]
|
|
1900
|
-
"direction": "horizontal",
|
|
1901
|
-
"type": "stack",
|
|
1902
|
-
"gap": "sm"
|
|
1926
|
+
]
|
|
1903
1927
|
},
|
|
1904
1928
|
{
|
|
1905
1929
|
"type": "divider"
|
|
1906
1930
|
},
|
|
1907
1931
|
{
|
|
1908
1932
|
"variant": "error",
|
|
1909
|
-
"
|
|
1910
|
-
"
|
|
1933
|
+
"message": "This action cannot be undone.",
|
|
1934
|
+
"type": "alert"
|
|
1911
1935
|
},
|
|
1912
1936
|
{
|
|
1937
|
+
"direction": "horizontal",
|
|
1913
1938
|
"children": [
|
|
1914
1939
|
{
|
|
1915
1940
|
"label": "Cancel",
|
|
1916
|
-
"type": "button",
|
|
1917
1941
|
"action": "CANCEL",
|
|
1942
|
+
"type": "button",
|
|
1918
1943
|
"variant": "ghost"
|
|
1919
1944
|
},
|
|
1920
1945
|
{
|
|
1921
|
-
"variant": "danger",
|
|
1922
|
-
"type": "button",
|
|
1923
|
-
"icon": "check",
|
|
1924
1946
|
"action": "CONFIRM_DELETE",
|
|
1925
|
-
"label": "Delete"
|
|
1947
|
+
"label": "Delete",
|
|
1948
|
+
"type": "button",
|
|
1949
|
+
"variant": "danger",
|
|
1950
|
+
"icon": "check"
|
|
1926
1951
|
}
|
|
1927
1952
|
],
|
|
1928
|
-
"
|
|
1953
|
+
"justify": "end",
|
|
1929
1954
|
"type": "stack",
|
|
1930
|
-
"gap": "sm"
|
|
1931
|
-
"justify": "end"
|
|
1955
|
+
"gap": "sm"
|
|
1932
1956
|
}
|
|
1933
1957
|
]
|
|
1934
1958
|
}
|
|
@@ -1947,8 +1971,8 @@
|
|
|
1947
1971
|
"@entity.pendingId",
|
|
1948
1972
|
{
|
|
1949
1973
|
"emit": {
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1974
|
+
"success": "TaskDeleted",
|
|
1975
|
+
"failure": "TaskDeleteFailed"
|
|
1952
1976
|
}
|
|
1953
1977
|
}
|
|
1954
1978
|
],
|
|
@@ -1965,8 +1989,14 @@
|
|
|
1965
1989
|
}
|
|
1966
1990
|
],
|
|
1967
1991
|
[
|
|
1968
|
-
"
|
|
1969
|
-
"Task"
|
|
1992
|
+
"fetch",
|
|
1993
|
+
"Task",
|
|
1994
|
+
{
|
|
1995
|
+
"emit": {
|
|
1996
|
+
"success": "TaskLoaded",
|
|
1997
|
+
"failure": "TaskLoadFailed"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
1970
2000
|
],
|
|
1971
2001
|
[
|
|
1972
2002
|
"emit",
|
|
@@ -1992,8 +2022,14 @@
|
|
|
1992
2022
|
}
|
|
1993
2023
|
],
|
|
1994
2024
|
[
|
|
1995
|
-
"
|
|
1996
|
-
"Task"
|
|
2025
|
+
"fetch",
|
|
2026
|
+
"Task",
|
|
2027
|
+
{
|
|
2028
|
+
"emit": {
|
|
2029
|
+
"success": "TaskLoaded",
|
|
2030
|
+
"failure": "TaskLoadFailed"
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
1997
2033
|
]
|
|
1998
2034
|
]
|
|
1999
2035
|
},
|
|
@@ -2015,8 +2051,14 @@
|
|
|
2015
2051
|
}
|
|
2016
2052
|
],
|
|
2017
2053
|
[
|
|
2018
|
-
"
|
|
2019
|
-
"Task"
|
|
2054
|
+
"fetch",
|
|
2055
|
+
"Task",
|
|
2056
|
+
{
|
|
2057
|
+
"emit": {
|
|
2058
|
+
"success": "TaskLoaded",
|
|
2059
|
+
"failure": "TaskLoadFailed"
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2020
2062
|
]
|
|
2021
2063
|
]
|
|
2022
2064
|
}
|
|
@@ -2237,8 +2279,8 @@
|
|
|
2237
2279
|
"Sprint",
|
|
2238
2280
|
{
|
|
2239
2281
|
"emit": {
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2282
|
+
"success": "SprintLoaded",
|
|
2283
|
+
"failure": "SprintLoadFailed"
|
|
2242
2284
|
}
|
|
2243
2285
|
}
|
|
2244
2286
|
],
|
|
@@ -2246,22 +2288,22 @@
|
|
|
2246
2288
|
"render-ui",
|
|
2247
2289
|
"main",
|
|
2248
2290
|
{
|
|
2291
|
+
"gap": "md",
|
|
2292
|
+
"direction": "vertical",
|
|
2293
|
+
"align": "center",
|
|
2294
|
+
"className": "py-12",
|
|
2249
2295
|
"children": [
|
|
2250
2296
|
{
|
|
2251
2297
|
"type": "spinner"
|
|
2252
2298
|
},
|
|
2253
2299
|
{
|
|
2254
2300
|
"color": "muted",
|
|
2301
|
+
"variant": "caption",
|
|
2255
2302
|
"type": "typography",
|
|
2256
|
-
"content": "Loading…"
|
|
2257
|
-
"variant": "caption"
|
|
2303
|
+
"content": "Loading…"
|
|
2258
2304
|
}
|
|
2259
2305
|
],
|
|
2260
|
-
"
|
|
2261
|
-
"type": "stack",
|
|
2262
|
-
"direction": "vertical",
|
|
2263
|
-
"align": "center",
|
|
2264
|
-
"className": "py-12"
|
|
2306
|
+
"type": "stack"
|
|
2265
2307
|
}
|
|
2266
2308
|
]
|
|
2267
2309
|
]
|
|
@@ -2275,79 +2317,63 @@
|
|
|
2275
2317
|
"render-ui",
|
|
2276
2318
|
"main",
|
|
2277
2319
|
{
|
|
2278
|
-
"appName": "ProjectManagerApp",
|
|
2279
2320
|
"type": "dashboard-layout",
|
|
2280
|
-
"
|
|
2281
|
-
{
|
|
2282
|
-
"icon": "check-square",
|
|
2283
|
-
"label": "Tasks",
|
|
2284
|
-
"href": "/tasks"
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"label": "Sprints",
|
|
2288
|
-
"href": "/sprints",
|
|
2289
|
-
"icon": "zap"
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"label": "Burndown",
|
|
2293
|
-
"icon": "layout-list",
|
|
2294
|
-
"href": "/burndown"
|
|
2295
|
-
}
|
|
2296
|
-
],
|
|
2321
|
+
"appName": "ProjectManagerApp",
|
|
2297
2322
|
"children": [
|
|
2298
2323
|
{
|
|
2299
|
-
"
|
|
2324
|
+
"gap": "lg",
|
|
2300
2325
|
"className": "max-w-5xl mx-auto w-full",
|
|
2301
2326
|
"children": [
|
|
2302
2327
|
{
|
|
2303
|
-
"gap": "md",
|
|
2304
|
-
"justify": "between",
|
|
2305
|
-
"align": "center",
|
|
2306
|
-
"direction": "horizontal",
|
|
2307
|
-
"type": "stack",
|
|
2308
2328
|
"children": [
|
|
2309
2329
|
{
|
|
2310
|
-
"gap": "sm",
|
|
2311
|
-
"direction": "horizontal",
|
|
2312
|
-
"type": "stack",
|
|
2313
2330
|
"align": "center",
|
|
2331
|
+
"gap": "sm",
|
|
2314
2332
|
"children": [
|
|
2315
2333
|
{
|
|
2316
2334
|
"type": "icon",
|
|
2317
2335
|
"name": "zap"
|
|
2318
2336
|
},
|
|
2319
2337
|
{
|
|
2338
|
+
"content": "Sprints",
|
|
2320
2339
|
"type": "typography",
|
|
2321
|
-
"variant": "h2"
|
|
2322
|
-
"content": "Sprints"
|
|
2340
|
+
"variant": "h2"
|
|
2323
2341
|
}
|
|
2324
|
-
]
|
|
2342
|
+
],
|
|
2343
|
+
"direction": "horizontal",
|
|
2344
|
+
"type": "stack"
|
|
2325
2345
|
},
|
|
2326
2346
|
{
|
|
2327
2347
|
"gap": "sm",
|
|
2328
|
-
"type": "stack",
|
|
2329
|
-
"direction": "horizontal",
|
|
2330
2348
|
"children": [
|
|
2331
2349
|
{
|
|
2350
|
+
"variant": "primary",
|
|
2332
2351
|
"action": "CREATE",
|
|
2333
2352
|
"icon": "plus",
|
|
2334
|
-
"
|
|
2335
|
-
"label": "Create Sprint"
|
|
2336
|
-
"type": "button"
|
|
2353
|
+
"type": "button",
|
|
2354
|
+
"label": "Create Sprint"
|
|
2337
2355
|
}
|
|
2338
|
-
]
|
|
2356
|
+
],
|
|
2357
|
+
"type": "stack",
|
|
2358
|
+
"direction": "horizontal"
|
|
2339
2359
|
}
|
|
2340
|
-
]
|
|
2360
|
+
],
|
|
2361
|
+
"gap": "md",
|
|
2362
|
+
"direction": "horizontal",
|
|
2363
|
+
"type": "stack",
|
|
2364
|
+
"justify": "between",
|
|
2365
|
+
"align": "center"
|
|
2341
2366
|
},
|
|
2342
2367
|
{
|
|
2343
2368
|
"type": "divider"
|
|
2344
2369
|
},
|
|
2345
2370
|
{
|
|
2371
|
+
"cols": 2.0,
|
|
2346
2372
|
"columns": [
|
|
2347
2373
|
{
|
|
2374
|
+
"variant": "h3",
|
|
2348
2375
|
"name": "name",
|
|
2349
|
-
"icon": "zap"
|
|
2350
|
-
"variant": "h3"
|
|
2376
|
+
"icon": "zap"
|
|
2351
2377
|
},
|
|
2352
2378
|
{
|
|
2353
2379
|
"name": "status",
|
|
@@ -2358,51 +2384,67 @@
|
|
|
2358
2384
|
"variant": "body"
|
|
2359
2385
|
},
|
|
2360
2386
|
{
|
|
2361
|
-
"
|
|
2362
|
-
"label": "Start",
|
|
2387
|
+
"format": "date",
|
|
2363
2388
|
"variant": "caption",
|
|
2364
|
-
"
|
|
2389
|
+
"label": "Start",
|
|
2390
|
+
"name": "startDate"
|
|
2365
2391
|
},
|
|
2366
2392
|
{
|
|
2393
|
+
"variant": "caption",
|
|
2367
2394
|
"name": "endDate",
|
|
2368
2395
|
"format": "date",
|
|
2369
|
-
"label": "End"
|
|
2370
|
-
"variant": "caption"
|
|
2396
|
+
"label": "End"
|
|
2371
2397
|
},
|
|
2372
2398
|
{
|
|
2373
|
-
"
|
|
2399
|
+
"label": "Tasks",
|
|
2374
2400
|
"variant": "body",
|
|
2375
2401
|
"format": "number",
|
|
2376
|
-
"
|
|
2402
|
+
"name": "taskCount"
|
|
2377
2403
|
}
|
|
2378
2404
|
],
|
|
2379
|
-
"cols": 2.0,
|
|
2380
2405
|
"gap": "md",
|
|
2381
|
-
"type": "data-grid",
|
|
2382
|
-
"entity": "@payload.data",
|
|
2383
|
-
"fields": [],
|
|
2384
2406
|
"itemActions": [
|
|
2385
2407
|
{
|
|
2386
|
-
"variant": "ghost",
|
|
2387
2408
|
"label": "View",
|
|
2388
|
-
"event": "VIEW"
|
|
2409
|
+
"event": "VIEW",
|
|
2410
|
+
"variant": "ghost"
|
|
2389
2411
|
},
|
|
2390
2412
|
{
|
|
2413
|
+
"variant": "ghost",
|
|
2391
2414
|
"label": "Edit",
|
|
2392
|
-
"event": "EDIT"
|
|
2393
|
-
"variant": "ghost"
|
|
2415
|
+
"event": "EDIT"
|
|
2394
2416
|
},
|
|
2395
2417
|
{
|
|
2396
2418
|
"label": "Delete",
|
|
2397
2419
|
"event": "DELETE",
|
|
2398
2420
|
"variant": "danger"
|
|
2399
2421
|
}
|
|
2400
|
-
]
|
|
2422
|
+
],
|
|
2423
|
+
"type": "data-grid",
|
|
2424
|
+
"entity": "@payload.data",
|
|
2425
|
+
"fields": []
|
|
2401
2426
|
}
|
|
2402
2427
|
],
|
|
2403
|
-
"
|
|
2428
|
+
"type": "stack",
|
|
2404
2429
|
"direction": "vertical"
|
|
2405
2430
|
}
|
|
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
|
+
}
|
|
2406
2448
|
]
|
|
2407
2449
|
}
|
|
2408
2450
|
]
|
|
@@ -2417,36 +2459,36 @@
|
|
|
2417
2459
|
"render-ui",
|
|
2418
2460
|
"main",
|
|
2419
2461
|
{
|
|
2420
|
-
"direction": "vertical",
|
|
2421
|
-
"type": "stack",
|
|
2422
2462
|
"gap": "md",
|
|
2423
|
-
"className": "py-12",
|
|
2424
2463
|
"align": "center",
|
|
2464
|
+
"direction": "vertical",
|
|
2465
|
+
"type": "stack",
|
|
2425
2466
|
"children": [
|
|
2426
2467
|
{
|
|
2427
|
-
"name": "alert-triangle",
|
|
2428
2468
|
"type": "icon",
|
|
2469
|
+
"name": "alert-triangle",
|
|
2429
2470
|
"color": "destructive"
|
|
2430
2471
|
},
|
|
2431
2472
|
{
|
|
2432
2473
|
"type": "typography",
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2474
|
+
"variant": "h3",
|
|
2475
|
+
"content": "Failed to load sprint"
|
|
2435
2476
|
},
|
|
2436
2477
|
{
|
|
2437
2478
|
"type": "typography",
|
|
2438
|
-
"color": "muted",
|
|
2439
2479
|
"variant": "body",
|
|
2440
|
-
"content": "@payload.error"
|
|
2480
|
+
"content": "@payload.error",
|
|
2481
|
+
"color": "muted"
|
|
2441
2482
|
},
|
|
2442
2483
|
{
|
|
2443
|
-
"action": "INIT",
|
|
2444
|
-
"type": "button",
|
|
2445
2484
|
"variant": "primary",
|
|
2485
|
+
"label": "Retry",
|
|
2446
2486
|
"icon": "rotate-ccw",
|
|
2447
|
-
"
|
|
2487
|
+
"type": "button",
|
|
2488
|
+
"action": "INIT"
|
|
2448
2489
|
}
|
|
2449
|
-
]
|
|
2490
|
+
],
|
|
2491
|
+
"className": "py-12"
|
|
2450
2492
|
}
|
|
2451
2493
|
]
|
|
2452
2494
|
]
|
|
@@ -2607,8 +2649,14 @@
|
|
|
2607
2649
|
"event": "INIT",
|
|
2608
2650
|
"effects": [
|
|
2609
2651
|
[
|
|
2610
|
-
"
|
|
2611
|
-
"Sprint"
|
|
2652
|
+
"fetch",
|
|
2653
|
+
"Sprint",
|
|
2654
|
+
{
|
|
2655
|
+
"emit": {
|
|
2656
|
+
"failure": "SprintLoadFailed",
|
|
2657
|
+
"success": "SprintLoaded"
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2612
2660
|
]
|
|
2613
2661
|
]
|
|
2614
2662
|
},
|
|
@@ -2631,13 +2679,12 @@
|
|
|
2631
2679
|
"render-ui",
|
|
2632
2680
|
"modal",
|
|
2633
2681
|
{
|
|
2634
|
-
"gap": "md",
|
|
2635
|
-
"type": "stack",
|
|
2636
2682
|
"direction": "vertical",
|
|
2637
2683
|
"children": [
|
|
2638
2684
|
{
|
|
2639
|
-
"direction": "horizontal",
|
|
2640
2685
|
"type": "stack",
|
|
2686
|
+
"direction": "horizontal",
|
|
2687
|
+
"gap": "sm",
|
|
2641
2688
|
"children": [
|
|
2642
2689
|
{
|
|
2643
2690
|
"name": "plus-circle",
|
|
@@ -2645,16 +2692,16 @@
|
|
|
2645
2692
|
},
|
|
2646
2693
|
{
|
|
2647
2694
|
"variant": "h3",
|
|
2648
|
-
"
|
|
2649
|
-
"
|
|
2695
|
+
"content": "Create Sprint",
|
|
2696
|
+
"type": "typography"
|
|
2650
2697
|
}
|
|
2651
|
-
]
|
|
2652
|
-
"gap": "sm"
|
|
2698
|
+
]
|
|
2653
2699
|
},
|
|
2654
2700
|
{
|
|
2655
2701
|
"type": "divider"
|
|
2656
2702
|
},
|
|
2657
2703
|
{
|
|
2704
|
+
"submitEvent": "SAVE",
|
|
2658
2705
|
"fields": [
|
|
2659
2706
|
"name",
|
|
2660
2707
|
"startDate",
|
|
@@ -2663,12 +2710,13 @@
|
|
|
2663
2710
|
"status",
|
|
2664
2711
|
"taskCount"
|
|
2665
2712
|
],
|
|
2666
|
-
"submitEvent": "SAVE",
|
|
2667
|
-
"mode": "create",
|
|
2668
2713
|
"type": "form-section",
|
|
2714
|
+
"mode": "create",
|
|
2669
2715
|
"cancelEvent": "CLOSE"
|
|
2670
2716
|
}
|
|
2671
|
-
]
|
|
2717
|
+
],
|
|
2718
|
+
"type": "stack",
|
|
2719
|
+
"gap": "md"
|
|
2672
2720
|
}
|
|
2673
2721
|
]
|
|
2674
2722
|
]
|
|
@@ -2709,8 +2757,8 @@
|
|
|
2709
2757
|
"@payload.data",
|
|
2710
2758
|
{
|
|
2711
2759
|
"emit": {
|
|
2712
|
-
"
|
|
2713
|
-
"
|
|
2760
|
+
"failure": "SprintSaveFailed",
|
|
2761
|
+
"success": "SprintSaved"
|
|
2714
2762
|
}
|
|
2715
2763
|
}
|
|
2716
2764
|
],
|
|
@@ -2898,10 +2946,16 @@
|
|
|
2898
2946
|
"event": "INIT",
|
|
2899
2947
|
"effects": [
|
|
2900
2948
|
[
|
|
2901
|
-
"
|
|
2902
|
-
"Sprint"
|
|
2903
|
-
|
|
2904
|
-
|
|
2949
|
+
"fetch",
|
|
2950
|
+
"Sprint",
|
|
2951
|
+
{
|
|
2952
|
+
"emit": {
|
|
2953
|
+
"failure": "SprintLoadFailed",
|
|
2954
|
+
"success": "SprintLoaded"
|
|
2955
|
+
}
|
|
2956
|
+
}
|
|
2957
|
+
]
|
|
2958
|
+
]
|
|
2905
2959
|
},
|
|
2906
2960
|
{
|
|
2907
2961
|
"from": "closed",
|
|
@@ -2912,43 +2966,45 @@
|
|
|
2912
2966
|
"fetch",
|
|
2913
2967
|
"Sprint",
|
|
2914
2968
|
{
|
|
2915
|
-
"id": "@payload.id",
|
|
2916
2969
|
"emit": {
|
|
2917
2970
|
"success": "SprintLoaded",
|
|
2918
2971
|
"failure": "SprintLoadFailed"
|
|
2919
|
-
}
|
|
2972
|
+
},
|
|
2973
|
+
"id": "@payload.id"
|
|
2920
2974
|
}
|
|
2921
2975
|
],
|
|
2922
2976
|
[
|
|
2923
2977
|
"render-ui",
|
|
2924
2978
|
"modal",
|
|
2925
2979
|
{
|
|
2980
|
+
"direction": "vertical",
|
|
2926
2981
|
"type": "stack",
|
|
2982
|
+
"gap": "md",
|
|
2927
2983
|
"children": [
|
|
2928
2984
|
{
|
|
2929
2985
|
"children": [
|
|
2930
2986
|
{
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2987
|
+
"type": "icon",
|
|
2988
|
+
"name": "edit"
|
|
2933
2989
|
},
|
|
2934
2990
|
{
|
|
2935
|
-
"
|
|
2991
|
+
"variant": "h3",
|
|
2936
2992
|
"type": "typography",
|
|
2937
|
-
"
|
|
2993
|
+
"content": "Edit Sprint"
|
|
2938
2994
|
}
|
|
2939
2995
|
],
|
|
2996
|
+
"type": "stack",
|
|
2940
2997
|
"direction": "horizontal",
|
|
2941
|
-
"gap": "sm"
|
|
2942
|
-
"type": "stack"
|
|
2998
|
+
"gap": "sm"
|
|
2943
2999
|
},
|
|
2944
3000
|
{
|
|
2945
3001
|
"type": "divider"
|
|
2946
3002
|
},
|
|
2947
3003
|
{
|
|
2948
3004
|
"type": "form-section",
|
|
2949
|
-
"mode": "edit",
|
|
2950
|
-
"cancelEvent": "CLOSE",
|
|
2951
3005
|
"submitEvent": "SAVE",
|
|
3006
|
+
"entity": "@payload.row",
|
|
3007
|
+
"cancelEvent": "CLOSE",
|
|
2952
3008
|
"fields": [
|
|
2953
3009
|
"name",
|
|
2954
3010
|
"startDate",
|
|
@@ -2957,11 +3013,9 @@
|
|
|
2957
3013
|
"status",
|
|
2958
3014
|
"taskCount"
|
|
2959
3015
|
],
|
|
2960
|
-
"
|
|
3016
|
+
"mode": "edit"
|
|
2961
3017
|
}
|
|
2962
|
-
]
|
|
2963
|
-
"direction": "vertical",
|
|
2964
|
-
"gap": "md"
|
|
3018
|
+
]
|
|
2965
3019
|
}
|
|
2966
3020
|
]
|
|
2967
3021
|
]
|
|
@@ -3002,8 +3056,8 @@
|
|
|
3002
3056
|
"@payload.data",
|
|
3003
3057
|
{
|
|
3004
3058
|
"emit": {
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3059
|
+
"failure": "SprintUpdateFailed",
|
|
3060
|
+
"success": "SprintUpdated"
|
|
3007
3061
|
}
|
|
3008
3062
|
}
|
|
3009
3063
|
],
|
|
@@ -3126,8 +3180,14 @@
|
|
|
3126
3180
|
"event": "INIT",
|
|
3127
3181
|
"effects": [
|
|
3128
3182
|
[
|
|
3129
|
-
"
|
|
3130
|
-
"Sprint"
|
|
3183
|
+
"fetch",
|
|
3184
|
+
"Sprint",
|
|
3185
|
+
{
|
|
3186
|
+
"emit": {
|
|
3187
|
+
"failure": "SprintLoadFailed",
|
|
3188
|
+
"success": "SprintLoaded"
|
|
3189
|
+
}
|
|
3190
|
+
}
|
|
3131
3191
|
]
|
|
3132
3192
|
]
|
|
3133
3193
|
},
|
|
@@ -3151,23 +3211,21 @@
|
|
|
3151
3211
|
"render-ui",
|
|
3152
3212
|
"modal",
|
|
3153
3213
|
{
|
|
3154
|
-
"gap": "md",
|
|
3155
|
-
"direction": "vertical",
|
|
3156
3214
|
"children": [
|
|
3157
3215
|
{
|
|
3216
|
+
"align": "center",
|
|
3158
3217
|
"gap": "sm",
|
|
3159
|
-
"direction": "horizontal",
|
|
3160
3218
|
"type": "stack",
|
|
3161
|
-
"
|
|
3219
|
+
"direction": "horizontal",
|
|
3162
3220
|
"children": [
|
|
3163
3221
|
{
|
|
3164
|
-
"
|
|
3165
|
-
"
|
|
3222
|
+
"type": "icon",
|
|
3223
|
+
"name": "eye"
|
|
3166
3224
|
},
|
|
3167
3225
|
{
|
|
3168
|
-
"content": "@entity.name",
|
|
3169
3226
|
"type": "typography",
|
|
3170
|
-
"variant": "h3"
|
|
3227
|
+
"variant": "h3",
|
|
3228
|
+
"content": "@entity.name"
|
|
3171
3229
|
}
|
|
3172
3230
|
]
|
|
3173
3231
|
},
|
|
@@ -3175,95 +3233,96 @@
|
|
|
3175
3233
|
"type": "divider"
|
|
3176
3234
|
},
|
|
3177
3235
|
{
|
|
3178
|
-
"gap": "md",
|
|
3179
|
-
"direction": "horizontal",
|
|
3180
|
-
"type": "stack",
|
|
3181
3236
|
"children": [
|
|
3182
3237
|
{
|
|
3238
|
+
"type": "typography",
|
|
3183
3239
|
"variant": "caption",
|
|
3184
|
-
"content": "Name"
|
|
3185
|
-
"type": "typography"
|
|
3240
|
+
"content": "Name"
|
|
3186
3241
|
},
|
|
3187
3242
|
{
|
|
3188
|
-
"type": "typography",
|
|
3189
3243
|
"variant": "body",
|
|
3244
|
+
"type": "typography",
|
|
3190
3245
|
"content": "@entity.name"
|
|
3191
3246
|
}
|
|
3192
|
-
]
|
|
3247
|
+
],
|
|
3248
|
+
"gap": "md",
|
|
3249
|
+
"type": "stack",
|
|
3250
|
+
"direction": "horizontal"
|
|
3193
3251
|
},
|
|
3194
3252
|
{
|
|
3195
|
-
"type": "stack",
|
|
3196
|
-
"direction": "horizontal",
|
|
3197
|
-
"gap": "md",
|
|
3198
3253
|
"children": [
|
|
3199
3254
|
{
|
|
3200
3255
|
"content": "Start Date",
|
|
3201
|
-
"
|
|
3202
|
-
"
|
|
3256
|
+
"variant": "caption",
|
|
3257
|
+
"type": "typography"
|
|
3203
3258
|
},
|
|
3204
3259
|
{
|
|
3260
|
+
"type": "typography",
|
|
3205
3261
|
"content": "@entity.startDate",
|
|
3206
|
-
"variant": "body"
|
|
3207
|
-
"type": "typography"
|
|
3262
|
+
"variant": "body"
|
|
3208
3263
|
}
|
|
3209
|
-
]
|
|
3210
|
-
},
|
|
3211
|
-
{
|
|
3264
|
+
],
|
|
3212
3265
|
"type": "stack",
|
|
3213
3266
|
"gap": "md",
|
|
3267
|
+
"direction": "horizontal"
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3214
3270
|
"children": [
|
|
3215
3271
|
{
|
|
3272
|
+
"content": "End Date",
|
|
3216
3273
|
"type": "typography",
|
|
3217
|
-
"variant": "caption"
|
|
3218
|
-
"content": "End Date"
|
|
3274
|
+
"variant": "caption"
|
|
3219
3275
|
},
|
|
3220
3276
|
{
|
|
3221
|
-
"
|
|
3277
|
+
"variant": "body",
|
|
3222
3278
|
"type": "typography",
|
|
3223
|
-
"
|
|
3279
|
+
"content": "@entity.endDate"
|
|
3224
3280
|
}
|
|
3225
3281
|
],
|
|
3226
|
-
"
|
|
3282
|
+
"gap": "md",
|
|
3283
|
+
"direction": "horizontal",
|
|
3284
|
+
"type": "stack"
|
|
3227
3285
|
},
|
|
3228
3286
|
{
|
|
3229
|
-
"direction": "horizontal",
|
|
3230
3287
|
"type": "stack",
|
|
3231
3288
|
"children": [
|
|
3232
3289
|
{
|
|
3290
|
+
"type": "typography",
|
|
3233
3291
|
"variant": "caption",
|
|
3234
|
-
"content": "Goal"
|
|
3235
|
-
"type": "typography"
|
|
3292
|
+
"content": "Goal"
|
|
3236
3293
|
},
|
|
3237
3294
|
{
|
|
3238
|
-
"
|
|
3295
|
+
"content": "@entity.goal",
|
|
3239
3296
|
"type": "typography",
|
|
3240
|
-
"
|
|
3297
|
+
"variant": "body"
|
|
3241
3298
|
}
|
|
3242
3299
|
],
|
|
3243
|
-
"gap": "md"
|
|
3300
|
+
"gap": "md",
|
|
3301
|
+
"direction": "horizontal"
|
|
3244
3302
|
},
|
|
3245
3303
|
{
|
|
3304
|
+
"direction": "horizontal",
|
|
3305
|
+
"type": "stack",
|
|
3306
|
+
"gap": "md",
|
|
3246
3307
|
"children": [
|
|
3247
3308
|
{
|
|
3248
|
-
"
|
|
3309
|
+
"variant": "caption",
|
|
3249
3310
|
"type": "typography",
|
|
3250
|
-
"
|
|
3311
|
+
"content": "Status"
|
|
3251
3312
|
},
|
|
3252
3313
|
{
|
|
3253
3314
|
"variant": "body",
|
|
3254
3315
|
"type": "typography",
|
|
3255
3316
|
"content": "@entity.status"
|
|
3256
3317
|
}
|
|
3257
|
-
]
|
|
3258
|
-
"type": "stack",
|
|
3259
|
-
"direction": "horizontal",
|
|
3260
|
-
"gap": "md"
|
|
3318
|
+
]
|
|
3261
3319
|
},
|
|
3262
3320
|
{
|
|
3321
|
+
"type": "stack",
|
|
3263
3322
|
"children": [
|
|
3264
3323
|
{
|
|
3265
|
-
"variant": "caption",
|
|
3266
3324
|
"type": "typography",
|
|
3325
|
+
"variant": "caption",
|
|
3267
3326
|
"content": "Task Count"
|
|
3268
3327
|
},
|
|
3269
3328
|
{
|
|
@@ -3272,7 +3331,6 @@
|
|
|
3272
3331
|
"variant": "body"
|
|
3273
3332
|
}
|
|
3274
3333
|
],
|
|
3275
|
-
"type": "stack",
|
|
3276
3334
|
"direction": "horizontal",
|
|
3277
3335
|
"gap": "md"
|
|
3278
3336
|
},
|
|
@@ -3280,28 +3338,30 @@
|
|
|
3280
3338
|
"type": "divider"
|
|
3281
3339
|
},
|
|
3282
3340
|
{
|
|
3341
|
+
"type": "stack",
|
|
3283
3342
|
"children": [
|
|
3284
3343
|
{
|
|
3285
|
-
"label": "Edit",
|
|
3286
3344
|
"action": "EDIT",
|
|
3345
|
+
"label": "Edit",
|
|
3287
3346
|
"type": "button",
|
|
3288
|
-
"
|
|
3289
|
-
"
|
|
3347
|
+
"variant": "primary",
|
|
3348
|
+
"icon": "edit"
|
|
3290
3349
|
},
|
|
3291
3350
|
{
|
|
3351
|
+
"action": "CLOSE",
|
|
3292
3352
|
"label": "Close",
|
|
3293
3353
|
"variant": "ghost",
|
|
3294
|
-
"type": "button"
|
|
3295
|
-
"action": "CLOSE"
|
|
3354
|
+
"type": "button"
|
|
3296
3355
|
}
|
|
3297
3356
|
],
|
|
3298
|
-
"type": "stack",
|
|
3299
|
-
"justify": "end",
|
|
3300
3357
|
"direction": "horizontal",
|
|
3301
|
-
"gap": "sm"
|
|
3358
|
+
"gap": "sm",
|
|
3359
|
+
"justify": "end"
|
|
3302
3360
|
}
|
|
3303
3361
|
],
|
|
3304
|
-
"type": "stack"
|
|
3362
|
+
"type": "stack",
|
|
3363
|
+
"direction": "vertical",
|
|
3364
|
+
"gap": "md"
|
|
3305
3365
|
}
|
|
3306
3366
|
]
|
|
3307
3367
|
]
|
|
@@ -3509,8 +3569,14 @@
|
|
|
3509
3569
|
"event": "INIT",
|
|
3510
3570
|
"effects": [
|
|
3511
3571
|
[
|
|
3512
|
-
"
|
|
3513
|
-
"Sprint"
|
|
3572
|
+
"fetch",
|
|
3573
|
+
"Sprint",
|
|
3574
|
+
{
|
|
3575
|
+
"emit": {
|
|
3576
|
+
"success": "SprintLoaded",
|
|
3577
|
+
"failure": "SprintLoadFailed"
|
|
3578
|
+
}
|
|
3579
|
+
}
|
|
3514
3580
|
]
|
|
3515
3581
|
]
|
|
3516
3582
|
},
|
|
@@ -3528,11 +3594,11 @@
|
|
|
3528
3594
|
"fetch",
|
|
3529
3595
|
"Sprint",
|
|
3530
3596
|
{
|
|
3597
|
+
"id": "@payload.id",
|
|
3531
3598
|
"emit": {
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3534
|
-
}
|
|
3535
|
-
"id": "@payload.id"
|
|
3599
|
+
"failure": "SprintLoadFailed",
|
|
3600
|
+
"success": "SprintLoaded"
|
|
3601
|
+
}
|
|
3536
3602
|
}
|
|
3537
3603
|
],
|
|
3538
3604
|
[
|
|
@@ -3540,56 +3606,56 @@
|
|
|
3540
3606
|
"modal",
|
|
3541
3607
|
{
|
|
3542
3608
|
"gap": "md",
|
|
3609
|
+
"type": "stack",
|
|
3543
3610
|
"direction": "vertical",
|
|
3544
3611
|
"children": [
|
|
3545
3612
|
{
|
|
3613
|
+
"direction": "horizontal",
|
|
3614
|
+
"type": "stack",
|
|
3615
|
+
"gap": "sm",
|
|
3616
|
+
"align": "center",
|
|
3546
3617
|
"children": [
|
|
3547
3618
|
{
|
|
3548
|
-
"
|
|
3549
|
-
"
|
|
3619
|
+
"name": "alert-triangle",
|
|
3620
|
+
"type": "icon"
|
|
3550
3621
|
},
|
|
3551
3622
|
{
|
|
3552
3623
|
"type": "typography",
|
|
3553
3624
|
"content": "Delete Sprint",
|
|
3554
3625
|
"variant": "h3"
|
|
3555
3626
|
}
|
|
3556
|
-
]
|
|
3557
|
-
"direction": "horizontal",
|
|
3558
|
-
"gap": "sm",
|
|
3559
|
-
"type": "stack",
|
|
3560
|
-
"align": "center"
|
|
3627
|
+
]
|
|
3561
3628
|
},
|
|
3562
3629
|
{
|
|
3563
3630
|
"type": "divider"
|
|
3564
3631
|
},
|
|
3565
3632
|
{
|
|
3566
|
-
"type": "alert",
|
|
3567
3633
|
"message": "This action cannot be undone.",
|
|
3634
|
+
"type": "alert",
|
|
3568
3635
|
"variant": "error"
|
|
3569
3636
|
},
|
|
3570
3637
|
{
|
|
3571
|
-
"
|
|
3638
|
+
"type": "stack",
|
|
3639
|
+
"gap": "sm",
|
|
3640
|
+
"direction": "horizontal",
|
|
3572
3641
|
"children": [
|
|
3573
3642
|
{
|
|
3574
|
-
"
|
|
3643
|
+
"label": "Cancel",
|
|
3575
3644
|
"variant": "ghost",
|
|
3576
|
-
"
|
|
3577
|
-
"
|
|
3645
|
+
"type": "button",
|
|
3646
|
+
"action": "CANCEL"
|
|
3578
3647
|
},
|
|
3579
3648
|
{
|
|
3580
|
-
"
|
|
3581
|
-
"variant": "danger",
|
|
3582
|
-
"action": "CONFIRM_DELETE",
|
|
3649
|
+
"type": "button",
|
|
3583
3650
|
"icon": "check",
|
|
3584
|
-
"
|
|
3651
|
+
"action": "CONFIRM_DELETE",
|
|
3652
|
+
"variant": "danger",
|
|
3653
|
+
"label": "Delete"
|
|
3585
3654
|
}
|
|
3586
3655
|
],
|
|
3587
|
-
"
|
|
3588
|
-
"type": "stack",
|
|
3589
|
-
"gap": "sm"
|
|
3656
|
+
"justify": "end"
|
|
3590
3657
|
}
|
|
3591
|
-
]
|
|
3592
|
-
"type": "stack"
|
|
3658
|
+
]
|
|
3593
3659
|
}
|
|
3594
3660
|
]
|
|
3595
3661
|
]
|
|
@@ -3624,8 +3690,14 @@
|
|
|
3624
3690
|
}
|
|
3625
3691
|
],
|
|
3626
3692
|
[
|
|
3627
|
-
"
|
|
3628
|
-
"Sprint"
|
|
3693
|
+
"fetch",
|
|
3694
|
+
"Sprint",
|
|
3695
|
+
{
|
|
3696
|
+
"emit": {
|
|
3697
|
+
"success": "SprintLoaded",
|
|
3698
|
+
"failure": "SprintLoadFailed"
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3629
3701
|
],
|
|
3630
3702
|
[
|
|
3631
3703
|
"emit",
|
|
@@ -3651,8 +3723,14 @@
|
|
|
3651
3723
|
}
|
|
3652
3724
|
],
|
|
3653
3725
|
[
|
|
3654
|
-
"
|
|
3655
|
-
"Sprint"
|
|
3726
|
+
"fetch",
|
|
3727
|
+
"Sprint",
|
|
3728
|
+
{
|
|
3729
|
+
"emit": {
|
|
3730
|
+
"failure": "SprintLoadFailed",
|
|
3731
|
+
"success": "SprintLoaded"
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
3656
3734
|
]
|
|
3657
3735
|
]
|
|
3658
3736
|
},
|
|
@@ -3674,8 +3752,14 @@
|
|
|
3674
3752
|
}
|
|
3675
3753
|
],
|
|
3676
3754
|
[
|
|
3677
|
-
"
|
|
3678
|
-
"Sprint"
|
|
3755
|
+
"fetch",
|
|
3756
|
+
"Sprint",
|
|
3757
|
+
{
|
|
3758
|
+
"emit": {
|
|
3759
|
+
"success": "SprintLoaded",
|
|
3760
|
+
"failure": "SprintLoadFailed"
|
|
3761
|
+
}
|
|
3762
|
+
}
|
|
3679
3763
|
]
|
|
3680
3764
|
]
|
|
3681
3765
|
}
|
|
@@ -3849,8 +3933,8 @@
|
|
|
3849
3933
|
"Burndown",
|
|
3850
3934
|
{
|
|
3851
3935
|
"emit": {
|
|
3852
|
-
"
|
|
3853
|
-
"
|
|
3936
|
+
"failure": "BurndownLoadFailed",
|
|
3937
|
+
"success": "BurndownLoaded"
|
|
3854
3938
|
}
|
|
3855
3939
|
}
|
|
3856
3940
|
],
|
|
@@ -3859,29 +3943,11 @@
|
|
|
3859
3943
|
"main",
|
|
3860
3944
|
{
|
|
3861
3945
|
"appName": "ProjectManagerApp",
|
|
3862
|
-
"navItems": [
|
|
3863
|
-
{
|
|
3864
|
-
"href": "/tasks",
|
|
3865
|
-
"icon": "check-square",
|
|
3866
|
-
"label": "Tasks"
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"href": "/sprints",
|
|
3870
|
-
"icon": "zap",
|
|
3871
|
-
"label": "Sprints"
|
|
3872
|
-
},
|
|
3873
|
-
{
|
|
3874
|
-
"label": "Burndown",
|
|
3875
|
-
"icon": "layout-list",
|
|
3876
|
-
"href": "/burndown"
|
|
3877
|
-
}
|
|
3878
|
-
],
|
|
3879
|
-
"type": "dashboard-layout",
|
|
3880
3946
|
"children": [
|
|
3881
3947
|
{
|
|
3948
|
+
"type": "scaled-diagram",
|
|
3882
3949
|
"children": [
|
|
3883
3950
|
{
|
|
3884
|
-
"type": "stack",
|
|
3885
3951
|
"children": [
|
|
3886
3952
|
{
|
|
3887
3953
|
"type": "breadcrumb",
|
|
@@ -3896,59 +3962,59 @@
|
|
|
3896
3962
|
]
|
|
3897
3963
|
},
|
|
3898
3964
|
{
|
|
3899
|
-
"justify": "between",
|
|
3900
|
-
"direction": "horizontal",
|
|
3901
3965
|
"type": "stack",
|
|
3902
3966
|
"children": [
|
|
3903
3967
|
{
|
|
3904
3968
|
"gap": "md",
|
|
3969
|
+
"type": "stack",
|
|
3970
|
+
"direction": "horizontal",
|
|
3905
3971
|
"children": [
|
|
3906
3972
|
{
|
|
3907
|
-
"
|
|
3908
|
-
"
|
|
3973
|
+
"name": "trending-down",
|
|
3974
|
+
"type": "icon"
|
|
3909
3975
|
},
|
|
3910
3976
|
{
|
|
3911
|
-
"content": "Burndown Chart",
|
|
3912
3977
|
"variant": "h2",
|
|
3913
|
-
"type": "typography"
|
|
3978
|
+
"type": "typography",
|
|
3979
|
+
"content": "Burndown Chart"
|
|
3914
3980
|
}
|
|
3915
|
-
]
|
|
3916
|
-
"direction": "horizontal",
|
|
3917
|
-
"type": "stack"
|
|
3981
|
+
]
|
|
3918
3982
|
},
|
|
3919
3983
|
{
|
|
3920
|
-
"
|
|
3921
|
-
"action": "REFRESH",
|
|
3922
|
-
"icon": "refresh-cw",
|
|
3984
|
+
"label": "Refresh",
|
|
3923
3985
|
"variant": "secondary",
|
|
3924
|
-
"
|
|
3986
|
+
"icon": "refresh-cw",
|
|
3987
|
+
"action": "REFRESH",
|
|
3988
|
+
"type": "button"
|
|
3925
3989
|
}
|
|
3926
3990
|
],
|
|
3927
|
-
"
|
|
3991
|
+
"justify": "between",
|
|
3992
|
+
"gap": "md",
|
|
3993
|
+
"direction": "horizontal"
|
|
3928
3994
|
},
|
|
3929
3995
|
{
|
|
3930
3996
|
"type": "divider"
|
|
3931
3997
|
},
|
|
3932
3998
|
{
|
|
3999
|
+
"padding": "md",
|
|
3933
4000
|
"type": "box",
|
|
3934
4001
|
"children": [
|
|
3935
4002
|
{
|
|
3936
|
-
"type": "simple-grid",
|
|
3937
4003
|
"cols": 5.0,
|
|
3938
4004
|
"children": [
|
|
3939
4005
|
{
|
|
3940
4006
|
"type": "stat-display",
|
|
3941
|
-
"
|
|
3942
|
-
"
|
|
4007
|
+
"label": "TotalPoints",
|
|
4008
|
+
"value": "@entity.totalPoints"
|
|
3943
4009
|
},
|
|
3944
4010
|
{
|
|
3945
|
-
"value": "@entity.completedPoints",
|
|
3946
4011
|
"type": "stat-display",
|
|
3947
|
-
"label": "CompletedPoints"
|
|
4012
|
+
"label": "CompletedPoints",
|
|
4013
|
+
"value": "@entity.completedPoints"
|
|
3948
4014
|
},
|
|
3949
4015
|
{
|
|
3950
|
-
"value": "@entity.remainingPoints",
|
|
3951
4016
|
"type": "stat-display",
|
|
4017
|
+
"value": "@entity.remainingPoints",
|
|
3952
4018
|
"label": "RemainingPoints"
|
|
3953
4019
|
},
|
|
3954
4020
|
{
|
|
@@ -3961,10 +4027,10 @@
|
|
|
3961
4027
|
"value": "@entity.daysRemaining",
|
|
3962
4028
|
"type": "stat-display"
|
|
3963
4029
|
}
|
|
3964
|
-
]
|
|
4030
|
+
],
|
|
4031
|
+
"type": "simple-grid"
|
|
3965
4032
|
}
|
|
3966
|
-
]
|
|
3967
|
-
"padding": "md"
|
|
4033
|
+
]
|
|
3968
4034
|
},
|
|
3969
4035
|
{
|
|
3970
4036
|
"type": "divider"
|
|
@@ -3976,25 +4042,25 @@
|
|
|
3976
4042
|
"type": "card",
|
|
3977
4043
|
"children": [
|
|
3978
4044
|
{
|
|
3979
|
-
"
|
|
4045
|
+
"variant": "caption",
|
|
3980
4046
|
"content": "Chart View",
|
|
3981
|
-
"
|
|
4047
|
+
"type": "typography"
|
|
3982
4048
|
}
|
|
3983
4049
|
]
|
|
3984
4050
|
},
|
|
3985
4051
|
{
|
|
3986
|
-
"type": "card",
|
|
3987
4052
|
"children": [
|
|
3988
4053
|
{
|
|
3989
4054
|
"type": "typography",
|
|
3990
4055
|
"variant": "caption",
|
|
3991
4056
|
"content": "Graph View"
|
|
3992
4057
|
}
|
|
3993
|
-
]
|
|
4058
|
+
],
|
|
4059
|
+
"type": "card"
|
|
3994
4060
|
}
|
|
3995
4061
|
],
|
|
3996
|
-
"
|
|
3997
|
-
"
|
|
4062
|
+
"gap": "md",
|
|
4063
|
+
"type": "grid"
|
|
3998
4064
|
},
|
|
3999
4065
|
{
|
|
4000
4066
|
"type": "line-chart",
|
|
@@ -4008,20 +4074,20 @@
|
|
|
4008
4074
|
"date": "Feb"
|
|
4009
4075
|
},
|
|
4010
4076
|
{
|
|
4011
|
-
"
|
|
4012
|
-
"
|
|
4077
|
+
"value": 15.0,
|
|
4078
|
+
"date": "Mar"
|
|
4013
4079
|
},
|
|
4014
4080
|
{
|
|
4015
|
-
"
|
|
4016
|
-
"
|
|
4081
|
+
"value": 25.0,
|
|
4082
|
+
"date": "Apr"
|
|
4017
4083
|
},
|
|
4018
4084
|
{
|
|
4019
|
-
"
|
|
4020
|
-
"
|
|
4085
|
+
"value": 22.0,
|
|
4086
|
+
"date": "May"
|
|
4021
4087
|
},
|
|
4022
4088
|
{
|
|
4023
|
-
"
|
|
4024
|
-
"
|
|
4089
|
+
"date": "Jun",
|
|
4090
|
+
"value": 30.0
|
|
4025
4091
|
}
|
|
4026
4092
|
]
|
|
4027
4093
|
},
|
|
@@ -4033,13 +4099,13 @@
|
|
|
4033
4099
|
"color": "primary"
|
|
4034
4100
|
},
|
|
4035
4101
|
{
|
|
4036
|
-
"
|
|
4037
|
-
"
|
|
4102
|
+
"label": "Previous",
|
|
4103
|
+
"color": "muted"
|
|
4038
4104
|
}
|
|
4039
4105
|
]
|
|
4040
4106
|
},
|
|
4041
4107
|
{
|
|
4042
|
-
"
|
|
4108
|
+
"type": "graph-view",
|
|
4043
4109
|
"height": 200.0,
|
|
4044
4110
|
"nodes": [
|
|
4045
4111
|
{
|
|
@@ -4047,15 +4113,14 @@
|
|
|
4047
4113
|
"id": "a"
|
|
4048
4114
|
},
|
|
4049
4115
|
{
|
|
4050
|
-
"
|
|
4051
|
-
"
|
|
4116
|
+
"id": "b",
|
|
4117
|
+
"label": "Process"
|
|
4052
4118
|
},
|
|
4053
4119
|
{
|
|
4054
|
-
"
|
|
4055
|
-
"
|
|
4120
|
+
"label": "End",
|
|
4121
|
+
"id": "c"
|
|
4056
4122
|
}
|
|
4057
4123
|
],
|
|
4058
|
-
"type": "graph-view",
|
|
4059
4124
|
"edges": [
|
|
4060
4125
|
{
|
|
4061
4126
|
"source": "a",
|
|
@@ -4065,14 +4130,33 @@
|
|
|
4065
4130
|
"source": "b",
|
|
4066
4131
|
"target": "c"
|
|
4067
4132
|
}
|
|
4068
|
-
]
|
|
4133
|
+
],
|
|
4134
|
+
"width": 400.0
|
|
4069
4135
|
}
|
|
4070
4136
|
],
|
|
4071
4137
|
"direction": "vertical",
|
|
4072
|
-
"gap": "lg"
|
|
4138
|
+
"gap": "lg",
|
|
4139
|
+
"type": "stack"
|
|
4073
4140
|
}
|
|
4074
|
-
]
|
|
4075
|
-
|
|
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"
|
|
4076
4160
|
}
|
|
4077
4161
|
]
|
|
4078
4162
|
}
|
|
@@ -4089,8 +4173,8 @@
|
|
|
4089
4173
|
"Burndown",
|
|
4090
4174
|
{
|
|
4091
4175
|
"emit": {
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4176
|
+
"success": "BurndownLoaded",
|
|
4177
|
+
"failure": "BurndownLoadFailed"
|
|
4094
4178
|
}
|
|
4095
4179
|
}
|
|
4096
4180
|
],
|
|
@@ -4099,11 +4183,32 @@
|
|
|
4099
4183
|
"main",
|
|
4100
4184
|
{
|
|
4101
4185
|
"appName": "ProjectManagerApp",
|
|
4186
|
+
"navItems": [
|
|
4187
|
+
{
|
|
4188
|
+
"href": "/tasks",
|
|
4189
|
+
"icon": "check-square",
|
|
4190
|
+
"label": "Tasks"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"label": "Sprints",
|
|
4194
|
+
"icon": "zap",
|
|
4195
|
+
"href": "/sprints"
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"icon": "layout-list",
|
|
4199
|
+
"label": "Burndown",
|
|
4200
|
+
"href": "/burndown"
|
|
4201
|
+
}
|
|
4202
|
+
],
|
|
4203
|
+
"type": "dashboard-layout",
|
|
4102
4204
|
"children": [
|
|
4103
4205
|
{
|
|
4206
|
+
"type": "scaled-diagram",
|
|
4104
4207
|
"children": [
|
|
4105
4208
|
{
|
|
4106
4209
|
"direction": "vertical",
|
|
4210
|
+
"gap": "lg",
|
|
4211
|
+
"type": "stack",
|
|
4107
4212
|
"children": [
|
|
4108
4213
|
{
|
|
4109
4214
|
"items": [
|
|
@@ -4118,41 +4223,41 @@
|
|
|
4118
4223
|
"type": "breadcrumb"
|
|
4119
4224
|
},
|
|
4120
4225
|
{
|
|
4226
|
+
"gap": "md",
|
|
4121
4227
|
"type": "stack",
|
|
4122
4228
|
"children": [
|
|
4123
4229
|
{
|
|
4124
4230
|
"direction": "horizontal",
|
|
4125
|
-
"gap": "md",
|
|
4126
4231
|
"children": [
|
|
4127
4232
|
{
|
|
4128
4233
|
"name": "trending-down",
|
|
4129
4234
|
"type": "icon"
|
|
4130
4235
|
},
|
|
4131
4236
|
{
|
|
4132
|
-
"
|
|
4237
|
+
"variant": "h2",
|
|
4133
4238
|
"content": "Burndown Chart",
|
|
4134
|
-
"
|
|
4239
|
+
"type": "typography"
|
|
4135
4240
|
}
|
|
4136
4241
|
],
|
|
4242
|
+
"gap": "md",
|
|
4137
4243
|
"type": "stack"
|
|
4138
4244
|
},
|
|
4139
4245
|
{
|
|
4140
|
-
"
|
|
4141
|
-
"type": "button",
|
|
4246
|
+
"label": "Refresh",
|
|
4142
4247
|
"icon": "refresh-cw",
|
|
4143
4248
|
"action": "REFRESH",
|
|
4144
|
-
"
|
|
4249
|
+
"variant": "secondary",
|
|
4250
|
+
"type": "button"
|
|
4145
4251
|
}
|
|
4146
4252
|
],
|
|
4147
|
-
"
|
|
4148
|
-
"
|
|
4149
|
-
"direction": "horizontal"
|
|
4253
|
+
"direction": "horizontal",
|
|
4254
|
+
"justify": "between"
|
|
4150
4255
|
},
|
|
4151
4256
|
{
|
|
4152
4257
|
"type": "divider"
|
|
4153
4258
|
},
|
|
4154
4259
|
{
|
|
4155
|
-
"
|
|
4260
|
+
"type": "box",
|
|
4156
4261
|
"children": [
|
|
4157
4262
|
{
|
|
4158
4263
|
"type": "simple-grid",
|
|
@@ -4160,70 +4265,70 @@
|
|
|
4160
4265
|
"children": [
|
|
4161
4266
|
{
|
|
4162
4267
|
"label": "TotalPoints",
|
|
4163
|
-
"
|
|
4164
|
-
"
|
|
4268
|
+
"type": "stat-display",
|
|
4269
|
+
"value": "@entity.totalPoints"
|
|
4165
4270
|
},
|
|
4166
4271
|
{
|
|
4167
|
-
"
|
|
4272
|
+
"value": "@entity.completedPoints",
|
|
4168
4273
|
"label": "CompletedPoints",
|
|
4169
|
-
"
|
|
4274
|
+
"type": "stat-display"
|
|
4170
4275
|
},
|
|
4171
4276
|
{
|
|
4172
|
-
"label": "RemainingPoints",
|
|
4173
4277
|
"type": "stat-display",
|
|
4174
|
-
"value": "@entity.remainingPoints"
|
|
4278
|
+
"value": "@entity.remainingPoints",
|
|
4279
|
+
"label": "RemainingPoints"
|
|
4175
4280
|
},
|
|
4176
4281
|
{
|
|
4282
|
+
"type": "stat-display",
|
|
4177
4283
|
"label": "Velocity",
|
|
4178
|
-
"value": "@entity.velocity"
|
|
4179
|
-
"type": "stat-display"
|
|
4284
|
+
"value": "@entity.velocity"
|
|
4180
4285
|
},
|
|
4181
4286
|
{
|
|
4182
4287
|
"value": "@entity.daysRemaining",
|
|
4183
|
-
"
|
|
4184
|
-
"
|
|
4288
|
+
"label": "DaysRemaining",
|
|
4289
|
+
"type": "stat-display"
|
|
4185
4290
|
}
|
|
4186
4291
|
]
|
|
4187
4292
|
}
|
|
4188
4293
|
],
|
|
4189
|
-
"
|
|
4294
|
+
"padding": "md"
|
|
4190
4295
|
},
|
|
4191
4296
|
{
|
|
4192
4297
|
"type": "divider"
|
|
4193
4298
|
},
|
|
4194
4299
|
{
|
|
4195
|
-
"type": "grid",
|
|
4196
|
-
"gap": "md",
|
|
4197
4300
|
"cols": 2.0,
|
|
4198
4301
|
"children": [
|
|
4199
4302
|
{
|
|
4303
|
+
"type": "card",
|
|
4200
4304
|
"children": [
|
|
4201
4305
|
{
|
|
4202
4306
|
"type": "typography",
|
|
4203
4307
|
"content": "Chart View",
|
|
4204
4308
|
"variant": "caption"
|
|
4205
4309
|
}
|
|
4206
|
-
]
|
|
4207
|
-
"type": "card"
|
|
4310
|
+
]
|
|
4208
4311
|
},
|
|
4209
4312
|
{
|
|
4210
|
-
"type": "card",
|
|
4211
4313
|
"children": [
|
|
4212
4314
|
{
|
|
4213
4315
|
"variant": "caption",
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4316
|
+
"content": "Graph View",
|
|
4317
|
+
"type": "typography"
|
|
4216
4318
|
}
|
|
4217
|
-
]
|
|
4319
|
+
],
|
|
4320
|
+
"type": "card"
|
|
4218
4321
|
}
|
|
4219
|
-
]
|
|
4322
|
+
],
|
|
4323
|
+
"type": "grid",
|
|
4324
|
+
"gap": "md"
|
|
4220
4325
|
},
|
|
4221
4326
|
{
|
|
4222
4327
|
"type": "line-chart",
|
|
4223
4328
|
"data": [
|
|
4224
4329
|
{
|
|
4225
|
-
"
|
|
4226
|
-
"
|
|
4330
|
+
"value": 12.0,
|
|
4331
|
+
"date": "Jan"
|
|
4227
4332
|
},
|
|
4228
4333
|
{
|
|
4229
4334
|
"value": 19.0,
|
|
@@ -4234,12 +4339,12 @@
|
|
|
4234
4339
|
"date": "Mar"
|
|
4235
4340
|
},
|
|
4236
4341
|
{
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4342
|
+
"value": 25.0,
|
|
4343
|
+
"date": "Apr"
|
|
4239
4344
|
},
|
|
4240
4345
|
{
|
|
4241
|
-
"
|
|
4242
|
-
"
|
|
4346
|
+
"value": 22.0,
|
|
4347
|
+
"date": "May"
|
|
4243
4348
|
},
|
|
4244
4349
|
{
|
|
4245
4350
|
"date": "Jun",
|
|
@@ -4248,17 +4353,17 @@
|
|
|
4248
4353
|
]
|
|
4249
4354
|
},
|
|
4250
4355
|
{
|
|
4251
|
-
"type": "chart-legend",
|
|
4252
4356
|
"items": [
|
|
4253
4357
|
{
|
|
4254
|
-
"
|
|
4255
|
-
"
|
|
4358
|
+
"label": "Current",
|
|
4359
|
+
"color": "primary"
|
|
4256
4360
|
},
|
|
4257
4361
|
{
|
|
4258
|
-
"
|
|
4259
|
-
"
|
|
4362
|
+
"label": "Previous",
|
|
4363
|
+
"color": "muted"
|
|
4260
4364
|
}
|
|
4261
|
-
]
|
|
4365
|
+
],
|
|
4366
|
+
"type": "chart-legend"
|
|
4262
4367
|
},
|
|
4263
4368
|
{
|
|
4264
4369
|
"nodes": [
|
|
@@ -4275,44 +4380,23 @@
|
|
|
4275
4380
|
"label": "End"
|
|
4276
4381
|
}
|
|
4277
4382
|
],
|
|
4383
|
+
"height": 200.0,
|
|
4278
4384
|
"edges": [
|
|
4279
4385
|
{
|
|
4280
|
-
"
|
|
4281
|
-
"
|
|
4386
|
+
"target": "b",
|
|
4387
|
+
"source": "a"
|
|
4282
4388
|
},
|
|
4283
4389
|
{
|
|
4284
4390
|
"source": "b",
|
|
4285
4391
|
"target": "c"
|
|
4286
4392
|
}
|
|
4287
4393
|
],
|
|
4288
|
-
"
|
|
4289
|
-
"
|
|
4290
|
-
"type": "graph-view"
|
|
4394
|
+
"type": "graph-view",
|
|
4395
|
+
"width": 400.0
|
|
4291
4396
|
}
|
|
4292
|
-
]
|
|
4293
|
-
"type": "stack",
|
|
4294
|
-
"gap": "lg"
|
|
4397
|
+
]
|
|
4295
4398
|
}
|
|
4296
|
-
]
|
|
4297
|
-
"type": "scaled-diagram"
|
|
4298
|
-
}
|
|
4299
|
-
],
|
|
4300
|
-
"type": "dashboard-layout",
|
|
4301
|
-
"navItems": [
|
|
4302
|
-
{
|
|
4303
|
-
"label": "Tasks",
|
|
4304
|
-
"href": "/tasks",
|
|
4305
|
-
"icon": "check-square"
|
|
4306
|
-
},
|
|
4307
|
-
{
|
|
4308
|
-
"label": "Sprints",
|
|
4309
|
-
"href": "/sprints",
|
|
4310
|
-
"icon": "zap"
|
|
4311
|
-
},
|
|
4312
|
-
{
|
|
4313
|
-
"label": "Burndown",
|
|
4314
|
-
"href": "/burndown",
|
|
4315
|
-
"icon": "layout-list"
|
|
4399
|
+
]
|
|
4316
4400
|
}
|
|
4317
4401
|
]
|
|
4318
4402
|
}
|
|
@@ -4338,74 +4422,92 @@
|
|
|
4338
4422
|
"render-ui",
|
|
4339
4423
|
"main",
|
|
4340
4424
|
{
|
|
4425
|
+
"appName": "ProjectManagerApp",
|
|
4426
|
+
"type": "dashboard-layout",
|
|
4427
|
+
"navItems": [
|
|
4428
|
+
{
|
|
4429
|
+
"href": "/tasks",
|
|
4430
|
+
"label": "Tasks",
|
|
4431
|
+
"icon": "check-square"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"label": "Sprints",
|
|
4435
|
+
"icon": "zap",
|
|
4436
|
+
"href": "/sprints"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"href": "/burndown",
|
|
4440
|
+
"label": "Burndown",
|
|
4441
|
+
"icon": "layout-list"
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4341
4444
|
"children": [
|
|
4342
4445
|
{
|
|
4343
4446
|
"children": [
|
|
4344
4447
|
{
|
|
4345
|
-
"type": "stack",
|
|
4346
4448
|
"children": [
|
|
4347
4449
|
{
|
|
4348
|
-
"type": "breadcrumb",
|
|
4349
4450
|
"items": [
|
|
4350
4451
|
{
|
|
4351
|
-
"
|
|
4352
|
-
"
|
|
4452
|
+
"label": "Home",
|
|
4453
|
+
"href": "/"
|
|
4353
4454
|
},
|
|
4354
4455
|
{
|
|
4355
4456
|
"label": "Burndown Chart"
|
|
4356
4457
|
}
|
|
4357
|
-
]
|
|
4458
|
+
],
|
|
4459
|
+
"type": "breadcrumb"
|
|
4358
4460
|
},
|
|
4359
4461
|
{
|
|
4360
|
-
"direction": "horizontal",
|
|
4361
4462
|
"justify": "between",
|
|
4362
4463
|
"children": [
|
|
4363
4464
|
{
|
|
4364
|
-
"type": "stack",
|
|
4365
|
-
"gap": "md",
|
|
4366
4465
|
"direction": "horizontal",
|
|
4367
4466
|
"children": [
|
|
4368
4467
|
{
|
|
4369
|
-
"
|
|
4370
|
-
"
|
|
4468
|
+
"name": "trending-down",
|
|
4469
|
+
"type": "icon"
|
|
4371
4470
|
},
|
|
4372
4471
|
{
|
|
4373
|
-
"type": "typography",
|
|
4374
4472
|
"variant": "h2",
|
|
4473
|
+
"type": "typography",
|
|
4375
4474
|
"content": "Burndown Chart"
|
|
4376
4475
|
}
|
|
4377
|
-
]
|
|
4476
|
+
],
|
|
4477
|
+
"gap": "md",
|
|
4478
|
+
"type": "stack"
|
|
4378
4479
|
},
|
|
4379
4480
|
{
|
|
4380
|
-
"
|
|
4481
|
+
"icon": "refresh-cw",
|
|
4381
4482
|
"label": "Refresh",
|
|
4382
4483
|
"action": "REFRESH",
|
|
4383
|
-
"
|
|
4384
|
-
"
|
|
4484
|
+
"variant": "secondary",
|
|
4485
|
+
"type": "button"
|
|
4385
4486
|
}
|
|
4386
4487
|
],
|
|
4387
|
-
"
|
|
4388
|
-
"
|
|
4488
|
+
"type": "stack",
|
|
4489
|
+
"direction": "horizontal",
|
|
4490
|
+
"gap": "md"
|
|
4389
4491
|
},
|
|
4390
4492
|
{
|
|
4391
4493
|
"type": "divider"
|
|
4392
4494
|
},
|
|
4393
4495
|
{
|
|
4394
|
-
"type": "box",
|
|
4395
4496
|
"padding": "md",
|
|
4497
|
+
"type": "box",
|
|
4396
4498
|
"children": [
|
|
4397
4499
|
{
|
|
4398
4500
|
"cols": 5.0,
|
|
4399
4501
|
"children": [
|
|
4400
4502
|
{
|
|
4401
|
-
"type": "stat-display",
|
|
4402
4503
|
"value": "@entity.totalPoints",
|
|
4403
|
-
"label": "TotalPoints"
|
|
4504
|
+
"label": "TotalPoints",
|
|
4505
|
+
"type": "stat-display"
|
|
4404
4506
|
},
|
|
4405
4507
|
{
|
|
4406
4508
|
"type": "stat-display",
|
|
4407
|
-
"
|
|
4408
|
-
"
|
|
4509
|
+
"value": "@entity.completedPoints",
|
|
4510
|
+
"label": "CompletedPoints"
|
|
4409
4511
|
},
|
|
4410
4512
|
{
|
|
4411
4513
|
"value": "@entity.remainingPoints",
|
|
@@ -4414,8 +4516,8 @@
|
|
|
4414
4516
|
},
|
|
4415
4517
|
{
|
|
4416
4518
|
"type": "stat-display",
|
|
4417
|
-
"
|
|
4418
|
-
"
|
|
4519
|
+
"value": "@entity.velocity",
|
|
4520
|
+
"label": "Velocity"
|
|
4419
4521
|
},
|
|
4420
4522
|
{
|
|
4421
4523
|
"type": "stat-display",
|
|
@@ -4431,30 +4533,30 @@
|
|
|
4431
4533
|
"type": "divider"
|
|
4432
4534
|
},
|
|
4433
4535
|
{
|
|
4434
|
-
"gap": "md",
|
|
4435
4536
|
"type": "grid",
|
|
4436
4537
|
"children": [
|
|
4437
4538
|
{
|
|
4539
|
+
"type": "card",
|
|
4438
4540
|
"children": [
|
|
4439
4541
|
{
|
|
4542
|
+
"content": "Chart View",
|
|
4440
4543
|
"type": "typography",
|
|
4441
|
-
"variant": "caption"
|
|
4442
|
-
"content": "Chart View"
|
|
4544
|
+
"variant": "caption"
|
|
4443
4545
|
}
|
|
4444
|
-
]
|
|
4445
|
-
"type": "card"
|
|
4546
|
+
]
|
|
4446
4547
|
},
|
|
4447
4548
|
{
|
|
4448
|
-
"type": "card",
|
|
4449
4549
|
"children": [
|
|
4450
4550
|
{
|
|
4451
|
-
"type": "typography",
|
|
4452
4551
|
"variant": "caption",
|
|
4552
|
+
"type": "typography",
|
|
4453
4553
|
"content": "Graph View"
|
|
4454
4554
|
}
|
|
4455
|
-
]
|
|
4555
|
+
],
|
|
4556
|
+
"type": "card"
|
|
4456
4557
|
}
|
|
4457
4558
|
],
|
|
4559
|
+
"gap": "md",
|
|
4458
4560
|
"cols": 2.0
|
|
4459
4561
|
},
|
|
4460
4562
|
{
|
|
@@ -4469,16 +4571,16 @@
|
|
|
4469
4571
|
"date": "Feb"
|
|
4470
4572
|
},
|
|
4471
4573
|
{
|
|
4472
|
-
"
|
|
4473
|
-
"
|
|
4574
|
+
"date": "Mar",
|
|
4575
|
+
"value": 15.0
|
|
4474
4576
|
},
|
|
4475
4577
|
{
|
|
4476
4578
|
"date": "Apr",
|
|
4477
4579
|
"value": 25.0
|
|
4478
4580
|
},
|
|
4479
4581
|
{
|
|
4480
|
-
"
|
|
4481
|
-
"
|
|
4582
|
+
"date": "May",
|
|
4583
|
+
"value": 22.0
|
|
4482
4584
|
},
|
|
4483
4585
|
{
|
|
4484
4586
|
"date": "Jun",
|
|
@@ -4490,8 +4592,8 @@
|
|
|
4490
4592
|
"type": "chart-legend",
|
|
4491
4593
|
"items": [
|
|
4492
4594
|
{
|
|
4493
|
-
"
|
|
4494
|
-
"
|
|
4595
|
+
"label": "Current",
|
|
4596
|
+
"color": "primary"
|
|
4495
4597
|
},
|
|
4496
4598
|
{
|
|
4497
4599
|
"label": "Previous",
|
|
@@ -4500,61 +4602,43 @@
|
|
|
4500
4602
|
]
|
|
4501
4603
|
},
|
|
4502
4604
|
{
|
|
4503
|
-
"height": 200.0,
|
|
4504
|
-
"width": 400.0,
|
|
4505
4605
|
"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,
|
|
4506
4617
|
"nodes": [
|
|
4507
4618
|
{
|
|
4508
4619
|
"label": "Start",
|
|
4509
4620
|
"id": "a"
|
|
4510
4621
|
},
|
|
4511
4622
|
{
|
|
4512
|
-
"
|
|
4513
|
-
"
|
|
4623
|
+
"label": "Process",
|
|
4624
|
+
"id": "b"
|
|
4514
4625
|
},
|
|
4515
4626
|
{
|
|
4516
|
-
"
|
|
4517
|
-
"
|
|
4627
|
+
"label": "End",
|
|
4628
|
+
"id": "c"
|
|
4518
4629
|
}
|
|
4519
4630
|
],
|
|
4520
|
-
"
|
|
4521
|
-
{
|
|
4522
|
-
"target": "b",
|
|
4523
|
-
"source": "a"
|
|
4524
|
-
},
|
|
4525
|
-
{
|
|
4526
|
-
"source": "b",
|
|
4527
|
-
"target": "c"
|
|
4528
|
-
}
|
|
4529
|
-
]
|
|
4631
|
+
"height": 200.0
|
|
4530
4632
|
}
|
|
4531
4633
|
],
|
|
4532
4634
|
"gap": "lg",
|
|
4635
|
+
"type": "stack",
|
|
4533
4636
|
"direction": "vertical"
|
|
4534
4637
|
}
|
|
4535
4638
|
],
|
|
4536
4639
|
"type": "scaled-diagram"
|
|
4537
4640
|
}
|
|
4538
|
-
]
|
|
4539
|
-
"type": "dashboard-layout",
|
|
4540
|
-
"navItems": [
|
|
4541
|
-
{
|
|
4542
|
-
"label": "Tasks",
|
|
4543
|
-
"icon": "check-square",
|
|
4544
|
-
"href": "/tasks"
|
|
4545
|
-
},
|
|
4546
|
-
{
|
|
4547
|
-
"label": "Sprints",
|
|
4548
|
-
"href": "/sprints",
|
|
4549
|
-
"icon": "zap"
|
|
4550
|
-
},
|
|
4551
|
-
{
|
|
4552
|
-
"href": "/burndown",
|
|
4553
|
-
"icon": "layout-list",
|
|
4554
|
-
"label": "Burndown"
|
|
4555
|
-
}
|
|
4556
|
-
],
|
|
4557
|
-
"appName": "ProjectManagerApp"
|
|
4641
|
+
]
|
|
4558
4642
|
}
|
|
4559
4643
|
]
|
|
4560
4644
|
]
|
|
@@ -4582,9 +4666,11 @@
|
|
|
4582
4666
|
{
|
|
4583
4667
|
"children": [
|
|
4584
4668
|
{
|
|
4669
|
+
"gap": "lg",
|
|
4670
|
+
"direction": "vertical",
|
|
4671
|
+
"type": "stack",
|
|
4585
4672
|
"children": [
|
|
4586
4673
|
{
|
|
4587
|
-
"type": "breadcrumb",
|
|
4588
4674
|
"items": [
|
|
4589
4675
|
{
|
|
4590
4676
|
"href": "/",
|
|
@@ -4593,45 +4679,48 @@
|
|
|
4593
4679
|
{
|
|
4594
4680
|
"label": "Burndown Chart"
|
|
4595
4681
|
}
|
|
4596
|
-
]
|
|
4682
|
+
],
|
|
4683
|
+
"type": "breadcrumb"
|
|
4597
4684
|
},
|
|
4598
4685
|
{
|
|
4599
|
-
"justify": "between",
|
|
4600
|
-
"type": "stack",
|
|
4601
|
-
"direction": "horizontal",
|
|
4602
4686
|
"gap": "md",
|
|
4603
4687
|
"children": [
|
|
4604
4688
|
{
|
|
4605
|
-
"direction": "horizontal",
|
|
4606
4689
|
"type": "stack",
|
|
4607
|
-
"gap": "md",
|
|
4608
4690
|
"children": [
|
|
4609
4691
|
{
|
|
4610
4692
|
"name": "trending-down",
|
|
4611
4693
|
"type": "icon"
|
|
4612
4694
|
},
|
|
4613
4695
|
{
|
|
4614
|
-
"variant": "h2",
|
|
4615
4696
|
"type": "typography",
|
|
4697
|
+
"variant": "h2",
|
|
4616
4698
|
"content": "Burndown Chart"
|
|
4617
4699
|
}
|
|
4618
|
-
]
|
|
4700
|
+
],
|
|
4701
|
+
"gap": "md",
|
|
4702
|
+
"direction": "horizontal"
|
|
4619
4703
|
},
|
|
4620
4704
|
{
|
|
4621
|
-
"icon": "refresh-cw",
|
|
4622
4705
|
"action": "REFRESH",
|
|
4623
4706
|
"type": "button",
|
|
4624
4707
|
"label": "Refresh",
|
|
4625
|
-
"variant": "secondary"
|
|
4708
|
+
"variant": "secondary",
|
|
4709
|
+
"icon": "refresh-cw"
|
|
4626
4710
|
}
|
|
4627
|
-
]
|
|
4711
|
+
],
|
|
4712
|
+
"type": "stack",
|
|
4713
|
+
"direction": "horizontal",
|
|
4714
|
+
"justify": "between"
|
|
4628
4715
|
},
|
|
4629
4716
|
{
|
|
4630
4717
|
"type": "divider"
|
|
4631
4718
|
},
|
|
4632
4719
|
{
|
|
4720
|
+
"padding": "md",
|
|
4633
4721
|
"children": [
|
|
4634
4722
|
{
|
|
4723
|
+
"cols": 5.0,
|
|
4635
4724
|
"children": [
|
|
4636
4725
|
{
|
|
4637
4726
|
"type": "stat-display",
|
|
@@ -4640,39 +4729,34 @@
|
|
|
4640
4729
|
},
|
|
4641
4730
|
{
|
|
4642
4731
|
"type": "stat-display",
|
|
4643
|
-
"
|
|
4644
|
-
"
|
|
4732
|
+
"label": "CompletedPoints",
|
|
4733
|
+
"value": "@entity.completedPoints"
|
|
4645
4734
|
},
|
|
4646
4735
|
{
|
|
4647
|
-
"value": "@entity.remainingPoints",
|
|
4648
4736
|
"label": "RemainingPoints",
|
|
4737
|
+
"value": "@entity.remainingPoints",
|
|
4649
4738
|
"type": "stat-display"
|
|
4650
4739
|
},
|
|
4651
4740
|
{
|
|
4652
|
-
"
|
|
4741
|
+
"value": "@entity.velocity",
|
|
4653
4742
|
"type": "stat-display",
|
|
4654
|
-
"
|
|
4743
|
+
"label": "Velocity"
|
|
4655
4744
|
},
|
|
4656
4745
|
{
|
|
4657
|
-
"
|
|
4746
|
+
"label": "DaysRemaining",
|
|
4658
4747
|
"type": "stat-display",
|
|
4659
|
-
"
|
|
4748
|
+
"value": "@entity.daysRemaining"
|
|
4660
4749
|
}
|
|
4661
4750
|
],
|
|
4662
|
-
"cols": 5.0,
|
|
4663
4751
|
"type": "simple-grid"
|
|
4664
4752
|
}
|
|
4665
4753
|
],
|
|
4666
|
-
"type": "box"
|
|
4667
|
-
"padding": "md"
|
|
4754
|
+
"type": "box"
|
|
4668
4755
|
},
|
|
4669
4756
|
{
|
|
4670
4757
|
"type": "divider"
|
|
4671
4758
|
},
|
|
4672
4759
|
{
|
|
4673
|
-
"cols": 2.0,
|
|
4674
|
-
"type": "grid",
|
|
4675
|
-
"gap": "md",
|
|
4676
4760
|
"children": [
|
|
4677
4761
|
{
|
|
4678
4762
|
"type": "card",
|
|
@@ -4688,24 +4772,27 @@
|
|
|
4688
4772
|
"type": "card",
|
|
4689
4773
|
"children": [
|
|
4690
4774
|
{
|
|
4691
|
-
"
|
|
4775
|
+
"type": "typography",
|
|
4692
4776
|
"content": "Graph View",
|
|
4693
|
-
"
|
|
4777
|
+
"variant": "caption"
|
|
4694
4778
|
}
|
|
4695
4779
|
]
|
|
4696
4780
|
}
|
|
4697
|
-
]
|
|
4781
|
+
],
|
|
4782
|
+
"type": "grid",
|
|
4783
|
+
"cols": 2.0,
|
|
4784
|
+
"gap": "md"
|
|
4698
4785
|
},
|
|
4699
4786
|
{
|
|
4700
4787
|
"type": "line-chart",
|
|
4701
4788
|
"data": [
|
|
4702
4789
|
{
|
|
4703
|
-
"
|
|
4704
|
-
"
|
|
4790
|
+
"date": "Jan",
|
|
4791
|
+
"value": 12.0
|
|
4705
4792
|
},
|
|
4706
4793
|
{
|
|
4707
|
-
"
|
|
4708
|
-
"
|
|
4794
|
+
"value": 19.0,
|
|
4795
|
+
"date": "Feb"
|
|
4709
4796
|
},
|
|
4710
4797
|
{
|
|
4711
4798
|
"value": 15.0,
|
|
@@ -4720,41 +4807,30 @@
|
|
|
4720
4807
|
"value": 22.0
|
|
4721
4808
|
},
|
|
4722
4809
|
{
|
|
4723
|
-
"
|
|
4724
|
-
"
|
|
4810
|
+
"date": "Jun",
|
|
4811
|
+
"value": 30.0
|
|
4725
4812
|
}
|
|
4726
4813
|
]
|
|
4727
4814
|
},
|
|
4728
4815
|
{
|
|
4729
4816
|
"items": [
|
|
4730
4817
|
{
|
|
4731
|
-
"
|
|
4732
|
-
"
|
|
4818
|
+
"color": "primary",
|
|
4819
|
+
"label": "Current"
|
|
4733
4820
|
},
|
|
4734
4821
|
{
|
|
4735
|
-
"
|
|
4736
|
-
"
|
|
4822
|
+
"label": "Previous",
|
|
4823
|
+
"color": "muted"
|
|
4737
4824
|
}
|
|
4738
4825
|
],
|
|
4739
4826
|
"type": "chart-legend"
|
|
4740
4827
|
},
|
|
4741
4828
|
{
|
|
4742
|
-
"type": "graph-view",
|
|
4743
4829
|
"height": 200.0,
|
|
4744
|
-
"edges": [
|
|
4745
|
-
{
|
|
4746
|
-
"source": "a",
|
|
4747
|
-
"target": "b"
|
|
4748
|
-
},
|
|
4749
|
-
{
|
|
4750
|
-
"source": "b",
|
|
4751
|
-
"target": "c"
|
|
4752
|
-
}
|
|
4753
|
-
],
|
|
4754
4830
|
"nodes": [
|
|
4755
4831
|
{
|
|
4756
|
-
"
|
|
4757
|
-
"
|
|
4832
|
+
"id": "a",
|
|
4833
|
+
"label": "Start"
|
|
4758
4834
|
},
|
|
4759
4835
|
{
|
|
4760
4836
|
"label": "Process",
|
|
@@ -4765,12 +4841,20 @@
|
|
|
4765
4841
|
"id": "c"
|
|
4766
4842
|
}
|
|
4767
4843
|
],
|
|
4844
|
+
"type": "graph-view",
|
|
4845
|
+
"edges": [
|
|
4846
|
+
{
|
|
4847
|
+
"target": "b",
|
|
4848
|
+
"source": "a"
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"target": "c",
|
|
4852
|
+
"source": "b"
|
|
4853
|
+
}
|
|
4854
|
+
],
|
|
4768
4855
|
"width": 400.0
|
|
4769
4856
|
}
|
|
4770
|
-
]
|
|
4771
|
-
"type": "stack",
|
|
4772
|
-
"direction": "vertical",
|
|
4773
|
-
"gap": "lg"
|
|
4857
|
+
]
|
|
4774
4858
|
}
|
|
4775
4859
|
],
|
|
4776
4860
|
"type": "scaled-diagram"
|
|
@@ -4780,9 +4864,9 @@
|
|
|
4780
4864
|
"type": "dashboard-layout",
|
|
4781
4865
|
"navItems": [
|
|
4782
4866
|
{
|
|
4783
|
-
"
|
|
4867
|
+
"href": "/tasks",
|
|
4784
4868
|
"icon": "check-square",
|
|
4785
|
-
"
|
|
4869
|
+
"label": "Tasks"
|
|
4786
4870
|
},
|
|
4787
4871
|
{
|
|
4788
4872
|
"label": "Sprints",
|
|
@@ -4791,8 +4875,8 @@
|
|
|
4791
4875
|
},
|
|
4792
4876
|
{
|
|
4793
4877
|
"icon": "layout-list",
|
|
4794
|
-
"
|
|
4795
|
-
"
|
|
4878
|
+
"label": "Burndown",
|
|
4879
|
+
"href": "/burndown"
|
|
4796
4880
|
}
|
|
4797
4881
|
]
|
|
4798
4882
|
}
|
|
@@ -4818,40 +4902,20 @@
|
|
|
4818
4902
|
"render-ui",
|
|
4819
4903
|
"main",
|
|
4820
4904
|
{
|
|
4821
|
-
"navItems": [
|
|
4822
|
-
{
|
|
4823
|
-
"label": "Tasks",
|
|
4824
|
-
"href": "/tasks",
|
|
4825
|
-
"icon": "check-square"
|
|
4826
|
-
},
|
|
4827
|
-
{
|
|
4828
|
-
"icon": "zap",
|
|
4829
|
-
"href": "/sprints",
|
|
4830
|
-
"label": "Sprints"
|
|
4831
|
-
},
|
|
4832
|
-
{
|
|
4833
|
-
"href": "/burndown",
|
|
4834
|
-
"icon": "layout-list",
|
|
4835
|
-
"label": "Burndown"
|
|
4836
|
-
}
|
|
4837
|
-
],
|
|
4838
|
-
"appName": "ProjectManagerApp",
|
|
4839
|
-
"type": "dashboard-layout",
|
|
4840
4905
|
"children": [
|
|
4841
4906
|
{
|
|
4842
4907
|
"type": "scaled-diagram",
|
|
4843
4908
|
"children": [
|
|
4844
4909
|
{
|
|
4845
4910
|
"gap": "lg",
|
|
4846
|
-
"type": "stack",
|
|
4847
4911
|
"direction": "vertical",
|
|
4848
4912
|
"children": [
|
|
4849
4913
|
{
|
|
4850
4914
|
"type": "breadcrumb",
|
|
4851
4915
|
"items": [
|
|
4852
4916
|
{
|
|
4853
|
-
"
|
|
4854
|
-
"
|
|
4917
|
+
"label": "Home",
|
|
4918
|
+
"href": "/"
|
|
4855
4919
|
},
|
|
4856
4920
|
{
|
|
4857
4921
|
"label": "Burndown Chart"
|
|
@@ -4859,9 +4923,7 @@
|
|
|
4859
4923
|
]
|
|
4860
4924
|
},
|
|
4861
4925
|
{
|
|
4862
|
-
"direction": "horizontal",
|
|
4863
4926
|
"type": "stack",
|
|
4864
|
-
"justify": "between",
|
|
4865
4927
|
"children": [
|
|
4866
4928
|
{
|
|
4867
4929
|
"direction": "horizontal",
|
|
@@ -4872,47 +4934,48 @@
|
|
|
4872
4934
|
},
|
|
4873
4935
|
{
|
|
4874
4936
|
"type": "typography",
|
|
4875
|
-
"
|
|
4876
|
-
"
|
|
4937
|
+
"content": "Burndown Chart",
|
|
4938
|
+
"variant": "h2"
|
|
4877
4939
|
}
|
|
4878
4940
|
],
|
|
4879
|
-
"
|
|
4880
|
-
"
|
|
4941
|
+
"gap": "md",
|
|
4942
|
+
"type": "stack"
|
|
4881
4943
|
},
|
|
4882
4944
|
{
|
|
4883
|
-
"label": "Refresh",
|
|
4884
4945
|
"type": "button",
|
|
4885
|
-
"action": "REFRESH",
|
|
4886
4946
|
"variant": "secondary",
|
|
4887
|
-
"icon": "refresh-cw"
|
|
4947
|
+
"icon": "refresh-cw",
|
|
4948
|
+
"action": "REFRESH",
|
|
4949
|
+
"label": "Refresh"
|
|
4888
4950
|
}
|
|
4889
4951
|
],
|
|
4952
|
+
"direction": "horizontal",
|
|
4953
|
+
"justify": "between",
|
|
4890
4954
|
"gap": "md"
|
|
4891
4955
|
},
|
|
4892
4956
|
{
|
|
4893
4957
|
"type": "divider"
|
|
4894
4958
|
},
|
|
4895
4959
|
{
|
|
4896
|
-
"
|
|
4960
|
+
"padding": "md",
|
|
4897
4961
|
"children": [
|
|
4898
4962
|
{
|
|
4899
|
-
"type": "simple-grid",
|
|
4900
4963
|
"cols": 5.0,
|
|
4901
4964
|
"children": [
|
|
4902
4965
|
{
|
|
4903
4966
|
"type": "stat-display",
|
|
4904
|
-
"
|
|
4905
|
-
"
|
|
4967
|
+
"label": "TotalPoints",
|
|
4968
|
+
"value": "@entity.totalPoints"
|
|
4906
4969
|
},
|
|
4907
4970
|
{
|
|
4908
|
-
"
|
|
4971
|
+
"type": "stat-display",
|
|
4909
4972
|
"label": "CompletedPoints",
|
|
4910
|
-
"
|
|
4973
|
+
"value": "@entity.completedPoints"
|
|
4911
4974
|
},
|
|
4912
4975
|
{
|
|
4976
|
+
"type": "stat-display",
|
|
4913
4977
|
"value": "@entity.remainingPoints",
|
|
4914
|
-
"label": "RemainingPoints"
|
|
4915
|
-
"type": "stat-display"
|
|
4978
|
+
"label": "RemainingPoints"
|
|
4916
4979
|
},
|
|
4917
4980
|
{
|
|
4918
4981
|
"value": "@entity.velocity",
|
|
@@ -4924,24 +4987,26 @@
|
|
|
4924
4987
|
"label": "DaysRemaining",
|
|
4925
4988
|
"type": "stat-display"
|
|
4926
4989
|
}
|
|
4927
|
-
]
|
|
4990
|
+
],
|
|
4991
|
+
"type": "simple-grid"
|
|
4928
4992
|
}
|
|
4929
4993
|
],
|
|
4930
|
-
"
|
|
4994
|
+
"type": "box"
|
|
4931
4995
|
},
|
|
4932
4996
|
{
|
|
4933
4997
|
"type": "divider"
|
|
4934
4998
|
},
|
|
4935
4999
|
{
|
|
5000
|
+
"type": "grid",
|
|
4936
5001
|
"gap": "md",
|
|
4937
5002
|
"children": [
|
|
4938
5003
|
{
|
|
4939
5004
|
"type": "card",
|
|
4940
5005
|
"children": [
|
|
4941
5006
|
{
|
|
4942
|
-
"
|
|
5007
|
+
"content": "Chart View",
|
|
4943
5008
|
"variant": "caption",
|
|
4944
|
-
"
|
|
5009
|
+
"type": "typography"
|
|
4945
5010
|
}
|
|
4946
5011
|
]
|
|
4947
5012
|
},
|
|
@@ -4950,91 +5015,110 @@
|
|
|
4950
5015
|
"children": [
|
|
4951
5016
|
{
|
|
4952
5017
|
"content": "Graph View",
|
|
4953
|
-
"
|
|
4954
|
-
"
|
|
5018
|
+
"type": "typography",
|
|
5019
|
+
"variant": "caption"
|
|
4955
5020
|
}
|
|
4956
5021
|
]
|
|
4957
5022
|
}
|
|
4958
5023
|
],
|
|
4959
|
-
"cols": 2.0
|
|
4960
|
-
"type": "grid"
|
|
5024
|
+
"cols": 2.0
|
|
4961
5025
|
},
|
|
4962
5026
|
{
|
|
4963
5027
|
"type": "line-chart",
|
|
4964
5028
|
"data": [
|
|
4965
5029
|
{
|
|
4966
|
-
"
|
|
4967
|
-
"
|
|
5030
|
+
"value": 12.0,
|
|
5031
|
+
"date": "Jan"
|
|
4968
5032
|
},
|
|
4969
5033
|
{
|
|
4970
|
-
"
|
|
4971
|
-
"
|
|
5034
|
+
"value": 19.0,
|
|
5035
|
+
"date": "Feb"
|
|
4972
5036
|
},
|
|
4973
5037
|
{
|
|
4974
|
-
"
|
|
4975
|
-
"
|
|
5038
|
+
"date": "Mar",
|
|
5039
|
+
"value": 15.0
|
|
4976
5040
|
},
|
|
4977
5041
|
{
|
|
4978
5042
|
"date": "Apr",
|
|
4979
5043
|
"value": 25.0
|
|
4980
5044
|
},
|
|
4981
5045
|
{
|
|
4982
|
-
"
|
|
4983
|
-
"
|
|
5046
|
+
"value": 22.0,
|
|
5047
|
+
"date": "May"
|
|
4984
5048
|
},
|
|
4985
5049
|
{
|
|
4986
|
-
"
|
|
4987
|
-
"
|
|
5050
|
+
"value": 30.0,
|
|
5051
|
+
"date": "Jun"
|
|
4988
5052
|
}
|
|
4989
5053
|
]
|
|
4990
5054
|
},
|
|
4991
5055
|
{
|
|
4992
|
-
"type": "chart-legend",
|
|
4993
5056
|
"items": [
|
|
4994
5057
|
{
|
|
4995
|
-
"
|
|
4996
|
-
"
|
|
5058
|
+
"label": "Current",
|
|
5059
|
+
"color": "primary"
|
|
4997
5060
|
},
|
|
4998
5061
|
{
|
|
4999
|
-
"
|
|
5000
|
-
"
|
|
5062
|
+
"label": "Previous",
|
|
5063
|
+
"color": "muted"
|
|
5001
5064
|
}
|
|
5002
|
-
]
|
|
5065
|
+
],
|
|
5066
|
+
"type": "chart-legend"
|
|
5003
5067
|
},
|
|
5004
5068
|
{
|
|
5005
|
-
"
|
|
5006
|
-
"edges": [
|
|
5007
|
-
{
|
|
5008
|
-
"target": "b",
|
|
5009
|
-
"source": "a"
|
|
5010
|
-
},
|
|
5011
|
-
{
|
|
5012
|
-
"target": "c",
|
|
5013
|
-
"source": "b"
|
|
5014
|
-
}
|
|
5015
|
-
],
|
|
5069
|
+
"type": "graph-view",
|
|
5016
5070
|
"width": 400.0,
|
|
5071
|
+
"height": 200.0,
|
|
5017
5072
|
"nodes": [
|
|
5018
5073
|
{
|
|
5019
|
-
"
|
|
5020
|
-
"
|
|
5074
|
+
"id": "a",
|
|
5075
|
+
"label": "Start"
|
|
5021
5076
|
},
|
|
5022
5077
|
{
|
|
5023
|
-
"
|
|
5024
|
-
"
|
|
5078
|
+
"label": "Process",
|
|
5079
|
+
"id": "b"
|
|
5025
5080
|
},
|
|
5026
5081
|
{
|
|
5027
5082
|
"id": "c",
|
|
5028
5083
|
"label": "End"
|
|
5029
5084
|
}
|
|
5030
5085
|
],
|
|
5031
|
-
"
|
|
5086
|
+
"edges": [
|
|
5087
|
+
{
|
|
5088
|
+
"target": "b",
|
|
5089
|
+
"source": "a"
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"target": "c",
|
|
5093
|
+
"source": "b"
|
|
5094
|
+
}
|
|
5095
|
+
]
|
|
5032
5096
|
}
|
|
5033
|
-
]
|
|
5097
|
+
],
|
|
5098
|
+
"type": "stack"
|
|
5034
5099
|
}
|
|
5035
5100
|
]
|
|
5036
5101
|
}
|
|
5037
|
-
]
|
|
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"
|
|
5038
5122
|
}
|
|
5039
5123
|
]
|
|
5040
5124
|
]
|