@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -522,22 +522,22 @@
|
|
|
522
522
|
"render-ui",
|
|
523
523
|
"main",
|
|
524
524
|
{
|
|
525
|
+
"type": "stack",
|
|
526
|
+
"gap": "md",
|
|
525
527
|
"direction": "vertical",
|
|
526
|
-
"align": "center",
|
|
527
528
|
"className": "py-12",
|
|
528
|
-
"type": "stack",
|
|
529
529
|
"children": [
|
|
530
530
|
{
|
|
531
531
|
"type": "spinner"
|
|
532
532
|
},
|
|
533
533
|
{
|
|
534
|
-
"content": "Loading…",
|
|
535
|
-
"color": "muted",
|
|
536
534
|
"variant": "caption",
|
|
535
|
+
"color": "muted",
|
|
536
|
+
"content": "Loading…",
|
|
537
537
|
"type": "typography"
|
|
538
538
|
}
|
|
539
539
|
],
|
|
540
|
-
"
|
|
540
|
+
"align": "center"
|
|
541
541
|
}
|
|
542
542
|
]
|
|
543
543
|
]
|
|
@@ -551,7 +551,6 @@
|
|
|
551
551
|
"render-ui",
|
|
552
552
|
"main",
|
|
553
553
|
{
|
|
554
|
-
"appName": "ProjectManagerApp",
|
|
555
554
|
"type": "dashboard-layout",
|
|
556
555
|
"navItems": [
|
|
557
556
|
{
|
|
@@ -560,84 +559,87 @@
|
|
|
560
559
|
"icon": "check-square"
|
|
561
560
|
},
|
|
562
561
|
{
|
|
562
|
+
"href": "/sprints",
|
|
563
563
|
"icon": "zap",
|
|
564
|
-
"label": "Sprints"
|
|
565
|
-
"href": "/sprints"
|
|
564
|
+
"label": "Sprints"
|
|
566
565
|
},
|
|
567
566
|
{
|
|
567
|
+
"label": "Burndown",
|
|
568
568
|
"icon": "layout-list",
|
|
569
|
-
"href": "/burndown"
|
|
570
|
-
"label": "Burndown"
|
|
569
|
+
"href": "/burndown"
|
|
571
570
|
}
|
|
572
571
|
],
|
|
572
|
+
"appName": "ProjectManagerApp",
|
|
573
573
|
"children": [
|
|
574
574
|
{
|
|
575
575
|
"children": [
|
|
576
576
|
{
|
|
577
|
-
"
|
|
577
|
+
"direction": "horizontal",
|
|
578
578
|
"align": "center",
|
|
579
|
+
"justify": "between",
|
|
579
580
|
"children": [
|
|
580
581
|
{
|
|
581
|
-
"
|
|
582
|
+
"direction": "horizontal",
|
|
582
583
|
"type": "stack",
|
|
583
584
|
"gap": "sm",
|
|
585
|
+
"align": "center",
|
|
584
586
|
"children": [
|
|
585
587
|
{
|
|
586
|
-
"
|
|
587
|
-
"
|
|
588
|
+
"name": "check-square",
|
|
589
|
+
"type": "icon"
|
|
588
590
|
},
|
|
589
591
|
{
|
|
590
592
|
"type": "typography",
|
|
591
593
|
"variant": "h2",
|
|
592
594
|
"content": "Tasks"
|
|
593
595
|
}
|
|
594
|
-
]
|
|
595
|
-
"direction": "horizontal"
|
|
596
|
+
]
|
|
596
597
|
},
|
|
597
598
|
{
|
|
599
|
+
"type": "stack",
|
|
600
|
+
"direction": "horizontal",
|
|
598
601
|
"gap": "sm",
|
|
599
602
|
"children": [
|
|
600
603
|
{
|
|
601
604
|
"variant": "primary",
|
|
602
|
-
"icon": "plus",
|
|
603
605
|
"type": "button",
|
|
606
|
+
"icon": "plus",
|
|
604
607
|
"label": "Create Task",
|
|
605
608
|
"action": "CREATE"
|
|
606
609
|
}
|
|
607
|
-
]
|
|
608
|
-
"direction": "horizontal",
|
|
609
|
-
"type": "stack"
|
|
610
|
+
]
|
|
610
611
|
}
|
|
611
612
|
],
|
|
612
613
|
"type": "stack",
|
|
613
|
-
"gap": "md"
|
|
614
|
-
"direction": "horizontal"
|
|
614
|
+
"gap": "md"
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
617
|
"type": "divider"
|
|
618
618
|
},
|
|
619
619
|
{
|
|
620
|
-
"type": "simple-grid",
|
|
621
|
-
"cols": 1.0,
|
|
622
620
|
"children": [
|
|
623
621
|
{
|
|
624
|
-
"
|
|
625
|
-
"value": "@entity",
|
|
622
|
+
"type": "stat-display",
|
|
626
623
|
"label": "Total Tasks",
|
|
627
|
-
"
|
|
624
|
+
"icon": "check-square",
|
|
625
|
+
"value": "@entity"
|
|
628
626
|
}
|
|
629
|
-
]
|
|
627
|
+
],
|
|
628
|
+
"type": "simple-grid",
|
|
629
|
+
"cols": 1.0
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
632
|
"type": "divider"
|
|
633
633
|
},
|
|
634
634
|
{
|
|
635
|
-
"
|
|
635
|
+
"gap": "md",
|
|
636
|
+
"fields": [],
|
|
637
|
+
"entity": "@payload.data",
|
|
636
638
|
"itemActions": [
|
|
637
639
|
{
|
|
638
|
-
"
|
|
640
|
+
"event": "VIEW",
|
|
639
641
|
"variant": "ghost",
|
|
640
|
-
"
|
|
642
|
+
"label": "View"
|
|
641
643
|
},
|
|
642
644
|
{
|
|
643
645
|
"label": "Edit",
|
|
@@ -645,52 +647,50 @@
|
|
|
645
647
|
"variant": "ghost"
|
|
646
648
|
},
|
|
647
649
|
{
|
|
648
|
-
"
|
|
650
|
+
"event": "DELETE",
|
|
649
651
|
"variant": "danger",
|
|
650
|
-
"
|
|
652
|
+
"label": "Delete"
|
|
651
653
|
}
|
|
652
654
|
],
|
|
655
|
+
"type": "data-grid",
|
|
653
656
|
"columns": [
|
|
654
657
|
{
|
|
655
|
-
"name": "title",
|
|
656
658
|
"variant": "h3",
|
|
657
|
-
"icon": "check-square"
|
|
659
|
+
"icon": "check-square",
|
|
660
|
+
"name": "title"
|
|
658
661
|
},
|
|
659
662
|
{
|
|
660
663
|
"variant": "badge",
|
|
661
664
|
"name": "priority"
|
|
662
665
|
},
|
|
663
666
|
{
|
|
664
|
-
"
|
|
665
|
-
"
|
|
667
|
+
"name": "status",
|
|
668
|
+
"variant": "badge"
|
|
666
669
|
},
|
|
667
670
|
{
|
|
668
|
-
"
|
|
669
|
-
"
|
|
671
|
+
"name": "assignee",
|
|
672
|
+
"variant": "body"
|
|
670
673
|
},
|
|
671
674
|
{
|
|
672
|
-
"format": "number",
|
|
673
|
-
"name": "storyPoints",
|
|
674
675
|
"variant": "body",
|
|
675
|
-
"label": "Points"
|
|
676
|
+
"label": "Points",
|
|
677
|
+
"format": "number",
|
|
678
|
+
"name": "storyPoints"
|
|
676
679
|
},
|
|
677
680
|
{
|
|
678
|
-
"format": "date",
|
|
679
|
-
"name": "dueDate",
|
|
680
681
|
"label": "Due",
|
|
681
|
-
"variant": "caption"
|
|
682
|
+
"variant": "caption",
|
|
683
|
+
"name": "dueDate",
|
|
684
|
+
"format": "date"
|
|
682
685
|
}
|
|
683
686
|
],
|
|
684
|
-
"
|
|
685
|
-
"fields": [],
|
|
686
|
-
"entity": "@payload.data",
|
|
687
|
-
"type": "data-grid"
|
|
687
|
+
"cols": 2.0
|
|
688
688
|
}
|
|
689
689
|
],
|
|
690
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
690
691
|
"direction": "vertical",
|
|
691
692
|
"type": "stack",
|
|
692
|
-
"gap": "lg"
|
|
693
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
693
|
+
"gap": "lg"
|
|
694
694
|
}
|
|
695
695
|
]
|
|
696
696
|
}
|
|
@@ -707,35 +707,35 @@
|
|
|
707
707
|
"main",
|
|
708
708
|
{
|
|
709
709
|
"type": "stack",
|
|
710
|
+
"direction": "vertical",
|
|
711
|
+
"align": "center",
|
|
710
712
|
"children": [
|
|
711
713
|
{
|
|
712
|
-
"name": "alert-triangle",
|
|
713
714
|
"color": "destructive",
|
|
715
|
+
"name": "alert-triangle",
|
|
714
716
|
"type": "icon"
|
|
715
717
|
},
|
|
716
718
|
{
|
|
719
|
+
"type": "typography",
|
|
717
720
|
"variant": "h3",
|
|
718
|
-
"content": "Failed to load task"
|
|
719
|
-
"type": "typography"
|
|
721
|
+
"content": "Failed to load task"
|
|
720
722
|
},
|
|
721
723
|
{
|
|
722
|
-
"content": "@payload.error",
|
|
723
724
|
"variant": "body",
|
|
724
725
|
"color": "muted",
|
|
725
|
-
"type": "typography"
|
|
726
|
+
"type": "typography",
|
|
727
|
+
"content": "@payload.error"
|
|
726
728
|
},
|
|
727
729
|
{
|
|
728
730
|
"action": "INIT",
|
|
729
|
-
"
|
|
731
|
+
"variant": "primary",
|
|
730
732
|
"icon": "rotate-ccw",
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
+
"type": "button",
|
|
734
|
+
"label": "Retry"
|
|
733
735
|
}
|
|
734
736
|
],
|
|
735
|
-
"
|
|
736
|
-
"gap": "md"
|
|
737
|
-
"direction": "vertical",
|
|
738
|
-
"className": "py-12"
|
|
737
|
+
"className": "py-12",
|
|
738
|
+
"gap": "md"
|
|
739
739
|
}
|
|
740
740
|
]
|
|
741
741
|
]
|
|
@@ -928,30 +928,31 @@
|
|
|
928
928
|
"render-ui",
|
|
929
929
|
"modal",
|
|
930
930
|
{
|
|
931
|
-
"gap": "md",
|
|
932
931
|
"direction": "vertical",
|
|
932
|
+
"gap": "md",
|
|
933
933
|
"type": "stack",
|
|
934
934
|
"children": [
|
|
935
935
|
{
|
|
936
936
|
"children": [
|
|
937
937
|
{
|
|
938
|
-
"
|
|
939
|
-
"
|
|
938
|
+
"name": "plus-circle",
|
|
939
|
+
"type": "icon"
|
|
940
940
|
},
|
|
941
941
|
{
|
|
942
942
|
"variant": "h3",
|
|
943
|
-
"
|
|
944
|
-
"
|
|
943
|
+
"content": "Create Task",
|
|
944
|
+
"type": "typography"
|
|
945
945
|
}
|
|
946
946
|
],
|
|
947
|
+
"direction": "horizontal",
|
|
947
948
|
"gap": "sm",
|
|
948
|
-
"type": "stack"
|
|
949
|
-
"direction": "horizontal"
|
|
949
|
+
"type": "stack"
|
|
950
950
|
},
|
|
951
951
|
{
|
|
952
952
|
"type": "divider"
|
|
953
953
|
},
|
|
954
954
|
{
|
|
955
|
+
"submitEvent": "SAVE",
|
|
955
956
|
"cancelEvent": "CLOSE",
|
|
956
957
|
"fields": [
|
|
957
958
|
"title",
|
|
@@ -963,7 +964,6 @@
|
|
|
963
964
|
"dueDate"
|
|
964
965
|
],
|
|
965
966
|
"type": "form-section",
|
|
966
|
-
"submitEvent": "SAVE",
|
|
967
967
|
"mode": "create"
|
|
968
968
|
}
|
|
969
969
|
]
|
|
@@ -1219,43 +1219,42 @@
|
|
|
1219
1219
|
"fetch",
|
|
1220
1220
|
"Task",
|
|
1221
1221
|
{
|
|
1222
|
-
"id": "@payload.id",
|
|
1223
1222
|
"emit": {
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1226
|
-
}
|
|
1223
|
+
"failure": "TaskLoadFailed",
|
|
1224
|
+
"success": "TaskLoaded"
|
|
1225
|
+
},
|
|
1226
|
+
"id": "@payload.id"
|
|
1227
1227
|
}
|
|
1228
1228
|
],
|
|
1229
1229
|
[
|
|
1230
1230
|
"render-ui",
|
|
1231
1231
|
"modal",
|
|
1232
1232
|
{
|
|
1233
|
-
"type": "stack",
|
|
1234
1233
|
"children": [
|
|
1235
1234
|
{
|
|
1235
|
+
"direction": "horizontal",
|
|
1236
|
+
"type": "stack",
|
|
1237
|
+
"gap": "sm",
|
|
1236
1238
|
"children": [
|
|
1237
1239
|
{
|
|
1238
|
-
"
|
|
1239
|
-
"
|
|
1240
|
+
"type": "icon",
|
|
1241
|
+
"name": "edit"
|
|
1240
1242
|
},
|
|
1241
1243
|
{
|
|
1242
1244
|
"type": "typography",
|
|
1243
1245
|
"content": "Edit Task",
|
|
1244
1246
|
"variant": "h3"
|
|
1245
1247
|
}
|
|
1246
|
-
]
|
|
1247
|
-
"type": "stack",
|
|
1248
|
-
"gap": "sm",
|
|
1249
|
-
"direction": "horizontal"
|
|
1248
|
+
]
|
|
1250
1249
|
},
|
|
1251
1250
|
{
|
|
1252
1251
|
"type": "divider"
|
|
1253
1252
|
},
|
|
1254
1253
|
{
|
|
1255
|
-
"cancelEvent": "CLOSE",
|
|
1256
|
-
"submitEvent": "SAVE",
|
|
1257
|
-
"mode": "edit",
|
|
1258
1254
|
"type": "form-section",
|
|
1255
|
+
"entity": "@payload.row",
|
|
1256
|
+
"mode": "edit",
|
|
1257
|
+
"submitEvent": "SAVE",
|
|
1259
1258
|
"fields": [
|
|
1260
1259
|
"title",
|
|
1261
1260
|
"description",
|
|
@@ -1265,9 +1264,10 @@
|
|
|
1265
1264
|
"storyPoints",
|
|
1266
1265
|
"dueDate"
|
|
1267
1266
|
],
|
|
1268
|
-
"
|
|
1267
|
+
"cancelEvent": "CLOSE"
|
|
1269
1268
|
}
|
|
1270
1269
|
],
|
|
1270
|
+
"type": "stack",
|
|
1271
1271
|
"direction": "vertical",
|
|
1272
1272
|
"gap": "md"
|
|
1273
1273
|
}
|
|
@@ -1310,8 +1310,8 @@
|
|
|
1310
1310
|
"@payload.data",
|
|
1311
1311
|
{
|
|
1312
1312
|
"emit": {
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1313
|
+
"success": "TaskUpdated",
|
|
1314
|
+
"failure": "TaskUpdateFailed"
|
|
1315
1315
|
}
|
|
1316
1316
|
}
|
|
1317
1317
|
],
|
|
@@ -1456,11 +1456,11 @@
|
|
|
1456
1456
|
"fetch",
|
|
1457
1457
|
"Task",
|
|
1458
1458
|
{
|
|
1459
|
+
"id": "@payload.id",
|
|
1459
1460
|
"emit": {
|
|
1460
1461
|
"failure": "TaskLoadFailed",
|
|
1461
1462
|
"success": "TaskLoaded"
|
|
1462
|
-
}
|
|
1463
|
-
"id": "@payload.id"
|
|
1463
|
+
}
|
|
1464
1464
|
}
|
|
1465
1465
|
],
|
|
1466
1466
|
[
|
|
@@ -1471,19 +1471,19 @@
|
|
|
1471
1471
|
{
|
|
1472
1472
|
"children": [
|
|
1473
1473
|
{
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1474
|
+
"type": "icon",
|
|
1475
|
+
"name": "eye"
|
|
1476
1476
|
},
|
|
1477
1477
|
{
|
|
1478
1478
|
"variant": "h3",
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1479
|
+
"type": "typography",
|
|
1480
|
+
"content": "@entity.title"
|
|
1481
1481
|
}
|
|
1482
1482
|
],
|
|
1483
|
-
"
|
|
1483
|
+
"type": "stack",
|
|
1484
1484
|
"direction": "horizontal",
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1485
|
+
"align": "center",
|
|
1486
|
+
"gap": "sm"
|
|
1487
1487
|
},
|
|
1488
1488
|
{
|
|
1489
1489
|
"type": "divider"
|
|
@@ -1492,21 +1492,22 @@
|
|
|
1492
1492
|
"children": [
|
|
1493
1493
|
{
|
|
1494
1494
|
"content": "Title",
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1495
|
+
"type": "typography",
|
|
1496
|
+
"variant": "caption"
|
|
1497
1497
|
},
|
|
1498
1498
|
{
|
|
1499
|
-
"variant": "body",
|
|
1500
1499
|
"content": "@entity.title",
|
|
1500
|
+
"variant": "body",
|
|
1501
1501
|
"type": "typography"
|
|
1502
1502
|
}
|
|
1503
1503
|
],
|
|
1504
|
-
"gap": "md",
|
|
1505
1504
|
"direction": "horizontal",
|
|
1506
|
-
"type": "stack"
|
|
1505
|
+
"type": "stack",
|
|
1506
|
+
"gap": "md"
|
|
1507
1507
|
},
|
|
1508
1508
|
{
|
|
1509
1509
|
"direction": "horizontal",
|
|
1510
|
+
"gap": "md",
|
|
1510
1511
|
"type": "stack",
|
|
1511
1512
|
"children": [
|
|
1512
1513
|
{
|
|
@@ -1519,12 +1520,11 @@
|
|
|
1519
1520
|
"variant": "body",
|
|
1520
1521
|
"type": "typography"
|
|
1521
1522
|
}
|
|
1522
|
-
]
|
|
1523
|
-
"gap": "md"
|
|
1523
|
+
]
|
|
1524
1524
|
},
|
|
1525
1525
|
{
|
|
1526
|
-
"direction": "horizontal",
|
|
1527
1526
|
"gap": "md",
|
|
1527
|
+
"direction": "horizontal",
|
|
1528
1528
|
"type": "stack",
|
|
1529
1529
|
"children": [
|
|
1530
1530
|
{
|
|
@@ -1534,19 +1534,17 @@
|
|
|
1534
1534
|
},
|
|
1535
1535
|
{
|
|
1536
1536
|
"type": "typography",
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1537
|
+
"variant": "body",
|
|
1538
|
+
"content": "@entity.assignee"
|
|
1539
1539
|
}
|
|
1540
1540
|
]
|
|
1541
1541
|
},
|
|
1542
1542
|
{
|
|
1543
|
-
"type": "stack",
|
|
1544
|
-
"direction": "horizontal",
|
|
1545
1543
|
"children": [
|
|
1546
1544
|
{
|
|
1547
|
-
"
|
|
1545
|
+
"type": "typography",
|
|
1548
1546
|
"content": "Priority",
|
|
1549
|
-
"
|
|
1547
|
+
"variant": "caption"
|
|
1550
1548
|
},
|
|
1551
1549
|
{
|
|
1552
1550
|
"variant": "body",
|
|
@@ -1554,45 +1552,48 @@
|
|
|
1554
1552
|
"type": "typography"
|
|
1555
1553
|
}
|
|
1556
1554
|
],
|
|
1557
|
-
"
|
|
1555
|
+
"direction": "horizontal",
|
|
1556
|
+
"gap": "md",
|
|
1557
|
+
"type": "stack"
|
|
1558
1558
|
},
|
|
1559
1559
|
{
|
|
1560
|
+
"direction": "horizontal",
|
|
1561
|
+
"type": "stack",
|
|
1562
|
+
"gap": "md",
|
|
1560
1563
|
"children": [
|
|
1561
1564
|
{
|
|
1562
|
-
"type": "typography",
|
|
1563
1565
|
"content": "Status",
|
|
1566
|
+
"type": "typography",
|
|
1564
1567
|
"variant": "caption"
|
|
1565
1568
|
},
|
|
1566
1569
|
{
|
|
1567
1570
|
"variant": "body",
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1571
|
+
"type": "typography",
|
|
1572
|
+
"content": "@entity.status"
|
|
1570
1573
|
}
|
|
1571
|
-
]
|
|
1572
|
-
"gap": "md",
|
|
1573
|
-
"direction": "horizontal",
|
|
1574
|
-
"type": "stack"
|
|
1574
|
+
]
|
|
1575
1575
|
},
|
|
1576
1576
|
{
|
|
1577
|
+
"type": "stack",
|
|
1578
|
+
"direction": "horizontal",
|
|
1577
1579
|
"children": [
|
|
1578
1580
|
{
|
|
1579
|
-
"type": "typography",
|
|
1580
1581
|
"variant": "caption",
|
|
1582
|
+
"type": "typography",
|
|
1581
1583
|
"content": "Story Points"
|
|
1582
1584
|
},
|
|
1583
1585
|
{
|
|
1584
|
-
"variant": "body",
|
|
1585
1586
|
"content": "@entity.storyPoints",
|
|
1587
|
+
"variant": "body",
|
|
1586
1588
|
"type": "typography"
|
|
1587
1589
|
}
|
|
1588
1590
|
],
|
|
1589
|
-
"
|
|
1590
|
-
"gap": "md",
|
|
1591
|
-
"type": "stack"
|
|
1591
|
+
"gap": "md"
|
|
1592
1592
|
},
|
|
1593
1593
|
{
|
|
1594
|
-
"type": "stack",
|
|
1595
1594
|
"gap": "md",
|
|
1595
|
+
"type": "stack",
|
|
1596
|
+
"direction": "horizontal",
|
|
1596
1597
|
"children": [
|
|
1597
1598
|
{
|
|
1598
1599
|
"type": "typography",
|
|
@@ -1600,41 +1601,40 @@
|
|
|
1600
1601
|
"content": "Due Date"
|
|
1601
1602
|
},
|
|
1602
1603
|
{
|
|
1604
|
+
"content": "@entity.dueDate",
|
|
1603
1605
|
"type": "typography",
|
|
1604
|
-
"variant": "body"
|
|
1605
|
-
"content": "@entity.dueDate"
|
|
1606
|
+
"variant": "body"
|
|
1606
1607
|
}
|
|
1607
|
-
]
|
|
1608
|
-
"direction": "horizontal"
|
|
1608
|
+
]
|
|
1609
1609
|
},
|
|
1610
1610
|
{
|
|
1611
1611
|
"type": "divider"
|
|
1612
1612
|
},
|
|
1613
1613
|
{
|
|
1614
1614
|
"gap": "sm",
|
|
1615
|
-
"type": "stack",
|
|
1616
|
-
"justify": "end",
|
|
1617
1615
|
"children": [
|
|
1618
1616
|
{
|
|
1619
|
-
"variant": "primary",
|
|
1620
1617
|
"type": "button",
|
|
1621
|
-
"action": "EDIT",
|
|
1622
1618
|
"icon": "edit",
|
|
1619
|
+
"action": "EDIT",
|
|
1620
|
+
"variant": "primary",
|
|
1623
1621
|
"label": "Edit"
|
|
1624
1622
|
},
|
|
1625
1623
|
{
|
|
1626
|
-
"
|
|
1624
|
+
"label": "Close",
|
|
1627
1625
|
"variant": "ghost",
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
1626
|
+
"action": "CLOSE",
|
|
1627
|
+
"type": "button"
|
|
1630
1628
|
}
|
|
1631
1629
|
],
|
|
1632
|
-
"direction": "horizontal"
|
|
1630
|
+
"direction": "horizontal",
|
|
1631
|
+
"justify": "end",
|
|
1632
|
+
"type": "stack"
|
|
1633
1633
|
}
|
|
1634
1634
|
],
|
|
1635
|
-
"
|
|
1635
|
+
"gap": "md",
|
|
1636
1636
|
"type": "stack",
|
|
1637
|
-
"
|
|
1637
|
+
"direction": "vertical"
|
|
1638
1638
|
}
|
|
1639
1639
|
]
|
|
1640
1640
|
]
|
|
@@ -1869,21 +1869,21 @@
|
|
|
1869
1869
|
"fetch",
|
|
1870
1870
|
"Task",
|
|
1871
1871
|
{
|
|
1872
|
-
"id": "@payload.id",
|
|
1873
1872
|
"emit": {
|
|
1874
|
-
"
|
|
1875
|
-
"
|
|
1876
|
-
}
|
|
1873
|
+
"success": "TaskLoaded",
|
|
1874
|
+
"failure": "TaskLoadFailed"
|
|
1875
|
+
},
|
|
1876
|
+
"id": "@payload.id"
|
|
1877
1877
|
}
|
|
1878
1878
|
],
|
|
1879
1879
|
[
|
|
1880
1880
|
"render-ui",
|
|
1881
1881
|
"modal",
|
|
1882
1882
|
{
|
|
1883
|
+
"gap": "md",
|
|
1884
|
+
"type": "stack",
|
|
1883
1885
|
"children": [
|
|
1884
1886
|
{
|
|
1885
|
-
"direction": "horizontal",
|
|
1886
|
-
"type": "stack",
|
|
1887
1887
|
"align": "center",
|
|
1888
1888
|
"children": [
|
|
1889
1889
|
{
|
|
@@ -1891,46 +1891,46 @@
|
|
|
1891
1891
|
"type": "icon"
|
|
1892
1892
|
},
|
|
1893
1893
|
{
|
|
1894
|
+
"variant": "h3",
|
|
1894
1895
|
"type": "typography",
|
|
1895
|
-
"content": "Delete Task"
|
|
1896
|
-
"variant": "h3"
|
|
1896
|
+
"content": "Delete Task"
|
|
1897
1897
|
}
|
|
1898
1898
|
],
|
|
1899
|
+
"direction": "horizontal",
|
|
1900
|
+
"type": "stack",
|
|
1899
1901
|
"gap": "sm"
|
|
1900
1902
|
},
|
|
1901
1903
|
{
|
|
1902
1904
|
"type": "divider"
|
|
1903
1905
|
},
|
|
1904
1906
|
{
|
|
1905
|
-
"message": "This action cannot be undone.",
|
|
1906
1907
|
"variant": "error",
|
|
1908
|
+
"message": "This action cannot be undone.",
|
|
1907
1909
|
"type": "alert"
|
|
1908
1910
|
},
|
|
1909
1911
|
{
|
|
1912
|
+
"type": "stack",
|
|
1913
|
+
"direction": "horizontal",
|
|
1910
1914
|
"children": [
|
|
1911
1915
|
{
|
|
1912
|
-
"variant": "ghost",
|
|
1913
|
-
"label": "Cancel",
|
|
1914
1916
|
"type": "button",
|
|
1915
|
-
"
|
|
1917
|
+
"label": "Cancel",
|
|
1918
|
+
"action": "CANCEL",
|
|
1919
|
+
"variant": "ghost"
|
|
1916
1920
|
},
|
|
1917
1921
|
{
|
|
1918
|
-
"label": "Delete",
|
|
1919
|
-
"action": "CONFIRM_DELETE",
|
|
1920
1922
|
"variant": "danger",
|
|
1921
1923
|
"icon": "check",
|
|
1922
|
-
"
|
|
1924
|
+
"action": "CONFIRM_DELETE",
|
|
1925
|
+
"type": "button",
|
|
1926
|
+
"label": "Delete"
|
|
1923
1927
|
}
|
|
1924
1928
|
],
|
|
1925
|
-
"gap": "sm",
|
|
1926
|
-
"direction": "horizontal",
|
|
1927
1929
|
"justify": "end",
|
|
1928
|
-
"
|
|
1930
|
+
"gap": "sm"
|
|
1929
1931
|
}
|
|
1930
1932
|
],
|
|
1931
|
-
"
|
|
1932
|
-
"direction": "vertical",
|
|
1933
|
-
"type": "stack"
|
|
1933
|
+
"direction": "vertical"
|
|
1934
1934
|
}
|
|
1935
1935
|
]
|
|
1936
1936
|
]
|
|
@@ -2246,22 +2246,22 @@
|
|
|
2246
2246
|
"render-ui",
|
|
2247
2247
|
"main",
|
|
2248
2248
|
{
|
|
2249
|
-
"gap": "md",
|
|
2250
2249
|
"align": "center",
|
|
2251
|
-
"
|
|
2250
|
+
"gap": "md",
|
|
2251
|
+
"direction": "vertical",
|
|
2252
|
+
"className": "py-12",
|
|
2252
2253
|
"children": [
|
|
2253
2254
|
{
|
|
2254
2255
|
"type": "spinner"
|
|
2255
2256
|
},
|
|
2256
2257
|
{
|
|
2257
|
-
"content": "Loading…",
|
|
2258
2258
|
"type": "typography",
|
|
2259
|
+
"content": "Loading…",
|
|
2259
2260
|
"color": "muted",
|
|
2260
2261
|
"variant": "caption"
|
|
2261
2262
|
}
|
|
2262
2263
|
],
|
|
2263
|
-
"
|
|
2264
|
-
"direction": "vertical"
|
|
2264
|
+
"type": "stack"
|
|
2265
2265
|
}
|
|
2266
2266
|
]
|
|
2267
2267
|
]
|
|
@@ -2275,39 +2275,34 @@
|
|
|
2275
2275
|
"render-ui",
|
|
2276
2276
|
"main",
|
|
2277
2277
|
{
|
|
2278
|
-
"appName": "ProjectManagerApp",
|
|
2279
|
-
"type": "dashboard-layout",
|
|
2280
2278
|
"navItems": [
|
|
2281
2279
|
{
|
|
2282
|
-
"
|
|
2280
|
+
"href": "/tasks",
|
|
2283
2281
|
"icon": "check-square",
|
|
2284
|
-
"
|
|
2282
|
+
"label": "Tasks"
|
|
2285
2283
|
},
|
|
2286
2284
|
{
|
|
2287
|
-
"href": "/sprints",
|
|
2288
2285
|
"icon": "zap",
|
|
2286
|
+
"href": "/sprints",
|
|
2289
2287
|
"label": "Sprints"
|
|
2290
2288
|
},
|
|
2291
2289
|
{
|
|
2292
|
-
"href": "/burndown",
|
|
2293
2290
|
"icon": "layout-list",
|
|
2294
|
-
"label": "Burndown"
|
|
2291
|
+
"label": "Burndown",
|
|
2292
|
+
"href": "/burndown"
|
|
2295
2293
|
}
|
|
2296
2294
|
],
|
|
2295
|
+
"appName": "ProjectManagerApp",
|
|
2297
2296
|
"children": [
|
|
2298
2297
|
{
|
|
2299
|
-
"direction": "vertical",
|
|
2300
|
-
"gap": "lg",
|
|
2301
|
-
"type": "stack",
|
|
2302
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2303
2298
|
"children": [
|
|
2304
2299
|
{
|
|
2300
|
+
"type": "stack",
|
|
2301
|
+
"direction": "horizontal",
|
|
2305
2302
|
"justify": "between",
|
|
2306
2303
|
"align": "center",
|
|
2307
2304
|
"children": [
|
|
2308
2305
|
{
|
|
2309
|
-
"type": "stack",
|
|
2310
|
-
"align": "center",
|
|
2311
2306
|
"gap": "sm",
|
|
2312
2307
|
"children": [
|
|
2313
2308
|
{
|
|
@@ -2315,95 +2310,100 @@
|
|
|
2315
2310
|
"name": "zap"
|
|
2316
2311
|
},
|
|
2317
2312
|
{
|
|
2318
|
-
"content": "Sprints",
|
|
2319
2313
|
"variant": "h2",
|
|
2314
|
+
"content": "Sprints",
|
|
2320
2315
|
"type": "typography"
|
|
2321
2316
|
}
|
|
2322
2317
|
],
|
|
2323
|
-
"direction": "horizontal"
|
|
2318
|
+
"direction": "horizontal",
|
|
2319
|
+
"type": "stack",
|
|
2320
|
+
"align": "center"
|
|
2324
2321
|
},
|
|
2325
2322
|
{
|
|
2326
2323
|
"type": "stack",
|
|
2327
|
-
"direction": "horizontal",
|
|
2328
2324
|
"children": [
|
|
2329
2325
|
{
|
|
2330
2326
|
"action": "CREATE",
|
|
2331
|
-
"
|
|
2327
|
+
"label": "Create Sprint",
|
|
2332
2328
|
"icon": "plus",
|
|
2333
2329
|
"type": "button",
|
|
2334
|
-
"
|
|
2330
|
+
"variant": "primary"
|
|
2335
2331
|
}
|
|
2336
2332
|
],
|
|
2337
|
-
"gap": "sm"
|
|
2333
|
+
"gap": "sm",
|
|
2334
|
+
"direction": "horizontal"
|
|
2338
2335
|
}
|
|
2339
2336
|
],
|
|
2340
|
-
"
|
|
2341
|
-
"gap": "md",
|
|
2342
|
-
"type": "stack"
|
|
2337
|
+
"gap": "md"
|
|
2343
2338
|
},
|
|
2344
2339
|
{
|
|
2345
2340
|
"type": "divider"
|
|
2346
2341
|
},
|
|
2347
2342
|
{
|
|
2348
|
-
"fields": [],
|
|
2349
|
-
"entity": "@payload.data",
|
|
2350
|
-
"itemActions": [
|
|
2351
|
-
{
|
|
2352
|
-
"label": "View",
|
|
2353
|
-
"event": "VIEW",
|
|
2354
|
-
"variant": "ghost"
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"label": "Edit",
|
|
2358
|
-
"event": "EDIT",
|
|
2359
|
-
"variant": "ghost"
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"event": "DELETE",
|
|
2363
|
-
"label": "Delete",
|
|
2364
|
-
"variant": "danger"
|
|
2365
|
-
}
|
|
2366
|
-
],
|
|
2367
|
-
"cols": 2.0,
|
|
2368
2343
|
"columns": [
|
|
2369
2344
|
{
|
|
2370
|
-
"
|
|
2345
|
+
"name": "name",
|
|
2371
2346
|
"variant": "h3",
|
|
2372
|
-
"
|
|
2347
|
+
"icon": "zap"
|
|
2373
2348
|
},
|
|
2374
2349
|
{
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2350
|
+
"variant": "badge",
|
|
2351
|
+
"name": "status"
|
|
2377
2352
|
},
|
|
2378
2353
|
{
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2354
|
+
"name": "goal",
|
|
2355
|
+
"variant": "body"
|
|
2381
2356
|
},
|
|
2382
2357
|
{
|
|
2383
|
-
"variant": "caption",
|
|
2384
2358
|
"name": "startDate",
|
|
2385
|
-
"
|
|
2386
|
-
"format": "date"
|
|
2359
|
+
"variant": "caption",
|
|
2360
|
+
"format": "date",
|
|
2361
|
+
"label": "Start"
|
|
2387
2362
|
},
|
|
2388
2363
|
{
|
|
2389
|
-
"name": "endDate",
|
|
2390
|
-
"format": "date",
|
|
2391
2364
|
"label": "End",
|
|
2392
|
-
"
|
|
2365
|
+
"name": "endDate",
|
|
2366
|
+
"variant": "caption",
|
|
2367
|
+
"format": "date"
|
|
2393
2368
|
},
|
|
2394
2369
|
{
|
|
2395
|
-
"label": "Tasks",
|
|
2396
|
-
"format": "number",
|
|
2397
2370
|
"name": "taskCount",
|
|
2371
|
+
"format": "number",
|
|
2372
|
+
"label": "Tasks",
|
|
2398
2373
|
"variant": "body"
|
|
2399
2374
|
}
|
|
2400
2375
|
],
|
|
2401
2376
|
"type": "data-grid",
|
|
2402
|
-
"
|
|
2377
|
+
"entity": "@payload.data",
|
|
2378
|
+
"cols": 2.0,
|
|
2379
|
+
"gap": "md",
|
|
2380
|
+
"itemActions": [
|
|
2381
|
+
{
|
|
2382
|
+
"label": "View",
|
|
2383
|
+
"variant": "ghost",
|
|
2384
|
+
"event": "VIEW"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"variant": "ghost",
|
|
2388
|
+
"label": "Edit",
|
|
2389
|
+
"event": "EDIT"
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"variant": "danger",
|
|
2393
|
+
"event": "DELETE",
|
|
2394
|
+
"label": "Delete"
|
|
2395
|
+
}
|
|
2396
|
+
],
|
|
2397
|
+
"fields": []
|
|
2403
2398
|
}
|
|
2404
|
-
]
|
|
2399
|
+
],
|
|
2400
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2401
|
+
"gap": "lg",
|
|
2402
|
+
"type": "stack",
|
|
2403
|
+
"direction": "vertical"
|
|
2405
2404
|
}
|
|
2406
|
-
]
|
|
2405
|
+
],
|
|
2406
|
+
"type": "dashboard-layout"
|
|
2407
2407
|
}
|
|
2408
2408
|
]
|
|
2409
2409
|
]
|
|
@@ -2417,6 +2417,10 @@
|
|
|
2417
2417
|
"render-ui",
|
|
2418
2418
|
"main",
|
|
2419
2419
|
{
|
|
2420
|
+
"type": "stack",
|
|
2421
|
+
"align": "center",
|
|
2422
|
+
"gap": "md",
|
|
2423
|
+
"className": "py-12",
|
|
2420
2424
|
"children": [
|
|
2421
2425
|
{
|
|
2422
2426
|
"type": "icon",
|
|
@@ -2424,29 +2428,25 @@
|
|
|
2424
2428
|
"color": "destructive"
|
|
2425
2429
|
},
|
|
2426
2430
|
{
|
|
2427
|
-
"type": "typography",
|
|
2428
2431
|
"variant": "h3",
|
|
2432
|
+
"type": "typography",
|
|
2429
2433
|
"content": "Failed to load sprint"
|
|
2430
2434
|
},
|
|
2431
2435
|
{
|
|
2436
|
+
"type": "typography",
|
|
2432
2437
|
"variant": "body",
|
|
2433
2438
|
"content": "@payload.error",
|
|
2434
|
-
"type": "typography",
|
|
2435
2439
|
"color": "muted"
|
|
2436
2440
|
},
|
|
2437
2441
|
{
|
|
2438
|
-
"
|
|
2442
|
+
"icon": "rotate-ccw",
|
|
2439
2443
|
"action": "INIT",
|
|
2440
2444
|
"label": "Retry",
|
|
2441
2445
|
"variant": "primary",
|
|
2442
|
-
"
|
|
2446
|
+
"type": "button"
|
|
2443
2447
|
}
|
|
2444
2448
|
],
|
|
2445
|
-
"
|
|
2446
|
-
"direction": "vertical",
|
|
2447
|
-
"align": "center",
|
|
2448
|
-
"gap": "md",
|
|
2449
|
-
"type": "stack"
|
|
2449
|
+
"direction": "vertical"
|
|
2450
2450
|
}
|
|
2451
2451
|
]
|
|
2452
2452
|
]
|
|
@@ -2622,8 +2622,8 @@
|
|
|
2622
2622
|
"Sprint",
|
|
2623
2623
|
{
|
|
2624
2624
|
"emit": {
|
|
2625
|
-
"
|
|
2626
|
-
"
|
|
2625
|
+
"failure": "SprintLoadFailed",
|
|
2626
|
+
"success": "SprintLoaded"
|
|
2627
2627
|
}
|
|
2628
2628
|
}
|
|
2629
2629
|
],
|
|
@@ -2631,11 +2631,10 @@
|
|
|
2631
2631
|
"render-ui",
|
|
2632
2632
|
"modal",
|
|
2633
2633
|
{
|
|
2634
|
-
"
|
|
2634
|
+
"direction": "vertical",
|
|
2635
2635
|
"children": [
|
|
2636
2636
|
{
|
|
2637
|
-
"
|
|
2638
|
-
"direction": "horizontal",
|
|
2637
|
+
"type": "stack",
|
|
2639
2638
|
"children": [
|
|
2640
2639
|
{
|
|
2641
2640
|
"name": "plus-circle",
|
|
@@ -2643,19 +2642,18 @@
|
|
|
2643
2642
|
},
|
|
2644
2643
|
{
|
|
2645
2644
|
"content": "Create Sprint",
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2645
|
+
"variant": "h3",
|
|
2646
|
+
"type": "typography"
|
|
2648
2647
|
}
|
|
2649
2648
|
],
|
|
2650
|
-
"
|
|
2649
|
+
"gap": "sm",
|
|
2650
|
+
"direction": "horizontal"
|
|
2651
2651
|
},
|
|
2652
2652
|
{
|
|
2653
2653
|
"type": "divider"
|
|
2654
2654
|
},
|
|
2655
2655
|
{
|
|
2656
2656
|
"cancelEvent": "CLOSE",
|
|
2657
|
-
"mode": "create",
|
|
2658
|
-
"type": "form-section",
|
|
2659
2657
|
"fields": [
|
|
2660
2658
|
"name",
|
|
2661
2659
|
"startDate",
|
|
@@ -2664,11 +2662,13 @@
|
|
|
2664
2662
|
"status",
|
|
2665
2663
|
"taskCount"
|
|
2666
2664
|
],
|
|
2667
|
-
"
|
|
2665
|
+
"mode": "create",
|
|
2666
|
+
"submitEvent": "SAVE",
|
|
2667
|
+
"type": "form-section"
|
|
2668
2668
|
}
|
|
2669
2669
|
],
|
|
2670
|
-
"
|
|
2671
|
-
"
|
|
2670
|
+
"type": "stack",
|
|
2671
|
+
"gap": "md"
|
|
2672
2672
|
}
|
|
2673
2673
|
]
|
|
2674
2674
|
]
|
|
@@ -2913,8 +2913,8 @@
|
|
|
2913
2913
|
"Sprint",
|
|
2914
2914
|
{
|
|
2915
2915
|
"emit": {
|
|
2916
|
-
"
|
|
2917
|
-
"
|
|
2916
|
+
"success": "SprintLoaded",
|
|
2917
|
+
"failure": "SprintLoadFailed"
|
|
2918
2918
|
},
|
|
2919
2919
|
"id": "@payload.id"
|
|
2920
2920
|
}
|
|
@@ -2923,21 +2923,21 @@
|
|
|
2923
2923
|
"render-ui",
|
|
2924
2924
|
"modal",
|
|
2925
2925
|
{
|
|
2926
|
-
"type": "stack",
|
|
2927
2926
|
"gap": "md",
|
|
2927
|
+
"type": "stack",
|
|
2928
2928
|
"direction": "vertical",
|
|
2929
2929
|
"children": [
|
|
2930
2930
|
{
|
|
2931
2931
|
"type": "stack",
|
|
2932
2932
|
"children": [
|
|
2933
2933
|
{
|
|
2934
|
-
"
|
|
2935
|
-
"
|
|
2934
|
+
"type": "icon",
|
|
2935
|
+
"name": "edit"
|
|
2936
2936
|
},
|
|
2937
2937
|
{
|
|
2938
|
-
"
|
|
2938
|
+
"content": "Edit Sprint",
|
|
2939
2939
|
"variant": "h3",
|
|
2940
|
-
"
|
|
2940
|
+
"type": "typography"
|
|
2941
2941
|
}
|
|
2942
2942
|
],
|
|
2943
2943
|
"direction": "horizontal",
|
|
@@ -2947,11 +2947,8 @@
|
|
|
2947
2947
|
"type": "divider"
|
|
2948
2948
|
},
|
|
2949
2949
|
{
|
|
2950
|
-
"cancelEvent": "CLOSE",
|
|
2951
|
-
"submitEvent": "SAVE",
|
|
2952
|
-
"mode": "edit",
|
|
2953
2950
|
"type": "form-section",
|
|
2954
|
-
"
|
|
2951
|
+
"submitEvent": "SAVE",
|
|
2955
2952
|
"fields": [
|
|
2956
2953
|
"name",
|
|
2957
2954
|
"startDate",
|
|
@@ -2959,7 +2956,10 @@
|
|
|
2959
2956
|
"goal",
|
|
2960
2957
|
"status",
|
|
2961
2958
|
"taskCount"
|
|
2962
|
-
]
|
|
2959
|
+
],
|
|
2960
|
+
"entity": "@payload.row",
|
|
2961
|
+
"mode": "edit",
|
|
2962
|
+
"cancelEvent": "CLOSE"
|
|
2963
2963
|
}
|
|
2964
2964
|
]
|
|
2965
2965
|
}
|
|
@@ -3142,8 +3142,8 @@
|
|
|
3142
3142
|
{
|
|
3143
3143
|
"id": "@payload.id",
|
|
3144
3144
|
"emit": {
|
|
3145
|
-
"
|
|
3146
|
-
"
|
|
3145
|
+
"success": "SprintLoaded",
|
|
3146
|
+
"failure": "SprintLoadFailed"
|
|
3147
3147
|
}
|
|
3148
3148
|
}
|
|
3149
3149
|
],
|
|
@@ -3151,14 +3151,12 @@
|
|
|
3151
3151
|
"render-ui",
|
|
3152
3152
|
"modal",
|
|
3153
3153
|
{
|
|
3154
|
-
"type": "stack",
|
|
3155
|
-
"direction": "vertical",
|
|
3156
3154
|
"gap": "md",
|
|
3155
|
+
"type": "stack",
|
|
3157
3156
|
"children": [
|
|
3158
3157
|
{
|
|
3159
3158
|
"type": "stack",
|
|
3160
|
-
"
|
|
3161
|
-
"direction": "horizontal",
|
|
3159
|
+
"align": "center",
|
|
3162
3160
|
"children": [
|
|
3163
3161
|
{
|
|
3164
3162
|
"name": "eye",
|
|
@@ -3170,138 +3168,140 @@
|
|
|
3170
3168
|
"content": "@entity.name"
|
|
3171
3169
|
}
|
|
3172
3170
|
],
|
|
3173
|
-
"
|
|
3171
|
+
"direction": "horizontal",
|
|
3172
|
+
"gap": "sm"
|
|
3174
3173
|
},
|
|
3175
3174
|
{
|
|
3176
3175
|
"type": "divider"
|
|
3177
3176
|
},
|
|
3178
3177
|
{
|
|
3179
|
-
"
|
|
3178
|
+
"type": "stack",
|
|
3180
3179
|
"gap": "md",
|
|
3180
|
+
"direction": "horizontal",
|
|
3181
3181
|
"children": [
|
|
3182
3182
|
{
|
|
3183
|
+
"type": "typography",
|
|
3183
3184
|
"variant": "caption",
|
|
3184
|
-
"content": "Name"
|
|
3185
|
-
"type": "typography"
|
|
3185
|
+
"content": "Name"
|
|
3186
3186
|
},
|
|
3187
3187
|
{
|
|
3188
|
-
"content": "@entity.name",
|
|
3189
3188
|
"type": "typography",
|
|
3190
|
-
"variant": "body"
|
|
3189
|
+
"variant": "body",
|
|
3190
|
+
"content": "@entity.name"
|
|
3191
3191
|
}
|
|
3192
|
-
]
|
|
3193
|
-
"type": "stack"
|
|
3192
|
+
]
|
|
3194
3193
|
},
|
|
3195
3194
|
{
|
|
3195
|
+
"type": "stack",
|
|
3196
|
+
"direction": "horizontal",
|
|
3196
3197
|
"children": [
|
|
3197
3198
|
{
|
|
3199
|
+
"type": "typography",
|
|
3198
3200
|
"variant": "caption",
|
|
3199
|
-
"content": "Start Date"
|
|
3200
|
-
"type": "typography"
|
|
3201
|
+
"content": "Start Date"
|
|
3201
3202
|
},
|
|
3202
3203
|
{
|
|
3203
|
-
"content": "@entity.startDate",
|
|
3204
3204
|
"type": "typography",
|
|
3205
|
-
"variant": "body"
|
|
3205
|
+
"variant": "body",
|
|
3206
|
+
"content": "@entity.startDate"
|
|
3206
3207
|
}
|
|
3207
3208
|
],
|
|
3208
|
-
"gap": "md"
|
|
3209
|
-
"type": "stack",
|
|
3210
|
-
"direction": "horizontal"
|
|
3209
|
+
"gap": "md"
|
|
3211
3210
|
},
|
|
3212
3211
|
{
|
|
3213
3212
|
"gap": "md",
|
|
3213
|
+
"direction": "horizontal",
|
|
3214
3214
|
"type": "stack",
|
|
3215
3215
|
"children": [
|
|
3216
3216
|
{
|
|
3217
|
-
"
|
|
3217
|
+
"variant": "caption",
|
|
3218
3218
|
"type": "typography",
|
|
3219
|
-
"
|
|
3219
|
+
"content": "End Date"
|
|
3220
3220
|
},
|
|
3221
3221
|
{
|
|
3222
3222
|
"variant": "body",
|
|
3223
3223
|
"content": "@entity.endDate",
|
|
3224
3224
|
"type": "typography"
|
|
3225
3225
|
}
|
|
3226
|
-
]
|
|
3227
|
-
"direction": "horizontal"
|
|
3226
|
+
]
|
|
3228
3227
|
},
|
|
3229
3228
|
{
|
|
3230
|
-
"gap": "md",
|
|
3231
|
-
"type": "stack",
|
|
3232
|
-
"direction": "horizontal",
|
|
3233
3229
|
"children": [
|
|
3234
3230
|
{
|
|
3231
|
+
"variant": "caption",
|
|
3235
3232
|
"content": "Goal",
|
|
3236
|
-
"type": "typography"
|
|
3237
|
-
"variant": "caption"
|
|
3233
|
+
"type": "typography"
|
|
3238
3234
|
},
|
|
3239
3235
|
{
|
|
3240
3236
|
"type": "typography",
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3237
|
+
"variant": "body",
|
|
3238
|
+
"content": "@entity.goal"
|
|
3243
3239
|
}
|
|
3244
|
-
]
|
|
3240
|
+
],
|
|
3241
|
+
"direction": "horizontal",
|
|
3242
|
+
"gap": "md",
|
|
3243
|
+
"type": "stack"
|
|
3245
3244
|
},
|
|
3246
3245
|
{
|
|
3247
|
-
"
|
|
3246
|
+
"direction": "horizontal",
|
|
3247
|
+
"gap": "md",
|
|
3248
3248
|
"children": [
|
|
3249
3249
|
{
|
|
3250
|
-
"type": "typography",
|
|
3251
3250
|
"variant": "caption",
|
|
3251
|
+
"type": "typography",
|
|
3252
3252
|
"content": "Status"
|
|
3253
3253
|
},
|
|
3254
3254
|
{
|
|
3255
3255
|
"type": "typography",
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3256
|
+
"content": "@entity.status",
|
|
3257
|
+
"variant": "body"
|
|
3258
3258
|
}
|
|
3259
3259
|
],
|
|
3260
|
-
"
|
|
3261
|
-
"gap": "md"
|
|
3260
|
+
"type": "stack"
|
|
3262
3261
|
},
|
|
3263
3262
|
{
|
|
3263
|
+
"type": "stack",
|
|
3264
|
+
"gap": "md",
|
|
3264
3265
|
"children": [
|
|
3265
3266
|
{
|
|
3267
|
+
"variant": "caption",
|
|
3266
3268
|
"content": "Task Count",
|
|
3267
|
-
"type": "typography"
|
|
3268
|
-
"variant": "caption"
|
|
3269
|
+
"type": "typography"
|
|
3269
3270
|
},
|
|
3270
3271
|
{
|
|
3271
|
-
"variant": "body",
|
|
3272
3272
|
"type": "typography",
|
|
3273
|
-
"content": "@entity.taskCount"
|
|
3273
|
+
"content": "@entity.taskCount",
|
|
3274
|
+
"variant": "body"
|
|
3274
3275
|
}
|
|
3275
3276
|
],
|
|
3276
|
-
"gap": "md",
|
|
3277
|
-
"type": "stack",
|
|
3278
3277
|
"direction": "horizontal"
|
|
3279
3278
|
},
|
|
3280
3279
|
{
|
|
3281
3280
|
"type": "divider"
|
|
3282
3281
|
},
|
|
3283
3282
|
{
|
|
3284
|
-
"
|
|
3283
|
+
"justify": "end",
|
|
3285
3284
|
"children": [
|
|
3286
3285
|
{
|
|
3287
|
-
"
|
|
3286
|
+
"icon": "edit",
|
|
3288
3287
|
"variant": "primary",
|
|
3289
3288
|
"label": "Edit",
|
|
3290
|
-
"
|
|
3291
|
-
"
|
|
3289
|
+
"action": "EDIT",
|
|
3290
|
+
"type": "button"
|
|
3292
3291
|
},
|
|
3293
3292
|
{
|
|
3294
3293
|
"action": "CLOSE",
|
|
3295
3294
|
"type": "button",
|
|
3296
|
-
"
|
|
3297
|
-
"
|
|
3295
|
+
"label": "Close",
|
|
3296
|
+
"variant": "ghost"
|
|
3298
3297
|
}
|
|
3299
3298
|
],
|
|
3300
|
-
"justify": "end",
|
|
3301
3299
|
"type": "stack",
|
|
3302
|
-
"gap": "sm"
|
|
3300
|
+
"gap": "sm",
|
|
3301
|
+
"direction": "horizontal"
|
|
3303
3302
|
}
|
|
3304
|
-
]
|
|
3303
|
+
],
|
|
3304
|
+
"direction": "vertical"
|
|
3305
3305
|
}
|
|
3306
3306
|
]
|
|
3307
3307
|
]
|
|
@@ -3529,8 +3529,8 @@
|
|
|
3529
3529
|
"Sprint",
|
|
3530
3530
|
{
|
|
3531
3531
|
"emit": {
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3532
|
+
"failure": "SprintLoadFailed",
|
|
3533
|
+
"success": "SprintLoaded"
|
|
3534
3534
|
},
|
|
3535
3535
|
"id": "@payload.id"
|
|
3536
3536
|
}
|
|
@@ -3540,12 +3540,10 @@
|
|
|
3540
3540
|
"modal",
|
|
3541
3541
|
{
|
|
3542
3542
|
"direction": "vertical",
|
|
3543
|
-
"
|
|
3543
|
+
"gap": "md",
|
|
3544
3544
|
"children": [
|
|
3545
3545
|
{
|
|
3546
|
-
"gap": "sm",
|
|
3547
3546
|
"align": "center",
|
|
3548
|
-
"direction": "horizontal",
|
|
3549
3547
|
"children": [
|
|
3550
3548
|
{
|
|
3551
3549
|
"type": "icon",
|
|
@@ -3557,7 +3555,9 @@
|
|
|
3557
3555
|
"type": "typography"
|
|
3558
3556
|
}
|
|
3559
3557
|
],
|
|
3560
|
-
"
|
|
3558
|
+
"gap": "sm",
|
|
3559
|
+
"type": "stack",
|
|
3560
|
+
"direction": "horizontal"
|
|
3561
3561
|
},
|
|
3562
3562
|
{
|
|
3563
3563
|
"type": "divider"
|
|
@@ -3568,16 +3568,15 @@
|
|
|
3568
3568
|
"variant": "error"
|
|
3569
3569
|
},
|
|
3570
3570
|
{
|
|
3571
|
-
"justify": "end",
|
|
3572
|
-
"gap": "sm",
|
|
3573
3571
|
"direction": "horizontal",
|
|
3574
|
-
"
|
|
3572
|
+
"gap": "sm",
|
|
3573
|
+
"justify": "end",
|
|
3575
3574
|
"children": [
|
|
3576
3575
|
{
|
|
3577
|
-
"action": "CANCEL",
|
|
3578
3576
|
"type": "button",
|
|
3579
|
-
"
|
|
3580
|
-
"variant": "ghost"
|
|
3577
|
+
"action": "CANCEL",
|
|
3578
|
+
"variant": "ghost",
|
|
3579
|
+
"label": "Cancel"
|
|
3581
3580
|
},
|
|
3582
3581
|
{
|
|
3583
3582
|
"action": "CONFIRM_DELETE",
|
|
@@ -3586,10 +3585,11 @@
|
|
|
3586
3585
|
"variant": "danger",
|
|
3587
3586
|
"icon": "check"
|
|
3588
3587
|
}
|
|
3589
|
-
]
|
|
3588
|
+
],
|
|
3589
|
+
"type": "stack"
|
|
3590
3590
|
}
|
|
3591
3591
|
],
|
|
3592
|
-
"
|
|
3592
|
+
"type": "stack"
|
|
3593
3593
|
}
|
|
3594
3594
|
]
|
|
3595
3595
|
]
|
|
@@ -3606,8 +3606,8 @@
|
|
|
3606
3606
|
"@entity.pendingId",
|
|
3607
3607
|
{
|
|
3608
3608
|
"emit": {
|
|
3609
|
-
"
|
|
3610
|
-
"
|
|
3609
|
+
"failure": "SprintDeleteFailed",
|
|
3610
|
+
"success": "SprintDeleted"
|
|
3611
3611
|
}
|
|
3612
3612
|
}
|
|
3613
3613
|
],
|
|
@@ -3849,8 +3849,8 @@
|
|
|
3849
3849
|
"Burndown",
|
|
3850
3850
|
{
|
|
3851
3851
|
"emit": {
|
|
3852
|
-
"
|
|
3853
|
-
"
|
|
3852
|
+
"success": "BurndownLoaded",
|
|
3853
|
+
"failure": "BurndownLoadFailed"
|
|
3854
3854
|
}
|
|
3855
3855
|
}
|
|
3856
3856
|
],
|
|
@@ -3858,17 +3858,13 @@
|
|
|
3858
3858
|
"render-ui",
|
|
3859
3859
|
"main",
|
|
3860
3860
|
{
|
|
3861
|
-
"appName": "ProjectManagerApp",
|
|
3862
3861
|
"children": [
|
|
3863
3862
|
{
|
|
3864
3863
|
"children": [
|
|
3865
3864
|
{
|
|
3866
|
-
"gap": "lg",
|
|
3867
3865
|
"type": "stack",
|
|
3868
|
-
"direction": "vertical",
|
|
3869
3866
|
"children": [
|
|
3870
3867
|
{
|
|
3871
|
-
"type": "breadcrumb",
|
|
3872
3868
|
"items": [
|
|
3873
3869
|
{
|
|
3874
3870
|
"href": "/",
|
|
@@ -3877,62 +3873,63 @@
|
|
|
3877
3873
|
{
|
|
3878
3874
|
"label": "Burndown Chart"
|
|
3879
3875
|
}
|
|
3880
|
-
]
|
|
3876
|
+
],
|
|
3877
|
+
"type": "breadcrumb"
|
|
3881
3878
|
},
|
|
3882
3879
|
{
|
|
3880
|
+
"type": "stack",
|
|
3881
|
+
"gap": "md",
|
|
3882
|
+
"direction": "horizontal",
|
|
3883
3883
|
"children": [
|
|
3884
3884
|
{
|
|
3885
|
-
"direction": "horizontal",
|
|
3886
3885
|
"children": [
|
|
3887
3886
|
{
|
|
3888
3887
|
"type": "icon",
|
|
3889
3888
|
"name": "trending-down"
|
|
3890
3889
|
},
|
|
3891
3890
|
{
|
|
3892
|
-
"type": "typography",
|
|
3893
3891
|
"content": "Burndown Chart",
|
|
3892
|
+
"type": "typography",
|
|
3894
3893
|
"variant": "h2"
|
|
3895
3894
|
}
|
|
3896
3895
|
],
|
|
3897
3896
|
"type": "stack",
|
|
3897
|
+
"direction": "horizontal",
|
|
3898
3898
|
"gap": "md"
|
|
3899
3899
|
},
|
|
3900
3900
|
{
|
|
3901
|
-
"action": "REFRESH",
|
|
3902
|
-
"type": "button",
|
|
3903
3901
|
"variant": "secondary",
|
|
3904
3902
|
"icon": "refresh-cw",
|
|
3903
|
+
"action": "REFRESH",
|
|
3904
|
+
"type": "button",
|
|
3905
3905
|
"label": "Refresh"
|
|
3906
3906
|
}
|
|
3907
3907
|
],
|
|
3908
|
-
"type": "stack",
|
|
3909
|
-
"direction": "horizontal",
|
|
3910
|
-
"gap": "md",
|
|
3911
3908
|
"justify": "between"
|
|
3912
3909
|
},
|
|
3913
3910
|
{
|
|
3914
3911
|
"type": "divider"
|
|
3915
3912
|
},
|
|
3916
3913
|
{
|
|
3917
|
-
"padding": "md",
|
|
3918
|
-
"type": "box",
|
|
3919
3914
|
"children": [
|
|
3920
3915
|
{
|
|
3916
|
+
"type": "simple-grid",
|
|
3917
|
+
"cols": 5.0,
|
|
3921
3918
|
"children": [
|
|
3922
3919
|
{
|
|
3923
|
-
"type": "stat-display",
|
|
3924
3920
|
"label": "TotalPoints",
|
|
3925
|
-
"value": "@entity.totalPoints"
|
|
3921
|
+
"value": "@entity.totalPoints",
|
|
3922
|
+
"type": "stat-display"
|
|
3926
3923
|
},
|
|
3927
3924
|
{
|
|
3928
|
-
"type": "stat-display",
|
|
3929
3925
|
"label": "CompletedPoints",
|
|
3930
|
-
"value": "@entity.completedPoints"
|
|
3926
|
+
"value": "@entity.completedPoints",
|
|
3927
|
+
"type": "stat-display"
|
|
3931
3928
|
},
|
|
3932
3929
|
{
|
|
3933
|
-
"label": "RemainingPoints",
|
|
3934
3930
|
"value": "@entity.remainingPoints",
|
|
3935
|
-
"type": "stat-display"
|
|
3931
|
+
"type": "stat-display",
|
|
3932
|
+
"label": "RemainingPoints"
|
|
3936
3933
|
},
|
|
3937
3934
|
{
|
|
3938
3935
|
"value": "@entity.velocity",
|
|
@@ -3940,48 +3937,47 @@
|
|
|
3940
3937
|
"label": "Velocity"
|
|
3941
3938
|
},
|
|
3942
3939
|
{
|
|
3943
|
-
"type": "stat-display",
|
|
3944
3940
|
"label": "DaysRemaining",
|
|
3941
|
+
"type": "stat-display",
|
|
3945
3942
|
"value": "@entity.daysRemaining"
|
|
3946
3943
|
}
|
|
3947
|
-
]
|
|
3948
|
-
"type": "simple-grid",
|
|
3949
|
-
"cols": 5.0
|
|
3944
|
+
]
|
|
3950
3945
|
}
|
|
3951
|
-
]
|
|
3946
|
+
],
|
|
3947
|
+
"type": "box",
|
|
3948
|
+
"padding": "md"
|
|
3952
3949
|
},
|
|
3953
3950
|
{
|
|
3954
3951
|
"type": "divider"
|
|
3955
3952
|
},
|
|
3956
3953
|
{
|
|
3957
3954
|
"type": "grid",
|
|
3958
|
-
"
|
|
3955
|
+
"gap": "md",
|
|
3959
3956
|
"children": [
|
|
3960
3957
|
{
|
|
3961
3958
|
"type": "card",
|
|
3962
3959
|
"children": [
|
|
3963
3960
|
{
|
|
3964
|
-
"variant": "caption",
|
|
3965
3961
|
"content": "Chart View",
|
|
3962
|
+
"variant": "caption",
|
|
3966
3963
|
"type": "typography"
|
|
3967
3964
|
}
|
|
3968
3965
|
]
|
|
3969
3966
|
},
|
|
3970
3967
|
{
|
|
3971
|
-
"type": "card",
|
|
3972
3968
|
"children": [
|
|
3973
3969
|
{
|
|
3970
|
+
"type": "typography",
|
|
3974
3971
|
"variant": "caption",
|
|
3975
|
-
"content": "Graph View"
|
|
3976
|
-
"type": "typography"
|
|
3972
|
+
"content": "Graph View"
|
|
3977
3973
|
}
|
|
3978
|
-
]
|
|
3974
|
+
],
|
|
3975
|
+
"type": "card"
|
|
3979
3976
|
}
|
|
3980
3977
|
],
|
|
3981
|
-
"
|
|
3978
|
+
"cols": 2.0
|
|
3982
3979
|
},
|
|
3983
3980
|
{
|
|
3984
|
-
"type": "line-chart",
|
|
3985
3981
|
"data": [
|
|
3986
3982
|
{
|
|
3987
3983
|
"date": "Jan",
|
|
@@ -3992,8 +3988,8 @@
|
|
|
3992
3988
|
"date": "Feb"
|
|
3993
3989
|
},
|
|
3994
3990
|
{
|
|
3995
|
-
"
|
|
3996
|
-
"
|
|
3991
|
+
"value": 15.0,
|
|
3992
|
+
"date": "Mar"
|
|
3997
3993
|
},
|
|
3998
3994
|
{
|
|
3999
3995
|
"date": "Apr",
|
|
@@ -4004,10 +4000,11 @@
|
|
|
4004
4000
|
"value": 22.0
|
|
4005
4001
|
},
|
|
4006
4002
|
{
|
|
4007
|
-
"
|
|
4008
|
-
"
|
|
4003
|
+
"value": 30.0,
|
|
4004
|
+
"date": "Jun"
|
|
4009
4005
|
}
|
|
4010
|
-
]
|
|
4006
|
+
],
|
|
4007
|
+
"type": "line-chart"
|
|
4011
4008
|
},
|
|
4012
4009
|
{
|
|
4013
4010
|
"items": [
|
|
@@ -4023,40 +4020,44 @@
|
|
|
4023
4020
|
"type": "chart-legend"
|
|
4024
4021
|
},
|
|
4025
4022
|
{
|
|
4026
|
-
"
|
|
4027
|
-
"type": "graph-view",
|
|
4028
|
-
"height": 200.0,
|
|
4029
|
-
"edges": [
|
|
4023
|
+
"nodes": [
|
|
4030
4024
|
{
|
|
4031
|
-
"
|
|
4032
|
-
"
|
|
4025
|
+
"id": "a",
|
|
4026
|
+
"label": "Start"
|
|
4033
4027
|
},
|
|
4034
4028
|
{
|
|
4035
|
-
"
|
|
4036
|
-
"
|
|
4029
|
+
"id": "b",
|
|
4030
|
+
"label": "Process"
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"id": "c",
|
|
4034
|
+
"label": "End"
|
|
4037
4035
|
}
|
|
4038
4036
|
],
|
|
4039
|
-
"
|
|
4040
|
-
|
|
4041
|
-
"label": "Start",
|
|
4042
|
-
"id": "a"
|
|
4043
|
-
},
|
|
4037
|
+
"width": 400.0,
|
|
4038
|
+
"edges": [
|
|
4044
4039
|
{
|
|
4045
|
-
"
|
|
4046
|
-
"
|
|
4040
|
+
"target": "b",
|
|
4041
|
+
"source": "a"
|
|
4047
4042
|
},
|
|
4048
4043
|
{
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
4044
|
+
"source": "b",
|
|
4045
|
+
"target": "c"
|
|
4051
4046
|
}
|
|
4052
|
-
]
|
|
4047
|
+
],
|
|
4048
|
+
"height": 200.0,
|
|
4049
|
+
"type": "graph-view"
|
|
4053
4050
|
}
|
|
4054
|
-
]
|
|
4051
|
+
],
|
|
4052
|
+
"direction": "vertical",
|
|
4053
|
+
"gap": "lg"
|
|
4055
4054
|
}
|
|
4056
4055
|
],
|
|
4057
4056
|
"type": "scaled-diagram"
|
|
4058
4057
|
}
|
|
4059
4058
|
],
|
|
4059
|
+
"type": "dashboard-layout",
|
|
4060
|
+
"appName": "ProjectManagerApp",
|
|
4060
4061
|
"navItems": [
|
|
4061
4062
|
{
|
|
4062
4063
|
"href": "/tasks",
|
|
@@ -4065,16 +4066,15 @@
|
|
|
4065
4066
|
},
|
|
4066
4067
|
{
|
|
4067
4068
|
"icon": "zap",
|
|
4068
|
-
"
|
|
4069
|
-
"
|
|
4069
|
+
"href": "/sprints",
|
|
4070
|
+
"label": "Sprints"
|
|
4070
4071
|
},
|
|
4071
4072
|
{
|
|
4073
|
+
"icon": "layout-list",
|
|
4072
4074
|
"href": "/burndown",
|
|
4073
|
-
"label": "Burndown"
|
|
4074
|
-
"icon": "layout-list"
|
|
4075
|
+
"label": "Burndown"
|
|
4075
4076
|
}
|
|
4076
|
-
]
|
|
4077
|
-
"type": "dashboard-layout"
|
|
4077
|
+
]
|
|
4078
4078
|
}
|
|
4079
4079
|
]
|
|
4080
4080
|
]
|
|
@@ -4089,8 +4089,8 @@
|
|
|
4089
4089
|
"Burndown",
|
|
4090
4090
|
{
|
|
4091
4091
|
"emit": {
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4092
|
+
"success": "BurndownLoaded",
|
|
4093
|
+
"failure": "BurndownLoadFailed"
|
|
4094
4094
|
}
|
|
4095
4095
|
}
|
|
4096
4096
|
],
|
|
@@ -4098,33 +4098,13 @@
|
|
|
4098
4098
|
"render-ui",
|
|
4099
4099
|
"main",
|
|
4100
4100
|
{
|
|
4101
|
-
"navItems": [
|
|
4102
|
-
{
|
|
4103
|
-
"icon": "check-square",
|
|
4104
|
-
"label": "Tasks",
|
|
4105
|
-
"href": "/tasks"
|
|
4106
|
-
},
|
|
4107
|
-
{
|
|
4108
|
-
"href": "/sprints",
|
|
4109
|
-
"icon": "zap",
|
|
4110
|
-
"label": "Sprints"
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"label": "Burndown",
|
|
4114
|
-
"href": "/burndown",
|
|
4115
|
-
"icon": "layout-list"
|
|
4116
|
-
}
|
|
4117
|
-
],
|
|
4118
4101
|
"type": "dashboard-layout",
|
|
4119
|
-
"appName": "ProjectManagerApp",
|
|
4120
4102
|
"children": [
|
|
4121
4103
|
{
|
|
4122
|
-
"type": "scaled-diagram",
|
|
4123
4104
|
"children": [
|
|
4124
4105
|
{
|
|
4125
4106
|
"children": [
|
|
4126
4107
|
{
|
|
4127
|
-
"type": "breadcrumb",
|
|
4128
4108
|
"items": [
|
|
4129
4109
|
{
|
|
4130
4110
|
"label": "Home",
|
|
@@ -4133,15 +4113,12 @@
|
|
|
4133
4113
|
{
|
|
4134
4114
|
"label": "Burndown Chart"
|
|
4135
4115
|
}
|
|
4136
|
-
]
|
|
4116
|
+
],
|
|
4117
|
+
"type": "breadcrumb"
|
|
4137
4118
|
},
|
|
4138
4119
|
{
|
|
4139
|
-
"direction": "horizontal",
|
|
4140
4120
|
"children": [
|
|
4141
4121
|
{
|
|
4142
|
-
"gap": "md",
|
|
4143
|
-
"direction": "horizontal",
|
|
4144
|
-
"type": "stack",
|
|
4145
4122
|
"children": [
|
|
4146
4123
|
{
|
|
4147
4124
|
"type": "icon",
|
|
@@ -4152,19 +4129,23 @@
|
|
|
4152
4129
|
"type": "typography",
|
|
4153
4130
|
"variant": "h2"
|
|
4154
4131
|
}
|
|
4155
|
-
]
|
|
4132
|
+
],
|
|
4133
|
+
"type": "stack",
|
|
4134
|
+
"direction": "horizontal",
|
|
4135
|
+
"gap": "md"
|
|
4156
4136
|
},
|
|
4157
4137
|
{
|
|
4158
4138
|
"action": "REFRESH",
|
|
4159
|
-
"type": "button",
|
|
4160
4139
|
"variant": "secondary",
|
|
4140
|
+
"label": "Refresh",
|
|
4161
4141
|
"icon": "refresh-cw",
|
|
4162
|
-
"
|
|
4142
|
+
"type": "button"
|
|
4163
4143
|
}
|
|
4164
4144
|
],
|
|
4165
|
-
"justify": "between",
|
|
4166
4145
|
"gap": "md",
|
|
4167
|
-
"
|
|
4146
|
+
"direction": "horizontal",
|
|
4147
|
+
"type": "stack",
|
|
4148
|
+
"justify": "between"
|
|
4168
4149
|
},
|
|
4169
4150
|
{
|
|
4170
4151
|
"type": "divider"
|
|
@@ -4173,21 +4154,21 @@
|
|
|
4173
4154
|
"padding": "md",
|
|
4174
4155
|
"children": [
|
|
4175
4156
|
{
|
|
4176
|
-
"
|
|
4157
|
+
"cols": 5.0,
|
|
4177
4158
|
"children": [
|
|
4178
4159
|
{
|
|
4179
|
-
"label": "TotalPoints",
|
|
4180
4160
|
"type": "stat-display",
|
|
4161
|
+
"label": "TotalPoints",
|
|
4181
4162
|
"value": "@entity.totalPoints"
|
|
4182
4163
|
},
|
|
4183
4164
|
{
|
|
4184
|
-
"label": "CompletedPoints",
|
|
4185
4165
|
"type": "stat-display",
|
|
4166
|
+
"label": "CompletedPoints",
|
|
4186
4167
|
"value": "@entity.completedPoints"
|
|
4187
4168
|
},
|
|
4188
4169
|
{
|
|
4189
|
-
"type": "stat-display",
|
|
4190
4170
|
"label": "RemainingPoints",
|
|
4171
|
+
"type": "stat-display",
|
|
4191
4172
|
"value": "@entity.remainingPoints"
|
|
4192
4173
|
},
|
|
4193
4174
|
{
|
|
@@ -4196,12 +4177,12 @@
|
|
|
4196
4177
|
"type": "stat-display"
|
|
4197
4178
|
},
|
|
4198
4179
|
{
|
|
4199
|
-
"value": "@entity.daysRemaining",
|
|
4200
4180
|
"label": "DaysRemaining",
|
|
4181
|
+
"value": "@entity.daysRemaining",
|
|
4201
4182
|
"type": "stat-display"
|
|
4202
4183
|
}
|
|
4203
4184
|
],
|
|
4204
|
-
"
|
|
4185
|
+
"type": "simple-grid"
|
|
4205
4186
|
}
|
|
4206
4187
|
],
|
|
4207
4188
|
"type": "box"
|
|
@@ -4210,30 +4191,30 @@
|
|
|
4210
4191
|
"type": "divider"
|
|
4211
4192
|
},
|
|
4212
4193
|
{
|
|
4194
|
+
"type": "grid",
|
|
4195
|
+
"gap": "md",
|
|
4213
4196
|
"children": [
|
|
4214
4197
|
{
|
|
4215
4198
|
"type": "card",
|
|
4216
4199
|
"children": [
|
|
4217
4200
|
{
|
|
4218
|
-
"
|
|
4201
|
+
"type": "typography",
|
|
4219
4202
|
"variant": "caption",
|
|
4220
|
-
"
|
|
4203
|
+
"content": "Chart View"
|
|
4221
4204
|
}
|
|
4222
4205
|
]
|
|
4223
4206
|
},
|
|
4224
4207
|
{
|
|
4225
|
-
"type": "card",
|
|
4226
4208
|
"children": [
|
|
4227
4209
|
{
|
|
4228
|
-
"content": "Graph View",
|
|
4229
4210
|
"type": "typography",
|
|
4230
|
-
"variant": "caption"
|
|
4211
|
+
"variant": "caption",
|
|
4212
|
+
"content": "Graph View"
|
|
4231
4213
|
}
|
|
4232
|
-
]
|
|
4214
|
+
],
|
|
4215
|
+
"type": "card"
|
|
4233
4216
|
}
|
|
4234
4217
|
],
|
|
4235
|
-
"type": "grid",
|
|
4236
|
-
"gap": "md",
|
|
4237
4218
|
"cols": 2.0
|
|
4238
4219
|
},
|
|
4239
4220
|
{
|
|
@@ -4244,12 +4225,12 @@
|
|
|
4244
4225
|
"date": "Jan"
|
|
4245
4226
|
},
|
|
4246
4227
|
{
|
|
4247
|
-
"
|
|
4248
|
-
"
|
|
4228
|
+
"date": "Feb",
|
|
4229
|
+
"value": 19.0
|
|
4249
4230
|
},
|
|
4250
4231
|
{
|
|
4251
|
-
"
|
|
4252
|
-
"
|
|
4232
|
+
"value": 15.0,
|
|
4233
|
+
"date": "Mar"
|
|
4253
4234
|
},
|
|
4254
4235
|
{
|
|
4255
4236
|
"date": "Apr",
|
|
@@ -4260,27 +4241,25 @@
|
|
|
4260
4241
|
"date": "May"
|
|
4261
4242
|
},
|
|
4262
4243
|
{
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4244
|
+
"value": 30.0,
|
|
4245
|
+
"date": "Jun"
|
|
4265
4246
|
}
|
|
4266
4247
|
]
|
|
4267
4248
|
},
|
|
4268
4249
|
{
|
|
4250
|
+
"type": "chart-legend",
|
|
4269
4251
|
"items": [
|
|
4270
4252
|
{
|
|
4271
|
-
"
|
|
4272
|
-
"
|
|
4253
|
+
"color": "primary",
|
|
4254
|
+
"label": "Current"
|
|
4273
4255
|
},
|
|
4274
4256
|
{
|
|
4275
|
-
"
|
|
4276
|
-
"
|
|
4257
|
+
"label": "Previous",
|
|
4258
|
+
"color": "muted"
|
|
4277
4259
|
}
|
|
4278
|
-
]
|
|
4279
|
-
"type": "chart-legend"
|
|
4260
|
+
]
|
|
4280
4261
|
},
|
|
4281
4262
|
{
|
|
4282
|
-
"height": 200.0,
|
|
4283
|
-
"type": "graph-view",
|
|
4284
4263
|
"width": 400.0,
|
|
4285
4264
|
"edges": [
|
|
4286
4265
|
{
|
|
@@ -4292,6 +4271,8 @@
|
|
|
4292
4271
|
"target": "c"
|
|
4293
4272
|
}
|
|
4294
4273
|
],
|
|
4274
|
+
"height": 200.0,
|
|
4275
|
+
"type": "graph-view",
|
|
4295
4276
|
"nodes": [
|
|
4296
4277
|
{
|
|
4297
4278
|
"label": "Start",
|
|
@@ -4308,11 +4289,30 @@
|
|
|
4308
4289
|
]
|
|
4309
4290
|
}
|
|
4310
4291
|
],
|
|
4311
|
-
"gap": "lg",
|
|
4312
4292
|
"direction": "vertical",
|
|
4293
|
+
"gap": "lg",
|
|
4313
4294
|
"type": "stack"
|
|
4314
4295
|
}
|
|
4315
|
-
]
|
|
4296
|
+
],
|
|
4297
|
+
"type": "scaled-diagram"
|
|
4298
|
+
}
|
|
4299
|
+
],
|
|
4300
|
+
"appName": "ProjectManagerApp",
|
|
4301
|
+
"navItems": [
|
|
4302
|
+
{
|
|
4303
|
+
"label": "Tasks",
|
|
4304
|
+
"icon": "check-square",
|
|
4305
|
+
"href": "/tasks"
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"icon": "zap",
|
|
4309
|
+
"label": "Sprints",
|
|
4310
|
+
"href": "/sprints"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"label": "Burndown",
|
|
4314
|
+
"href": "/burndown",
|
|
4315
|
+
"icon": "layout-list"
|
|
4316
4316
|
}
|
|
4317
4317
|
]
|
|
4318
4318
|
}
|
|
@@ -4329,8 +4329,8 @@
|
|
|
4329
4329
|
"Burndown",
|
|
4330
4330
|
{
|
|
4331
4331
|
"emit": {
|
|
4332
|
-
"
|
|
4333
|
-
"
|
|
4332
|
+
"failure": "BurndownLoadFailed",
|
|
4333
|
+
"success": "BurndownLoaded"
|
|
4334
4334
|
}
|
|
4335
4335
|
}
|
|
4336
4336
|
],
|
|
@@ -4339,21 +4339,37 @@
|
|
|
4339
4339
|
"main",
|
|
4340
4340
|
{
|
|
4341
4341
|
"type": "dashboard-layout",
|
|
4342
|
+
"navItems": [
|
|
4343
|
+
{
|
|
4344
|
+
"icon": "check-square",
|
|
4345
|
+
"label": "Tasks",
|
|
4346
|
+
"href": "/tasks"
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
"icon": "zap",
|
|
4350
|
+
"href": "/sprints",
|
|
4351
|
+
"label": "Sprints"
|
|
4352
|
+
},
|
|
4353
|
+
{
|
|
4354
|
+
"label": "Burndown",
|
|
4355
|
+
"icon": "layout-list",
|
|
4356
|
+
"href": "/burndown"
|
|
4357
|
+
}
|
|
4358
|
+
],
|
|
4342
4359
|
"children": [
|
|
4343
4360
|
{
|
|
4344
4361
|
"type": "scaled-diagram",
|
|
4345
4362
|
"children": [
|
|
4346
4363
|
{
|
|
4347
|
-
"type": "stack",
|
|
4348
4364
|
"direction": "vertical",
|
|
4349
|
-
"
|
|
4365
|
+
"type": "stack",
|
|
4350
4366
|
"children": [
|
|
4351
4367
|
{
|
|
4352
4368
|
"type": "breadcrumb",
|
|
4353
4369
|
"items": [
|
|
4354
4370
|
{
|
|
4355
|
-
"
|
|
4356
|
-
"
|
|
4371
|
+
"label": "Home",
|
|
4372
|
+
"href": "/"
|
|
4357
4373
|
},
|
|
4358
4374
|
{
|
|
4359
4375
|
"label": "Burndown Chart"
|
|
@@ -4361,40 +4377,42 @@
|
|
|
4361
4377
|
]
|
|
4362
4378
|
},
|
|
4363
4379
|
{
|
|
4364
|
-
"justify": "between",
|
|
4365
|
-
"gap": "md",
|
|
4366
4380
|
"direction": "horizontal",
|
|
4381
|
+
"justify": "between",
|
|
4367
4382
|
"children": [
|
|
4368
4383
|
{
|
|
4369
|
-
"
|
|
4384
|
+
"direction": "horizontal",
|
|
4385
|
+
"type": "stack",
|
|
4370
4386
|
"children": [
|
|
4371
4387
|
{
|
|
4372
4388
|
"name": "trending-down",
|
|
4373
4389
|
"type": "icon"
|
|
4374
4390
|
},
|
|
4375
4391
|
{
|
|
4376
|
-
"
|
|
4392
|
+
"type": "typography",
|
|
4377
4393
|
"variant": "h2",
|
|
4378
|
-
"
|
|
4394
|
+
"content": "Burndown Chart"
|
|
4379
4395
|
}
|
|
4380
4396
|
],
|
|
4381
|
-
"
|
|
4382
|
-
"type": "stack"
|
|
4397
|
+
"gap": "md"
|
|
4383
4398
|
},
|
|
4384
4399
|
{
|
|
4385
|
-
"action": "REFRESH",
|
|
4386
|
-
"label": "Refresh",
|
|
4387
|
-
"icon": "refresh-cw",
|
|
4388
4400
|
"variant": "secondary",
|
|
4401
|
+
"icon": "refresh-cw",
|
|
4402
|
+
"label": "Refresh",
|
|
4403
|
+
"action": "REFRESH",
|
|
4389
4404
|
"type": "button"
|
|
4390
4405
|
}
|
|
4391
4406
|
],
|
|
4407
|
+
"gap": "md",
|
|
4392
4408
|
"type": "stack"
|
|
4393
4409
|
},
|
|
4394
4410
|
{
|
|
4395
4411
|
"type": "divider"
|
|
4396
4412
|
},
|
|
4397
4413
|
{
|
|
4414
|
+
"type": "box",
|
|
4415
|
+
"padding": "md",
|
|
4398
4416
|
"children": [
|
|
4399
4417
|
{
|
|
4400
4418
|
"type": "simple-grid",
|
|
@@ -4406,36 +4424,34 @@
|
|
|
4406
4424
|
"type": "stat-display"
|
|
4407
4425
|
},
|
|
4408
4426
|
{
|
|
4409
|
-
"
|
|
4427
|
+
"value": "@entity.completedPoints",
|
|
4410
4428
|
"label": "CompletedPoints",
|
|
4411
|
-
"
|
|
4429
|
+
"type": "stat-display"
|
|
4412
4430
|
},
|
|
4413
4431
|
{
|
|
4414
4432
|
"type": "stat-display",
|
|
4415
|
-
"
|
|
4416
|
-
"
|
|
4433
|
+
"label": "RemainingPoints",
|
|
4434
|
+
"value": "@entity.remainingPoints"
|
|
4417
4435
|
},
|
|
4418
4436
|
{
|
|
4419
|
-
"type": "stat-display",
|
|
4420
4437
|
"label": "Velocity",
|
|
4421
|
-
"value": "@entity.velocity"
|
|
4438
|
+
"value": "@entity.velocity",
|
|
4439
|
+
"type": "stat-display"
|
|
4422
4440
|
},
|
|
4423
4441
|
{
|
|
4424
|
-
"label": "DaysRemaining",
|
|
4425
4442
|
"value": "@entity.daysRemaining",
|
|
4426
|
-
"type": "stat-display"
|
|
4443
|
+
"type": "stat-display",
|
|
4444
|
+
"label": "DaysRemaining"
|
|
4427
4445
|
}
|
|
4428
4446
|
]
|
|
4429
4447
|
}
|
|
4430
|
-
]
|
|
4431
|
-
"type": "box",
|
|
4432
|
-
"padding": "md"
|
|
4448
|
+
]
|
|
4433
4449
|
},
|
|
4434
4450
|
{
|
|
4435
4451
|
"type": "divider"
|
|
4436
4452
|
},
|
|
4437
4453
|
{
|
|
4438
|
-
"
|
|
4454
|
+
"type": "grid",
|
|
4439
4455
|
"children": [
|
|
4440
4456
|
{
|
|
4441
4457
|
"children": [
|
|
@@ -4458,31 +4474,31 @@
|
|
|
4458
4474
|
]
|
|
4459
4475
|
}
|
|
4460
4476
|
],
|
|
4461
|
-
"
|
|
4477
|
+
"cols": 2.0,
|
|
4462
4478
|
"gap": "md"
|
|
4463
4479
|
},
|
|
4464
4480
|
{
|
|
4465
4481
|
"type": "line-chart",
|
|
4466
4482
|
"data": [
|
|
4467
4483
|
{
|
|
4468
|
-
"
|
|
4469
|
-
"
|
|
4484
|
+
"date": "Jan",
|
|
4485
|
+
"value": 12.0
|
|
4470
4486
|
},
|
|
4471
4487
|
{
|
|
4472
|
-
"
|
|
4473
|
-
"
|
|
4488
|
+
"value": 19.0,
|
|
4489
|
+
"date": "Feb"
|
|
4474
4490
|
},
|
|
4475
4491
|
{
|
|
4476
|
-
"
|
|
4477
|
-
"
|
|
4492
|
+
"value": 15.0,
|
|
4493
|
+
"date": "Mar"
|
|
4478
4494
|
},
|
|
4479
4495
|
{
|
|
4480
|
-
"
|
|
4481
|
-
"
|
|
4496
|
+
"value": 25.0,
|
|
4497
|
+
"date": "Apr"
|
|
4482
4498
|
},
|
|
4483
4499
|
{
|
|
4484
|
-
"
|
|
4485
|
-
"
|
|
4500
|
+
"value": 22.0,
|
|
4501
|
+
"date": "May"
|
|
4486
4502
|
},
|
|
4487
4503
|
{
|
|
4488
4504
|
"date": "Jun",
|
|
@@ -4491,69 +4507,53 @@
|
|
|
4491
4507
|
]
|
|
4492
4508
|
},
|
|
4493
4509
|
{
|
|
4510
|
+
"type": "chart-legend",
|
|
4494
4511
|
"items": [
|
|
4495
4512
|
{
|
|
4496
4513
|
"color": "primary",
|
|
4497
4514
|
"label": "Current"
|
|
4498
4515
|
},
|
|
4499
4516
|
{
|
|
4500
|
-
"
|
|
4501
|
-
"
|
|
4517
|
+
"color": "muted",
|
|
4518
|
+
"label": "Previous"
|
|
4502
4519
|
}
|
|
4503
|
-
]
|
|
4504
|
-
"type": "chart-legend"
|
|
4520
|
+
]
|
|
4505
4521
|
},
|
|
4506
4522
|
{
|
|
4507
4523
|
"type": "graph-view",
|
|
4508
|
-
"height": 200.0,
|
|
4509
|
-
"width": 400.0,
|
|
4510
4524
|
"nodes": [
|
|
4511
4525
|
{
|
|
4512
4526
|
"label": "Start",
|
|
4513
4527
|
"id": "a"
|
|
4514
4528
|
},
|
|
4515
4529
|
{
|
|
4516
|
-
"
|
|
4517
|
-
"
|
|
4530
|
+
"label": "Process",
|
|
4531
|
+
"id": "b"
|
|
4518
4532
|
},
|
|
4519
4533
|
{
|
|
4520
4534
|
"id": "c",
|
|
4521
4535
|
"label": "End"
|
|
4522
4536
|
}
|
|
4523
4537
|
],
|
|
4538
|
+
"height": 200.0,
|
|
4539
|
+
"width": 400.0,
|
|
4524
4540
|
"edges": [
|
|
4525
4541
|
{
|
|
4526
|
-
"
|
|
4527
|
-
"
|
|
4542
|
+
"source": "a",
|
|
4543
|
+
"target": "b"
|
|
4528
4544
|
},
|
|
4529
4545
|
{
|
|
4530
|
-
"
|
|
4531
|
-
"
|
|
4546
|
+
"source": "b",
|
|
4547
|
+
"target": "c"
|
|
4532
4548
|
}
|
|
4533
4549
|
]
|
|
4534
4550
|
}
|
|
4535
|
-
]
|
|
4551
|
+
],
|
|
4552
|
+
"gap": "lg"
|
|
4536
4553
|
}
|
|
4537
4554
|
]
|
|
4538
4555
|
}
|
|
4539
4556
|
],
|
|
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
|
-
"icon": "layout-list",
|
|
4553
|
-
"label": "Burndown",
|
|
4554
|
-
"href": "/burndown"
|
|
4555
|
-
}
|
|
4556
|
-
],
|
|
4557
4557
|
"appName": "ProjectManagerApp"
|
|
4558
4558
|
}
|
|
4559
4559
|
]
|
|
@@ -4569,8 +4569,8 @@
|
|
|
4569
4569
|
"Burndown",
|
|
4570
4570
|
{
|
|
4571
4571
|
"emit": {
|
|
4572
|
-
"
|
|
4573
|
-
"
|
|
4572
|
+
"success": "BurndownLoaded",
|
|
4573
|
+
"failure": "BurndownLoadFailed"
|
|
4574
4574
|
}
|
|
4575
4575
|
}
|
|
4576
4576
|
],
|
|
@@ -4578,11 +4578,13 @@
|
|
|
4578
4578
|
"render-ui",
|
|
4579
4579
|
"main",
|
|
4580
4580
|
{
|
|
4581
|
+
"type": "dashboard-layout",
|
|
4582
|
+
"appName": "ProjectManagerApp",
|
|
4581
4583
|
"navItems": [
|
|
4582
4584
|
{
|
|
4585
|
+
"icon": "check-square",
|
|
4583
4586
|
"label": "Tasks",
|
|
4584
|
-
"href": "/tasks"
|
|
4585
|
-
"icon": "check-square"
|
|
4587
|
+
"href": "/tasks"
|
|
4586
4588
|
},
|
|
4587
4589
|
{
|
|
4588
4590
|
"label": "Sprints",
|
|
@@ -4591,18 +4593,19 @@
|
|
|
4591
4593
|
},
|
|
4592
4594
|
{
|
|
4593
4595
|
"label": "Burndown",
|
|
4594
|
-
"
|
|
4595
|
-
"
|
|
4596
|
+
"icon": "layout-list",
|
|
4597
|
+
"href": "/burndown"
|
|
4596
4598
|
}
|
|
4597
4599
|
],
|
|
4598
|
-
"type": "dashboard-layout",
|
|
4599
|
-
"appName": "ProjectManagerApp",
|
|
4600
4600
|
"children": [
|
|
4601
4601
|
{
|
|
4602
|
+
"type": "scaled-diagram",
|
|
4602
4603
|
"children": [
|
|
4603
4604
|
{
|
|
4605
|
+
"type": "stack",
|
|
4604
4606
|
"children": [
|
|
4605
4607
|
{
|
|
4608
|
+
"type": "breadcrumb",
|
|
4606
4609
|
"items": [
|
|
4607
4610
|
{
|
|
4608
4611
|
"href": "/",
|
|
@@ -4611,13 +4614,9 @@
|
|
|
4611
4614
|
{
|
|
4612
4615
|
"label": "Burndown Chart"
|
|
4613
4616
|
}
|
|
4614
|
-
]
|
|
4615
|
-
"type": "breadcrumb"
|
|
4617
|
+
]
|
|
4616
4618
|
},
|
|
4617
4619
|
{
|
|
4618
|
-
"justify": "between",
|
|
4619
|
-
"gap": "md",
|
|
4620
|
-
"type": "stack",
|
|
4621
4620
|
"direction": "horizontal",
|
|
4622
4621
|
"children": [
|
|
4623
4622
|
{
|
|
@@ -4637,22 +4636,24 @@
|
|
|
4637
4636
|
"gap": "md"
|
|
4638
4637
|
},
|
|
4639
4638
|
{
|
|
4639
|
+
"icon": "refresh-cw",
|
|
4640
4640
|
"label": "Refresh",
|
|
4641
|
+
"type": "button",
|
|
4641
4642
|
"action": "REFRESH",
|
|
4642
|
-
"variant": "secondary"
|
|
4643
|
-
"icon": "refresh-cw",
|
|
4644
|
-
"type": "button"
|
|
4643
|
+
"variant": "secondary"
|
|
4645
4644
|
}
|
|
4646
|
-
]
|
|
4645
|
+
],
|
|
4646
|
+
"justify": "between",
|
|
4647
|
+
"gap": "md",
|
|
4648
|
+
"type": "stack"
|
|
4647
4649
|
},
|
|
4648
4650
|
{
|
|
4649
4651
|
"type": "divider"
|
|
4650
4652
|
},
|
|
4651
4653
|
{
|
|
4654
|
+
"type": "box",
|
|
4652
4655
|
"children": [
|
|
4653
4656
|
{
|
|
4654
|
-
"type": "simple-grid",
|
|
4655
|
-
"cols": 5.0,
|
|
4656
4657
|
"children": [
|
|
4657
4658
|
{
|
|
4658
4659
|
"type": "stat-display",
|
|
@@ -4660,29 +4661,30 @@
|
|
|
4660
4661
|
"label": "TotalPoints"
|
|
4661
4662
|
},
|
|
4662
4663
|
{
|
|
4663
|
-
"value": "@entity.completedPoints",
|
|
4664
4664
|
"label": "CompletedPoints",
|
|
4665
|
-
"type": "stat-display"
|
|
4665
|
+
"type": "stat-display",
|
|
4666
|
+
"value": "@entity.completedPoints"
|
|
4666
4667
|
},
|
|
4667
4668
|
{
|
|
4669
|
+
"type": "stat-display",
|
|
4668
4670
|
"label": "RemainingPoints",
|
|
4669
|
-
"value": "@entity.remainingPoints"
|
|
4670
|
-
"type": "stat-display"
|
|
4671
|
+
"value": "@entity.remainingPoints"
|
|
4671
4672
|
},
|
|
4672
4673
|
{
|
|
4673
|
-
"label": "Velocity",
|
|
4674
4674
|
"value": "@entity.velocity",
|
|
4675
|
+
"label": "Velocity",
|
|
4675
4676
|
"type": "stat-display"
|
|
4676
4677
|
},
|
|
4677
4678
|
{
|
|
4679
|
+
"value": "@entity.daysRemaining",
|
|
4678
4680
|
"type": "stat-display",
|
|
4679
|
-
"label": "DaysRemaining"
|
|
4680
|
-
"value": "@entity.daysRemaining"
|
|
4681
|
+
"label": "DaysRemaining"
|
|
4681
4682
|
}
|
|
4682
|
-
]
|
|
4683
|
+
],
|
|
4684
|
+
"type": "simple-grid",
|
|
4685
|
+
"cols": 5.0
|
|
4683
4686
|
}
|
|
4684
4687
|
],
|
|
4685
|
-
"type": "box",
|
|
4686
4688
|
"padding": "md"
|
|
4687
4689
|
},
|
|
4688
4690
|
{
|
|
@@ -4696,9 +4698,9 @@
|
|
|
4696
4698
|
{
|
|
4697
4699
|
"children": [
|
|
4698
4700
|
{
|
|
4699
|
-
"variant": "caption",
|
|
4700
4701
|
"content": "Chart View",
|
|
4701
|
-
"type": "typography"
|
|
4702
|
+
"type": "typography",
|
|
4703
|
+
"variant": "caption"
|
|
4702
4704
|
}
|
|
4703
4705
|
],
|
|
4704
4706
|
"type": "card"
|
|
@@ -4707,9 +4709,9 @@
|
|
|
4707
4709
|
"type": "card",
|
|
4708
4710
|
"children": [
|
|
4709
4711
|
{
|
|
4712
|
+
"variant": "caption",
|
|
4710
4713
|
"content": "Graph View",
|
|
4711
|
-
"type": "typography"
|
|
4712
|
-
"variant": "caption"
|
|
4714
|
+
"type": "typography"
|
|
4713
4715
|
}
|
|
4714
4716
|
]
|
|
4715
4717
|
}
|
|
@@ -4719,8 +4721,8 @@
|
|
|
4719
4721
|
"type": "line-chart",
|
|
4720
4722
|
"data": [
|
|
4721
4723
|
{
|
|
4722
|
-
"
|
|
4723
|
-
"
|
|
4724
|
+
"date": "Jan",
|
|
4725
|
+
"value": 12.0
|
|
4724
4726
|
},
|
|
4725
4727
|
{
|
|
4726
4728
|
"value": 19.0,
|
|
@@ -4731,49 +4733,39 @@
|
|
|
4731
4733
|
"date": "Mar"
|
|
4732
4734
|
},
|
|
4733
4735
|
{
|
|
4734
|
-
"
|
|
4735
|
-
"
|
|
4736
|
+
"date": "Apr",
|
|
4737
|
+
"value": 25.0
|
|
4736
4738
|
},
|
|
4737
4739
|
{
|
|
4738
4740
|
"date": "May",
|
|
4739
4741
|
"value": 22.0
|
|
4740
4742
|
},
|
|
4741
4743
|
{
|
|
4742
|
-
"
|
|
4743
|
-
"
|
|
4744
|
+
"value": 30.0,
|
|
4745
|
+
"date": "Jun"
|
|
4744
4746
|
}
|
|
4745
4747
|
]
|
|
4746
4748
|
},
|
|
4747
4749
|
{
|
|
4748
|
-
"type": "chart-legend",
|
|
4749
4750
|
"items": [
|
|
4750
4751
|
{
|
|
4751
4752
|
"label": "Current",
|
|
4752
4753
|
"color": "primary"
|
|
4753
4754
|
},
|
|
4754
4755
|
{
|
|
4755
|
-
"
|
|
4756
|
-
"
|
|
4756
|
+
"color": "muted",
|
|
4757
|
+
"label": "Previous"
|
|
4757
4758
|
}
|
|
4758
|
-
]
|
|
4759
|
+
],
|
|
4760
|
+
"type": "chart-legend"
|
|
4759
4761
|
},
|
|
4760
4762
|
{
|
|
4761
4763
|
"height": 200.0,
|
|
4762
|
-
"
|
|
4763
|
-
"edges": [
|
|
4764
|
-
{
|
|
4765
|
-
"source": "a",
|
|
4766
|
-
"target": "b"
|
|
4767
|
-
},
|
|
4768
|
-
{
|
|
4769
|
-
"source": "b",
|
|
4770
|
-
"target": "c"
|
|
4771
|
-
}
|
|
4772
|
-
],
|
|
4764
|
+
"width": 400.0,
|
|
4773
4765
|
"nodes": [
|
|
4774
4766
|
{
|
|
4775
|
-
"
|
|
4776
|
-
"
|
|
4767
|
+
"id": "a",
|
|
4768
|
+
"label": "Start"
|
|
4777
4769
|
},
|
|
4778
4770
|
{
|
|
4779
4771
|
"id": "b",
|
|
@@ -4784,15 +4776,23 @@
|
|
|
4784
4776
|
"id": "c"
|
|
4785
4777
|
}
|
|
4786
4778
|
],
|
|
4787
|
-
"
|
|
4779
|
+
"edges": [
|
|
4780
|
+
{
|
|
4781
|
+
"source": "a",
|
|
4782
|
+
"target": "b"
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"source": "b",
|
|
4786
|
+
"target": "c"
|
|
4787
|
+
}
|
|
4788
|
+
],
|
|
4789
|
+
"type": "graph-view"
|
|
4788
4790
|
}
|
|
4789
4791
|
],
|
|
4790
|
-
"
|
|
4791
|
-
"
|
|
4792
|
-
"direction": "vertical"
|
|
4792
|
+
"direction": "vertical",
|
|
4793
|
+
"gap": "lg"
|
|
4793
4794
|
}
|
|
4794
|
-
]
|
|
4795
|
-
"type": "scaled-diagram"
|
|
4795
|
+
]
|
|
4796
4796
|
}
|
|
4797
4797
|
]
|
|
4798
4798
|
}
|
|
@@ -4818,38 +4818,20 @@
|
|
|
4818
4818
|
"render-ui",
|
|
4819
4819
|
"main",
|
|
4820
4820
|
{
|
|
4821
|
-
"appName": "ProjectManagerApp",
|
|
4822
4821
|
"type": "dashboard-layout",
|
|
4823
|
-
"navItems": [
|
|
4824
|
-
{
|
|
4825
|
-
"label": "Tasks",
|
|
4826
|
-
"href": "/tasks",
|
|
4827
|
-
"icon": "check-square"
|
|
4828
|
-
},
|
|
4829
|
-
{
|
|
4830
|
-
"icon": "zap",
|
|
4831
|
-
"label": "Sprints",
|
|
4832
|
-
"href": "/sprints"
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"label": "Burndown",
|
|
4836
|
-
"icon": "layout-list",
|
|
4837
|
-
"href": "/burndown"
|
|
4838
|
-
}
|
|
4839
|
-
],
|
|
4840
4822
|
"children": [
|
|
4841
4823
|
{
|
|
4842
4824
|
"children": [
|
|
4843
4825
|
{
|
|
4826
|
+
"direction": "vertical",
|
|
4844
4827
|
"type": "stack",
|
|
4845
|
-
"gap": "lg",
|
|
4846
4828
|
"children": [
|
|
4847
4829
|
{
|
|
4848
4830
|
"type": "breadcrumb",
|
|
4849
4831
|
"items": [
|
|
4850
4832
|
{
|
|
4851
|
-
"
|
|
4852
|
-
"
|
|
4833
|
+
"label": "Home",
|
|
4834
|
+
"href": "/"
|
|
4853
4835
|
},
|
|
4854
4836
|
{
|
|
4855
4837
|
"label": "Burndown Chart"
|
|
@@ -4857,35 +4839,35 @@
|
|
|
4857
4839
|
]
|
|
4858
4840
|
},
|
|
4859
4841
|
{
|
|
4842
|
+
"direction": "horizontal",
|
|
4860
4843
|
"gap": "md",
|
|
4861
4844
|
"justify": "between",
|
|
4845
|
+
"type": "stack",
|
|
4862
4846
|
"children": [
|
|
4863
4847
|
{
|
|
4864
|
-
"type": "stack",
|
|
4865
|
-
"gap": "md",
|
|
4866
4848
|
"children": [
|
|
4867
4849
|
{
|
|
4868
|
-
"
|
|
4869
|
-
"
|
|
4850
|
+
"name": "trending-down",
|
|
4851
|
+
"type": "icon"
|
|
4870
4852
|
},
|
|
4871
4853
|
{
|
|
4854
|
+
"content": "Burndown Chart",
|
|
4872
4855
|
"variant": "h2",
|
|
4873
|
-
"type": "typography"
|
|
4874
|
-
"content": "Burndown Chart"
|
|
4856
|
+
"type": "typography"
|
|
4875
4857
|
}
|
|
4876
4858
|
],
|
|
4877
|
-
"direction": "horizontal"
|
|
4859
|
+
"direction": "horizontal",
|
|
4860
|
+
"type": "stack",
|
|
4861
|
+
"gap": "md"
|
|
4878
4862
|
},
|
|
4879
4863
|
{
|
|
4864
|
+
"type": "button",
|
|
4865
|
+
"label": "Refresh",
|
|
4880
4866
|
"action": "REFRESH",
|
|
4881
4867
|
"icon": "refresh-cw",
|
|
4882
|
-
"variant": "secondary"
|
|
4883
|
-
"label": "Refresh",
|
|
4884
|
-
"type": "button"
|
|
4868
|
+
"variant": "secondary"
|
|
4885
4869
|
}
|
|
4886
|
-
]
|
|
4887
|
-
"direction": "horizontal",
|
|
4888
|
-
"type": "stack"
|
|
4870
|
+
]
|
|
4889
4871
|
},
|
|
4890
4872
|
{
|
|
4891
4873
|
"type": "divider"
|
|
@@ -4898,14 +4880,14 @@
|
|
|
4898
4880
|
"cols": 5.0,
|
|
4899
4881
|
"children": [
|
|
4900
4882
|
{
|
|
4883
|
+
"label": "TotalPoints",
|
|
4901
4884
|
"value": "@entity.totalPoints",
|
|
4902
|
-
"type": "stat-display"
|
|
4903
|
-
"label": "TotalPoints"
|
|
4885
|
+
"type": "stat-display"
|
|
4904
4886
|
},
|
|
4905
4887
|
{
|
|
4906
|
-
"
|
|
4888
|
+
"label": "CompletedPoints",
|
|
4907
4889
|
"type": "stat-display",
|
|
4908
|
-
"
|
|
4890
|
+
"value": "@entity.completedPoints"
|
|
4909
4891
|
},
|
|
4910
4892
|
{
|
|
4911
4893
|
"value": "@entity.remainingPoints",
|
|
@@ -4913,14 +4895,14 @@
|
|
|
4913
4895
|
"type": "stat-display"
|
|
4914
4896
|
},
|
|
4915
4897
|
{
|
|
4916
|
-
"label": "Velocity",
|
|
4917
4898
|
"type": "stat-display",
|
|
4899
|
+
"label": "Velocity",
|
|
4918
4900
|
"value": "@entity.velocity"
|
|
4919
4901
|
},
|
|
4920
4902
|
{
|
|
4921
4903
|
"label": "DaysRemaining",
|
|
4922
|
-
"
|
|
4923
|
-
"
|
|
4904
|
+
"type": "stat-display",
|
|
4905
|
+
"value": "@entity.daysRemaining"
|
|
4924
4906
|
}
|
|
4925
4907
|
],
|
|
4926
4908
|
"type": "simple-grid"
|
|
@@ -4931,19 +4913,19 @@
|
|
|
4931
4913
|
"type": "divider"
|
|
4932
4914
|
},
|
|
4933
4915
|
{
|
|
4934
|
-
"gap": "md",
|
|
4935
4916
|
"type": "grid",
|
|
4917
|
+
"gap": "md",
|
|
4936
4918
|
"cols": 2.0,
|
|
4937
4919
|
"children": [
|
|
4938
4920
|
{
|
|
4939
|
-
"type": "card",
|
|
4940
4921
|
"children": [
|
|
4941
4922
|
{
|
|
4942
4923
|
"type": "typography",
|
|
4943
|
-
"
|
|
4944
|
-
"
|
|
4924
|
+
"content": "Chart View",
|
|
4925
|
+
"variant": "caption"
|
|
4945
4926
|
}
|
|
4946
|
-
]
|
|
4927
|
+
],
|
|
4928
|
+
"type": "card"
|
|
4947
4929
|
},
|
|
4948
4930
|
{
|
|
4949
4931
|
"type": "card",
|
|
@@ -4958,7 +4940,6 @@
|
|
|
4958
4940
|
]
|
|
4959
4941
|
},
|
|
4960
4942
|
{
|
|
4961
|
-
"type": "line-chart",
|
|
4962
4943
|
"data": [
|
|
4963
4944
|
{
|
|
4964
4945
|
"date": "Jan",
|
|
@@ -4969,12 +4950,12 @@
|
|
|
4969
4950
|
"value": 19.0
|
|
4970
4951
|
},
|
|
4971
4952
|
{
|
|
4972
|
-
"
|
|
4973
|
-
"
|
|
4953
|
+
"date": "Mar",
|
|
4954
|
+
"value": 15.0
|
|
4974
4955
|
},
|
|
4975
4956
|
{
|
|
4976
|
-
"
|
|
4977
|
-
"
|
|
4957
|
+
"date": "Apr",
|
|
4958
|
+
"value": 25.0
|
|
4978
4959
|
},
|
|
4979
4960
|
{
|
|
4980
4961
|
"value": 22.0,
|
|
@@ -4984,7 +4965,8 @@
|
|
|
4984
4965
|
"date": "Jun",
|
|
4985
4966
|
"value": 30.0
|
|
4986
4967
|
}
|
|
4987
|
-
]
|
|
4968
|
+
],
|
|
4969
|
+
"type": "line-chart"
|
|
4988
4970
|
},
|
|
4989
4971
|
{
|
|
4990
4972
|
"type": "chart-legend",
|
|
@@ -5000,19 +4982,7 @@
|
|
|
5000
4982
|
]
|
|
5001
4983
|
},
|
|
5002
4984
|
{
|
|
5003
|
-
"height": 200.0,
|
|
5004
4985
|
"width": 400.0,
|
|
5005
|
-
"type": "graph-view",
|
|
5006
|
-
"edges": [
|
|
5007
|
-
{
|
|
5008
|
-
"source": "a",
|
|
5009
|
-
"target": "b"
|
|
5010
|
-
},
|
|
5011
|
-
{
|
|
5012
|
-
"source": "b",
|
|
5013
|
-
"target": "c"
|
|
5014
|
-
}
|
|
5015
|
-
],
|
|
5016
4986
|
"nodes": [
|
|
5017
4987
|
{
|
|
5018
4988
|
"label": "Start",
|
|
@@ -5023,18 +4993,48 @@
|
|
|
5023
4993
|
"label": "Process"
|
|
5024
4994
|
},
|
|
5025
4995
|
{
|
|
5026
|
-
"
|
|
5027
|
-
"
|
|
4996
|
+
"id": "c",
|
|
4997
|
+
"label": "End"
|
|
4998
|
+
}
|
|
4999
|
+
],
|
|
5000
|
+
"type": "graph-view",
|
|
5001
|
+
"height": 200.0,
|
|
5002
|
+
"edges": [
|
|
5003
|
+
{
|
|
5004
|
+
"source": "a",
|
|
5005
|
+
"target": "b"
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"target": "c",
|
|
5009
|
+
"source": "b"
|
|
5028
5010
|
}
|
|
5029
5011
|
]
|
|
5030
5012
|
}
|
|
5031
5013
|
],
|
|
5032
|
-
"
|
|
5014
|
+
"gap": "lg"
|
|
5033
5015
|
}
|
|
5034
5016
|
],
|
|
5035
5017
|
"type": "scaled-diagram"
|
|
5036
5018
|
}
|
|
5037
|
-
]
|
|
5019
|
+
],
|
|
5020
|
+
"navItems": [
|
|
5021
|
+
{
|
|
5022
|
+
"href": "/tasks",
|
|
5023
|
+
"icon": "check-square",
|
|
5024
|
+
"label": "Tasks"
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"href": "/sprints",
|
|
5028
|
+
"label": "Sprints",
|
|
5029
|
+
"icon": "zap"
|
|
5030
|
+
},
|
|
5031
|
+
{
|
|
5032
|
+
"href": "/burndown",
|
|
5033
|
+
"icon": "layout-list",
|
|
5034
|
+
"label": "Burndown"
|
|
5035
|
+
}
|
|
5036
|
+
],
|
|
5037
|
+
"appName": "ProjectManagerApp"
|
|
5038
5038
|
}
|
|
5039
5039
|
]
|
|
5040
5040
|
]
|
|
@@ -5057,4 +5057,4 @@
|
|
|
5057
5057
|
]
|
|
5058
5058
|
}
|
|
5059
5059
|
]
|
|
5060
|
-
}
|
|
5060
|
+
}
|