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