@almadar/std 3.2.2 → 3.3.4

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 (343) hide show
  1. package/LICENSE +72 -21
  2. package/README.md +1 -1
  3. package/behaviors/exports/atoms/std-browse.orb +38 -45
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-combat-log.orb +12 -12
  6. package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  7. package/behaviors/exports/atoms/std-display.orb +1175 -510
  8. package/behaviors/exports/atoms/std-drawer.orb +235 -133
  9. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  10. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  11. package/behaviors/exports/atoms/std-game-audio.orb +9 -9
  12. package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  13. package/behaviors/exports/atoms/std-game-hud.orb +10 -10
  14. package/behaviors/exports/atoms/std-game-menu.orb +12 -12
  15. package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  16. package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  17. package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  18. package/behaviors/exports/atoms/std-loading.orb +131 -103
  19. package/behaviors/exports/atoms/std-modal.orb +5 -24
  20. package/behaviors/exports/atoms/std-notification.orb +71 -0
  21. package/behaviors/exports/atoms/std-pagination.orb +32 -40
  22. package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  23. package/behaviors/exports/atoms/std-rating.orb +328 -0
  24. package/behaviors/exports/atoms/std-score-board.orb +9 -9
  25. package/behaviors/exports/atoms/std-score.orb +41 -0
  26. package/behaviors/exports/atoms/std-search.orb +44 -30
  27. package/behaviors/exports/atoms/std-selection.orb +30 -24
  28. package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  29. package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  30. package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  31. package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  32. package/behaviors/exports/atoms/std-service-email.orb +540 -0
  33. package/behaviors/exports/atoms/std-service-github.orb +586 -0
  34. package/behaviors/exports/atoms/std-service-llm.orb +671 -0
  35. package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  36. package/behaviors/exports/atoms/std-service-redis.orb +580 -0
  37. package/behaviors/exports/atoms/std-service-storage.orb +664 -0
  38. package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  39. package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  40. package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  42. package/behaviors/exports/atoms/std-sort.orb +82 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +17 -17
  44. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  45. package/behaviors/exports/atoms/std-theme.orb +573 -0
  46. package/behaviors/exports/atoms/std-upload.orb +535 -0
  47. package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  48. package/behaviors/exports/atoms/std-wizard.orb +664 -224
  49. package/behaviors/exports/molecules/std-builder-game.orb +43 -3
  50. package/behaviors/exports/molecules/std-cart.orb +319 -101
  51. package/behaviors/exports/molecules/std-classifier-game.orb +43 -3
  52. package/behaviors/exports/molecules/std-debugger-game.orb +43 -3
  53. package/behaviors/exports/molecules/std-detail.orb +46 -49
  54. package/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
  55. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  56. package/behaviors/exports/molecules/std-geospatial.orb +48 -48
  57. package/behaviors/exports/molecules/std-inventory.orb +70 -50
  58. package/behaviors/exports/molecules/std-list.orb +174 -197
  59. package/behaviors/exports/molecules/std-messaging.orb +35 -50
  60. package/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
  61. package/behaviors/exports/molecules/std-platformer-game.orb +18 -2
  62. package/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
  63. package/behaviors/exports/molecules/std-quiz.orb +1069 -0
  64. package/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
  65. package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  66. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  67. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  68. package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  69. package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  70. package/behaviors/exports/molecules/std-simulator-game.orb +43 -3
  71. package/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
  72. package/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
  73. package/behaviors/exports/organisms/std-arcade-game.orb +377 -265
  74. package/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
  75. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  76. package/behaviors/exports/organisms/std-cms.orb +929 -822
  77. package/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
  78. package/behaviors/exports/organisms/std-crm.orb +2302 -1282
  79. package/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
  80. package/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
  81. package/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
  82. package/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
  83. package/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
  84. package/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
  85. package/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
  86. package/behaviors/exports/organisms/std-lms.orb +2495 -1435
  87. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  88. package/behaviors/exports/organisms/std-platformer-app.orb +345 -214
  89. package/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
  90. package/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
  91. package/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
  92. package/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
  93. package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  94. package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  95. package/behaviors/exports/organisms/std-social-feed.orb +184 -172
  96. package/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
  97. package/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
  98. package/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
  99. package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  100. package/behaviors/exports/validation-report.json +0 -747
  101. package/dist/behaviors/exports/atoms/std-browse.orb +38 -45
  102. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  103. package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
  104. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  105. package/dist/behaviors/exports/atoms/std-display.orb +1175 -510
  106. package/dist/behaviors/exports/atoms/std-drawer.orb +235 -133
  107. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  108. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  109. package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
  110. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  111. package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
  112. package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
  113. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  114. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  115. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  116. package/dist/behaviors/exports/atoms/std-loading.orb +131 -103
  117. package/dist/behaviors/exports/atoms/std-modal.orb +5 -24
  118. package/dist/behaviors/exports/atoms/std-notification.orb +71 -0
  119. package/dist/behaviors/exports/atoms/std-pagination.orb +32 -40
  120. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  121. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  122. package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
  123. package/dist/behaviors/exports/atoms/std-score.orb +41 -0
  124. package/dist/behaviors/exports/atoms/std-search.orb +44 -30
  125. package/dist/behaviors/exports/atoms/std-selection.orb +30 -24
  126. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  127. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  128. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  129. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  130. package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
  131. package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
  132. package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
  133. package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  134. package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
  135. package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
  136. package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  137. package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  138. package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  139. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  140. package/dist/behaviors/exports/atoms/std-sort.orb +82 -60
  141. package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
  142. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  143. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  146. package/dist/behaviors/exports/atoms/std-wizard.orb +664 -224
  147. package/dist/behaviors/exports/molecules/std-builder-game.orb +43 -3
  148. package/dist/behaviors/exports/molecules/std-cart.orb +319 -101
  149. package/dist/behaviors/exports/molecules/std-classifier-game.orb +43 -3
  150. package/dist/behaviors/exports/molecules/std-debugger-game.orb +43 -3
  151. package/dist/behaviors/exports/molecules/std-detail.orb +46 -49
  152. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
  153. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  154. package/dist/behaviors/exports/molecules/std-geospatial.orb +48 -48
  155. package/dist/behaviors/exports/molecules/std-inventory.orb +70 -50
  156. package/dist/behaviors/exports/molecules/std-list.orb +174 -197
  157. package/dist/behaviors/exports/molecules/std-messaging.orb +35 -50
  158. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
  159. package/dist/behaviors/exports/molecules/std-platformer-game.orb +18 -2
  160. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
  161. package/dist/behaviors/exports/molecules/std-quiz.orb +1069 -0
  162. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
  163. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  164. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  165. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  166. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  167. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  168. package/dist/behaviors/exports/molecules/std-simulator-game.orb +43 -3
  169. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
  170. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
  171. package/dist/behaviors/exports/organisms/std-arcade-game.orb +377 -265
  172. package/dist/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
  173. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  174. package/dist/behaviors/exports/organisms/std-cms.orb +929 -822
  175. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
  176. package/dist/behaviors/exports/organisms/std-crm.orb +2302 -1282
  177. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
  178. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
  179. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
  180. package/dist/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
  181. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
  182. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
  183. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
  184. package/dist/behaviors/exports/organisms/std-lms.orb +2495 -1435
  185. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  186. package/dist/behaviors/exports/organisms/std-platformer-app.orb +345 -214
  187. package/dist/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
  188. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
  189. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
  190. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
  191. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  192. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  193. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -172
  194. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
  195. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
  196. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
  197. package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  198. package/dist/behaviors/exports/validation-report.json +0 -747
  199. package/dist/behaviors/functions/index.d.ts +931 -1
  200. package/dist/behaviors/functions/index.js +12511 -4634
  201. package/dist/behaviors/functions/index.js.map +1 -1
  202. package/dist/behaviors/index.d.ts +1 -1
  203. package/dist/behaviors/index.js +12434 -4557
  204. package/dist/behaviors/index.js.map +1 -1
  205. package/dist/exports/atoms/std-browse.orb +38 -45
  206. package/dist/exports/atoms/std-calendar.orb +770 -0
  207. package/dist/exports/atoms/std-combat-log.orb +12 -12
  208. package/dist/exports/atoms/std-dialogue-box.orb +11 -11
  209. package/dist/exports/atoms/std-display.orb +1175 -510
  210. package/dist/exports/atoms/std-drawer.orb +235 -133
  211. package/dist/exports/atoms/std-flip-card.orb +596 -0
  212. package/dist/exports/atoms/std-gallery.orb +382 -0
  213. package/dist/exports/atoms/std-game-audio.orb +9 -9
  214. package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
  215. package/dist/exports/atoms/std-game-hud.orb +10 -10
  216. package/dist/exports/atoms/std-game-menu.orb +12 -12
  217. package/dist/exports/atoms/std-game-over-screen.orb +9 -9
  218. package/dist/exports/atoms/std-inventory-panel.orb +13 -13
  219. package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
  220. package/dist/exports/atoms/std-loading.orb +131 -103
  221. package/dist/exports/atoms/std-modal.orb +5 -24
  222. package/dist/exports/atoms/std-notification.orb +71 -0
  223. package/dist/exports/atoms/std-pagination.orb +32 -40
  224. package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
  225. package/dist/exports/atoms/std-rating.orb +328 -0
  226. package/dist/exports/atoms/std-score-board.orb +9 -9
  227. package/dist/exports/atoms/std-score.orb +41 -0
  228. package/dist/exports/atoms/std-search.orb +44 -30
  229. package/dist/exports/atoms/std-selection.orb +30 -24
  230. package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
  231. package/dist/exports/atoms/std-service-custom-header.orb +559 -0
  232. package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
  233. package/dist/exports/atoms/std-service-custom-query.orb +559 -0
  234. package/dist/exports/atoms/std-service-email.orb +540 -0
  235. package/dist/exports/atoms/std-service-github.orb +586 -0
  236. package/dist/exports/atoms/std-service-llm.orb +671 -0
  237. package/dist/exports/atoms/std-service-oauth.orb +764 -0
  238. package/dist/exports/atoms/std-service-redis.orb +580 -0
  239. package/dist/exports/atoms/std-service-storage.orb +664 -0
  240. package/dist/exports/atoms/std-service-stripe.orb +639 -0
  241. package/dist/exports/atoms/std-service-twilio.orb +611 -0
  242. package/dist/exports/atoms/std-service-youtube.orb +696 -0
  243. package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
  244. package/dist/exports/atoms/std-sort.orb +82 -60
  245. package/dist/exports/atoms/std-sprite.orb +17 -17
  246. package/dist/exports/atoms/std-text-effects.orb +658 -0
  247. package/dist/exports/atoms/std-theme.orb +573 -0
  248. package/dist/exports/atoms/std-upload.orb +535 -0
  249. package/dist/exports/atoms/std-validate-on-save.orb +623 -0
  250. package/dist/exports/atoms/std-wizard.orb +664 -224
  251. package/dist/exports/molecules/std-builder-game.orb +43 -3
  252. package/dist/exports/molecules/std-cart.orb +319 -101
  253. package/dist/exports/molecules/std-classifier-game.orb +43 -3
  254. package/dist/exports/molecules/std-debugger-game.orb +43 -3
  255. package/dist/exports/molecules/std-detail.orb +46 -49
  256. package/dist/exports/molecules/std-event-handler-game.orb +43 -3
  257. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  258. package/dist/exports/molecules/std-geospatial.orb +48 -48
  259. package/dist/exports/molecules/std-inventory.orb +70 -50
  260. package/dist/exports/molecules/std-list.orb +174 -197
  261. package/dist/exports/molecules/std-messaging.orb +35 -50
  262. package/dist/exports/molecules/std-negotiator-game.orb +43 -3
  263. package/dist/exports/molecules/std-platformer-game.orb +18 -2
  264. package/dist/exports/molecules/std-puzzle-game.orb +32 -6
  265. package/dist/exports/molecules/std-quiz.orb +1069 -0
  266. package/dist/exports/molecules/std-sequencer-game.orb +43 -3
  267. package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
  268. package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
  269. package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  270. package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
  271. package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
  272. package/dist/exports/molecules/std-simulator-game.orb +43 -3
  273. package/dist/exports/molecules/std-turn-based-battle.orb +26 -0
  274. package/dist/exports/organisms/std-api-gateway.orb +2326 -1320
  275. package/dist/exports/organisms/std-arcade-game.orb +377 -265
  276. package/dist/exports/organisms/std-booking-system.orb +3144 -1855
  277. package/dist/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  278. package/dist/exports/organisms/std-cms.orb +929 -822
  279. package/dist/exports/organisms/std-coding-academy.orb +1347 -458
  280. package/dist/exports/organisms/std-crm.orb +2302 -1282
  281. package/dist/exports/organisms/std-devops-dashboard.orb +3902 -2005
  282. package/dist/exports/organisms/std-ecommerce.orb +2432 -1630
  283. package/dist/exports/organisms/std-finance-tracker.orb +1674 -846
  284. package/dist/exports/organisms/std-healthcare.orb +3545 -1992
  285. package/dist/exports/organisms/std-helpdesk.orb +1853 -940
  286. package/dist/exports/organisms/std-hr-portal.orb +3249 -1939
  287. package/dist/exports/organisms/std-iot-dashboard.orb +2422 -1418
  288. package/dist/exports/organisms/std-lms.orb +2495 -1435
  289. package/dist/exports/organisms/std-logic-training.orb +220 -66
  290. package/dist/exports/organisms/std-platformer-app.orb +345 -214
  291. package/dist/exports/organisms/std-project-manager.orb +2217 -1190
  292. package/dist/exports/organisms/std-puzzle-app.orb +228 -103
  293. package/dist/exports/organisms/std-realtime-chat.orb +1887 -1051
  294. package/dist/exports/organisms/std-rpg-game.orb +1170 -948
  295. package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
  296. package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
  297. package/dist/exports/organisms/std-social-feed.orb +184 -172
  298. package/dist/exports/organisms/std-stem-lab.orb +1308 -482
  299. package/dist/exports/organisms/std-strategy-game.orb +1520 -696
  300. package/dist/exports/organisms/std-trading-dashboard.orb +1884 -904
  301. package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
  302. package/dist/exports/validation-report.json +0 -747
  303. package/dist/index.d.ts +3 -3
  304. package/dist/index.js +12826 -4799
  305. package/dist/index.js.map +1 -1
  306. package/dist/modules/array.d.ts +1 -1
  307. package/dist/modules/async.d.ts +1 -1
  308. package/dist/modules/contract.d.ts +22 -0
  309. package/dist/modules/contract.js +100 -0
  310. package/dist/modules/contract.js.map +1 -0
  311. package/dist/modules/data.d.ts +22 -0
  312. package/dist/modules/data.js +117 -0
  313. package/dist/modules/data.js.map +1 -0
  314. package/dist/modules/format.d.ts +1 -1
  315. package/dist/modules/graph.d.ts +23 -0
  316. package/dist/modules/graph.js +209 -0
  317. package/dist/modules/graph.js.map +1 -0
  318. package/dist/modules/index.d.ts +5 -1
  319. package/dist/modules/index.js +593 -63
  320. package/dist/modules/index.js.map +1 -1
  321. package/dist/modules/math.d.ts +1 -1
  322. package/dist/modules/nn.d.ts +1 -1
  323. package/dist/modules/nn.js +14 -14
  324. package/dist/modules/nn.js.map +1 -1
  325. package/dist/modules/object.d.ts +1 -1
  326. package/dist/modules/os.d.ts +19 -0
  327. package/dist/modules/os.js +116 -0
  328. package/dist/modules/os.js.map +1 -0
  329. package/dist/modules/prob.d.ts +1 -1
  330. package/dist/modules/str.d.ts +1 -1
  331. package/dist/modules/tensor.d.ts +1 -1
  332. package/dist/modules/tensor.js +29 -29
  333. package/dist/modules/tensor.js.map +1 -1
  334. package/dist/modules/time.d.ts +1 -1
  335. package/dist/modules/train.d.ts +1 -1
  336. package/dist/modules/train.js +19 -19
  337. package/dist/modules/train.js.map +1 -1
  338. package/dist/modules/validate.d.ts +1 -1
  339. package/dist/registry.d.ts +2 -2
  340. package/dist/registry.js +184 -65
  341. package/dist/registry.js.map +1 -1
  342. package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
  343. package/package.json +2 -2
@@ -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,120 +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
- "renderItem": [
242
- "fn",
243
- "item",
244
- {
245
- "type": "stack",
246
- "direction": "vertical",
247
- "gap": "sm",
248
- "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": [
249
279
  {
250
- "type": "stack",
251
- "direction": "horizontal",
252
- "justify": "space-between",
253
- "align": "center",
254
- "children": [
255
- {
256
- "type": "stack",
257
- "direction": "horizontal",
258
- "gap": "sm",
259
- "align": "center",
260
- "children": [
261
- {
262
- "type": "icon",
263
- "name": "check-square",
264
- "size": "sm"
265
- },
266
- {
267
- "type": "typography",
268
- "variant": "h4",
269
- "content": "@item.title"
270
- }
271
- ]
272
- },
273
- {
274
- "type": "badge",
275
- "label": "@item.description"
276
- }
277
- ]
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"
303
+ },
304
+ {
305
+ "name": "priority",
306
+ "variant": "badge"
307
+ },
308
+ {
309
+ "name": "status",
310
+ "variant": "badge"
278
311
  },
279
312
  {
280
- "type": "typography",
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",
281
325
  "variant": "caption",
282
- "color": "muted",
283
- "content": "@item.assignee"
326
+ "format": "date"
284
327
  }
285
- ]
328
+ ],
329
+ "cols": 2,
330
+ "gap": "md"
286
331
  }
287
332
  ]
288
333
  }
@@ -406,120 +451,153 @@
406
451
  "render-ui",
407
452
  "main",
408
453
  {
409
- "type": "stack",
410
- "direction": "vertical",
411
- "gap": "lg",
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
+ ],
412
473
  "children": [
413
474
  {
414
475
  "type": "stack",
415
- "direction": "horizontal",
416
- "gap": "md",
417
- "justify": "space-between",
476
+ "direction": "vertical",
477
+ "gap": "lg",
478
+ "className": "max-w-5xl mx-auto w-full",
418
479
  "children": [
419
480
  {
420
481
  "type": "stack",
421
482
  "direction": "horizontal",
422
- "gap": "sm",
483
+ "gap": "md",
484
+ "justify": "space-between",
423
485
  "align": "center",
424
486
  "children": [
425
487
  {
426
- "type": "icon",
427
- "name": "check-square",
428
- "size": "lg"
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
+ ]
429
504
  },
430
505
  {
431
- "type": "typography",
432
- "content": "Tasks",
433
- "variant": "h2"
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
+ ]
434
518
  }
435
519
  ]
436
520
  },
437
521
  {
438
- "type": "stack",
439
- "direction": "horizontal",
440
- "gap": "sm",
522
+ "type": "divider"
523
+ },
524
+ {
525
+ "type": "simple-grid",
526
+ "columns": 1,
441
527
  "children": [
442
528
  {
443
- "type": "button",
444
- "label": "Create Task",
445
- "event": "CREATE",
446
- "variant": "primary",
447
- "icon": "plus"
529
+ "type": "stat-display",
530
+ "label": "Total Tasks",
531
+ "value": [
532
+ "array/len",
533
+ "@entity"
534
+ ],
535
+ "icon": "check-square"
448
536
  }
449
537
  ]
450
- }
451
- ]
452
- },
453
- {
454
- "type": "divider"
455
- },
456
- {
457
- "type": "data-grid",
458
- "entity": "Task",
459
- "emptyIcon": "inbox",
460
- "emptyTitle": "No tasks yet",
461
- "emptyDescription": "Create your first task to get started.",
462
- "itemActions": [
463
- {
464
- "label": "View",
465
- "event": "VIEW"
466
538
  },
467
539
  {
468
- "label": "Edit",
469
- "event": "EDIT"
540
+ "type": "divider"
470
541
  },
471
542
  {
472
- "label": "Delete",
473
- "event": "DELETE",
474
- "variant": "danger"
475
- }
476
- ],
477
- "className": "transition-shadow hover:shadow-md cursor-pointer",
478
- "renderItem": [
479
- "fn",
480
- "item",
481
- {
482
- "type": "stack",
483
- "direction": "vertical",
484
- "gap": "sm",
485
- "children": [
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": [
486
549
  {
487
- "type": "stack",
488
- "direction": "horizontal",
489
- "justify": "space-between",
490
- "align": "center",
491
- "children": [
492
- {
493
- "type": "stack",
494
- "direction": "horizontal",
495
- "gap": "sm",
496
- "align": "center",
497
- "children": [
498
- {
499
- "type": "icon",
500
- "name": "check-square",
501
- "size": "sm"
502
- },
503
- {
504
- "type": "typography",
505
- "variant": "h4",
506
- "content": "@item.title"
507
- }
508
- ]
509
- },
510
- {
511
- "type": "badge",
512
- "label": "@item.description"
513
- }
514
- ]
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"
515
577
  },
516
578
  {
517
- "type": "typography",
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",
518
595
  "variant": "caption",
519
- "color": "muted",
520
- "content": "@item.assignee"
596
+ "format": "date"
521
597
  }
522
- ]
598
+ ],
599
+ "cols": 2,
600
+ "gap": "md"
523
601
  }
524
602
  ]
525
603
  }
@@ -550,120 +628,153 @@
550
628
  "render-ui",
551
629
  "main",
552
630
  {
553
- "type": "stack",
554
- "direction": "vertical",
555
- "gap": "lg",
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
+ ],
556
650
  "children": [
557
651
  {
558
652
  "type": "stack",
559
- "direction": "horizontal",
560
- "gap": "md",
561
- "justify": "space-between",
653
+ "direction": "vertical",
654
+ "gap": "lg",
655
+ "className": "max-w-5xl mx-auto w-full",
562
656
  "children": [
563
657
  {
564
658
  "type": "stack",
565
659
  "direction": "horizontal",
566
- "gap": "sm",
660
+ "gap": "md",
661
+ "justify": "space-between",
567
662
  "align": "center",
568
663
  "children": [
569
664
  {
570
- "type": "icon",
571
- "name": "check-square",
572
- "size": "lg"
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
+ ]
573
681
  },
574
682
  {
575
- "type": "typography",
576
- "content": "Tasks",
577
- "variant": "h2"
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
+ ]
578
695
  }
579
696
  ]
580
697
  },
581
698
  {
582
- "type": "stack",
583
- "direction": "horizontal",
584
- "gap": "sm",
699
+ "type": "divider"
700
+ },
701
+ {
702
+ "type": "simple-grid",
703
+ "columns": 1,
585
704
  "children": [
586
705
  {
587
- "type": "button",
588
- "label": "Create Task",
589
- "event": "CREATE",
590
- "variant": "primary",
591
- "icon": "plus"
706
+ "type": "stat-display",
707
+ "label": "Total Tasks",
708
+ "value": [
709
+ "array/len",
710
+ "@entity"
711
+ ],
712
+ "icon": "check-square"
592
713
  }
593
714
  ]
594
- }
595
- ]
596
- },
597
- {
598
- "type": "divider"
599
- },
600
- {
601
- "type": "data-grid",
602
- "entity": "Task",
603
- "emptyIcon": "inbox",
604
- "emptyTitle": "No tasks yet",
605
- "emptyDescription": "Create your first task to get started.",
606
- "itemActions": [
607
- {
608
- "label": "View",
609
- "event": "VIEW"
610
715
  },
611
716
  {
612
- "label": "Edit",
613
- "event": "EDIT"
717
+ "type": "divider"
614
718
  },
615
719
  {
616
- "label": "Delete",
617
- "event": "DELETE",
618
- "variant": "danger"
619
- }
620
- ],
621
- "className": "transition-shadow hover:shadow-md cursor-pointer",
622
- "renderItem": [
623
- "fn",
624
- "item",
625
- {
626
- "type": "stack",
627
- "direction": "vertical",
628
- "gap": "sm",
629
- "children": [
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": [
630
726
  {
631
- "type": "stack",
632
- "direction": "horizontal",
633
- "justify": "space-between",
634
- "align": "center",
635
- "children": [
636
- {
637
- "type": "stack",
638
- "direction": "horizontal",
639
- "gap": "sm",
640
- "align": "center",
641
- "children": [
642
- {
643
- "type": "icon",
644
- "name": "check-square",
645
- "size": "sm"
646
- },
647
- {
648
- "type": "typography",
649
- "variant": "h4",
650
- "content": "@item.title"
651
- }
652
- ]
653
- },
654
- {
655
- "type": "badge",
656
- "label": "@item.description"
657
- }
658
- ]
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"
659
750
  },
660
751
  {
661
- "type": "typography",
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",
662
772
  "variant": "caption",
663
- "color": "muted",
664
- "content": "@item.assignee"
773
+ "format": "date"
665
774
  }
666
- ]
775
+ ],
776
+ "cols": 2,
777
+ "gap": "md"
667
778
  }
668
779
  ]
669
780
  }
@@ -690,120 +801,153 @@
690
801
  "render-ui",
691
802
  "main",
692
803
  {
693
- "type": "stack",
694
- "direction": "vertical",
695
- "gap": "lg",
696
- "children": [
804
+ "type": "dashboard-layout",
805
+ "appName": "ProjectManagerApp",
806
+ "navItems": [
697
807
  {
698
- "type": "stack",
699
- "direction": "horizontal",
700
- "gap": "md",
701
- "justify": "space-between",
702
- "children": [
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": [
703
830
  {
704
831
  "type": "stack",
705
832
  "direction": "horizontal",
706
- "gap": "sm",
833
+ "gap": "md",
834
+ "justify": "space-between",
707
835
  "align": "center",
708
836
  "children": [
709
837
  {
710
- "type": "icon",
711
- "name": "check-square",
712
- "size": "lg"
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
+ ]
713
854
  },
714
855
  {
715
- "type": "typography",
716
- "content": "Tasks",
717
- "variant": "h2"
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
+ ]
718
868
  }
719
869
  ]
720
870
  },
721
871
  {
722
- "type": "stack",
723
- "direction": "horizontal",
724
- "gap": "sm",
872
+ "type": "divider"
873
+ },
874
+ {
875
+ "type": "simple-grid",
876
+ "columns": 1,
725
877
  "children": [
726
878
  {
727
- "type": "button",
728
- "label": "Create Task",
729
- "event": "CREATE",
730
- "variant": "primary",
731
- "icon": "plus"
879
+ "type": "stat-display",
880
+ "label": "Total Tasks",
881
+ "value": [
882
+ "array/len",
883
+ "@entity"
884
+ ],
885
+ "icon": "check-square"
732
886
  }
733
887
  ]
734
- }
735
- ]
736
- },
737
- {
738
- "type": "divider"
739
- },
740
- {
741
- "type": "data-grid",
742
- "entity": "Task",
743
- "emptyIcon": "inbox",
744
- "emptyTitle": "No tasks yet",
745
- "emptyDescription": "Create your first task to get started.",
746
- "itemActions": [
747
- {
748
- "label": "View",
749
- "event": "VIEW"
750
888
  },
751
889
  {
752
- "label": "Edit",
753
- "event": "EDIT"
890
+ "type": "divider"
754
891
  },
755
892
  {
756
- "label": "Delete",
757
- "event": "DELETE",
758
- "variant": "danger"
759
- }
760
- ],
761
- "className": "transition-shadow hover:shadow-md cursor-pointer",
762
- "renderItem": [
763
- "fn",
764
- "item",
765
- {
766
- "type": "stack",
767
- "direction": "vertical",
768
- "gap": "sm",
769
- "children": [
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": [
770
899
  {
771
- "type": "stack",
772
- "direction": "horizontal",
773
- "justify": "space-between",
774
- "align": "center",
775
- "children": [
776
- {
777
- "type": "stack",
778
- "direction": "horizontal",
779
- "gap": "sm",
780
- "align": "center",
781
- "children": [
782
- {
783
- "type": "icon",
784
- "name": "check-square",
785
- "size": "sm"
786
- },
787
- {
788
- "type": "typography",
789
- "variant": "h4",
790
- "content": "@item.title"
791
- }
792
- ]
793
- },
794
- {
795
- "type": "badge",
796
- "label": "@item.description"
797
- }
798
- ]
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"
799
941
  },
800
942
  {
801
- "type": "typography",
943
+ "name": "dueDate",
944
+ "label": "Due",
802
945
  "variant": "caption",
803
- "color": "muted",
804
- "content": "@item.assignee"
946
+ "format": "date"
805
947
  }
806
- ]
948
+ ],
949
+ "cols": 2,
950
+ "gap": "md"
807
951
  }
808
952
  ]
809
953
  }
@@ -938,6 +1082,11 @@
938
1082
  "render-ui",
939
1083
  "modal",
940
1084
  null
1085
+ ],
1086
+ [
1087
+ "notify",
1088
+ "Cancelled",
1089
+ "info"
941
1090
  ]
942
1091
  ]
943
1092
  },
@@ -1106,6 +1255,11 @@
1106
1255
  "render-ui",
1107
1256
  "modal",
1108
1257
  null
1258
+ ],
1259
+ [
1260
+ "notify",
1261
+ "Cancelled",
1262
+ "info"
1109
1263
  ]
1110
1264
  ]
1111
1265
  },
@@ -1321,7 +1475,7 @@
1321
1475
  {
1322
1476
  "type": "typography",
1323
1477
  "variant": "caption",
1324
- "content": "StoryPoints"
1478
+ "content": "Story Points"
1325
1479
  },
1326
1480
  {
1327
1481
  "type": "typography",
@@ -1338,7 +1492,7 @@
1338
1492
  {
1339
1493
  "type": "typography",
1340
1494
  "variant": "caption",
1341
- "content": "DueDate"
1495
+ "content": "Due Date"
1342
1496
  },
1343
1497
  {
1344
1498
  "type": "typography",
@@ -1385,6 +1539,11 @@
1385
1539
  "render-ui",
1386
1540
  "modal",
1387
1541
  null
1542
+ ],
1543
+ [
1544
+ "notify",
1545
+ "Cancelled",
1546
+ "info"
1388
1547
  ]
1389
1548
  ]
1390
1549
  }
@@ -1433,12 +1592,12 @@
1433
1592
  },
1434
1593
  {
1435
1594
  "name": "startDate",
1436
- "type": "string",
1595
+ "type": "date",
1437
1596
  "required": true
1438
1597
  },
1439
1598
  {
1440
1599
  "name": "endDate",
1441
- "type": "string",
1600
+ "type": "date",
1442
1601
  "required": true
1443
1602
  },
1444
1603
  {
@@ -1448,7 +1607,12 @@
1448
1607
  {
1449
1608
  "name": "status",
1450
1609
  "type": "string",
1451
- "default": "planning"
1610
+ "default": "planning",
1611
+ "values": [
1612
+ "planning",
1613
+ "active",
1614
+ "completed"
1615
+ ]
1452
1616
  },
1453
1617
  {
1454
1618
  "name": "taskCount",
@@ -1573,120 +1737,137 @@
1573
1737
  "render-ui",
1574
1738
  "main",
1575
1739
  {
1576
- "type": "stack",
1577
- "direction": "vertical",
1578
- "gap": "lg",
1740
+ "type": "dashboard-layout",
1741
+ "appName": "ProjectManagerApp",
1742
+ "navItems": [
1743
+ {
1744
+ "label": "Tasks",
1745
+ "href": "/tasks",
1746
+ "icon": "check-square"
1747
+ },
1748
+ {
1749
+ "label": "Sprints",
1750
+ "href": "/sprints",
1751
+ "icon": "zap"
1752
+ },
1753
+ {
1754
+ "label": "Burndown",
1755
+ "href": "/burndown",
1756
+ "icon": "layout-list"
1757
+ }
1758
+ ],
1579
1759
  "children": [
1580
1760
  {
1581
1761
  "type": "stack",
1582
- "direction": "horizontal",
1583
- "gap": "md",
1584
- "justify": "space-between",
1762
+ "direction": "vertical",
1763
+ "gap": "lg",
1764
+ "className": "max-w-5xl mx-auto w-full",
1585
1765
  "children": [
1586
1766
  {
1587
1767
  "type": "stack",
1588
1768
  "direction": "horizontal",
1589
- "gap": "sm",
1769
+ "gap": "md",
1770
+ "justify": "space-between",
1590
1771
  "align": "center",
1591
- "children": [
1592
- {
1593
- "type": "icon",
1594
- "name": "zap",
1595
- "size": "lg"
1596
- },
1597
- {
1598
- "type": "typography",
1599
- "content": "Sprints",
1600
- "variant": "h2"
1601
- }
1602
- ]
1603
- },
1604
- {
1605
- "type": "stack",
1606
- "direction": "horizontal",
1607
- "gap": "sm",
1608
- "children": [
1609
- {
1610
- "type": "button",
1611
- "label": "Create Sprint",
1612
- "event": "CREATE",
1613
- "variant": "primary",
1614
- "icon": "plus"
1615
- }
1616
- ]
1617
- }
1618
- ]
1619
- },
1620
- {
1621
- "type": "divider"
1622
- },
1623
- {
1624
- "type": "data-grid",
1625
- "entity": "Sprint",
1626
- "emptyIcon": "inbox",
1627
- "emptyTitle": "No sprints yet",
1628
- "emptyDescription": "Create your first sprint to get started.",
1629
- "itemActions": [
1630
- {
1631
- "label": "View",
1632
- "event": "VIEW"
1633
- },
1634
- {
1635
- "label": "Edit",
1636
- "event": "EDIT"
1637
- },
1638
- {
1639
- "label": "Delete",
1640
- "event": "DELETE",
1641
- "variant": "danger"
1642
- }
1643
- ],
1644
- "className": "transition-shadow hover:shadow-md cursor-pointer",
1645
- "renderItem": [
1646
- "fn",
1647
- "item",
1648
- {
1649
- "type": "stack",
1650
- "direction": "vertical",
1651
- "gap": "sm",
1652
1772
  "children": [
1653
1773
  {
1654
1774
  "type": "stack",
1655
1775
  "direction": "horizontal",
1656
- "justify": "space-between",
1776
+ "gap": "sm",
1657
1777
  "align": "center",
1658
1778
  "children": [
1659
1779
  {
1660
- "type": "stack",
1661
- "direction": "horizontal",
1662
- "gap": "sm",
1663
- "align": "center",
1664
- "children": [
1665
- {
1666
- "type": "icon",
1667
- "name": "zap",
1668
- "size": "sm"
1669
- },
1670
- {
1671
- "type": "typography",
1672
- "variant": "h4",
1673
- "content": "@item.name"
1674
- }
1675
- ]
1780
+ "type": "icon",
1781
+ "name": "zap",
1782
+ "size": "lg"
1676
1783
  },
1677
1784
  {
1678
- "type": "badge",
1679
- "label": "@item.startDate"
1785
+ "type": "typography",
1786
+ "content": "Sprints",
1787
+ "variant": "h2"
1680
1788
  }
1681
1789
  ]
1682
1790
  },
1683
1791
  {
1684
- "type": "typography",
1685
- "variant": "caption",
1686
- "color": "muted",
1687
- "content": "@item.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
+ ]
1688
1804
  }
1689
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"
1690
1871
  }
1691
1872
  ]
1692
1873
  }
@@ -1810,133 +1991,150 @@
1810
1991
  "render-ui",
1811
1992
  "main",
1812
1993
  {
1813
- "type": "stack",
1814
- "direction": "vertical",
1815
- "gap": "lg",
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
+ ],
1816
2013
  "children": [
1817
2014
  {
1818
2015
  "type": "stack",
1819
- "direction": "horizontal",
1820
- "gap": "md",
1821
- "justify": "space-between",
2016
+ "direction": "vertical",
2017
+ "gap": "lg",
2018
+ "className": "max-w-5xl mx-auto w-full",
1822
2019
  "children": [
1823
2020
  {
1824
2021
  "type": "stack",
1825
2022
  "direction": "horizontal",
1826
- "gap": "sm",
2023
+ "gap": "md",
2024
+ "justify": "space-between",
1827
2025
  "align": "center",
1828
- "children": [
1829
- {
1830
- "type": "icon",
1831
- "name": "zap",
1832
- "size": "lg"
1833
- },
1834
- {
1835
- "type": "typography",
1836
- "content": "Sprints",
1837
- "variant": "h2"
1838
- }
1839
- ]
1840
- },
1841
- {
1842
- "type": "stack",
1843
- "direction": "horizontal",
1844
- "gap": "sm",
1845
- "children": [
1846
- {
1847
- "type": "button",
1848
- "label": "Create Sprint",
1849
- "event": "CREATE",
1850
- "variant": "primary",
1851
- "icon": "plus"
1852
- }
1853
- ]
1854
- }
1855
- ]
1856
- },
1857
- {
1858
- "type": "divider"
1859
- },
1860
- {
1861
- "type": "data-grid",
1862
- "entity": "Sprint",
1863
- "emptyIcon": "inbox",
1864
- "emptyTitle": "No sprints yet",
1865
- "emptyDescription": "Create your first sprint to get started.",
1866
- "itemActions": [
1867
- {
1868
- "label": "View",
1869
- "event": "VIEW"
1870
- },
1871
- {
1872
- "label": "Edit",
1873
- "event": "EDIT"
1874
- },
1875
- {
1876
- "label": "Delete",
1877
- "event": "DELETE",
1878
- "variant": "danger"
1879
- }
1880
- ],
1881
- "className": "transition-shadow hover:shadow-md cursor-pointer",
1882
- "renderItem": [
1883
- "fn",
1884
- "item",
1885
- {
1886
- "type": "stack",
1887
- "direction": "vertical",
1888
- "gap": "sm",
1889
2026
  "children": [
1890
2027
  {
1891
2028
  "type": "stack",
1892
2029
  "direction": "horizontal",
1893
- "justify": "space-between",
2030
+ "gap": "sm",
1894
2031
  "align": "center",
1895
2032
  "children": [
1896
2033
  {
1897
- "type": "stack",
1898
- "direction": "horizontal",
1899
- "gap": "sm",
1900
- "align": "center",
1901
- "children": [
1902
- {
1903
- "type": "icon",
1904
- "name": "zap",
1905
- "size": "sm"
1906
- },
1907
- {
1908
- "type": "typography",
1909
- "variant": "h4",
1910
- "content": "@item.name"
1911
- }
1912
- ]
2034
+ "type": "icon",
2035
+ "name": "zap",
2036
+ "size": "lg"
1913
2037
  },
1914
2038
  {
1915
- "type": "badge",
1916
- "label": "@item.startDate"
2039
+ "type": "typography",
2040
+ "content": "Sprints",
2041
+ "variant": "h2"
1917
2042
  }
1918
2043
  ]
1919
2044
  },
1920
2045
  {
1921
- "type": "typography",
1922
- "variant": "caption",
1923
- "color": "muted",
1924
- "content": "@item.endDate"
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
+ ]
1925
2058
  }
1926
2059
  ]
1927
- }
1928
- ]
1929
- }
1930
- ]
1931
- }
1932
- ],
1933
- [
1934
- "notify",
1935
- "Sprint deleted successfully"
1936
- ]
1937
- ]
1938
- },
1939
- {
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
+ {
1940
2138
  "from": "deleting",
1941
2139
  "to": "browsing",
1942
2140
  "event": "CANCEL",
@@ -1954,120 +2152,137 @@
1954
2152
  "render-ui",
1955
2153
  "main",
1956
2154
  {
1957
- "type": "stack",
1958
- "direction": "vertical",
1959
- "gap": "lg",
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
+ ],
1960
2174
  "children": [
1961
2175
  {
1962
2176
  "type": "stack",
1963
- "direction": "horizontal",
1964
- "gap": "md",
1965
- "justify": "space-between",
2177
+ "direction": "vertical",
2178
+ "gap": "lg",
2179
+ "className": "max-w-5xl mx-auto w-full",
1966
2180
  "children": [
1967
2181
  {
1968
2182
  "type": "stack",
1969
2183
  "direction": "horizontal",
1970
- "gap": "sm",
2184
+ "gap": "md",
2185
+ "justify": "space-between",
1971
2186
  "align": "center",
1972
- "children": [
1973
- {
1974
- "type": "icon",
1975
- "name": "zap",
1976
- "size": "lg"
1977
- },
1978
- {
1979
- "type": "typography",
1980
- "content": "Sprints",
1981
- "variant": "h2"
1982
- }
1983
- ]
1984
- },
1985
- {
1986
- "type": "stack",
1987
- "direction": "horizontal",
1988
- "gap": "sm",
1989
- "children": [
1990
- {
1991
- "type": "button",
1992
- "label": "Create Sprint",
1993
- "event": "CREATE",
1994
- "variant": "primary",
1995
- "icon": "plus"
1996
- }
1997
- ]
1998
- }
1999
- ]
2000
- },
2001
- {
2002
- "type": "divider"
2003
- },
2004
- {
2005
- "type": "data-grid",
2006
- "entity": "Sprint",
2007
- "emptyIcon": "inbox",
2008
- "emptyTitle": "No sprints yet",
2009
- "emptyDescription": "Create your first sprint to get started.",
2010
- "itemActions": [
2011
- {
2012
- "label": "View",
2013
- "event": "VIEW"
2014
- },
2015
- {
2016
- "label": "Edit",
2017
- "event": "EDIT"
2018
- },
2019
- {
2020
- "label": "Delete",
2021
- "event": "DELETE",
2022
- "variant": "danger"
2023
- }
2024
- ],
2025
- "className": "transition-shadow hover:shadow-md cursor-pointer",
2026
- "renderItem": [
2027
- "fn",
2028
- "item",
2029
- {
2030
- "type": "stack",
2031
- "direction": "vertical",
2032
- "gap": "sm",
2033
2187
  "children": [
2034
2188
  {
2035
2189
  "type": "stack",
2036
2190
  "direction": "horizontal",
2037
- "justify": "space-between",
2191
+ "gap": "sm",
2038
2192
  "align": "center",
2039
2193
  "children": [
2040
2194
  {
2041
- "type": "stack",
2042
- "direction": "horizontal",
2043
- "gap": "sm",
2044
- "align": "center",
2045
- "children": [
2046
- {
2047
- "type": "icon",
2048
- "name": "zap",
2049
- "size": "sm"
2050
- },
2051
- {
2052
- "type": "typography",
2053
- "variant": "h4",
2054
- "content": "@item.name"
2055
- }
2056
- ]
2195
+ "type": "icon",
2196
+ "name": "zap",
2197
+ "size": "lg"
2057
2198
  },
2058
2199
  {
2059
- "type": "badge",
2060
- "label": "@item.startDate"
2200
+ "type": "typography",
2201
+ "content": "Sprints",
2202
+ "variant": "h2"
2061
2203
  }
2062
2204
  ]
2063
2205
  },
2064
2206
  {
2065
- "type": "typography",
2066
- "variant": "caption",
2067
- "color": "muted",
2068
- "content": "@item.endDate"
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
+ ]
2069
2219
  }
2070
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"
2071
2286
  }
2072
2287
  ]
2073
2288
  }
@@ -2094,120 +2309,137 @@
2094
2309
  "render-ui",
2095
2310
  "main",
2096
2311
  {
2097
- "type": "stack",
2098
- "direction": "vertical",
2099
- "gap": "lg",
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
+ ],
2100
2331
  "children": [
2101
2332
  {
2102
2333
  "type": "stack",
2103
- "direction": "horizontal",
2104
- "gap": "md",
2105
- "justify": "space-between",
2334
+ "direction": "vertical",
2335
+ "gap": "lg",
2336
+ "className": "max-w-5xl mx-auto w-full",
2106
2337
  "children": [
2107
2338
  {
2108
2339
  "type": "stack",
2109
2340
  "direction": "horizontal",
2110
- "gap": "sm",
2341
+ "gap": "md",
2342
+ "justify": "space-between",
2111
2343
  "align": "center",
2112
- "children": [
2113
- {
2114
- "type": "icon",
2115
- "name": "zap",
2116
- "size": "lg"
2117
- },
2118
- {
2119
- "type": "typography",
2120
- "content": "Sprints",
2121
- "variant": "h2"
2122
- }
2123
- ]
2124
- },
2125
- {
2126
- "type": "stack",
2127
- "direction": "horizontal",
2128
- "gap": "sm",
2129
- "children": [
2130
- {
2131
- "type": "button",
2132
- "label": "Create Sprint",
2133
- "event": "CREATE",
2134
- "variant": "primary",
2135
- "icon": "plus"
2136
- }
2137
- ]
2138
- }
2139
- ]
2140
- },
2141
- {
2142
- "type": "divider"
2143
- },
2144
- {
2145
- "type": "data-grid",
2146
- "entity": "Sprint",
2147
- "emptyIcon": "inbox",
2148
- "emptyTitle": "No sprints yet",
2149
- "emptyDescription": "Create your first sprint to get started.",
2150
- "itemActions": [
2151
- {
2152
- "label": "View",
2153
- "event": "VIEW"
2154
- },
2155
- {
2156
- "label": "Edit",
2157
- "event": "EDIT"
2158
- },
2159
- {
2160
- "label": "Delete",
2161
- "event": "DELETE",
2162
- "variant": "danger"
2163
- }
2164
- ],
2165
- "className": "transition-shadow hover:shadow-md cursor-pointer",
2166
- "renderItem": [
2167
- "fn",
2168
- "item",
2169
- {
2170
- "type": "stack",
2171
- "direction": "vertical",
2172
- "gap": "sm",
2173
2344
  "children": [
2174
2345
  {
2175
2346
  "type": "stack",
2176
2347
  "direction": "horizontal",
2177
- "justify": "space-between",
2348
+ "gap": "sm",
2178
2349
  "align": "center",
2179
2350
  "children": [
2180
2351
  {
2181
- "type": "stack",
2182
- "direction": "horizontal",
2183
- "gap": "sm",
2184
- "align": "center",
2185
- "children": [
2186
- {
2187
- "type": "icon",
2188
- "name": "zap",
2189
- "size": "sm"
2190
- },
2191
- {
2192
- "type": "typography",
2193
- "variant": "h4",
2194
- "content": "@item.name"
2195
- }
2196
- ]
2352
+ "type": "icon",
2353
+ "name": "zap",
2354
+ "size": "lg"
2197
2355
  },
2198
2356
  {
2199
- "type": "badge",
2200
- "label": "@item.startDate"
2357
+ "type": "typography",
2358
+ "content": "Sprints",
2359
+ "variant": "h2"
2201
2360
  }
2202
2361
  ]
2203
2362
  },
2204
2363
  {
2205
- "type": "typography",
2206
- "variant": "caption",
2207
- "color": "muted",
2208
- "content": "@item.endDate"
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
+ ]
2209
2376
  }
2210
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"
2211
2443
  }
2212
2444
  ]
2213
2445
  }
@@ -2365,6 +2597,11 @@
2365
2597
  "render-ui",
2366
2598
  "modal",
2367
2599
  null
2600
+ ],
2601
+ [
2602
+ "notify",
2603
+ "Cancelled",
2604
+ "info"
2368
2605
  ]
2369
2606
  ]
2370
2607
  },
@@ -2532,6 +2769,11 @@
2532
2769
  "render-ui",
2533
2770
  "modal",
2534
2771
  null
2772
+ ],
2773
+ [
2774
+ "notify",
2775
+ "Cancelled",
2776
+ "info"
2535
2777
  ]
2536
2778
  ]
2537
2779
  },
@@ -2679,7 +2921,7 @@
2679
2921
  {
2680
2922
  "type": "typography",
2681
2923
  "variant": "caption",
2682
- "content": "StartDate"
2924
+ "content": "Start Date"
2683
2925
  },
2684
2926
  {
2685
2927
  "type": "typography",
@@ -2696,7 +2938,7 @@
2696
2938
  {
2697
2939
  "type": "typography",
2698
2940
  "variant": "caption",
2699
- "content": "EndDate"
2941
+ "content": "End Date"
2700
2942
  },
2701
2943
  {
2702
2944
  "type": "typography",
@@ -2747,7 +2989,7 @@
2747
2989
  {
2748
2990
  "type": "typography",
2749
2991
  "variant": "caption",
2750
- "content": "TaskCount"
2992
+ "content": "Task Count"
2751
2993
  },
2752
2994
  {
2753
2995
  "type": "typography",
@@ -2794,6 +3036,11 @@
2794
3036
  "render-ui",
2795
3037
  "modal",
2796
3038
  null
3039
+ ],
3040
+ [
3041
+ "notify",
3042
+ "Cancelled",
3043
+ "info"
2797
3044
  ]
2798
3045
  ]
2799
3046
  }
@@ -2910,107 +3157,263 @@
2910
3157
  "render-ui",
2911
3158
  "main",
2912
3159
  {
2913
- "type": "stack",
2914
- "direction": "vertical",
2915
- "gap": "lg",
3160
+ "type": "dashboard-layout",
3161
+ "appName": "ProjectManagerApp",
3162
+ "navItems": [
3163
+ {
3164
+ "label": "Tasks",
3165
+ "href": "/tasks",
3166
+ "icon": "check-square"
3167
+ },
3168
+ {
3169
+ "label": "Sprints",
3170
+ "href": "/sprints",
3171
+ "icon": "zap"
3172
+ },
3173
+ {
3174
+ "label": "Burndown",
3175
+ "href": "/burndown",
3176
+ "icon": "layout-list"
3177
+ }
3178
+ ],
2916
3179
  "children": [
2917
3180
  {
2918
- "type": "stack",
2919
- "direction": "horizontal",
2920
- "gap": "md",
2921
- "justify": "space-between",
3181
+ "type": "scaled-diagram",
2922
3182
  "children": [
2923
3183
  {
2924
3184
  "type": "stack",
2925
- "direction": "horizontal",
2926
- "gap": "md",
3185
+ "direction": "vertical",
3186
+ "gap": "lg",
2927
3187
  "children": [
2928
3188
  {
2929
- "type": "icon",
2930
- "name": "trending-down",
2931
- "size": "lg"
3189
+ "type": "breadcrumb",
3190
+ "items": [
3191
+ {
3192
+ "label": "Home",
3193
+ "href": "/"
3194
+ },
3195
+ {
3196
+ "label": "Burndown Chart"
3197
+ }
3198
+ ]
2932
3199
  },
2933
3200
  {
2934
- "type": "typography",
2935
- "content": "Burndown Chart",
2936
- "variant": "h2"
2937
- }
2938
- ]
2939
- },
2940
- {
2941
- "type": "button",
2942
- "label": "Refresh",
2943
- "event": "REFRESH",
2944
- "variant": "secondary",
2945
- "icon": "refresh-cw"
2946
- }
2947
- ]
2948
- },
2949
- {
2950
- "type": "divider"
2951
- },
2952
- {
2953
- "type": "simple-grid",
2954
- "columns": 5,
2955
- "children": [
2956
- {
2957
- "type": "stat-display",
2958
- "label": "TotalPoints",
2959
- "value": [
2960
- "object/get",
2961
- [
2962
- "array/first",
2963
- "@entity"
2964
- ],
2965
- "totalPoints"
2966
- ]
2967
- },
2968
- {
2969
- "type": "stat-display",
2970
- "label": "CompletedPoints",
2971
- "value": [
2972
- "object/get",
2973
- [
2974
- "array/first",
2975
- "@entity"
2976
- ],
2977
- "completedPoints"
2978
- ]
2979
- },
2980
- {
2981
- "type": "stat-display",
2982
- "label": "RemainingPoints",
2983
- "value": [
2984
- "object/get",
2985
- [
2986
- "array/first",
2987
- "@entity"
2988
- ],
2989
- "remainingPoints"
2990
- ]
2991
- },
2992
- {
2993
- "type": "stat-display",
2994
- "label": "Velocity",
2995
- "value": [
2996
- "object/get",
2997
- [
2998
- "array/first",
2999
- "@entity"
3000
- ],
3001
- "velocity"
3002
- ]
3003
- },
3004
- {
3005
- "type": "stat-display",
3006
- "label": "DaysRemaining",
3007
- "value": [
3008
- "object/get",
3009
- [
3010
- "array/first",
3011
- "@entity"
3012
- ],
3013
- "daysRemaining"
3201
+ "type": "stack",
3202
+ "direction": "horizontal",
3203
+ "gap": "md",
3204
+ "justify": "space-between",
3205
+ "children": [
3206
+ {
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
+ ]
3222
+ },
3223
+ {
3224
+ "type": "button",
3225
+ "label": "Refresh",
3226
+ "event": "REFRESH",
3227
+ "variant": "secondary",
3228
+ "icon": "refresh-cw"
3229
+ }
3230
+ ]
3231
+ },
3232
+ {
3233
+ "type": "divider"
3234
+ },
3235
+ {
3236
+ "type": "box",
3237
+ "padding": "md",
3238
+ "children": [
3239
+ {
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
+ ]
3304
+ }
3305
+ ]
3306
+ },
3307
+ {
3308
+ "type": "divider"
3309
+ },
3310
+ {
3311
+ "type": "grid",
3312
+ "columns": 2,
3313
+ "gap": "md",
3314
+ "children": [
3315
+ {
3316
+ "type": "card",
3317
+ "children": [
3318
+ {
3319
+ "type": "typography",
3320
+ "variant": "caption",
3321
+ "content": "Chart View"
3322
+ }
3323
+ ]
3324
+ },
3325
+ {
3326
+ "type": "card",
3327
+ "children": [
3328
+ {
3329
+ "type": "typography",
3330
+ "variant": "caption",
3331
+ "content": "Graph View"
3332
+ }
3333
+ ]
3334
+ }
3335
+ ]
3336
+ },
3337
+ {
3338
+ "type": "line-chart",
3339
+ "data": [
3340
+ {
3341
+ "date": "Jan",
3342
+ "value": 12
3343
+ },
3344
+ {
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"
3379
+ }
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
3416
+ }
3014
3417
  ]
3015
3418
  }
3016
3419
  ]
@@ -3033,108 +3436,264 @@
3033
3436
  "render-ui",
3034
3437
  "main",
3035
3438
  {
3036
- "type": "stack",
3037
- "direction": "vertical",
3038
- "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
+ ],
3039
3458
  "children": [
3040
3459
  {
3041
- "type": "stack",
3042
- "direction": "horizontal",
3043
- "gap": "md",
3044
- "justify": "space-between",
3460
+ "type": "scaled-diagram",
3045
3461
  "children": [
3046
3462
  {
3047
3463
  "type": "stack",
3048
- "direction": "horizontal",
3049
- "gap": "md",
3464
+ "direction": "vertical",
3465
+ "gap": "lg",
3050
3466
  "children": [
3051
3467
  {
3052
- "type": "icon",
3053
- "name": "trending-down",
3054
- "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
+ ]
3585
+ },
3586
+ {
3587
+ "type": "divider"
3588
+ },
3589
+ {
3590
+ "type": "grid",
3591
+ "columns": 2,
3592
+ "gap": "md",
3593
+ "children": [
3594
+ {
3595
+ "type": "card",
3596
+ "children": [
3597
+ {
3598
+ "type": "typography",
3599
+ "variant": "caption",
3600
+ "content": "Chart View"
3601
+ }
3602
+ ]
3603
+ },
3604
+ {
3605
+ "type": "card",
3606
+ "children": [
3607
+ {
3608
+ "type": "typography",
3609
+ "variant": "caption",
3610
+ "content": "Graph View"
3611
+ }
3612
+ ]
3613
+ }
3614
+ ]
3615
+ },
3616
+ {
3617
+ "type": "line-chart",
3618
+ "data": [
3619
+ {
3620
+ "date": "Jan",
3621
+ "value": 12
3622
+ },
3623
+ {
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
3642
+ }
3643
+ ],
3644
+ "xKey": "date",
3645
+ "yKey": "value",
3646
+ "title": "Trend"
3647
+ },
3648
+ {
3649
+ "type": "chart-legend",
3650
+ "items": [
3651
+ {
3652
+ "label": "Current",
3653
+ "color": "primary"
3654
+ },
3655
+ {
3656
+ "label": "Previous",
3657
+ "color": "muted"
3658
+ }
3659
+ ]
3055
3660
  },
3056
3661
  {
3057
- "type": "typography",
3058
- "content": "Burndown Chart",
3059
- "variant": "h2"
3662
+ "type": "graph-view",
3663
+ "nodes": [
3664
+ {
3665
+ "id": "a",
3666
+ "label": "Start",
3667
+ "x": 50,
3668
+ "y": 100
3669
+ },
3670
+ {
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
3681
+ }
3682
+ ],
3683
+ "edges": [
3684
+ {
3685
+ "from": "a",
3686
+ "to": "b"
3687
+ },
3688
+ {
3689
+ "from": "b",
3690
+ "to": "c"
3691
+ }
3692
+ ],
3693
+ "width": 400,
3694
+ "height": 200
3060
3695
  }
3061
3696
  ]
3062
- },
3063
- {
3064
- "type": "button",
3065
- "label": "Refresh",
3066
- "event": "REFRESH",
3067
- "variant": "secondary",
3068
- "icon": "refresh-cw"
3069
- }
3070
- ]
3071
- },
3072
- {
3073
- "type": "divider"
3074
- },
3075
- {
3076
- "type": "simple-grid",
3077
- "columns": 5,
3078
- "children": [
3079
- {
3080
- "type": "stat-display",
3081
- "label": "TotalPoints",
3082
- "value": [
3083
- "object/get",
3084
- [
3085
- "array/first",
3086
- "@entity"
3087
- ],
3088
- "totalPoints"
3089
- ]
3090
- },
3091
- {
3092
- "type": "stat-display",
3093
- "label": "CompletedPoints",
3094
- "value": [
3095
- "object/get",
3096
- [
3097
- "array/first",
3098
- "@entity"
3099
- ],
3100
- "completedPoints"
3101
- ]
3102
- },
3103
- {
3104
- "type": "stat-display",
3105
- "label": "RemainingPoints",
3106
- "value": [
3107
- "object/get",
3108
- [
3109
- "array/first",
3110
- "@entity"
3111
- ],
3112
- "remainingPoints"
3113
- ]
3114
- },
3115
- {
3116
- "type": "stat-display",
3117
- "label": "Velocity",
3118
- "value": [
3119
- "object/get",
3120
- [
3121
- "array/first",
3122
- "@entity"
3123
- ],
3124
- "velocity"
3125
- ]
3126
- },
3127
- {
3128
- "type": "stat-display",
3129
- "label": "DaysRemaining",
3130
- "value": [
3131
- "object/get",
3132
- [
3133
- "array/first",
3134
- "@entity"
3135
- ],
3136
- "daysRemaining"
3137
- ]
3138
3697
  }
3139
3698
  ]
3140
3699
  }
@@ -3156,107 +3715,263 @@
3156
3715
  "render-ui",
3157
3716
  "main",
3158
3717
  {
3159
- "type": "stack",
3160
- "direction": "vertical",
3161
- "gap": "lg",
3718
+ "type": "dashboard-layout",
3719
+ "appName": "ProjectManagerApp",
3720
+ "navItems": [
3721
+ {
3722
+ "label": "Tasks",
3723
+ "href": "/tasks",
3724
+ "icon": "check-square"
3725
+ },
3726
+ {
3727
+ "label": "Sprints",
3728
+ "href": "/sprints",
3729
+ "icon": "zap"
3730
+ },
3731
+ {
3732
+ "label": "Burndown",
3733
+ "href": "/burndown",
3734
+ "icon": "layout-list"
3735
+ }
3736
+ ],
3162
3737
  "children": [
3163
3738
  {
3164
- "type": "stack",
3165
- "direction": "horizontal",
3166
- "gap": "md",
3167
- "justify": "space-between",
3739
+ "type": "scaled-diagram",
3168
3740
  "children": [
3169
3741
  {
3170
3742
  "type": "stack",
3171
- "direction": "horizontal",
3172
- "gap": "md",
3743
+ "direction": "vertical",
3744
+ "gap": "lg",
3173
3745
  "children": [
3174
3746
  {
3175
- "type": "icon",
3176
- "name": "trending-down",
3177
- "size": "lg"
3178
- },
3179
- {
3180
- "type": "typography",
3181
- "content": "Burndown Chart",
3182
- "variant": "h2"
3183
- }
3184
- ]
3185
- },
3186
- {
3187
- "type": "button",
3188
- "label": "Refresh",
3189
- "event": "REFRESH",
3190
- "variant": "secondary",
3191
- "icon": "refresh-cw"
3192
- }
3193
- ]
3194
- },
3195
- {
3196
- "type": "divider"
3197
- },
3198
- {
3199
- "type": "simple-grid",
3200
- "columns": 5,
3201
- "children": [
3202
- {
3203
- "type": "stat-display",
3204
- "label": "TotalPoints",
3205
- "value": [
3206
- "object/get",
3207
- [
3208
- "array/first",
3209
- "@entity"
3210
- ],
3211
- "totalPoints"
3212
- ]
3213
- },
3214
- {
3215
- "type": "stat-display",
3216
- "label": "CompletedPoints",
3217
- "value": [
3218
- "object/get",
3219
- [
3220
- "array/first",
3221
- "@entity"
3222
- ],
3223
- "completedPoints"
3224
- ]
3225
- },
3226
- {
3227
- "type": "stat-display",
3228
- "label": "RemainingPoints",
3229
- "value": [
3230
- "object/get",
3231
- [
3232
- "array/first",
3233
- "@entity"
3234
- ],
3235
- "remainingPoints"
3236
- ]
3237
- },
3238
- {
3239
- "type": "stat-display",
3240
- "label": "Velocity",
3241
- "value": [
3242
- "object/get",
3243
- [
3244
- "array/first",
3245
- "@entity"
3246
- ],
3247
- "velocity"
3248
- ]
3249
- },
3250
- {
3251
- "type": "stat-display",
3252
- "label": "DaysRemaining",
3253
- "value": [
3254
- "object/get",
3255
- [
3256
- "array/first",
3257
- "@entity"
3258
- ],
3259
- "daysRemaining"
3747
+ "type": "breadcrumb",
3748
+ "items": [
3749
+ {
3750
+ "label": "Home",
3751
+ "href": "/"
3752
+ },
3753
+ {
3754
+ "label": "Burndown Chart"
3755
+ }
3756
+ ]
3757
+ },
3758
+ {
3759
+ "type": "stack",
3760
+ "direction": "horizontal",
3761
+ "gap": "md",
3762
+ "justify": "space-between",
3763
+ "children": [
3764
+ {
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
+ ]
3780
+ },
3781
+ {
3782
+ "type": "button",
3783
+ "label": "Refresh",
3784
+ "event": "REFRESH",
3785
+ "variant": "secondary",
3786
+ "icon": "refresh-cw"
3787
+ }
3788
+ ]
3789
+ },
3790
+ {
3791
+ "type": "divider"
3792
+ },
3793
+ {
3794
+ "type": "box",
3795
+ "padding": "md",
3796
+ "children": [
3797
+ {
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
+ ]
3862
+ }
3863
+ ]
3864
+ },
3865
+ {
3866
+ "type": "divider"
3867
+ },
3868
+ {
3869
+ "type": "grid",
3870
+ "columns": 2,
3871
+ "gap": "md",
3872
+ "children": [
3873
+ {
3874
+ "type": "card",
3875
+ "children": [
3876
+ {
3877
+ "type": "typography",
3878
+ "variant": "caption",
3879
+ "content": "Chart View"
3880
+ }
3881
+ ]
3882
+ },
3883
+ {
3884
+ "type": "card",
3885
+ "children": [
3886
+ {
3887
+ "type": "typography",
3888
+ "variant": "caption",
3889
+ "content": "Graph View"
3890
+ }
3891
+ ]
3892
+ }
3893
+ ]
3894
+ },
3895
+ {
3896
+ "type": "line-chart",
3897
+ "data": [
3898
+ {
3899
+ "date": "Jan",
3900
+ "value": 12
3901
+ },
3902
+ {
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"
3937
+ }
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
3974
+ }
3260
3975
  ]
3261
3976
  }
3262
3977
  ]
@@ -3279,108 +3994,264 @@
3279
3994
  "render-ui",
3280
3995
  "main",
3281
3996
  {
3282
- "type": "stack",
3283
- "direction": "vertical",
3284
- "gap": "lg",
3997
+ "type": "dashboard-layout",
3998
+ "appName": "ProjectManagerApp",
3999
+ "navItems": [
4000
+ {
4001
+ "label": "Tasks",
4002
+ "href": "/tasks",
4003
+ "icon": "check-square"
4004
+ },
4005
+ {
4006
+ "label": "Sprints",
4007
+ "href": "/sprints",
4008
+ "icon": "zap"
4009
+ },
4010
+ {
4011
+ "label": "Burndown",
4012
+ "href": "/burndown",
4013
+ "icon": "layout-list"
4014
+ }
4015
+ ],
3285
4016
  "children": [
3286
4017
  {
3287
- "type": "stack",
3288
- "direction": "horizontal",
3289
- "gap": "md",
3290
- "justify": "space-between",
4018
+ "type": "scaled-diagram",
3291
4019
  "children": [
3292
4020
  {
3293
4021
  "type": "stack",
3294
- "direction": "horizontal",
3295
- "gap": "md",
4022
+ "direction": "vertical",
4023
+ "gap": "lg",
3296
4024
  "children": [
3297
4025
  {
3298
- "type": "icon",
3299
- "name": "trending-down",
3300
- "size": "lg"
4026
+ "type": "breadcrumb",
4027
+ "items": [
4028
+ {
4029
+ "label": "Home",
4030
+ "href": "/"
4031
+ },
4032
+ {
4033
+ "label": "Burndown Chart"
4034
+ }
4035
+ ]
4036
+ },
4037
+ {
4038
+ "type": "stack",
4039
+ "direction": "horizontal",
4040
+ "gap": "md",
4041
+ "justify": "space-between",
4042
+ "children": [
4043
+ {
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
+ ]
4059
+ },
4060
+ {
4061
+ "type": "button",
4062
+ "label": "Refresh",
4063
+ "event": "REFRESH",
4064
+ "variant": "secondary",
4065
+ "icon": "refresh-cw"
4066
+ }
4067
+ ]
4068
+ },
4069
+ {
4070
+ "type": "divider"
4071
+ },
4072
+ {
4073
+ "type": "box",
4074
+ "padding": "md",
4075
+ "children": [
4076
+ {
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
+ ]
4141
+ }
4142
+ ]
4143
+ },
4144
+ {
4145
+ "type": "divider"
4146
+ },
4147
+ {
4148
+ "type": "grid",
4149
+ "columns": 2,
4150
+ "gap": "md",
4151
+ "children": [
4152
+ {
4153
+ "type": "card",
4154
+ "children": [
4155
+ {
4156
+ "type": "typography",
4157
+ "variant": "caption",
4158
+ "content": "Chart View"
4159
+ }
4160
+ ]
4161
+ },
4162
+ {
4163
+ "type": "card",
4164
+ "children": [
4165
+ {
4166
+ "type": "typography",
4167
+ "variant": "caption",
4168
+ "content": "Graph View"
4169
+ }
4170
+ ]
4171
+ }
4172
+ ]
4173
+ },
4174
+ {
4175
+ "type": "line-chart",
4176
+ "data": [
4177
+ {
4178
+ "date": "Jan",
4179
+ "value": 12
4180
+ },
4181
+ {
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"
4216
+ }
4217
+ ]
3301
4218
  },
3302
4219
  {
3303
- "type": "typography",
3304
- "content": "Burndown Chart",
3305
- "variant": "h2"
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
3306
4253
  }
3307
4254
  ]
3308
- },
3309
- {
3310
- "type": "button",
3311
- "label": "Refresh",
3312
- "event": "REFRESH",
3313
- "variant": "secondary",
3314
- "icon": "refresh-cw"
3315
- }
3316
- ]
3317
- },
3318
- {
3319
- "type": "divider"
3320
- },
3321
- {
3322
- "type": "simple-grid",
3323
- "columns": 5,
3324
- "children": [
3325
- {
3326
- "type": "stat-display",
3327
- "label": "TotalPoints",
3328
- "value": [
3329
- "object/get",
3330
- [
3331
- "array/first",
3332
- "@entity"
3333
- ],
3334
- "totalPoints"
3335
- ]
3336
- },
3337
- {
3338
- "type": "stat-display",
3339
- "label": "CompletedPoints",
3340
- "value": [
3341
- "object/get",
3342
- [
3343
- "array/first",
3344
- "@entity"
3345
- ],
3346
- "completedPoints"
3347
- ]
3348
- },
3349
- {
3350
- "type": "stat-display",
3351
- "label": "RemainingPoints",
3352
- "value": [
3353
- "object/get",
3354
- [
3355
- "array/first",
3356
- "@entity"
3357
- ],
3358
- "remainingPoints"
3359
- ]
3360
- },
3361
- {
3362
- "type": "stat-display",
3363
- "label": "Velocity",
3364
- "value": [
3365
- "object/get",
3366
- [
3367
- "array/first",
3368
- "@entity"
3369
- ],
3370
- "velocity"
3371
- ]
3372
- },
3373
- {
3374
- "type": "stat-display",
3375
- "label": "DaysRemaining",
3376
- "value": [
3377
- "object/get",
3378
- [
3379
- "array/first",
3380
- "@entity"
3381
- ],
3382
- "daysRemaining"
3383
- ]
3384
4255
  }
3385
4256
  ]
3386
4257
  }
@@ -3402,108 +4273,264 @@
3402
4273
  "render-ui",
3403
4274
  "main",
3404
4275
  {
3405
- "type": "stack",
3406
- "direction": "vertical",
3407
- "gap": "lg",
4276
+ "type": "dashboard-layout",
4277
+ "appName": "ProjectManagerApp",
4278
+ "navItems": [
4279
+ {
4280
+ "label": "Tasks",
4281
+ "href": "/tasks",
4282
+ "icon": "check-square"
4283
+ },
4284
+ {
4285
+ "label": "Sprints",
4286
+ "href": "/sprints",
4287
+ "icon": "zap"
4288
+ },
4289
+ {
4290
+ "label": "Burndown",
4291
+ "href": "/burndown",
4292
+ "icon": "layout-list"
4293
+ }
4294
+ ],
3408
4295
  "children": [
3409
4296
  {
3410
- "type": "stack",
3411
- "direction": "horizontal",
3412
- "gap": "md",
3413
- "justify": "space-between",
4297
+ "type": "scaled-diagram",
3414
4298
  "children": [
3415
4299
  {
3416
4300
  "type": "stack",
3417
- "direction": "horizontal",
3418
- "gap": "md",
4301
+ "direction": "vertical",
4302
+ "gap": "lg",
3419
4303
  "children": [
3420
4304
  {
3421
- "type": "icon",
3422
- "name": "trending-down",
3423
- "size": "lg"
4305
+ "type": "breadcrumb",
4306
+ "items": [
4307
+ {
4308
+ "label": "Home",
4309
+ "href": "/"
4310
+ },
4311
+ {
4312
+ "label": "Burndown Chart"
4313
+ }
4314
+ ]
4315
+ },
4316
+ {
4317
+ "type": "stack",
4318
+ "direction": "horizontal",
4319
+ "gap": "md",
4320
+ "justify": "space-between",
4321
+ "children": [
4322
+ {
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
+ ]
4338
+ },
4339
+ {
4340
+ "type": "button",
4341
+ "label": "Refresh",
4342
+ "event": "REFRESH",
4343
+ "variant": "secondary",
4344
+ "icon": "refresh-cw"
4345
+ }
4346
+ ]
4347
+ },
4348
+ {
4349
+ "type": "divider"
4350
+ },
4351
+ {
4352
+ "type": "box",
4353
+ "padding": "md",
4354
+ "children": [
4355
+ {
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
+ ]
4420
+ }
4421
+ ]
4422
+ },
4423
+ {
4424
+ "type": "divider"
3424
4425
  },
3425
4426
  {
3426
- "type": "typography",
3427
- "content": "Burndown Chart",
3428
- "variant": "h2"
4427
+ "type": "grid",
4428
+ "columns": 2,
4429
+ "gap": "md",
4430
+ "children": [
4431
+ {
4432
+ "type": "card",
4433
+ "children": [
4434
+ {
4435
+ "type": "typography",
4436
+ "variant": "caption",
4437
+ "content": "Chart View"
4438
+ }
4439
+ ]
4440
+ },
4441
+ {
4442
+ "type": "card",
4443
+ "children": [
4444
+ {
4445
+ "type": "typography",
4446
+ "variant": "caption",
4447
+ "content": "Graph View"
4448
+ }
4449
+ ]
4450
+ }
4451
+ ]
4452
+ },
4453
+ {
4454
+ "type": "line-chart",
4455
+ "data": [
4456
+ {
4457
+ "date": "Jan",
4458
+ "value": 12
4459
+ },
4460
+ {
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"
4495
+ }
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
3429
4532
  }
3430
4533
  ]
3431
- },
3432
- {
3433
- "type": "button",
3434
- "label": "Refresh",
3435
- "event": "REFRESH",
3436
- "variant": "secondary",
3437
- "icon": "refresh-cw"
3438
- }
3439
- ]
3440
- },
3441
- {
3442
- "type": "divider"
3443
- },
3444
- {
3445
- "type": "simple-grid",
3446
- "columns": 5,
3447
- "children": [
3448
- {
3449
- "type": "stat-display",
3450
- "label": "TotalPoints",
3451
- "value": [
3452
- "object/get",
3453
- [
3454
- "array/first",
3455
- "@entity"
3456
- ],
3457
- "totalPoints"
3458
- ]
3459
- },
3460
- {
3461
- "type": "stat-display",
3462
- "label": "CompletedPoints",
3463
- "value": [
3464
- "object/get",
3465
- [
3466
- "array/first",
3467
- "@entity"
3468
- ],
3469
- "completedPoints"
3470
- ]
3471
- },
3472
- {
3473
- "type": "stat-display",
3474
- "label": "RemainingPoints",
3475
- "value": [
3476
- "object/get",
3477
- [
3478
- "array/first",
3479
- "@entity"
3480
- ],
3481
- "remainingPoints"
3482
- ]
3483
- },
3484
- {
3485
- "type": "stat-display",
3486
- "label": "Velocity",
3487
- "value": [
3488
- "object/get",
3489
- [
3490
- "array/first",
3491
- "@entity"
3492
- ],
3493
- "velocity"
3494
- ]
3495
- },
3496
- {
3497
- "type": "stat-display",
3498
- "label": "DaysRemaining",
3499
- "value": [
3500
- "object/get",
3501
- [
3502
- "array/first",
3503
- "@entity"
3504
- ],
3505
- "daysRemaining"
3506
- ]
3507
4534
  }
3508
4535
  ]
3509
4536
  }