@almadar/std 3.2.1 → 3.2.3

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 (295) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +44 -44
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  6. package/behaviors/exports/atoms/std-collision.orb +278 -206
  7. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  8. package/behaviors/exports/atoms/std-combat.orb +6 -1
  9. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  10. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  11. package/behaviors/exports/atoms/std-display.orb +1186 -376
  12. package/behaviors/exports/atoms/std-drawer.orb +307 -101
  13. package/behaviors/exports/atoms/std-filter.orb +211 -18
  14. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  15. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  16. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  19. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  20. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  21. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  22. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  23. package/behaviors/exports/atoms/std-input.orb +142 -137
  24. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  25. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  26. package/behaviors/exports/atoms/std-loading.orb +149 -170
  27. package/behaviors/exports/atoms/std-modal.orb +159 -94
  28. package/behaviors/exports/atoms/std-movement.orb +401 -31
  29. package/behaviors/exports/atoms/std-notification.orb +117 -95
  30. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  31. package/behaviors/exports/atoms/std-pagination.orb +44 -115
  32. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  33. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  34. package/behaviors/exports/atoms/std-quest.orb +309 -34
  35. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  36. package/behaviors/exports/atoms/std-rating.orb +328 -0
  37. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  38. package/behaviors/exports/atoms/std-score.orb +252 -11
  39. package/behaviors/exports/atoms/std-search.orb +62 -47
  40. package/behaviors/exports/atoms/std-selection.orb +180 -149
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  42. package/behaviors/exports/atoms/std-sort.orb +192 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  44. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  45. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  46. package/behaviors/exports/atoms/std-theme.orb +573 -0
  47. package/behaviors/exports/atoms/std-timer.orb +483 -91
  48. package/behaviors/exports/atoms/std-undo.orb +211 -81
  49. package/behaviors/exports/atoms/std-upload.orb +535 -0
  50. package/behaviors/exports/atoms/std-wizard.orb +677 -240
  51. package/behaviors/exports/molecules/std-builder-game.orb +49 -4
  52. package/behaviors/exports/molecules/std-cart.orb +325 -102
  53. package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  54. package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  55. package/behaviors/exports/molecules/std-detail.orb +52 -48
  56. package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  57. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  58. package/behaviors/exports/molecules/std-geospatial.orb +70 -51
  59. package/behaviors/exports/molecules/std-inventory.orb +92 -53
  60. package/behaviors/exports/molecules/std-list.orb +416 -52
  61. package/behaviors/exports/molecules/std-messaging.orb +41 -49
  62. package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  63. package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  64. package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  65. package/behaviors/exports/molecules/std-quiz.orb +1045 -0
  66. package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  67. package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  68. package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  69. package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  70. package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  71. package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  72. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  73. package/behaviors/exports/organisms/std-cms.orb +1150 -277
  74. package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  75. package/behaviors/exports/organisms/std-crm.orb +2357 -821
  76. package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  77. package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  78. package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  79. package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  80. package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  81. package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  82. package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  83. package/behaviors/exports/organisms/std-lms.orb +2548 -1192
  84. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  85. package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  86. package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  87. package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  88. package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  89. package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  90. package/behaviors/exports/organisms/std-social-feed.orb +184 -168
  91. package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  92. package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  93. package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  94. package/behaviors/exports/validation-report.json +3 -750
  95. package/behaviors/exports/verify-results.json +13 -0
  96. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  97. package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
  98. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  99. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  100. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  101. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  102. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  105. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  106. package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
  107. package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
  108. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  109. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  110. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  111. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  112. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  113. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  114. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  117. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  118. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  119. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  120. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  121. package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
  122. package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
  123. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  124. package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
  125. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  126. package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
  127. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  128. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  129. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  130. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  131. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  132. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  133. package/dist/behaviors/exports/atoms/std-score.orb +252 -11
  134. package/dist/behaviors/exports/atoms/std-search.orb +62 -47
  135. package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
  136. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  137. package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
  138. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  139. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  140. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  141. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  142. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  143. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
  146. package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
  147. package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
  148. package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  149. package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  150. package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
  151. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  152. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  153. package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
  154. package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
  155. package/dist/behaviors/exports/molecules/std-list.orb +416 -52
  156. package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
  157. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  158. package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  159. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  160. package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
  161. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  162. package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  163. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  164. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  165. package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  166. package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  167. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  168. package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
  169. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  170. package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
  171. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  172. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  173. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  174. package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  175. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  176. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  177. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  178. package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
  179. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  180. package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  181. package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  182. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  183. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  184. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  185. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
  186. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  187. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  188. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  189. package/dist/behaviors/exports/validation-report.json +3 -750
  190. package/dist/behaviors/exports/verify-results.json +13 -0
  191. package/dist/behaviors/functions/index.d.ts +270 -1
  192. package/dist/behaviors/functions/index.js +3811 -1333
  193. package/dist/behaviors/functions/index.js.map +1 -1
  194. package/dist/behaviors/index.d.ts +1 -1
  195. package/dist/behaviors/index.js +3811 -1333
  196. package/dist/behaviors/index.js.map +1 -1
  197. package/dist/exports/atoms/std-async.orb +41 -24
  198. package/dist/exports/atoms/std-browse.orb +44 -44
  199. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  200. package/dist/exports/atoms/std-calendar.orb +770 -0
  201. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  202. package/dist/exports/atoms/std-collision.orb +278 -206
  203. package/dist/exports/atoms/std-combat-log.orb +6 -1
  204. package/dist/exports/atoms/std-combat.orb +6 -1
  205. package/dist/exports/atoms/std-confirmation.orb +212 -7
  206. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  207. package/dist/exports/atoms/std-display.orb +1186 -376
  208. package/dist/exports/atoms/std-drawer.orb +307 -101
  209. package/dist/exports/atoms/std-filter.orb +211 -18
  210. package/dist/exports/atoms/std-flip-card.orb +596 -0
  211. package/dist/exports/atoms/std-gallery.orb +382 -0
  212. package/dist/exports/atoms/std-game-audio.orb +6 -1
  213. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  214. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  215. package/dist/exports/atoms/std-game-hud.orb +6 -1
  216. package/dist/exports/atoms/std-game-menu.orb +6 -1
  217. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  218. package/dist/exports/atoms/std-gameflow.orb +100 -5
  219. package/dist/exports/atoms/std-input.orb +142 -137
  220. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  221. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  222. package/dist/exports/atoms/std-loading.orb +149 -170
  223. package/dist/exports/atoms/std-modal.orb +159 -94
  224. package/dist/exports/atoms/std-movement.orb +401 -31
  225. package/dist/exports/atoms/std-notification.orb +117 -95
  226. package/dist/exports/atoms/std-overworld.orb +44 -16
  227. package/dist/exports/atoms/std-pagination.orb +44 -115
  228. package/dist/exports/atoms/std-physics2d.orb +6 -1
  229. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  230. package/dist/exports/atoms/std-quest.orb +309 -34
  231. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  232. package/dist/exports/atoms/std-rating.orb +328 -0
  233. package/dist/exports/atoms/std-score-board.orb +6 -1
  234. package/dist/exports/atoms/std-score.orb +252 -11
  235. package/dist/exports/atoms/std-search.orb +62 -47
  236. package/dist/exports/atoms/std-selection.orb +180 -149
  237. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  238. package/dist/exports/atoms/std-sort.orb +192 -60
  239. package/dist/exports/atoms/std-sprite.orb +6 -1
  240. package/dist/exports/atoms/std-tabs.orb +25 -15
  241. package/dist/exports/atoms/std-text-effects.orb +658 -0
  242. package/dist/exports/atoms/std-theme.orb +573 -0
  243. package/dist/exports/atoms/std-timer.orb +483 -91
  244. package/dist/exports/atoms/std-undo.orb +211 -81
  245. package/dist/exports/atoms/std-upload.orb +535 -0
  246. package/dist/exports/atoms/std-wizard.orb +677 -240
  247. package/dist/exports/molecules/std-builder-game.orb +49 -4
  248. package/dist/exports/molecules/std-cart.orb +325 -102
  249. package/dist/exports/molecules/std-classifier-game.orb +49 -4
  250. package/dist/exports/molecules/std-debugger-game.orb +49 -4
  251. package/dist/exports/molecules/std-detail.orb +52 -48
  252. package/dist/exports/molecules/std-event-handler-game.orb +49 -4
  253. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  254. package/dist/exports/molecules/std-geospatial.orb +70 -51
  255. package/dist/exports/molecules/std-inventory.orb +92 -53
  256. package/dist/exports/molecules/std-list.orb +416 -52
  257. package/dist/exports/molecules/std-messaging.orb +41 -49
  258. package/dist/exports/molecules/std-negotiator-game.orb +49 -4
  259. package/dist/exports/molecules/std-platformer-game.orb +58 -3
  260. package/dist/exports/molecules/std-puzzle-game.orb +58 -7
  261. package/dist/exports/molecules/std-quiz.orb +1045 -0
  262. package/dist/exports/molecules/std-sequencer-game.orb +49 -4
  263. package/dist/exports/molecules/std-simulator-game.orb +49 -4
  264. package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
  265. package/dist/exports/organisms/std-api-gateway.orb +2615 -867
  266. package/dist/exports/organisms/std-arcade-game.orb +399 -197
  267. package/dist/exports/organisms/std-booking-system.orb +3154 -1305
  268. package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
  269. package/dist/exports/organisms/std-cms.orb +1150 -277
  270. package/dist/exports/organisms/std-coding-academy.orb +1222 -533
  271. package/dist/exports/organisms/std-crm.orb +2357 -821
  272. package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
  273. package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
  274. package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
  275. package/dist/exports/organisms/std-healthcare.orb +3593 -1478
  276. package/dist/exports/organisms/std-helpdesk.orb +1870 -738
  277. package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
  278. package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
  279. package/dist/exports/organisms/std-lms.orb +2548 -1192
  280. package/dist/exports/organisms/std-logic-training.orb +220 -66
  281. package/dist/exports/organisms/std-platformer-app.orb +373 -194
  282. package/dist/exports/organisms/std-project-manager.orb +2347 -806
  283. package/dist/exports/organisms/std-puzzle-app.orb +240 -95
  284. package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
  285. package/dist/exports/organisms/std-rpg-game.orb +1303 -740
  286. package/dist/exports/organisms/std-social-feed.orb +184 -168
  287. package/dist/exports/organisms/std-stem-lab.orb +1223 -512
  288. package/dist/exports/organisms/std-strategy-game.orb +1412 -731
  289. package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
  290. package/dist/exports/validation-report.json +3 -750
  291. package/dist/exports/verify-results.json +13 -0
  292. package/dist/index.d.ts +1 -1
  293. package/dist/index.js +3808 -1330
  294. package/dist/index.js.map +1 -1
  295. package/package.json +1 -1
@@ -30,12 +30,24 @@
30
30
  {
31
31
  "name": "priority",
32
32
  "type": "string",
33
- "default": "medium"
33
+ "default": "medium",
34
+ "values": [
35
+ "low",
36
+ "medium",
37
+ "high",
38
+ "critical"
39
+ ]
34
40
  },
35
41
  {
36
42
  "name": "status",
37
43
  "type": "string",
38
- "default": "todo"
44
+ "default": "todo",
45
+ "values": [
46
+ "todo",
47
+ "in-progress",
48
+ "review",
49
+ "done"
50
+ ]
39
51
  },
40
52
  {
41
53
  "name": "storyPoints",
@@ -44,7 +56,7 @@
44
56
  },
45
57
  {
46
58
  "name": "dueDate",
47
- "type": "string"
59
+ "type": "date"
48
60
  }
49
61
  ]
50
62
  },
@@ -169,118 +181,153 @@
169
181
  "render-ui",
170
182
  "main",
171
183
  {
172
- "type": "stack",
173
- "direction": "vertical",
174
- "gap": "lg",
184
+ "type": "dashboard-layout",
185
+ "appName": "ProjectManagerApp",
186
+ "navItems": [
187
+ {
188
+ "label": "Tasks",
189
+ "href": "/tasks",
190
+ "icon": "check-square"
191
+ },
192
+ {
193
+ "label": "Sprints",
194
+ "href": "/sprints",
195
+ "icon": "zap"
196
+ },
197
+ {
198
+ "label": "Burndown",
199
+ "href": "/burndown",
200
+ "icon": "layout-list"
201
+ }
202
+ ],
175
203
  "children": [
176
204
  {
177
205
  "type": "stack",
178
- "direction": "horizontal",
179
- "gap": "md",
180
- "justify": "space-between",
206
+ "direction": "vertical",
207
+ "gap": "lg",
208
+ "className": "max-w-5xl mx-auto w-full",
181
209
  "children": [
182
210
  {
183
211
  "type": "stack",
184
212
  "direction": "horizontal",
185
- "gap": "sm",
213
+ "gap": "md",
214
+ "justify": "space-between",
186
215
  "align": "center",
187
216
  "children": [
188
217
  {
189
- "type": "icon",
190
- "name": "check-square",
191
- "size": "lg"
218
+ "type": "stack",
219
+ "direction": "horizontal",
220
+ "gap": "sm",
221
+ "align": "center",
222
+ "children": [
223
+ {
224
+ "type": "icon",
225
+ "name": "check-square",
226
+ "size": "lg"
227
+ },
228
+ {
229
+ "type": "typography",
230
+ "content": "Tasks",
231
+ "variant": "h2"
232
+ }
233
+ ]
192
234
  },
193
235
  {
194
- "type": "typography",
195
- "content": "Tasks",
196
- "variant": "h2"
236
+ "type": "stack",
237
+ "direction": "horizontal",
238
+ "gap": "sm",
239
+ "children": [
240
+ {
241
+ "type": "button",
242
+ "label": "Create Task",
243
+ "event": "CREATE",
244
+ "variant": "primary",
245
+ "icon": "plus"
246
+ }
247
+ ]
197
248
  }
198
249
  ]
199
250
  },
200
251
  {
201
- "type": "stack",
202
- "direction": "horizontal",
203
- "gap": "sm",
252
+ "type": "divider"
253
+ },
254
+ {
255
+ "type": "simple-grid",
256
+ "columns": 1,
204
257
  "children": [
205
258
  {
206
- "type": "button",
207
- "label": "Create Task",
208
- "event": "CREATE",
209
- "variant": "primary",
210
- "icon": "plus"
259
+ "type": "stat-display",
260
+ "label": "Total Tasks",
261
+ "value": [
262
+ "array/len",
263
+ "@entity"
264
+ ],
265
+ "icon": "check-square"
211
266
  }
212
267
  ]
213
- }
214
- ]
215
- },
216
- {
217
- "type": "divider"
218
- },
219
- {
220
- "type": "data-grid",
221
- "entity": "Task",
222
- "emptyIcon": "inbox",
223
- "emptyTitle": "No tasks yet",
224
- "emptyDescription": "Create your first task to get started.",
225
- "itemActions": [
226
- {
227
- "label": "View",
228
- "event": "VIEW"
229
268
  },
230
269
  {
231
- "label": "Edit",
232
- "event": "EDIT"
270
+ "type": "divider"
233
271
  },
234
272
  {
235
- "label": "Delete",
236
- "event": "DELETE",
237
- "variant": "danger"
238
- }
239
- ],
240
- "className": "transition-shadow hover:shadow-md cursor-pointer",
241
- "children": [
242
- {
243
- "type": "stack",
244
- "direction": "vertical",
245
- "gap": "sm",
246
- "children": [
273
+ "type": "data-grid",
274
+ "entity": "Task",
275
+ "emptyIcon": "inbox",
276
+ "emptyTitle": "No tasks yet",
277
+ "emptyDescription": "Create tasks to plan your sprint.",
278
+ "itemActions": [
247
279
  {
248
- "type": "stack",
249
- "direction": "horizontal",
250
- "justify": "space-between",
251
- "align": "center",
252
- "children": [
253
- {
254
- "type": "stack",
255
- "direction": "horizontal",
256
- "gap": "sm",
257
- "align": "center",
258
- "children": [
259
- {
260
- "type": "icon",
261
- "name": "check-square",
262
- "size": "sm"
263
- },
264
- {
265
- "type": "typography",
266
- "variant": "h4",
267
- "content": "@entity.title"
268
- }
269
- ]
270
- },
271
- {
272
- "type": "badge",
273
- "label": "@entity.description"
274
- }
275
- ]
280
+ "label": "View",
281
+ "event": "VIEW",
282
+ "variant": "ghost",
283
+ "size": "sm"
284
+ },
285
+ {
286
+ "label": "Edit",
287
+ "event": "EDIT",
288
+ "variant": "ghost",
289
+ "size": "sm"
290
+ },
291
+ {
292
+ "label": "Delete",
293
+ "event": "DELETE",
294
+ "variant": "danger",
295
+ "size": "sm"
296
+ }
297
+ ],
298
+ "columns": [
299
+ {
300
+ "name": "title",
301
+ "variant": "h3",
302
+ "icon": "check-square"
276
303
  },
277
304
  {
278
- "type": "typography",
305
+ "name": "priority",
306
+ "variant": "badge"
307
+ },
308
+ {
309
+ "name": "status",
310
+ "variant": "badge"
311
+ },
312
+ {
313
+ "name": "assignee",
314
+ "variant": "body"
315
+ },
316
+ {
317
+ "name": "storyPoints",
318
+ "label": "Points",
319
+ "variant": "body",
320
+ "format": "number"
321
+ },
322
+ {
323
+ "name": "dueDate",
324
+ "label": "Due",
279
325
  "variant": "caption",
280
- "color": "muted",
281
- "content": "@entity.assignee"
326
+ "format": "date"
282
327
  }
283
- ]
328
+ ],
329
+ "cols": 2,
330
+ "gap": "md"
284
331
  }
285
332
  ]
286
333
  }
@@ -400,6 +447,163 @@
400
447
  "fetch",
401
448
  "Task"
402
449
  ],
450
+ [
451
+ "render-ui",
452
+ "main",
453
+ {
454
+ "type": "dashboard-layout",
455
+ "appName": "ProjectManagerApp",
456
+ "navItems": [
457
+ {
458
+ "label": "Tasks",
459
+ "href": "/tasks",
460
+ "icon": "check-square"
461
+ },
462
+ {
463
+ "label": "Sprints",
464
+ "href": "/sprints",
465
+ "icon": "zap"
466
+ },
467
+ {
468
+ "label": "Burndown",
469
+ "href": "/burndown",
470
+ "icon": "layout-list"
471
+ }
472
+ ],
473
+ "children": [
474
+ {
475
+ "type": "stack",
476
+ "direction": "vertical",
477
+ "gap": "lg",
478
+ "className": "max-w-5xl mx-auto w-full",
479
+ "children": [
480
+ {
481
+ "type": "stack",
482
+ "direction": "horizontal",
483
+ "gap": "md",
484
+ "justify": "space-between",
485
+ "align": "center",
486
+ "children": [
487
+ {
488
+ "type": "stack",
489
+ "direction": "horizontal",
490
+ "gap": "sm",
491
+ "align": "center",
492
+ "children": [
493
+ {
494
+ "type": "icon",
495
+ "name": "check-square",
496
+ "size": "lg"
497
+ },
498
+ {
499
+ "type": "typography",
500
+ "content": "Tasks",
501
+ "variant": "h2"
502
+ }
503
+ ]
504
+ },
505
+ {
506
+ "type": "stack",
507
+ "direction": "horizontal",
508
+ "gap": "sm",
509
+ "children": [
510
+ {
511
+ "type": "button",
512
+ "label": "Create Task",
513
+ "event": "CREATE",
514
+ "variant": "primary",
515
+ "icon": "plus"
516
+ }
517
+ ]
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "type": "divider"
523
+ },
524
+ {
525
+ "type": "simple-grid",
526
+ "columns": 1,
527
+ "children": [
528
+ {
529
+ "type": "stat-display",
530
+ "label": "Total Tasks",
531
+ "value": [
532
+ "array/len",
533
+ "@entity"
534
+ ],
535
+ "icon": "check-square"
536
+ }
537
+ ]
538
+ },
539
+ {
540
+ "type": "divider"
541
+ },
542
+ {
543
+ "type": "data-grid",
544
+ "entity": "Task",
545
+ "emptyIcon": "inbox",
546
+ "emptyTitle": "No tasks yet",
547
+ "emptyDescription": "Create tasks to plan your sprint.",
548
+ "itemActions": [
549
+ {
550
+ "label": "View",
551
+ "event": "VIEW",
552
+ "variant": "ghost",
553
+ "size": "sm"
554
+ },
555
+ {
556
+ "label": "Edit",
557
+ "event": "EDIT",
558
+ "variant": "ghost",
559
+ "size": "sm"
560
+ },
561
+ {
562
+ "label": "Delete",
563
+ "event": "DELETE",
564
+ "variant": "danger",
565
+ "size": "sm"
566
+ }
567
+ ],
568
+ "columns": [
569
+ {
570
+ "name": "title",
571
+ "variant": "h3",
572
+ "icon": "check-square"
573
+ },
574
+ {
575
+ "name": "priority",
576
+ "variant": "badge"
577
+ },
578
+ {
579
+ "name": "status",
580
+ "variant": "badge"
581
+ },
582
+ {
583
+ "name": "assignee",
584
+ "variant": "body"
585
+ },
586
+ {
587
+ "name": "storyPoints",
588
+ "label": "Points",
589
+ "variant": "body",
590
+ "format": "number"
591
+ },
592
+ {
593
+ "name": "dueDate",
594
+ "label": "Due",
595
+ "variant": "caption",
596
+ "format": "date"
597
+ }
598
+ ],
599
+ "cols": 2,
600
+ "gap": "md"
601
+ }
602
+ ]
603
+ }
604
+ ]
605
+ }
606
+ ],
403
607
  [
404
608
  "notify",
405
609
  "Task deleted successfully"
@@ -415,6 +619,167 @@
415
619
  "render-ui",
416
620
  "modal",
417
621
  null
622
+ ],
623
+ [
624
+ "fetch",
625
+ "Task"
626
+ ],
627
+ [
628
+ "render-ui",
629
+ "main",
630
+ {
631
+ "type": "dashboard-layout",
632
+ "appName": "ProjectManagerApp",
633
+ "navItems": [
634
+ {
635
+ "label": "Tasks",
636
+ "href": "/tasks",
637
+ "icon": "check-square"
638
+ },
639
+ {
640
+ "label": "Sprints",
641
+ "href": "/sprints",
642
+ "icon": "zap"
643
+ },
644
+ {
645
+ "label": "Burndown",
646
+ "href": "/burndown",
647
+ "icon": "layout-list"
648
+ }
649
+ ],
650
+ "children": [
651
+ {
652
+ "type": "stack",
653
+ "direction": "vertical",
654
+ "gap": "lg",
655
+ "className": "max-w-5xl mx-auto w-full",
656
+ "children": [
657
+ {
658
+ "type": "stack",
659
+ "direction": "horizontal",
660
+ "gap": "md",
661
+ "justify": "space-between",
662
+ "align": "center",
663
+ "children": [
664
+ {
665
+ "type": "stack",
666
+ "direction": "horizontal",
667
+ "gap": "sm",
668
+ "align": "center",
669
+ "children": [
670
+ {
671
+ "type": "icon",
672
+ "name": "check-square",
673
+ "size": "lg"
674
+ },
675
+ {
676
+ "type": "typography",
677
+ "content": "Tasks",
678
+ "variant": "h2"
679
+ }
680
+ ]
681
+ },
682
+ {
683
+ "type": "stack",
684
+ "direction": "horizontal",
685
+ "gap": "sm",
686
+ "children": [
687
+ {
688
+ "type": "button",
689
+ "label": "Create Task",
690
+ "event": "CREATE",
691
+ "variant": "primary",
692
+ "icon": "plus"
693
+ }
694
+ ]
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "type": "divider"
700
+ },
701
+ {
702
+ "type": "simple-grid",
703
+ "columns": 1,
704
+ "children": [
705
+ {
706
+ "type": "stat-display",
707
+ "label": "Total Tasks",
708
+ "value": [
709
+ "array/len",
710
+ "@entity"
711
+ ],
712
+ "icon": "check-square"
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "type": "divider"
718
+ },
719
+ {
720
+ "type": "data-grid",
721
+ "entity": "Task",
722
+ "emptyIcon": "inbox",
723
+ "emptyTitle": "No tasks yet",
724
+ "emptyDescription": "Create tasks to plan your sprint.",
725
+ "itemActions": [
726
+ {
727
+ "label": "View",
728
+ "event": "VIEW",
729
+ "variant": "ghost",
730
+ "size": "sm"
731
+ },
732
+ {
733
+ "label": "Edit",
734
+ "event": "EDIT",
735
+ "variant": "ghost",
736
+ "size": "sm"
737
+ },
738
+ {
739
+ "label": "Delete",
740
+ "event": "DELETE",
741
+ "variant": "danger",
742
+ "size": "sm"
743
+ }
744
+ ],
745
+ "columns": [
746
+ {
747
+ "name": "title",
748
+ "variant": "h3",
749
+ "icon": "check-square"
750
+ },
751
+ {
752
+ "name": "priority",
753
+ "variant": "badge"
754
+ },
755
+ {
756
+ "name": "status",
757
+ "variant": "badge"
758
+ },
759
+ {
760
+ "name": "assignee",
761
+ "variant": "body"
762
+ },
763
+ {
764
+ "name": "storyPoints",
765
+ "label": "Points",
766
+ "variant": "body",
767
+ "format": "number"
768
+ },
769
+ {
770
+ "name": "dueDate",
771
+ "label": "Due",
772
+ "variant": "caption",
773
+ "format": "date"
774
+ }
775
+ ],
776
+ "cols": 2,
777
+ "gap": "md"
778
+ }
779
+ ]
780
+ }
781
+ ]
782
+ }
418
783
  ]
419
784
  ]
420
785
  },
@@ -427,9 +792,170 @@
427
792
  "render-ui",
428
793
  "modal",
429
794
  null
430
- ]
431
- ]
432
- }
795
+ ],
796
+ [
797
+ "fetch",
798
+ "Task"
799
+ ],
800
+ [
801
+ "render-ui",
802
+ "main",
803
+ {
804
+ "type": "dashboard-layout",
805
+ "appName": "ProjectManagerApp",
806
+ "navItems": [
807
+ {
808
+ "label": "Tasks",
809
+ "href": "/tasks",
810
+ "icon": "check-square"
811
+ },
812
+ {
813
+ "label": "Sprints",
814
+ "href": "/sprints",
815
+ "icon": "zap"
816
+ },
817
+ {
818
+ "label": "Burndown",
819
+ "href": "/burndown",
820
+ "icon": "layout-list"
821
+ }
822
+ ],
823
+ "children": [
824
+ {
825
+ "type": "stack",
826
+ "direction": "vertical",
827
+ "gap": "lg",
828
+ "className": "max-w-5xl mx-auto w-full",
829
+ "children": [
830
+ {
831
+ "type": "stack",
832
+ "direction": "horizontal",
833
+ "gap": "md",
834
+ "justify": "space-between",
835
+ "align": "center",
836
+ "children": [
837
+ {
838
+ "type": "stack",
839
+ "direction": "horizontal",
840
+ "gap": "sm",
841
+ "align": "center",
842
+ "children": [
843
+ {
844
+ "type": "icon",
845
+ "name": "check-square",
846
+ "size": "lg"
847
+ },
848
+ {
849
+ "type": "typography",
850
+ "content": "Tasks",
851
+ "variant": "h2"
852
+ }
853
+ ]
854
+ },
855
+ {
856
+ "type": "stack",
857
+ "direction": "horizontal",
858
+ "gap": "sm",
859
+ "children": [
860
+ {
861
+ "type": "button",
862
+ "label": "Create Task",
863
+ "event": "CREATE",
864
+ "variant": "primary",
865
+ "icon": "plus"
866
+ }
867
+ ]
868
+ }
869
+ ]
870
+ },
871
+ {
872
+ "type": "divider"
873
+ },
874
+ {
875
+ "type": "simple-grid",
876
+ "columns": 1,
877
+ "children": [
878
+ {
879
+ "type": "stat-display",
880
+ "label": "Total Tasks",
881
+ "value": [
882
+ "array/len",
883
+ "@entity"
884
+ ],
885
+ "icon": "check-square"
886
+ }
887
+ ]
888
+ },
889
+ {
890
+ "type": "divider"
891
+ },
892
+ {
893
+ "type": "data-grid",
894
+ "entity": "Task",
895
+ "emptyIcon": "inbox",
896
+ "emptyTitle": "No tasks yet",
897
+ "emptyDescription": "Create tasks to plan your sprint.",
898
+ "itemActions": [
899
+ {
900
+ "label": "View",
901
+ "event": "VIEW",
902
+ "variant": "ghost",
903
+ "size": "sm"
904
+ },
905
+ {
906
+ "label": "Edit",
907
+ "event": "EDIT",
908
+ "variant": "ghost",
909
+ "size": "sm"
910
+ },
911
+ {
912
+ "label": "Delete",
913
+ "event": "DELETE",
914
+ "variant": "danger",
915
+ "size": "sm"
916
+ }
917
+ ],
918
+ "columns": [
919
+ {
920
+ "name": "title",
921
+ "variant": "h3",
922
+ "icon": "check-square"
923
+ },
924
+ {
925
+ "name": "priority",
926
+ "variant": "badge"
927
+ },
928
+ {
929
+ "name": "status",
930
+ "variant": "badge"
931
+ },
932
+ {
933
+ "name": "assignee",
934
+ "variant": "body"
935
+ },
936
+ {
937
+ "name": "storyPoints",
938
+ "label": "Points",
939
+ "variant": "body",
940
+ "format": "number"
941
+ },
942
+ {
943
+ "name": "dueDate",
944
+ "label": "Due",
945
+ "variant": "caption",
946
+ "format": "date"
947
+ }
948
+ ],
949
+ "cols": 2,
950
+ "gap": "md"
951
+ }
952
+ ]
953
+ }
954
+ ]
955
+ }
956
+ ]
957
+ ]
958
+ }
433
959
  ]
434
960
  }
435
961
  },
@@ -556,6 +1082,11 @@
556
1082
  "render-ui",
557
1083
  "modal",
558
1084
  null
1085
+ ],
1086
+ [
1087
+ "notify",
1088
+ "Cancelled",
1089
+ "info"
559
1090
  ]
560
1091
  ]
561
1092
  },
@@ -724,6 +1255,11 @@
724
1255
  "render-ui",
725
1256
  "modal",
726
1257
  null
1258
+ ],
1259
+ [
1260
+ "notify",
1261
+ "Cancelled",
1262
+ "info"
727
1263
  ]
728
1264
  ]
729
1265
  },
@@ -939,7 +1475,7 @@
939
1475
  {
940
1476
  "type": "typography",
941
1477
  "variant": "caption",
942
- "content": "StoryPoints"
1478
+ "content": "Story Points"
943
1479
  },
944
1480
  {
945
1481
  "type": "typography",
@@ -956,7 +1492,7 @@
956
1492
  {
957
1493
  "type": "typography",
958
1494
  "variant": "caption",
959
- "content": "DueDate"
1495
+ "content": "Due Date"
960
1496
  },
961
1497
  {
962
1498
  "type": "typography",
@@ -1003,6 +1539,11 @@
1003
1539
  "render-ui",
1004
1540
  "modal",
1005
1541
  null
1542
+ ],
1543
+ [
1544
+ "notify",
1545
+ "Cancelled",
1546
+ "info"
1006
1547
  ]
1007
1548
  ]
1008
1549
  }
@@ -1051,12 +1592,12 @@
1051
1592
  },
1052
1593
  {
1053
1594
  "name": "startDate",
1054
- "type": "string",
1595
+ "type": "date",
1055
1596
  "required": true
1056
1597
  },
1057
1598
  {
1058
1599
  "name": "endDate",
1059
- "type": "string",
1600
+ "type": "date",
1060
1601
  "required": true
1061
1602
  },
1062
1603
  {
@@ -1066,7 +1607,12 @@
1066
1607
  {
1067
1608
  "name": "status",
1068
1609
  "type": "string",
1069
- "default": "planning"
1610
+ "default": "planning",
1611
+ "values": [
1612
+ "planning",
1613
+ "active",
1614
+ "completed"
1615
+ ]
1070
1616
  },
1071
1617
  {
1072
1618
  "name": "taskCount",
@@ -1191,118 +1737,137 @@
1191
1737
  "render-ui",
1192
1738
  "main",
1193
1739
  {
1194
- "type": "stack",
1195
- "direction": "vertical",
1196
- "gap": "lg",
1197
- "children": [
1740
+ "type": "dashboard-layout",
1741
+ "appName": "ProjectManagerApp",
1742
+ "navItems": [
1198
1743
  {
1199
- "type": "stack",
1200
- "direction": "horizontal",
1201
- "gap": "md",
1202
- "justify": "space-between",
1203
- "children": [
1204
- {
1205
- "type": "stack",
1206
- "direction": "horizontal",
1207
- "gap": "sm",
1208
- "align": "center",
1209
- "children": [
1210
- {
1211
- "type": "icon",
1212
- "name": "zap",
1213
- "size": "lg"
1214
- },
1215
- {
1216
- "type": "typography",
1217
- "content": "Sprints",
1218
- "variant": "h2"
1219
- }
1220
- ]
1221
- },
1222
- {
1223
- "type": "stack",
1224
- "direction": "horizontal",
1225
- "gap": "sm",
1226
- "children": [
1227
- {
1228
- "type": "button",
1229
- "label": "Create Sprint",
1230
- "event": "CREATE",
1231
- "variant": "primary",
1232
- "icon": "plus"
1233
- }
1234
- ]
1235
- }
1236
- ]
1744
+ "label": "Tasks",
1745
+ "href": "/tasks",
1746
+ "icon": "check-square"
1237
1747
  },
1238
1748
  {
1239
- "type": "divider"
1749
+ "label": "Sprints",
1750
+ "href": "/sprints",
1751
+ "icon": "zap"
1240
1752
  },
1241
1753
  {
1242
- "type": "data-grid",
1243
- "entity": "Sprint",
1244
- "emptyIcon": "inbox",
1245
- "emptyTitle": "No sprints yet",
1246
- "emptyDescription": "Create your first sprint to get started.",
1247
- "itemActions": [
1248
- {
1249
- "label": "View",
1250
- "event": "VIEW"
1251
- },
1252
- {
1253
- "label": "Edit",
1254
- "event": "EDIT"
1255
- },
1256
- {
1257
- "label": "Delete",
1258
- "event": "DELETE",
1259
- "variant": "danger"
1260
- }
1261
- ],
1262
- "className": "transition-shadow hover:shadow-md cursor-pointer",
1754
+ "label": "Burndown",
1755
+ "href": "/burndown",
1756
+ "icon": "layout-list"
1757
+ }
1758
+ ],
1759
+ "children": [
1760
+ {
1761
+ "type": "stack",
1762
+ "direction": "vertical",
1763
+ "gap": "lg",
1764
+ "className": "max-w-5xl mx-auto w-full",
1263
1765
  "children": [
1264
1766
  {
1265
1767
  "type": "stack",
1266
- "direction": "vertical",
1267
- "gap": "sm",
1768
+ "direction": "horizontal",
1769
+ "gap": "md",
1770
+ "justify": "space-between",
1771
+ "align": "center",
1268
1772
  "children": [
1269
1773
  {
1270
1774
  "type": "stack",
1271
1775
  "direction": "horizontal",
1272
- "justify": "space-between",
1776
+ "gap": "sm",
1273
1777
  "align": "center",
1274
1778
  "children": [
1275
1779
  {
1276
- "type": "stack",
1277
- "direction": "horizontal",
1278
- "gap": "sm",
1279
- "align": "center",
1280
- "children": [
1281
- {
1282
- "type": "icon",
1283
- "name": "zap",
1284
- "size": "sm"
1285
- },
1286
- {
1287
- "type": "typography",
1288
- "variant": "h4",
1289
- "content": "@entity.name"
1290
- }
1291
- ]
1780
+ "type": "icon",
1781
+ "name": "zap",
1782
+ "size": "lg"
1292
1783
  },
1293
1784
  {
1294
- "type": "badge",
1295
- "label": "@entity.startDate"
1785
+ "type": "typography",
1786
+ "content": "Sprints",
1787
+ "variant": "h2"
1296
1788
  }
1297
1789
  ]
1298
1790
  },
1299
1791
  {
1300
- "type": "typography",
1301
- "variant": "caption",
1302
- "color": "muted",
1303
- "content": "@entity.endDate"
1792
+ "type": "stack",
1793
+ "direction": "horizontal",
1794
+ "gap": "sm",
1795
+ "children": [
1796
+ {
1797
+ "type": "button",
1798
+ "label": "Create Sprint",
1799
+ "event": "CREATE",
1800
+ "variant": "primary",
1801
+ "icon": "plus"
1802
+ }
1803
+ ]
1304
1804
  }
1305
1805
  ]
1806
+ },
1807
+ {
1808
+ "type": "divider"
1809
+ },
1810
+ {
1811
+ "type": "data-grid",
1812
+ "entity": "Sprint",
1813
+ "emptyIcon": "inbox",
1814
+ "emptyTitle": "No sprints yet",
1815
+ "emptyDescription": "Create a sprint to organize your work.",
1816
+ "itemActions": [
1817
+ {
1818
+ "label": "View",
1819
+ "event": "VIEW",
1820
+ "variant": "ghost",
1821
+ "size": "sm"
1822
+ },
1823
+ {
1824
+ "label": "Edit",
1825
+ "event": "EDIT",
1826
+ "variant": "ghost",
1827
+ "size": "sm"
1828
+ },
1829
+ {
1830
+ "label": "Delete",
1831
+ "event": "DELETE",
1832
+ "variant": "danger",
1833
+ "size": "sm"
1834
+ }
1835
+ ],
1836
+ "columns": [
1837
+ {
1838
+ "name": "name",
1839
+ "variant": "h3",
1840
+ "icon": "zap"
1841
+ },
1842
+ {
1843
+ "name": "status",
1844
+ "variant": "badge"
1845
+ },
1846
+ {
1847
+ "name": "goal",
1848
+ "variant": "body"
1849
+ },
1850
+ {
1851
+ "name": "startDate",
1852
+ "label": "Start",
1853
+ "variant": "caption",
1854
+ "format": "date"
1855
+ },
1856
+ {
1857
+ "name": "endDate",
1858
+ "label": "End",
1859
+ "variant": "caption",
1860
+ "format": "date"
1861
+ },
1862
+ {
1863
+ "name": "taskCount",
1864
+ "label": "Tasks",
1865
+ "variant": "body",
1866
+ "format": "number"
1867
+ }
1868
+ ],
1869
+ "cols": 2,
1870
+ "gap": "md"
1306
1871
  }
1307
1872
  ]
1308
1873
  }
@@ -1422,74 +1987,505 @@
1422
1987
  "fetch",
1423
1988
  "Sprint"
1424
1989
  ],
1425
- [
1426
- "notify",
1427
- "Sprint deleted successfully"
1428
- ]
1429
- ]
1430
- },
1431
- {
1432
- "from": "deleting",
1433
- "to": "browsing",
1434
- "event": "CANCEL",
1435
- "effects": [
1436
- [
1437
- "render-ui",
1438
- "modal",
1439
- null
1440
- ]
1441
- ]
1442
- },
1443
- {
1444
- "from": "deleting",
1445
- "to": "browsing",
1446
- "event": "CLOSE",
1447
- "effects": [
1448
1990
  [
1449
1991
  "render-ui",
1450
- "modal",
1451
- null
1452
- ]
1453
- ]
1454
- }
1455
- ]
1456
- },
1457
- "emits": [
1458
- {
1459
- "event": "ASSIGN_TASK",
1460
- "payload": [
1461
- {
1462
- "name": "id",
1463
- "type": "string",
1464
- "required": true
1465
- }
1466
- ],
1467
- "scope": "external"
1468
- },
1469
- {
1470
- "event": "COMPLETE_SPRINT",
1471
- "payload": [
1472
- {
1473
- "name": "id",
1474
- "type": "string",
1475
- "required": true
1476
- }
1477
- ],
1478
- "scope": "external"
1479
- }
1480
- ]
1481
- },
1482
- {
1483
- "name": "SprintCreate",
1484
- "linkedEntity": "Sprint",
1485
- "category": "interaction",
1486
- "emits": [
1487
- {
1488
- "event": "SPRINT_CREATED"
1489
- }
1490
- ],
1491
- "stateMachine": {
1492
- "states": [
1992
+ "main",
1993
+ {
1994
+ "type": "dashboard-layout",
1995
+ "appName": "ProjectManagerApp",
1996
+ "navItems": [
1997
+ {
1998
+ "label": "Tasks",
1999
+ "href": "/tasks",
2000
+ "icon": "check-square"
2001
+ },
2002
+ {
2003
+ "label": "Sprints",
2004
+ "href": "/sprints",
2005
+ "icon": "zap"
2006
+ },
2007
+ {
2008
+ "label": "Burndown",
2009
+ "href": "/burndown",
2010
+ "icon": "layout-list"
2011
+ }
2012
+ ],
2013
+ "children": [
2014
+ {
2015
+ "type": "stack",
2016
+ "direction": "vertical",
2017
+ "gap": "lg",
2018
+ "className": "max-w-5xl mx-auto w-full",
2019
+ "children": [
2020
+ {
2021
+ "type": "stack",
2022
+ "direction": "horizontal",
2023
+ "gap": "md",
2024
+ "justify": "space-between",
2025
+ "align": "center",
2026
+ "children": [
2027
+ {
2028
+ "type": "stack",
2029
+ "direction": "horizontal",
2030
+ "gap": "sm",
2031
+ "align": "center",
2032
+ "children": [
2033
+ {
2034
+ "type": "icon",
2035
+ "name": "zap",
2036
+ "size": "lg"
2037
+ },
2038
+ {
2039
+ "type": "typography",
2040
+ "content": "Sprints",
2041
+ "variant": "h2"
2042
+ }
2043
+ ]
2044
+ },
2045
+ {
2046
+ "type": "stack",
2047
+ "direction": "horizontal",
2048
+ "gap": "sm",
2049
+ "children": [
2050
+ {
2051
+ "type": "button",
2052
+ "label": "Create Sprint",
2053
+ "event": "CREATE",
2054
+ "variant": "primary",
2055
+ "icon": "plus"
2056
+ }
2057
+ ]
2058
+ }
2059
+ ]
2060
+ },
2061
+ {
2062
+ "type": "divider"
2063
+ },
2064
+ {
2065
+ "type": "data-grid",
2066
+ "entity": "Sprint",
2067
+ "emptyIcon": "inbox",
2068
+ "emptyTitle": "No sprints yet",
2069
+ "emptyDescription": "Create a sprint to organize your work.",
2070
+ "itemActions": [
2071
+ {
2072
+ "label": "View",
2073
+ "event": "VIEW",
2074
+ "variant": "ghost",
2075
+ "size": "sm"
2076
+ },
2077
+ {
2078
+ "label": "Edit",
2079
+ "event": "EDIT",
2080
+ "variant": "ghost",
2081
+ "size": "sm"
2082
+ },
2083
+ {
2084
+ "label": "Delete",
2085
+ "event": "DELETE",
2086
+ "variant": "danger",
2087
+ "size": "sm"
2088
+ }
2089
+ ],
2090
+ "columns": [
2091
+ {
2092
+ "name": "name",
2093
+ "variant": "h3",
2094
+ "icon": "zap"
2095
+ },
2096
+ {
2097
+ "name": "status",
2098
+ "variant": "badge"
2099
+ },
2100
+ {
2101
+ "name": "goal",
2102
+ "variant": "body"
2103
+ },
2104
+ {
2105
+ "name": "startDate",
2106
+ "label": "Start",
2107
+ "variant": "caption",
2108
+ "format": "date"
2109
+ },
2110
+ {
2111
+ "name": "endDate",
2112
+ "label": "End",
2113
+ "variant": "caption",
2114
+ "format": "date"
2115
+ },
2116
+ {
2117
+ "name": "taskCount",
2118
+ "label": "Tasks",
2119
+ "variant": "body",
2120
+ "format": "number"
2121
+ }
2122
+ ],
2123
+ "cols": 2,
2124
+ "gap": "md"
2125
+ }
2126
+ ]
2127
+ }
2128
+ ]
2129
+ }
2130
+ ],
2131
+ [
2132
+ "notify",
2133
+ "Sprint deleted successfully"
2134
+ ]
2135
+ ]
2136
+ },
2137
+ {
2138
+ "from": "deleting",
2139
+ "to": "browsing",
2140
+ "event": "CANCEL",
2141
+ "effects": [
2142
+ [
2143
+ "render-ui",
2144
+ "modal",
2145
+ null
2146
+ ],
2147
+ [
2148
+ "fetch",
2149
+ "Sprint"
2150
+ ],
2151
+ [
2152
+ "render-ui",
2153
+ "main",
2154
+ {
2155
+ "type": "dashboard-layout",
2156
+ "appName": "ProjectManagerApp",
2157
+ "navItems": [
2158
+ {
2159
+ "label": "Tasks",
2160
+ "href": "/tasks",
2161
+ "icon": "check-square"
2162
+ },
2163
+ {
2164
+ "label": "Sprints",
2165
+ "href": "/sprints",
2166
+ "icon": "zap"
2167
+ },
2168
+ {
2169
+ "label": "Burndown",
2170
+ "href": "/burndown",
2171
+ "icon": "layout-list"
2172
+ }
2173
+ ],
2174
+ "children": [
2175
+ {
2176
+ "type": "stack",
2177
+ "direction": "vertical",
2178
+ "gap": "lg",
2179
+ "className": "max-w-5xl mx-auto w-full",
2180
+ "children": [
2181
+ {
2182
+ "type": "stack",
2183
+ "direction": "horizontal",
2184
+ "gap": "md",
2185
+ "justify": "space-between",
2186
+ "align": "center",
2187
+ "children": [
2188
+ {
2189
+ "type": "stack",
2190
+ "direction": "horizontal",
2191
+ "gap": "sm",
2192
+ "align": "center",
2193
+ "children": [
2194
+ {
2195
+ "type": "icon",
2196
+ "name": "zap",
2197
+ "size": "lg"
2198
+ },
2199
+ {
2200
+ "type": "typography",
2201
+ "content": "Sprints",
2202
+ "variant": "h2"
2203
+ }
2204
+ ]
2205
+ },
2206
+ {
2207
+ "type": "stack",
2208
+ "direction": "horizontal",
2209
+ "gap": "sm",
2210
+ "children": [
2211
+ {
2212
+ "type": "button",
2213
+ "label": "Create Sprint",
2214
+ "event": "CREATE",
2215
+ "variant": "primary",
2216
+ "icon": "plus"
2217
+ }
2218
+ ]
2219
+ }
2220
+ ]
2221
+ },
2222
+ {
2223
+ "type": "divider"
2224
+ },
2225
+ {
2226
+ "type": "data-grid",
2227
+ "entity": "Sprint",
2228
+ "emptyIcon": "inbox",
2229
+ "emptyTitle": "No sprints yet",
2230
+ "emptyDescription": "Create a sprint to organize your work.",
2231
+ "itemActions": [
2232
+ {
2233
+ "label": "View",
2234
+ "event": "VIEW",
2235
+ "variant": "ghost",
2236
+ "size": "sm"
2237
+ },
2238
+ {
2239
+ "label": "Edit",
2240
+ "event": "EDIT",
2241
+ "variant": "ghost",
2242
+ "size": "sm"
2243
+ },
2244
+ {
2245
+ "label": "Delete",
2246
+ "event": "DELETE",
2247
+ "variant": "danger",
2248
+ "size": "sm"
2249
+ }
2250
+ ],
2251
+ "columns": [
2252
+ {
2253
+ "name": "name",
2254
+ "variant": "h3",
2255
+ "icon": "zap"
2256
+ },
2257
+ {
2258
+ "name": "status",
2259
+ "variant": "badge"
2260
+ },
2261
+ {
2262
+ "name": "goal",
2263
+ "variant": "body"
2264
+ },
2265
+ {
2266
+ "name": "startDate",
2267
+ "label": "Start",
2268
+ "variant": "caption",
2269
+ "format": "date"
2270
+ },
2271
+ {
2272
+ "name": "endDate",
2273
+ "label": "End",
2274
+ "variant": "caption",
2275
+ "format": "date"
2276
+ },
2277
+ {
2278
+ "name": "taskCount",
2279
+ "label": "Tasks",
2280
+ "variant": "body",
2281
+ "format": "number"
2282
+ }
2283
+ ],
2284
+ "cols": 2,
2285
+ "gap": "md"
2286
+ }
2287
+ ]
2288
+ }
2289
+ ]
2290
+ }
2291
+ ]
2292
+ ]
2293
+ },
2294
+ {
2295
+ "from": "deleting",
2296
+ "to": "browsing",
2297
+ "event": "CLOSE",
2298
+ "effects": [
2299
+ [
2300
+ "render-ui",
2301
+ "modal",
2302
+ null
2303
+ ],
2304
+ [
2305
+ "fetch",
2306
+ "Sprint"
2307
+ ],
2308
+ [
2309
+ "render-ui",
2310
+ "main",
2311
+ {
2312
+ "type": "dashboard-layout",
2313
+ "appName": "ProjectManagerApp",
2314
+ "navItems": [
2315
+ {
2316
+ "label": "Tasks",
2317
+ "href": "/tasks",
2318
+ "icon": "check-square"
2319
+ },
2320
+ {
2321
+ "label": "Sprints",
2322
+ "href": "/sprints",
2323
+ "icon": "zap"
2324
+ },
2325
+ {
2326
+ "label": "Burndown",
2327
+ "href": "/burndown",
2328
+ "icon": "layout-list"
2329
+ }
2330
+ ],
2331
+ "children": [
2332
+ {
2333
+ "type": "stack",
2334
+ "direction": "vertical",
2335
+ "gap": "lg",
2336
+ "className": "max-w-5xl mx-auto w-full",
2337
+ "children": [
2338
+ {
2339
+ "type": "stack",
2340
+ "direction": "horizontal",
2341
+ "gap": "md",
2342
+ "justify": "space-between",
2343
+ "align": "center",
2344
+ "children": [
2345
+ {
2346
+ "type": "stack",
2347
+ "direction": "horizontal",
2348
+ "gap": "sm",
2349
+ "align": "center",
2350
+ "children": [
2351
+ {
2352
+ "type": "icon",
2353
+ "name": "zap",
2354
+ "size": "lg"
2355
+ },
2356
+ {
2357
+ "type": "typography",
2358
+ "content": "Sprints",
2359
+ "variant": "h2"
2360
+ }
2361
+ ]
2362
+ },
2363
+ {
2364
+ "type": "stack",
2365
+ "direction": "horizontal",
2366
+ "gap": "sm",
2367
+ "children": [
2368
+ {
2369
+ "type": "button",
2370
+ "label": "Create Sprint",
2371
+ "event": "CREATE",
2372
+ "variant": "primary",
2373
+ "icon": "plus"
2374
+ }
2375
+ ]
2376
+ }
2377
+ ]
2378
+ },
2379
+ {
2380
+ "type": "divider"
2381
+ },
2382
+ {
2383
+ "type": "data-grid",
2384
+ "entity": "Sprint",
2385
+ "emptyIcon": "inbox",
2386
+ "emptyTitle": "No sprints yet",
2387
+ "emptyDescription": "Create a sprint to organize your work.",
2388
+ "itemActions": [
2389
+ {
2390
+ "label": "View",
2391
+ "event": "VIEW",
2392
+ "variant": "ghost",
2393
+ "size": "sm"
2394
+ },
2395
+ {
2396
+ "label": "Edit",
2397
+ "event": "EDIT",
2398
+ "variant": "ghost",
2399
+ "size": "sm"
2400
+ },
2401
+ {
2402
+ "label": "Delete",
2403
+ "event": "DELETE",
2404
+ "variant": "danger",
2405
+ "size": "sm"
2406
+ }
2407
+ ],
2408
+ "columns": [
2409
+ {
2410
+ "name": "name",
2411
+ "variant": "h3",
2412
+ "icon": "zap"
2413
+ },
2414
+ {
2415
+ "name": "status",
2416
+ "variant": "badge"
2417
+ },
2418
+ {
2419
+ "name": "goal",
2420
+ "variant": "body"
2421
+ },
2422
+ {
2423
+ "name": "startDate",
2424
+ "label": "Start",
2425
+ "variant": "caption",
2426
+ "format": "date"
2427
+ },
2428
+ {
2429
+ "name": "endDate",
2430
+ "label": "End",
2431
+ "variant": "caption",
2432
+ "format": "date"
2433
+ },
2434
+ {
2435
+ "name": "taskCount",
2436
+ "label": "Tasks",
2437
+ "variant": "body",
2438
+ "format": "number"
2439
+ }
2440
+ ],
2441
+ "cols": 2,
2442
+ "gap": "md"
2443
+ }
2444
+ ]
2445
+ }
2446
+ ]
2447
+ }
2448
+ ]
2449
+ ]
2450
+ }
2451
+ ]
2452
+ },
2453
+ "emits": [
2454
+ {
2455
+ "event": "ASSIGN_TASK",
2456
+ "payload": [
2457
+ {
2458
+ "name": "id",
2459
+ "type": "string",
2460
+ "required": true
2461
+ }
2462
+ ],
2463
+ "scope": "external"
2464
+ },
2465
+ {
2466
+ "event": "COMPLETE_SPRINT",
2467
+ "payload": [
2468
+ {
2469
+ "name": "id",
2470
+ "type": "string",
2471
+ "required": true
2472
+ }
2473
+ ],
2474
+ "scope": "external"
2475
+ }
2476
+ ]
2477
+ },
2478
+ {
2479
+ "name": "SprintCreate",
2480
+ "linkedEntity": "Sprint",
2481
+ "category": "interaction",
2482
+ "emits": [
2483
+ {
2484
+ "event": "SPRINT_CREATED"
2485
+ }
2486
+ ],
2487
+ "stateMachine": {
2488
+ "states": [
1493
2489
  {
1494
2490
  "name": "closed",
1495
2491
  "isInitial": true
@@ -1601,6 +2597,11 @@
1601
2597
  "render-ui",
1602
2598
  "modal",
1603
2599
  null
2600
+ ],
2601
+ [
2602
+ "notify",
2603
+ "Cancelled",
2604
+ "info"
1604
2605
  ]
1605
2606
  ]
1606
2607
  },
@@ -1768,6 +2769,11 @@
1768
2769
  "render-ui",
1769
2770
  "modal",
1770
2771
  null
2772
+ ],
2773
+ [
2774
+ "notify",
2775
+ "Cancelled",
2776
+ "info"
1771
2777
  ]
1772
2778
  ]
1773
2779
  },
@@ -1915,7 +2921,7 @@
1915
2921
  {
1916
2922
  "type": "typography",
1917
2923
  "variant": "caption",
1918
- "content": "StartDate"
2924
+ "content": "Start Date"
1919
2925
  },
1920
2926
  {
1921
2927
  "type": "typography",
@@ -1932,7 +2938,7 @@
1932
2938
  {
1933
2939
  "type": "typography",
1934
2940
  "variant": "caption",
1935
- "content": "EndDate"
2941
+ "content": "End Date"
1936
2942
  },
1937
2943
  {
1938
2944
  "type": "typography",
@@ -1983,7 +2989,7 @@
1983
2989
  {
1984
2990
  "type": "typography",
1985
2991
  "variant": "caption",
1986
- "content": "TaskCount"
2992
+ "content": "Task Count"
1987
2993
  },
1988
2994
  {
1989
2995
  "type": "typography",
@@ -2030,6 +3036,11 @@
2030
3036
  "render-ui",
2031
3037
  "modal",
2032
3038
  null
3039
+ ],
3040
+ [
3041
+ "notify",
3042
+ "Cancelled",
3043
+ "info"
2033
3044
  ]
2034
3045
  ]
2035
3046
  }
@@ -2146,156 +3157,262 @@
2146
3157
  "render-ui",
2147
3158
  "main",
2148
3159
  {
2149
- "type": "stack",
2150
- "direction": "vertical",
2151
- "gap": "lg",
2152
- "children": [
3160
+ "type": "dashboard-layout",
3161
+ "appName": "ProjectManagerApp",
3162
+ "navItems": [
2153
3163
  {
2154
- "type": "stack",
2155
- "direction": "horizontal",
2156
- "gap": "md",
2157
- "justify": "space-between",
2158
- "children": [
2159
- {
2160
- "type": "stack",
2161
- "direction": "horizontal",
2162
- "gap": "md",
2163
- "children": [
2164
- {
2165
- "type": "icon",
2166
- "name": "trending-down",
2167
- "size": "lg"
2168
- },
2169
- {
2170
- "type": "typography",
2171
- "content": "Burndown Chart",
2172
- "variant": "h2"
2173
- }
2174
- ]
2175
- },
2176
- {
2177
- "type": "button",
2178
- "label": "Refresh",
2179
- "event": "REFRESH",
2180
- "variant": "secondary",
2181
- "icon": "refresh-cw"
2182
- }
2183
- ]
3164
+ "label": "Tasks",
3165
+ "href": "/tasks",
3166
+ "icon": "check-square"
2184
3167
  },
2185
3168
  {
2186
- "type": "divider"
3169
+ "label": "Sprints",
3170
+ "href": "/sprints",
3171
+ "icon": "zap"
2187
3172
  },
2188
3173
  {
2189
- "type": "simple-grid",
2190
- "columns": 5,
3174
+ "label": "Burndown",
3175
+ "href": "/burndown",
3176
+ "icon": "layout-list"
3177
+ }
3178
+ ],
3179
+ "children": [
3180
+ {
3181
+ "type": "scaled-diagram",
2191
3182
  "children": [
2192
3183
  {
2193
- "type": "card",
3184
+ "type": "stack",
3185
+ "direction": "vertical",
3186
+ "gap": "lg",
2194
3187
  "children": [
2195
3188
  {
2196
- "type": "stack",
2197
- "direction": "vertical",
2198
- "gap": "sm",
2199
- "children": [
3189
+ "type": "breadcrumb",
3190
+ "items": [
2200
3191
  {
2201
- "type": "typography",
2202
- "variant": "caption",
2203
- "content": "TotalPoints"
3192
+ "label": "Home",
3193
+ "href": "/"
2204
3194
  },
2205
3195
  {
2206
- "type": "typography",
2207
- "variant": "h3",
2208
- "content": "@entity.totalPoints"
3196
+ "label": "Burndown Chart"
2209
3197
  }
2210
3198
  ]
2211
- }
2212
- ]
2213
- },
2214
- {
2215
- "type": "card",
2216
- "children": [
3199
+ },
2217
3200
  {
2218
3201
  "type": "stack",
2219
- "direction": "vertical",
2220
- "gap": "sm",
3202
+ "direction": "horizontal",
3203
+ "gap": "md",
3204
+ "justify": "space-between",
2221
3205
  "children": [
2222
3206
  {
2223
- "type": "typography",
2224
- "variant": "caption",
2225
- "content": "CompletedPoints"
3207
+ "type": "stack",
3208
+ "direction": "horizontal",
3209
+ "gap": "md",
3210
+ "children": [
3211
+ {
3212
+ "type": "icon",
3213
+ "name": "trending-down",
3214
+ "size": "lg"
3215
+ },
3216
+ {
3217
+ "type": "typography",
3218
+ "content": "Burndown Chart",
3219
+ "variant": "h2"
3220
+ }
3221
+ ]
2226
3222
  },
2227
3223
  {
2228
- "type": "typography",
2229
- "variant": "h3",
2230
- "content": "@entity.completedPoints"
3224
+ "type": "button",
3225
+ "label": "Refresh",
3226
+ "event": "REFRESH",
3227
+ "variant": "secondary",
3228
+ "icon": "refresh-cw"
2231
3229
  }
2232
3230
  ]
2233
- }
2234
- ]
2235
- },
2236
- {
2237
- "type": "card",
2238
- "children": [
3231
+ },
2239
3232
  {
2240
- "type": "stack",
2241
- "direction": "vertical",
2242
- "gap": "sm",
3233
+ "type": "divider"
3234
+ },
3235
+ {
3236
+ "type": "box",
3237
+ "padding": "md",
2243
3238
  "children": [
2244
3239
  {
2245
- "type": "typography",
2246
- "variant": "caption",
2247
- "content": "RemainingPoints"
2248
- },
2249
- {
2250
- "type": "typography",
2251
- "variant": "h3",
2252
- "content": "@entity.remainingPoints"
3240
+ "type": "simple-grid",
3241
+ "columns": 5,
3242
+ "children": [
3243
+ {
3244
+ "type": "stat-display",
3245
+ "label": "TotalPoints",
3246
+ "value": [
3247
+ "object/get",
3248
+ [
3249
+ "array/first",
3250
+ "@entity"
3251
+ ],
3252
+ "totalPoints"
3253
+ ]
3254
+ },
3255
+ {
3256
+ "type": "stat-display",
3257
+ "label": "CompletedPoints",
3258
+ "value": [
3259
+ "object/get",
3260
+ [
3261
+ "array/first",
3262
+ "@entity"
3263
+ ],
3264
+ "completedPoints"
3265
+ ]
3266
+ },
3267
+ {
3268
+ "type": "stat-display",
3269
+ "label": "RemainingPoints",
3270
+ "value": [
3271
+ "object/get",
3272
+ [
3273
+ "array/first",
3274
+ "@entity"
3275
+ ],
3276
+ "remainingPoints"
3277
+ ]
3278
+ },
3279
+ {
3280
+ "type": "stat-display",
3281
+ "label": "Velocity",
3282
+ "value": [
3283
+ "object/get",
3284
+ [
3285
+ "array/first",
3286
+ "@entity"
3287
+ ],
3288
+ "velocity"
3289
+ ]
3290
+ },
3291
+ {
3292
+ "type": "stat-display",
3293
+ "label": "DaysRemaining",
3294
+ "value": [
3295
+ "object/get",
3296
+ [
3297
+ "array/first",
3298
+ "@entity"
3299
+ ],
3300
+ "daysRemaining"
3301
+ ]
3302
+ }
3303
+ ]
2253
3304
  }
2254
3305
  ]
2255
- }
2256
- ]
2257
- },
2258
- {
2259
- "type": "card",
2260
- "children": [
3306
+ },
2261
3307
  {
2262
- "type": "stack",
2263
- "direction": "vertical",
2264
- "gap": "sm",
3308
+ "type": "divider"
3309
+ },
3310
+ {
3311
+ "type": "grid",
3312
+ "columns": 2,
3313
+ "gap": "md",
2265
3314
  "children": [
2266
3315
  {
2267
- "type": "typography",
2268
- "variant": "caption",
2269
- "content": "Velocity"
3316
+ "type": "card",
3317
+ "children": [
3318
+ {
3319
+ "type": "typography",
3320
+ "variant": "caption",
3321
+ "content": "Chart View"
3322
+ }
3323
+ ]
2270
3324
  },
2271
3325
  {
2272
- "type": "typography",
2273
- "variant": "h3",
2274
- "content": "@entity.velocity"
3326
+ "type": "card",
3327
+ "children": [
3328
+ {
3329
+ "type": "typography",
3330
+ "variant": "caption",
3331
+ "content": "Graph View"
3332
+ }
3333
+ ]
2275
3334
  }
2276
3335
  ]
2277
- }
2278
- ]
2279
- },
2280
- {
2281
- "type": "card",
2282
- "children": [
3336
+ },
2283
3337
  {
2284
- "type": "stack",
2285
- "direction": "vertical",
2286
- "gap": "sm",
2287
- "children": [
3338
+ "type": "line-chart",
3339
+ "data": [
2288
3340
  {
2289
- "type": "typography",
2290
- "variant": "caption",
2291
- "content": "DaysRemaining"
3341
+ "date": "Jan",
3342
+ "value": 12
2292
3343
  },
2293
3344
  {
2294
- "type": "typography",
2295
- "variant": "h3",
2296
- "content": "@entity.daysRemaining"
3345
+ "date": "Feb",
3346
+ "value": 19
3347
+ },
3348
+ {
3349
+ "date": "Mar",
3350
+ "value": 15
3351
+ },
3352
+ {
3353
+ "date": "Apr",
3354
+ "value": 25
3355
+ },
3356
+ {
3357
+ "date": "May",
3358
+ "value": 22
3359
+ },
3360
+ {
3361
+ "date": "Jun",
3362
+ "value": 30
3363
+ }
3364
+ ],
3365
+ "xKey": "date",
3366
+ "yKey": "value",
3367
+ "title": "Trend"
3368
+ },
3369
+ {
3370
+ "type": "chart-legend",
3371
+ "items": [
3372
+ {
3373
+ "label": "Current",
3374
+ "color": "primary"
3375
+ },
3376
+ {
3377
+ "label": "Previous",
3378
+ "color": "muted"
2297
3379
  }
2298
3380
  ]
3381
+ },
3382
+ {
3383
+ "type": "graph-view",
3384
+ "nodes": [
3385
+ {
3386
+ "id": "a",
3387
+ "label": "Start",
3388
+ "x": 50,
3389
+ "y": 100
3390
+ },
3391
+ {
3392
+ "id": "b",
3393
+ "label": "Process",
3394
+ "x": 200,
3395
+ "y": 50
3396
+ },
3397
+ {
3398
+ "id": "c",
3399
+ "label": "End",
3400
+ "x": 350,
3401
+ "y": 100
3402
+ }
3403
+ ],
3404
+ "edges": [
3405
+ {
3406
+ "from": "a",
3407
+ "to": "b"
3408
+ },
3409
+ {
3410
+ "from": "b",
3411
+ "to": "c"
3412
+ }
3413
+ ],
3414
+ "width": 400,
3415
+ "height": 200
2299
3416
  }
2300
3417
  ]
2301
3418
  }
@@ -2319,156 +3436,262 @@
2319
3436
  "render-ui",
2320
3437
  "main",
2321
3438
  {
2322
- "type": "stack",
2323
- "direction": "vertical",
2324
- "gap": "lg",
3439
+ "type": "dashboard-layout",
3440
+ "appName": "ProjectManagerApp",
3441
+ "navItems": [
3442
+ {
3443
+ "label": "Tasks",
3444
+ "href": "/tasks",
3445
+ "icon": "check-square"
3446
+ },
3447
+ {
3448
+ "label": "Sprints",
3449
+ "href": "/sprints",
3450
+ "icon": "zap"
3451
+ },
3452
+ {
3453
+ "label": "Burndown",
3454
+ "href": "/burndown",
3455
+ "icon": "layout-list"
3456
+ }
3457
+ ],
2325
3458
  "children": [
2326
3459
  {
2327
- "type": "stack",
2328
- "direction": "horizontal",
2329
- "gap": "md",
2330
- "justify": "space-between",
3460
+ "type": "scaled-diagram",
2331
3461
  "children": [
2332
3462
  {
2333
3463
  "type": "stack",
2334
- "direction": "horizontal",
2335
- "gap": "md",
3464
+ "direction": "vertical",
3465
+ "gap": "lg",
2336
3466
  "children": [
2337
3467
  {
2338
- "type": "icon",
2339
- "name": "trending-down",
2340
- "size": "lg"
3468
+ "type": "breadcrumb",
3469
+ "items": [
3470
+ {
3471
+ "label": "Home",
3472
+ "href": "/"
3473
+ },
3474
+ {
3475
+ "label": "Burndown Chart"
3476
+ }
3477
+ ]
3478
+ },
3479
+ {
3480
+ "type": "stack",
3481
+ "direction": "horizontal",
3482
+ "gap": "md",
3483
+ "justify": "space-between",
3484
+ "children": [
3485
+ {
3486
+ "type": "stack",
3487
+ "direction": "horizontal",
3488
+ "gap": "md",
3489
+ "children": [
3490
+ {
3491
+ "type": "icon",
3492
+ "name": "trending-down",
3493
+ "size": "lg"
3494
+ },
3495
+ {
3496
+ "type": "typography",
3497
+ "content": "Burndown Chart",
3498
+ "variant": "h2"
3499
+ }
3500
+ ]
3501
+ },
3502
+ {
3503
+ "type": "button",
3504
+ "label": "Refresh",
3505
+ "event": "REFRESH",
3506
+ "variant": "secondary",
3507
+ "icon": "refresh-cw"
3508
+ }
3509
+ ]
3510
+ },
3511
+ {
3512
+ "type": "divider"
3513
+ },
3514
+ {
3515
+ "type": "box",
3516
+ "padding": "md",
3517
+ "children": [
3518
+ {
3519
+ "type": "simple-grid",
3520
+ "columns": 5,
3521
+ "children": [
3522
+ {
3523
+ "type": "stat-display",
3524
+ "label": "TotalPoints",
3525
+ "value": [
3526
+ "object/get",
3527
+ [
3528
+ "array/first",
3529
+ "@entity"
3530
+ ],
3531
+ "totalPoints"
3532
+ ]
3533
+ },
3534
+ {
3535
+ "type": "stat-display",
3536
+ "label": "CompletedPoints",
3537
+ "value": [
3538
+ "object/get",
3539
+ [
3540
+ "array/first",
3541
+ "@entity"
3542
+ ],
3543
+ "completedPoints"
3544
+ ]
3545
+ },
3546
+ {
3547
+ "type": "stat-display",
3548
+ "label": "RemainingPoints",
3549
+ "value": [
3550
+ "object/get",
3551
+ [
3552
+ "array/first",
3553
+ "@entity"
3554
+ ],
3555
+ "remainingPoints"
3556
+ ]
3557
+ },
3558
+ {
3559
+ "type": "stat-display",
3560
+ "label": "Velocity",
3561
+ "value": [
3562
+ "object/get",
3563
+ [
3564
+ "array/first",
3565
+ "@entity"
3566
+ ],
3567
+ "velocity"
3568
+ ]
3569
+ },
3570
+ {
3571
+ "type": "stat-display",
3572
+ "label": "DaysRemaining",
3573
+ "value": [
3574
+ "object/get",
3575
+ [
3576
+ "array/first",
3577
+ "@entity"
3578
+ ],
3579
+ "daysRemaining"
3580
+ ]
3581
+ }
3582
+ ]
3583
+ }
3584
+ ]
2341
3585
  },
2342
3586
  {
2343
- "type": "typography",
2344
- "content": "Burndown Chart",
2345
- "variant": "h2"
2346
- }
2347
- ]
2348
- },
2349
- {
2350
- "type": "button",
2351
- "label": "Refresh",
2352
- "event": "REFRESH",
2353
- "variant": "secondary",
2354
- "icon": "refresh-cw"
2355
- }
2356
- ]
2357
- },
2358
- {
2359
- "type": "divider"
2360
- },
2361
- {
2362
- "type": "simple-grid",
2363
- "columns": 5,
2364
- "children": [
2365
- {
2366
- "type": "card",
2367
- "children": [
3587
+ "type": "divider"
3588
+ },
2368
3589
  {
2369
- "type": "stack",
2370
- "direction": "vertical",
2371
- "gap": "sm",
3590
+ "type": "grid",
3591
+ "columns": 2,
3592
+ "gap": "md",
2372
3593
  "children": [
2373
3594
  {
2374
- "type": "typography",
2375
- "variant": "caption",
2376
- "content": "TotalPoints"
3595
+ "type": "card",
3596
+ "children": [
3597
+ {
3598
+ "type": "typography",
3599
+ "variant": "caption",
3600
+ "content": "Chart View"
3601
+ }
3602
+ ]
2377
3603
  },
2378
3604
  {
2379
- "type": "typography",
2380
- "variant": "h3",
2381
- "content": "@entity.totalPoints"
3605
+ "type": "card",
3606
+ "children": [
3607
+ {
3608
+ "type": "typography",
3609
+ "variant": "caption",
3610
+ "content": "Graph View"
3611
+ }
3612
+ ]
2382
3613
  }
2383
3614
  ]
2384
- }
2385
- ]
2386
- },
2387
- {
2388
- "type": "card",
2389
- "children": [
3615
+ },
2390
3616
  {
2391
- "type": "stack",
2392
- "direction": "vertical",
2393
- "gap": "sm",
2394
- "children": [
3617
+ "type": "line-chart",
3618
+ "data": [
2395
3619
  {
2396
- "type": "typography",
2397
- "variant": "caption",
2398
- "content": "CompletedPoints"
3620
+ "date": "Jan",
3621
+ "value": 12
2399
3622
  },
2400
3623
  {
2401
- "type": "typography",
2402
- "variant": "h3",
2403
- "content": "@entity.completedPoints"
3624
+ "date": "Feb",
3625
+ "value": 19
3626
+ },
3627
+ {
3628
+ "date": "Mar",
3629
+ "value": 15
3630
+ },
3631
+ {
3632
+ "date": "Apr",
3633
+ "value": 25
3634
+ },
3635
+ {
3636
+ "date": "May",
3637
+ "value": 22
3638
+ },
3639
+ {
3640
+ "date": "Jun",
3641
+ "value": 30
2404
3642
  }
2405
- ]
2406
- }
2407
- ]
2408
- },
2409
- {
2410
- "type": "card",
2411
- "children": [
3643
+ ],
3644
+ "xKey": "date",
3645
+ "yKey": "value",
3646
+ "title": "Trend"
3647
+ },
2412
3648
  {
2413
- "type": "stack",
2414
- "direction": "vertical",
2415
- "gap": "sm",
2416
- "children": [
3649
+ "type": "chart-legend",
3650
+ "items": [
2417
3651
  {
2418
- "type": "typography",
2419
- "variant": "caption",
2420
- "content": "RemainingPoints"
3652
+ "label": "Current",
3653
+ "color": "primary"
2421
3654
  },
2422
3655
  {
2423
- "type": "typography",
2424
- "variant": "h3",
2425
- "content": "@entity.remainingPoints"
3656
+ "label": "Previous",
3657
+ "color": "muted"
2426
3658
  }
2427
3659
  ]
2428
- }
2429
- ]
2430
- },
2431
- {
2432
- "type": "card",
2433
- "children": [
3660
+ },
2434
3661
  {
2435
- "type": "stack",
2436
- "direction": "vertical",
2437
- "gap": "sm",
2438
- "children": [
3662
+ "type": "graph-view",
3663
+ "nodes": [
2439
3664
  {
2440
- "type": "typography",
2441
- "variant": "caption",
2442
- "content": "Velocity"
3665
+ "id": "a",
3666
+ "label": "Start",
3667
+ "x": 50,
3668
+ "y": 100
2443
3669
  },
2444
3670
  {
2445
- "type": "typography",
2446
- "variant": "h3",
2447
- "content": "@entity.velocity"
3671
+ "id": "b",
3672
+ "label": "Process",
3673
+ "x": 200,
3674
+ "y": 50
3675
+ },
3676
+ {
3677
+ "id": "c",
3678
+ "label": "End",
3679
+ "x": 350,
3680
+ "y": 100
2448
3681
  }
2449
- ]
2450
- }
2451
- ]
2452
- },
2453
- {
2454
- "type": "card",
2455
- "children": [
2456
- {
2457
- "type": "stack",
2458
- "direction": "vertical",
2459
- "gap": "sm",
2460
- "children": [
3682
+ ],
3683
+ "edges": [
2461
3684
  {
2462
- "type": "typography",
2463
- "variant": "caption",
2464
- "content": "DaysRemaining"
3685
+ "from": "a",
3686
+ "to": "b"
2465
3687
  },
2466
3688
  {
2467
- "type": "typography",
2468
- "variant": "h3",
2469
- "content": "@entity.daysRemaining"
3689
+ "from": "b",
3690
+ "to": "c"
2470
3691
  }
2471
- ]
3692
+ ],
3693
+ "width": 400,
3694
+ "height": 200
2472
3695
  }
2473
3696
  ]
2474
3697
  }
@@ -2492,156 +3715,262 @@
2492
3715
  "render-ui",
2493
3716
  "main",
2494
3717
  {
2495
- "type": "stack",
2496
- "direction": "vertical",
2497
- "gap": "lg",
2498
- "children": [
3718
+ "type": "dashboard-layout",
3719
+ "appName": "ProjectManagerApp",
3720
+ "navItems": [
2499
3721
  {
2500
- "type": "stack",
2501
- "direction": "horizontal",
2502
- "gap": "md",
2503
- "justify": "space-between",
2504
- "children": [
2505
- {
2506
- "type": "stack",
2507
- "direction": "horizontal",
2508
- "gap": "md",
2509
- "children": [
2510
- {
2511
- "type": "icon",
2512
- "name": "trending-down",
2513
- "size": "lg"
2514
- },
2515
- {
2516
- "type": "typography",
2517
- "content": "Burndown Chart",
2518
- "variant": "h2"
2519
- }
2520
- ]
2521
- },
2522
- {
2523
- "type": "button",
2524
- "label": "Refresh",
2525
- "event": "REFRESH",
2526
- "variant": "secondary",
2527
- "icon": "refresh-cw"
2528
- }
2529
- ]
3722
+ "label": "Tasks",
3723
+ "href": "/tasks",
3724
+ "icon": "check-square"
2530
3725
  },
2531
3726
  {
2532
- "type": "divider"
3727
+ "label": "Sprints",
3728
+ "href": "/sprints",
3729
+ "icon": "zap"
2533
3730
  },
2534
3731
  {
2535
- "type": "simple-grid",
2536
- "columns": 5,
3732
+ "label": "Burndown",
3733
+ "href": "/burndown",
3734
+ "icon": "layout-list"
3735
+ }
3736
+ ],
3737
+ "children": [
3738
+ {
3739
+ "type": "scaled-diagram",
2537
3740
  "children": [
2538
3741
  {
2539
- "type": "card",
3742
+ "type": "stack",
3743
+ "direction": "vertical",
3744
+ "gap": "lg",
2540
3745
  "children": [
2541
3746
  {
2542
- "type": "stack",
2543
- "direction": "vertical",
2544
- "gap": "sm",
2545
- "children": [
3747
+ "type": "breadcrumb",
3748
+ "items": [
2546
3749
  {
2547
- "type": "typography",
2548
- "variant": "caption",
2549
- "content": "TotalPoints"
3750
+ "label": "Home",
3751
+ "href": "/"
2550
3752
  },
2551
3753
  {
2552
- "type": "typography",
2553
- "variant": "h3",
2554
- "content": "@entity.totalPoints"
3754
+ "label": "Burndown Chart"
2555
3755
  }
2556
3756
  ]
2557
- }
2558
- ]
2559
- },
2560
- {
2561
- "type": "card",
2562
- "children": [
3757
+ },
2563
3758
  {
2564
3759
  "type": "stack",
2565
- "direction": "vertical",
2566
- "gap": "sm",
3760
+ "direction": "horizontal",
3761
+ "gap": "md",
3762
+ "justify": "space-between",
2567
3763
  "children": [
2568
3764
  {
2569
- "type": "typography",
2570
- "variant": "caption",
2571
- "content": "CompletedPoints"
3765
+ "type": "stack",
3766
+ "direction": "horizontal",
3767
+ "gap": "md",
3768
+ "children": [
3769
+ {
3770
+ "type": "icon",
3771
+ "name": "trending-down",
3772
+ "size": "lg"
3773
+ },
3774
+ {
3775
+ "type": "typography",
3776
+ "content": "Burndown Chart",
3777
+ "variant": "h2"
3778
+ }
3779
+ ]
2572
3780
  },
2573
3781
  {
2574
- "type": "typography",
2575
- "variant": "h3",
2576
- "content": "@entity.completedPoints"
3782
+ "type": "button",
3783
+ "label": "Refresh",
3784
+ "event": "REFRESH",
3785
+ "variant": "secondary",
3786
+ "icon": "refresh-cw"
2577
3787
  }
2578
3788
  ]
2579
- }
2580
- ]
2581
- },
2582
- {
2583
- "type": "card",
2584
- "children": [
3789
+ },
2585
3790
  {
2586
- "type": "stack",
2587
- "direction": "vertical",
2588
- "gap": "sm",
3791
+ "type": "divider"
3792
+ },
3793
+ {
3794
+ "type": "box",
3795
+ "padding": "md",
2589
3796
  "children": [
2590
3797
  {
2591
- "type": "typography",
2592
- "variant": "caption",
2593
- "content": "RemainingPoints"
2594
- },
2595
- {
2596
- "type": "typography",
2597
- "variant": "h3",
2598
- "content": "@entity.remainingPoints"
3798
+ "type": "simple-grid",
3799
+ "columns": 5,
3800
+ "children": [
3801
+ {
3802
+ "type": "stat-display",
3803
+ "label": "TotalPoints",
3804
+ "value": [
3805
+ "object/get",
3806
+ [
3807
+ "array/first",
3808
+ "@entity"
3809
+ ],
3810
+ "totalPoints"
3811
+ ]
3812
+ },
3813
+ {
3814
+ "type": "stat-display",
3815
+ "label": "CompletedPoints",
3816
+ "value": [
3817
+ "object/get",
3818
+ [
3819
+ "array/first",
3820
+ "@entity"
3821
+ ],
3822
+ "completedPoints"
3823
+ ]
3824
+ },
3825
+ {
3826
+ "type": "stat-display",
3827
+ "label": "RemainingPoints",
3828
+ "value": [
3829
+ "object/get",
3830
+ [
3831
+ "array/first",
3832
+ "@entity"
3833
+ ],
3834
+ "remainingPoints"
3835
+ ]
3836
+ },
3837
+ {
3838
+ "type": "stat-display",
3839
+ "label": "Velocity",
3840
+ "value": [
3841
+ "object/get",
3842
+ [
3843
+ "array/first",
3844
+ "@entity"
3845
+ ],
3846
+ "velocity"
3847
+ ]
3848
+ },
3849
+ {
3850
+ "type": "stat-display",
3851
+ "label": "DaysRemaining",
3852
+ "value": [
3853
+ "object/get",
3854
+ [
3855
+ "array/first",
3856
+ "@entity"
3857
+ ],
3858
+ "daysRemaining"
3859
+ ]
3860
+ }
3861
+ ]
2599
3862
  }
2600
3863
  ]
2601
- }
2602
- ]
2603
- },
2604
- {
2605
- "type": "card",
2606
- "children": [
3864
+ },
2607
3865
  {
2608
- "type": "stack",
2609
- "direction": "vertical",
2610
- "gap": "sm",
3866
+ "type": "divider"
3867
+ },
3868
+ {
3869
+ "type": "grid",
3870
+ "columns": 2,
3871
+ "gap": "md",
2611
3872
  "children": [
2612
3873
  {
2613
- "type": "typography",
2614
- "variant": "caption",
2615
- "content": "Velocity"
3874
+ "type": "card",
3875
+ "children": [
3876
+ {
3877
+ "type": "typography",
3878
+ "variant": "caption",
3879
+ "content": "Chart View"
3880
+ }
3881
+ ]
2616
3882
  },
2617
3883
  {
2618
- "type": "typography",
2619
- "variant": "h3",
2620
- "content": "@entity.velocity"
3884
+ "type": "card",
3885
+ "children": [
3886
+ {
3887
+ "type": "typography",
3888
+ "variant": "caption",
3889
+ "content": "Graph View"
3890
+ }
3891
+ ]
2621
3892
  }
2622
3893
  ]
2623
- }
2624
- ]
2625
- },
2626
- {
2627
- "type": "card",
2628
- "children": [
3894
+ },
2629
3895
  {
2630
- "type": "stack",
2631
- "direction": "vertical",
2632
- "gap": "sm",
2633
- "children": [
3896
+ "type": "line-chart",
3897
+ "data": [
2634
3898
  {
2635
- "type": "typography",
2636
- "variant": "caption",
2637
- "content": "DaysRemaining"
3899
+ "date": "Jan",
3900
+ "value": 12
2638
3901
  },
2639
3902
  {
2640
- "type": "typography",
2641
- "variant": "h3",
2642
- "content": "@entity.daysRemaining"
3903
+ "date": "Feb",
3904
+ "value": 19
3905
+ },
3906
+ {
3907
+ "date": "Mar",
3908
+ "value": 15
3909
+ },
3910
+ {
3911
+ "date": "Apr",
3912
+ "value": 25
3913
+ },
3914
+ {
3915
+ "date": "May",
3916
+ "value": 22
3917
+ },
3918
+ {
3919
+ "date": "Jun",
3920
+ "value": 30
3921
+ }
3922
+ ],
3923
+ "xKey": "date",
3924
+ "yKey": "value",
3925
+ "title": "Trend"
3926
+ },
3927
+ {
3928
+ "type": "chart-legend",
3929
+ "items": [
3930
+ {
3931
+ "label": "Current",
3932
+ "color": "primary"
3933
+ },
3934
+ {
3935
+ "label": "Previous",
3936
+ "color": "muted"
2643
3937
  }
2644
3938
  ]
3939
+ },
3940
+ {
3941
+ "type": "graph-view",
3942
+ "nodes": [
3943
+ {
3944
+ "id": "a",
3945
+ "label": "Start",
3946
+ "x": 50,
3947
+ "y": 100
3948
+ },
3949
+ {
3950
+ "id": "b",
3951
+ "label": "Process",
3952
+ "x": 200,
3953
+ "y": 50
3954
+ },
3955
+ {
3956
+ "id": "c",
3957
+ "label": "End",
3958
+ "x": 350,
3959
+ "y": 100
3960
+ }
3961
+ ],
3962
+ "edges": [
3963
+ {
3964
+ "from": "a",
3965
+ "to": "b"
3966
+ },
3967
+ {
3968
+ "from": "b",
3969
+ "to": "c"
3970
+ }
3971
+ ],
3972
+ "width": 400,
3973
+ "height": 200
2645
3974
  }
2646
3975
  ]
2647
3976
  }
@@ -2665,156 +3994,262 @@
2665
3994
  "render-ui",
2666
3995
  "main",
2667
3996
  {
2668
- "type": "stack",
2669
- "direction": "vertical",
2670
- "gap": "lg",
2671
- "children": [
3997
+ "type": "dashboard-layout",
3998
+ "appName": "ProjectManagerApp",
3999
+ "navItems": [
2672
4000
  {
2673
- "type": "stack",
2674
- "direction": "horizontal",
2675
- "gap": "md",
2676
- "justify": "space-between",
2677
- "children": [
2678
- {
2679
- "type": "stack",
2680
- "direction": "horizontal",
2681
- "gap": "md",
2682
- "children": [
2683
- {
2684
- "type": "icon",
2685
- "name": "trending-down",
2686
- "size": "lg"
2687
- },
2688
- {
2689
- "type": "typography",
2690
- "content": "Burndown Chart",
2691
- "variant": "h2"
2692
- }
2693
- ]
2694
- },
2695
- {
2696
- "type": "button",
2697
- "label": "Refresh",
2698
- "event": "REFRESH",
2699
- "variant": "secondary",
2700
- "icon": "refresh-cw"
2701
- }
2702
- ]
4001
+ "label": "Tasks",
4002
+ "href": "/tasks",
4003
+ "icon": "check-square"
2703
4004
  },
2704
4005
  {
2705
- "type": "divider"
4006
+ "label": "Sprints",
4007
+ "href": "/sprints",
4008
+ "icon": "zap"
2706
4009
  },
2707
4010
  {
2708
- "type": "simple-grid",
2709
- "columns": 5,
4011
+ "label": "Burndown",
4012
+ "href": "/burndown",
4013
+ "icon": "layout-list"
4014
+ }
4015
+ ],
4016
+ "children": [
4017
+ {
4018
+ "type": "scaled-diagram",
2710
4019
  "children": [
2711
4020
  {
2712
- "type": "card",
4021
+ "type": "stack",
4022
+ "direction": "vertical",
4023
+ "gap": "lg",
2713
4024
  "children": [
2714
4025
  {
2715
- "type": "stack",
2716
- "direction": "vertical",
2717
- "gap": "sm",
2718
- "children": [
4026
+ "type": "breadcrumb",
4027
+ "items": [
2719
4028
  {
2720
- "type": "typography",
2721
- "variant": "caption",
2722
- "content": "TotalPoints"
4029
+ "label": "Home",
4030
+ "href": "/"
2723
4031
  },
2724
4032
  {
2725
- "type": "typography",
2726
- "variant": "h3",
2727
- "content": "@entity.totalPoints"
4033
+ "label": "Burndown Chart"
2728
4034
  }
2729
4035
  ]
2730
- }
2731
- ]
2732
- },
2733
- {
2734
- "type": "card",
2735
- "children": [
4036
+ },
2736
4037
  {
2737
4038
  "type": "stack",
2738
- "direction": "vertical",
2739
- "gap": "sm",
4039
+ "direction": "horizontal",
4040
+ "gap": "md",
4041
+ "justify": "space-between",
2740
4042
  "children": [
2741
4043
  {
2742
- "type": "typography",
2743
- "variant": "caption",
2744
- "content": "CompletedPoints"
4044
+ "type": "stack",
4045
+ "direction": "horizontal",
4046
+ "gap": "md",
4047
+ "children": [
4048
+ {
4049
+ "type": "icon",
4050
+ "name": "trending-down",
4051
+ "size": "lg"
4052
+ },
4053
+ {
4054
+ "type": "typography",
4055
+ "content": "Burndown Chart",
4056
+ "variant": "h2"
4057
+ }
4058
+ ]
2745
4059
  },
2746
4060
  {
2747
- "type": "typography",
2748
- "variant": "h3",
2749
- "content": "@entity.completedPoints"
4061
+ "type": "button",
4062
+ "label": "Refresh",
4063
+ "event": "REFRESH",
4064
+ "variant": "secondary",
4065
+ "icon": "refresh-cw"
2750
4066
  }
2751
4067
  ]
2752
- }
2753
- ]
2754
- },
2755
- {
2756
- "type": "card",
2757
- "children": [
4068
+ },
2758
4069
  {
2759
- "type": "stack",
2760
- "direction": "vertical",
2761
- "gap": "sm",
4070
+ "type": "divider"
4071
+ },
4072
+ {
4073
+ "type": "box",
4074
+ "padding": "md",
2762
4075
  "children": [
2763
4076
  {
2764
- "type": "typography",
2765
- "variant": "caption",
2766
- "content": "RemainingPoints"
2767
- },
2768
- {
2769
- "type": "typography",
2770
- "variant": "h3",
2771
- "content": "@entity.remainingPoints"
4077
+ "type": "simple-grid",
4078
+ "columns": 5,
4079
+ "children": [
4080
+ {
4081
+ "type": "stat-display",
4082
+ "label": "TotalPoints",
4083
+ "value": [
4084
+ "object/get",
4085
+ [
4086
+ "array/first",
4087
+ "@entity"
4088
+ ],
4089
+ "totalPoints"
4090
+ ]
4091
+ },
4092
+ {
4093
+ "type": "stat-display",
4094
+ "label": "CompletedPoints",
4095
+ "value": [
4096
+ "object/get",
4097
+ [
4098
+ "array/first",
4099
+ "@entity"
4100
+ ],
4101
+ "completedPoints"
4102
+ ]
4103
+ },
4104
+ {
4105
+ "type": "stat-display",
4106
+ "label": "RemainingPoints",
4107
+ "value": [
4108
+ "object/get",
4109
+ [
4110
+ "array/first",
4111
+ "@entity"
4112
+ ],
4113
+ "remainingPoints"
4114
+ ]
4115
+ },
4116
+ {
4117
+ "type": "stat-display",
4118
+ "label": "Velocity",
4119
+ "value": [
4120
+ "object/get",
4121
+ [
4122
+ "array/first",
4123
+ "@entity"
4124
+ ],
4125
+ "velocity"
4126
+ ]
4127
+ },
4128
+ {
4129
+ "type": "stat-display",
4130
+ "label": "DaysRemaining",
4131
+ "value": [
4132
+ "object/get",
4133
+ [
4134
+ "array/first",
4135
+ "@entity"
4136
+ ],
4137
+ "daysRemaining"
4138
+ ]
4139
+ }
4140
+ ]
2772
4141
  }
2773
4142
  ]
2774
- }
2775
- ]
2776
- },
2777
- {
2778
- "type": "card",
2779
- "children": [
4143
+ },
2780
4144
  {
2781
- "type": "stack",
2782
- "direction": "vertical",
2783
- "gap": "sm",
4145
+ "type": "divider"
4146
+ },
4147
+ {
4148
+ "type": "grid",
4149
+ "columns": 2,
4150
+ "gap": "md",
2784
4151
  "children": [
2785
4152
  {
2786
- "type": "typography",
2787
- "variant": "caption",
2788
- "content": "Velocity"
4153
+ "type": "card",
4154
+ "children": [
4155
+ {
4156
+ "type": "typography",
4157
+ "variant": "caption",
4158
+ "content": "Chart View"
4159
+ }
4160
+ ]
2789
4161
  },
2790
4162
  {
2791
- "type": "typography",
2792
- "variant": "h3",
2793
- "content": "@entity.velocity"
4163
+ "type": "card",
4164
+ "children": [
4165
+ {
4166
+ "type": "typography",
4167
+ "variant": "caption",
4168
+ "content": "Graph View"
4169
+ }
4170
+ ]
2794
4171
  }
2795
4172
  ]
2796
- }
2797
- ]
2798
- },
2799
- {
2800
- "type": "card",
2801
- "children": [
4173
+ },
2802
4174
  {
2803
- "type": "stack",
2804
- "direction": "vertical",
2805
- "gap": "sm",
2806
- "children": [
4175
+ "type": "line-chart",
4176
+ "data": [
2807
4177
  {
2808
- "type": "typography",
2809
- "variant": "caption",
2810
- "content": "DaysRemaining"
4178
+ "date": "Jan",
4179
+ "value": 12
2811
4180
  },
2812
4181
  {
2813
- "type": "typography",
2814
- "variant": "h3",
2815
- "content": "@entity.daysRemaining"
4182
+ "date": "Feb",
4183
+ "value": 19
4184
+ },
4185
+ {
4186
+ "date": "Mar",
4187
+ "value": 15
4188
+ },
4189
+ {
4190
+ "date": "Apr",
4191
+ "value": 25
4192
+ },
4193
+ {
4194
+ "date": "May",
4195
+ "value": 22
4196
+ },
4197
+ {
4198
+ "date": "Jun",
4199
+ "value": 30
4200
+ }
4201
+ ],
4202
+ "xKey": "date",
4203
+ "yKey": "value",
4204
+ "title": "Trend"
4205
+ },
4206
+ {
4207
+ "type": "chart-legend",
4208
+ "items": [
4209
+ {
4210
+ "label": "Current",
4211
+ "color": "primary"
4212
+ },
4213
+ {
4214
+ "label": "Previous",
4215
+ "color": "muted"
2816
4216
  }
2817
4217
  ]
4218
+ },
4219
+ {
4220
+ "type": "graph-view",
4221
+ "nodes": [
4222
+ {
4223
+ "id": "a",
4224
+ "label": "Start",
4225
+ "x": 50,
4226
+ "y": 100
4227
+ },
4228
+ {
4229
+ "id": "b",
4230
+ "label": "Process",
4231
+ "x": 200,
4232
+ "y": 50
4233
+ },
4234
+ {
4235
+ "id": "c",
4236
+ "label": "End",
4237
+ "x": 350,
4238
+ "y": 100
4239
+ }
4240
+ ],
4241
+ "edges": [
4242
+ {
4243
+ "from": "a",
4244
+ "to": "b"
4245
+ },
4246
+ {
4247
+ "from": "b",
4248
+ "to": "c"
4249
+ }
4250
+ ],
4251
+ "width": 400,
4252
+ "height": 200
2818
4253
  }
2819
4254
  ]
2820
4255
  }
@@ -2838,156 +4273,262 @@
2838
4273
  "render-ui",
2839
4274
  "main",
2840
4275
  {
2841
- "type": "stack",
2842
- "direction": "vertical",
2843
- "gap": "lg",
2844
- "children": [
4276
+ "type": "dashboard-layout",
4277
+ "appName": "ProjectManagerApp",
4278
+ "navItems": [
2845
4279
  {
2846
- "type": "stack",
2847
- "direction": "horizontal",
2848
- "gap": "md",
2849
- "justify": "space-between",
2850
- "children": [
2851
- {
2852
- "type": "stack",
2853
- "direction": "horizontal",
2854
- "gap": "md",
2855
- "children": [
2856
- {
2857
- "type": "icon",
2858
- "name": "trending-down",
2859
- "size": "lg"
2860
- },
2861
- {
2862
- "type": "typography",
2863
- "content": "Burndown Chart",
2864
- "variant": "h2"
2865
- }
2866
- ]
2867
- },
2868
- {
2869
- "type": "button",
2870
- "label": "Refresh",
2871
- "event": "REFRESH",
2872
- "variant": "secondary",
2873
- "icon": "refresh-cw"
2874
- }
2875
- ]
4280
+ "label": "Tasks",
4281
+ "href": "/tasks",
4282
+ "icon": "check-square"
2876
4283
  },
2877
4284
  {
2878
- "type": "divider"
4285
+ "label": "Sprints",
4286
+ "href": "/sprints",
4287
+ "icon": "zap"
2879
4288
  },
2880
4289
  {
2881
- "type": "simple-grid",
2882
- "columns": 5,
4290
+ "label": "Burndown",
4291
+ "href": "/burndown",
4292
+ "icon": "layout-list"
4293
+ }
4294
+ ],
4295
+ "children": [
4296
+ {
4297
+ "type": "scaled-diagram",
2883
4298
  "children": [
2884
4299
  {
2885
- "type": "card",
4300
+ "type": "stack",
4301
+ "direction": "vertical",
4302
+ "gap": "lg",
2886
4303
  "children": [
2887
4304
  {
2888
- "type": "stack",
2889
- "direction": "vertical",
2890
- "gap": "sm",
2891
- "children": [
4305
+ "type": "breadcrumb",
4306
+ "items": [
2892
4307
  {
2893
- "type": "typography",
2894
- "variant": "caption",
2895
- "content": "TotalPoints"
4308
+ "label": "Home",
4309
+ "href": "/"
2896
4310
  },
2897
4311
  {
2898
- "type": "typography",
2899
- "variant": "h3",
2900
- "content": "@entity.totalPoints"
4312
+ "label": "Burndown Chart"
2901
4313
  }
2902
4314
  ]
2903
- }
2904
- ]
2905
- },
2906
- {
2907
- "type": "card",
2908
- "children": [
4315
+ },
2909
4316
  {
2910
4317
  "type": "stack",
2911
- "direction": "vertical",
2912
- "gap": "sm",
4318
+ "direction": "horizontal",
4319
+ "gap": "md",
4320
+ "justify": "space-between",
2913
4321
  "children": [
2914
4322
  {
2915
- "type": "typography",
2916
- "variant": "caption",
2917
- "content": "CompletedPoints"
4323
+ "type": "stack",
4324
+ "direction": "horizontal",
4325
+ "gap": "md",
4326
+ "children": [
4327
+ {
4328
+ "type": "icon",
4329
+ "name": "trending-down",
4330
+ "size": "lg"
4331
+ },
4332
+ {
4333
+ "type": "typography",
4334
+ "content": "Burndown Chart",
4335
+ "variant": "h2"
4336
+ }
4337
+ ]
2918
4338
  },
2919
4339
  {
2920
- "type": "typography",
2921
- "variant": "h3",
2922
- "content": "@entity.completedPoints"
4340
+ "type": "button",
4341
+ "label": "Refresh",
4342
+ "event": "REFRESH",
4343
+ "variant": "secondary",
4344
+ "icon": "refresh-cw"
2923
4345
  }
2924
4346
  ]
2925
- }
2926
- ]
2927
- },
2928
- {
2929
- "type": "card",
2930
- "children": [
4347
+ },
2931
4348
  {
2932
- "type": "stack",
2933
- "direction": "vertical",
2934
- "gap": "sm",
4349
+ "type": "divider"
4350
+ },
4351
+ {
4352
+ "type": "box",
4353
+ "padding": "md",
2935
4354
  "children": [
2936
4355
  {
2937
- "type": "typography",
2938
- "variant": "caption",
2939
- "content": "RemainingPoints"
2940
- },
2941
- {
2942
- "type": "typography",
2943
- "variant": "h3",
2944
- "content": "@entity.remainingPoints"
4356
+ "type": "simple-grid",
4357
+ "columns": 5,
4358
+ "children": [
4359
+ {
4360
+ "type": "stat-display",
4361
+ "label": "TotalPoints",
4362
+ "value": [
4363
+ "object/get",
4364
+ [
4365
+ "array/first",
4366
+ "@entity"
4367
+ ],
4368
+ "totalPoints"
4369
+ ]
4370
+ },
4371
+ {
4372
+ "type": "stat-display",
4373
+ "label": "CompletedPoints",
4374
+ "value": [
4375
+ "object/get",
4376
+ [
4377
+ "array/first",
4378
+ "@entity"
4379
+ ],
4380
+ "completedPoints"
4381
+ ]
4382
+ },
4383
+ {
4384
+ "type": "stat-display",
4385
+ "label": "RemainingPoints",
4386
+ "value": [
4387
+ "object/get",
4388
+ [
4389
+ "array/first",
4390
+ "@entity"
4391
+ ],
4392
+ "remainingPoints"
4393
+ ]
4394
+ },
4395
+ {
4396
+ "type": "stat-display",
4397
+ "label": "Velocity",
4398
+ "value": [
4399
+ "object/get",
4400
+ [
4401
+ "array/first",
4402
+ "@entity"
4403
+ ],
4404
+ "velocity"
4405
+ ]
4406
+ },
4407
+ {
4408
+ "type": "stat-display",
4409
+ "label": "DaysRemaining",
4410
+ "value": [
4411
+ "object/get",
4412
+ [
4413
+ "array/first",
4414
+ "@entity"
4415
+ ],
4416
+ "daysRemaining"
4417
+ ]
4418
+ }
4419
+ ]
2945
4420
  }
2946
4421
  ]
2947
- }
2948
- ]
2949
- },
2950
- {
2951
- "type": "card",
2952
- "children": [
4422
+ },
2953
4423
  {
2954
- "type": "stack",
2955
- "direction": "vertical",
2956
- "gap": "sm",
4424
+ "type": "divider"
4425
+ },
4426
+ {
4427
+ "type": "grid",
4428
+ "columns": 2,
4429
+ "gap": "md",
2957
4430
  "children": [
2958
4431
  {
2959
- "type": "typography",
2960
- "variant": "caption",
2961
- "content": "Velocity"
4432
+ "type": "card",
4433
+ "children": [
4434
+ {
4435
+ "type": "typography",
4436
+ "variant": "caption",
4437
+ "content": "Chart View"
4438
+ }
4439
+ ]
2962
4440
  },
2963
4441
  {
2964
- "type": "typography",
2965
- "variant": "h3",
2966
- "content": "@entity.velocity"
4442
+ "type": "card",
4443
+ "children": [
4444
+ {
4445
+ "type": "typography",
4446
+ "variant": "caption",
4447
+ "content": "Graph View"
4448
+ }
4449
+ ]
2967
4450
  }
2968
4451
  ]
2969
- }
2970
- ]
2971
- },
2972
- {
2973
- "type": "card",
2974
- "children": [
4452
+ },
2975
4453
  {
2976
- "type": "stack",
2977
- "direction": "vertical",
2978
- "gap": "sm",
2979
- "children": [
4454
+ "type": "line-chart",
4455
+ "data": [
2980
4456
  {
2981
- "type": "typography",
2982
- "variant": "caption",
2983
- "content": "DaysRemaining"
4457
+ "date": "Jan",
4458
+ "value": 12
2984
4459
  },
2985
4460
  {
2986
- "type": "typography",
2987
- "variant": "h3",
2988
- "content": "@entity.daysRemaining"
4461
+ "date": "Feb",
4462
+ "value": 19
4463
+ },
4464
+ {
4465
+ "date": "Mar",
4466
+ "value": 15
4467
+ },
4468
+ {
4469
+ "date": "Apr",
4470
+ "value": 25
4471
+ },
4472
+ {
4473
+ "date": "May",
4474
+ "value": 22
4475
+ },
4476
+ {
4477
+ "date": "Jun",
4478
+ "value": 30
4479
+ }
4480
+ ],
4481
+ "xKey": "date",
4482
+ "yKey": "value",
4483
+ "title": "Trend"
4484
+ },
4485
+ {
4486
+ "type": "chart-legend",
4487
+ "items": [
4488
+ {
4489
+ "label": "Current",
4490
+ "color": "primary"
4491
+ },
4492
+ {
4493
+ "label": "Previous",
4494
+ "color": "muted"
2989
4495
  }
2990
4496
  ]
4497
+ },
4498
+ {
4499
+ "type": "graph-view",
4500
+ "nodes": [
4501
+ {
4502
+ "id": "a",
4503
+ "label": "Start",
4504
+ "x": 50,
4505
+ "y": 100
4506
+ },
4507
+ {
4508
+ "id": "b",
4509
+ "label": "Process",
4510
+ "x": 200,
4511
+ "y": 50
4512
+ },
4513
+ {
4514
+ "id": "c",
4515
+ "label": "End",
4516
+ "x": 350,
4517
+ "y": 100
4518
+ }
4519
+ ],
4520
+ "edges": [
4521
+ {
4522
+ "from": "a",
4523
+ "to": "b"
4524
+ },
4525
+ {
4526
+ "from": "b",
4527
+ "to": "c"
4528
+ }
4529
+ ],
4530
+ "width": 400,
4531
+ "height": 200
2991
4532
  }
2992
4533
  ]
2993
4534
  }