@almadar/std 8.3.0 → 8.4.1

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