@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -180,8 +180,8 @@
180
180
  "SeqChallenge",
181
181
  {
182
182
  "emit": {
183
- "success": "SeqChallengeLoaded",
184
- "failure": "SeqChallengeLoadFailed"
183
+ "failure": "SeqChallengeLoadFailed",
184
+ "success": "SeqChallengeLoaded"
185
185
  }
186
186
  }
187
187
  ],
@@ -189,22 +189,22 @@
189
189
  "render-ui",
190
190
  "main",
191
191
  {
192
- "type": "game-shell",
193
- "showTopBar": true,
194
- "appName": "Coding Academy",
195
192
  "children": [
196
193
  {
197
194
  "type": "game-menu",
198
195
  "title": "Sequencer Challenge",
199
196
  "menuItems": [
200
197
  {
201
- "label": "Start",
202
198
  "event": "START",
199
+ "label": "Start",
203
200
  "variant": "primary"
204
201
  }
205
202
  ]
206
203
  }
207
- ]
204
+ ],
205
+ "appName": "Coding Academy",
206
+ "type": "game-shell",
207
+ "showTopBar": true
208
208
  }
209
209
  ]
210
210
  ]
@@ -218,12 +218,12 @@
218
218
  "render-ui",
219
219
  "main",
220
220
  {
221
+ "appName": "Coding Academy",
221
222
  "type": "game-shell",
222
223
  "showTopBar": true,
223
224
  "children": [
224
225
  {
225
- "direction": "vertical",
226
- "gap": "md",
226
+ "type": "stack",
227
227
  "children": [
228
228
  {
229
229
  "stats": [
@@ -232,8 +232,8 @@
232
232
  "value": "@entity.score"
233
233
  },
234
234
  {
235
- "value": "@entity.level",
236
- "label": "Level"
235
+ "label": "Level",
236
+ "value": "@entity.level"
237
237
  }
238
238
  ],
239
239
  "type": "game-hud"
@@ -244,10 +244,10 @@
244
244
  "completeEvent": "COMPLETE"
245
245
  }
246
246
  ],
247
- "type": "stack"
247
+ "gap": "md",
248
+ "direction": "vertical"
248
249
  }
249
- ],
250
- "appName": "Coding Academy"
250
+ ]
251
251
  }
252
252
  ]
253
253
  ]
@@ -266,21 +266,21 @@
266
266
  "render-ui",
267
267
  "main",
268
268
  {
269
- "appName": "Coding Academy",
270
- "type": "game-shell",
271
269
  "children": [
272
270
  {
273
- "title": "Well Done!",
271
+ "type": "game-over-screen",
274
272
  "menuItems": [
275
273
  {
274
+ "label": "Play Again",
276
275
  "event": "RESTART",
277
- "variant": "primary",
278
- "label": "Play Again"
276
+ "variant": "primary"
279
277
  }
280
278
  ],
281
- "type": "game-over-screen"
279
+ "title": "Well Done!"
282
280
  }
283
281
  ],
282
+ "type": "game-shell",
283
+ "appName": "Coding Academy",
284
284
  "showTopBar": true
285
285
  }
286
286
  ]
@@ -295,9 +295,10 @@
295
295
  "render-ui",
296
296
  "main",
297
297
  {
298
- "appName": "Coding Academy",
298
+ "showTopBar": true,
299
299
  "children": [
300
300
  {
301
+ "type": "game-menu",
301
302
  "title": "Sequencer Challenge",
302
303
  "menuItems": [
303
304
  {
@@ -305,12 +306,11 @@
305
306
  "event": "START",
306
307
  "variant": "primary"
307
308
  }
308
- ],
309
- "type": "game-menu"
309
+ ]
310
310
  }
311
311
  ],
312
312
  "type": "game-shell",
313
- "showTopBar": true
313
+ "appName": "Coding Academy"
314
314
  }
315
315
  ]
316
316
  ]
@@ -509,8 +509,8 @@
509
509
  "BuildChallenge",
510
510
  {
511
511
  "emit": {
512
- "success": "BuildChallengeLoaded",
513
- "failure": "BuildChallengeLoadFailed"
512
+ "failure": "BuildChallengeLoadFailed",
513
+ "success": "BuildChallengeLoaded"
514
514
  }
515
515
  }
516
516
  ],
@@ -518,22 +518,22 @@
518
518
  "render-ui",
519
519
  "main",
520
520
  {
521
+ "type": "game-shell",
522
+ "appName": "Coding Academy",
523
+ "showTopBar": true,
521
524
  "children": [
522
525
  {
523
- "title": "Builder Challenge",
524
526
  "type": "game-menu",
525
527
  "menuItems": [
526
528
  {
527
529
  "variant": "primary",
528
- "label": "Start",
529
- "event": "START"
530
+ "event": "START",
531
+ "label": "Start"
530
532
  }
531
- ]
533
+ ],
534
+ "title": "Builder Challenge"
532
535
  }
533
- ],
534
- "type": "game-shell",
535
- "showTopBar": true,
536
- "appName": "Coding Academy"
536
+ ]
537
537
  }
538
538
  ]
539
539
  ]
@@ -547,36 +547,36 @@
547
547
  "render-ui",
548
548
  "main",
549
549
  {
550
- "appName": "Coding Academy",
551
550
  "children": [
552
551
  {
552
+ "type": "stack",
553
553
  "direction": "vertical",
554
+ "gap": "md",
554
555
  "children": [
555
556
  {
556
557
  "type": "game-hud",
557
558
  "stats": [
558
559
  {
559
- "label": "Score",
560
- "value": "@entity.score"
560
+ "value": "@entity.score",
561
+ "label": "Score"
561
562
  },
562
563
  {
563
- "value": "@entity.level",
564
- "label": "Level"
564
+ "label": "Level",
565
+ "value": "@entity.level"
565
566
  }
566
567
  ]
567
568
  },
568
569
  {
569
- "entity": "BuildChallenge",
570
570
  "type": "builder-board",
571
+ "entity": "BuildChallenge",
571
572
  "completeEvent": "COMPLETE"
572
573
  }
573
- ],
574
- "gap": "md",
575
- "type": "stack"
574
+ ]
576
575
  }
577
576
  ],
578
577
  "type": "game-shell",
579
- "showTopBar": true
578
+ "showTopBar": true,
579
+ "appName": "Coding Academy"
580
580
  }
581
581
  ]
582
582
  ]
@@ -595,10 +595,9 @@
595
595
  "render-ui",
596
596
  "main",
597
597
  {
598
- "appName": "Coding Academy",
598
+ "type": "game-shell",
599
599
  "children": [
600
600
  {
601
- "title": "Well Done!",
602
601
  "menuItems": [
603
602
  {
604
603
  "label": "Play Again",
@@ -606,11 +605,12 @@
606
605
  "variant": "primary"
607
606
  }
608
607
  ],
609
- "type": "game-over-screen"
608
+ "type": "game-over-screen",
609
+ "title": "Well Done!"
610
610
  }
611
611
  ],
612
- "type": "game-shell",
613
- "showTopBar": true
612
+ "showTopBar": true,
613
+ "appName": "Coding Academy"
614
614
  }
615
615
  ]
616
616
  ]
@@ -628,17 +628,17 @@
628
628
  {
629
629
  "menuItems": [
630
630
  {
631
+ "event": "START",
631
632
  "label": "Start",
632
- "variant": "primary",
633
- "event": "START"
633
+ "variant": "primary"
634
634
  }
635
635
  ],
636
636
  "type": "game-menu",
637
637
  "title": "Builder Challenge"
638
638
  }
639
639
  ],
640
- "type": "game-shell",
641
640
  "appName": "Coding Academy",
641
+ "type": "game-shell",
642
642
  "showTopBar": true
643
643
  }
644
644
  ]
@@ -848,21 +848,21 @@
848
848
  "main",
849
849
  {
850
850
  "type": "game-shell",
851
- "showTopBar": true,
852
851
  "children": [
853
852
  {
854
- "type": "game-menu",
855
853
  "title": "Event Handler Challenge",
856
854
  "menuItems": [
857
855
  {
856
+ "event": "START",
858
857
  "label": "Start",
859
- "variant": "primary",
860
- "event": "START"
858
+ "variant": "primary"
861
859
  }
862
- ]
860
+ ],
861
+ "type": "game-menu"
863
862
  }
864
863
  ],
865
- "appName": "Coding Academy"
864
+ "appName": "Coding Academy",
865
+ "showTopBar": true
866
866
  }
867
867
  ]
868
868
  ]
@@ -876,10 +876,11 @@
876
876
  "render-ui",
877
877
  "main",
878
878
  {
879
+ "showTopBar": true,
880
+ "type": "game-shell",
879
881
  "children": [
880
882
  {
881
- "direction": "vertical",
882
- "gap": "md",
883
+ "type": "stack",
883
884
  "children": [
884
885
  {
885
886
  "stats": [
@@ -888,24 +889,23 @@
888
889
  "value": "@entity.score"
889
890
  },
890
891
  {
891
- "value": "@entity.level",
892
- "label": "Level"
892
+ "label": "Level",
893
+ "value": "@entity.level"
893
894
  }
894
895
  ],
895
896
  "type": "game-hud"
896
897
  },
897
898
  {
898
- "type": "event-handler-board",
899
+ "completeEvent": "COMPLETE",
899
900
  "entity": "EventChallenge",
900
- "completeEvent": "COMPLETE"
901
+ "type": "event-handler-board"
901
902
  }
902
903
  ],
903
- "type": "stack"
904
+ "direction": "vertical",
905
+ "gap": "md"
904
906
  }
905
907
  ],
906
- "type": "game-shell",
907
- "appName": "Coding Academy",
908
- "showTopBar": true
908
+ "appName": "Coding Academy"
909
909
  }
910
910
  ]
911
911
  ]
@@ -925,21 +925,21 @@
925
925
  "main",
926
926
  {
927
927
  "showTopBar": true,
928
+ "type": "game-shell",
929
+ "appName": "Coding Academy",
928
930
  "children": [
929
931
  {
930
- "type": "game-over-screen",
931
- "title": "Well Done!",
932
932
  "menuItems": [
933
933
  {
934
- "event": "RESTART",
934
+ "label": "Play Again",
935
935
  "variant": "primary",
936
- "label": "Play Again"
936
+ "event": "RESTART"
937
937
  }
938
- ]
938
+ ],
939
+ "title": "Well Done!",
940
+ "type": "game-over-screen"
939
941
  }
940
- ],
941
- "type": "game-shell",
942
- "appName": "Coding Academy"
942
+ ]
943
943
  }
944
944
  ]
945
945
  ]
@@ -953,22 +953,22 @@
953
953
  "render-ui",
954
954
  "main",
955
955
  {
956
- "appName": "Coding Academy",
957
- "showTopBar": true,
958
956
  "children": [
959
957
  {
960
958
  "type": "game-menu",
961
959
  "menuItems": [
962
960
  {
961
+ "label": "Start",
963
962
  "variant": "primary",
964
- "event": "START",
965
- "label": "Start"
963
+ "event": "START"
966
964
  }
967
965
  ],
968
966
  "title": "Event Handler Challenge"
969
967
  }
970
968
  ],
971
- "type": "game-shell"
969
+ "appName": "Coding Academy",
970
+ "type": "game-shell",
971
+ "showTopBar": true
972
972
  }
973
973
  ]
974
974
  ]
@@ -1144,8 +1144,8 @@
1144
1144
  "StudentProgress",
1145
1145
  {
1146
1146
  "emit": {
1147
- "success": "StudentProgressLoaded",
1148
- "failure": "StudentProgressLoadFailed"
1147
+ "failure": "StudentProgressLoadFailed",
1148
+ "success": "StudentProgressLoaded"
1149
1149
  }
1150
1150
  }
1151
1151
  ],
@@ -1153,71 +1153,68 @@
1153
1153
  "render-ui",
1154
1154
  "main",
1155
1155
  {
1156
- "appName": "Coding Academy",
1157
- "type": "game-shell",
1158
1156
  "children": [
1159
1157
  {
1160
1158
  "type": "scaled-diagram",
1161
1159
  "children": [
1162
1160
  {
1163
1161
  "type": "stack",
1164
- "direction": "vertical",
1162
+ "gap": "lg",
1165
1163
  "children": [
1166
1164
  {
1167
- "type": "breadcrumb",
1168
1165
  "items": [
1169
1166
  {
1170
- "href": "/",
1171
- "label": "Home"
1167
+ "label": "Home",
1168
+ "href": "/"
1172
1169
  },
1173
1170
  {
1174
1171
  "label": "Progress"
1175
1172
  }
1176
- ]
1173
+ ],
1174
+ "type": "breadcrumb"
1177
1175
  },
1178
1176
  {
1179
- "gap": "md",
1180
- "type": "stack",
1181
- "justify": "between",
1182
1177
  "direction": "horizontal",
1183
1178
  "children": [
1184
1179
  {
1180
+ "direction": "horizontal",
1181
+ "type": "stack",
1182
+ "gap": "md",
1185
1183
  "children": [
1186
1184
  {
1187
- "type": "icon",
1188
- "name": "trending-up"
1185
+ "name": "trending-up",
1186
+ "type": "icon"
1189
1187
  },
1190
1188
  {
1189
+ "type": "typography",
1191
1190
  "content": "Progress",
1192
- "variant": "h2",
1193
- "type": "typography"
1191
+ "variant": "h2"
1194
1192
  }
1195
- ],
1196
- "direction": "horizontal",
1197
- "type": "stack",
1198
- "gap": "md"
1193
+ ]
1199
1194
  },
1200
1195
  {
1196
+ "action": "REFRESH",
1201
1197
  "type": "button",
1202
1198
  "variant": "secondary",
1203
1199
  "label": "Refresh",
1204
- "icon": "refresh-cw",
1205
- "action": "REFRESH"
1200
+ "icon": "refresh-cw"
1206
1201
  }
1207
- ]
1202
+ ],
1203
+ "gap": "md",
1204
+ "justify": "between",
1205
+ "type": "stack"
1208
1206
  },
1209
1207
  {
1210
1208
  "type": "divider"
1211
1209
  },
1212
1210
  {
1213
- "padding": "md",
1214
1211
  "children": [
1215
1212
  {
1216
- "type": "simple-grid",
1217
1213
  "cols": 3.0,
1218
1214
  "children": [
1219
1215
  {
1220
1216
  "type": "stat-display",
1217
+ "label": "TotalLessons",
1221
1218
  "value": [
1222
1219
  "object/get",
1223
1220
  [
@@ -1225,11 +1222,11 @@
1225
1222
  "@entity"
1226
1223
  ],
1227
1224
  "totalLessons"
1228
- ],
1229
- "label": "TotalLessons"
1225
+ ]
1230
1226
  },
1231
1227
  {
1232
1228
  "type": "stat-display",
1229
+ "label": "CompletedLessons",
1233
1230
  "value": [
1234
1231
  "object/get",
1235
1232
  [
@@ -1237,10 +1234,11 @@
1237
1234
  "@entity"
1238
1235
  ],
1239
1236
  "completedLessons"
1240
- ],
1241
- "label": "CompletedLessons"
1237
+ ]
1242
1238
  },
1243
1239
  {
1240
+ "type": "stat-display",
1241
+ "label": "AverageScore",
1244
1242
  "value": [
1245
1243
  "object/get",
1246
1244
  [
@@ -1248,12 +1246,9 @@
1248
1246
  "@entity"
1249
1247
  ],
1250
1248
  "averageScore"
1251
- ],
1252
- "label": "AverageScore",
1253
- "type": "stat-display"
1249
+ ]
1254
1250
  },
1255
1251
  {
1256
- "label": "Streak",
1257
1252
  "type": "stat-display",
1258
1253
  "value": [
1259
1254
  "object/get",
@@ -1262,49 +1257,52 @@
1262
1257
  "@entity"
1263
1258
  ],
1264
1259
  "streak"
1265
- ]
1260
+ ],
1261
+ "label": "Streak"
1266
1262
  }
1267
- ]
1263
+ ],
1264
+ "type": "simple-grid"
1268
1265
  }
1269
1266
  ],
1270
- "type": "box"
1267
+ "type": "box",
1268
+ "padding": "md"
1271
1269
  },
1272
1270
  {
1273
1271
  "type": "divider"
1274
1272
  },
1275
1273
  {
1274
+ "gap": "md",
1275
+ "cols": 2.0,
1276
1276
  "type": "grid",
1277
1277
  "children": [
1278
1278
  {
1279
1279
  "children": [
1280
1280
  {
1281
- "content": "Chart View",
1281
+ "variant": "caption",
1282
1282
  "type": "typography",
1283
- "variant": "caption"
1283
+ "content": "Chart View"
1284
1284
  }
1285
1285
  ],
1286
1286
  "type": "card"
1287
1287
  },
1288
1288
  {
1289
+ "type": "card",
1289
1290
  "children": [
1290
1291
  {
1291
1292
  "variant": "caption",
1292
- "type": "typography",
1293
- "content": "Graph View"
1293
+ "content": "Graph View",
1294
+ "type": "typography"
1294
1295
  }
1295
- ],
1296
- "type": "card"
1296
+ ]
1297
1297
  }
1298
- ],
1299
- "gap": "md",
1300
- "cols": 2.0
1298
+ ]
1301
1299
  },
1302
1300
  {
1303
1301
  "type": "line-chart",
1304
1302
  "data": [
1305
1303
  {
1306
- "value": 12.0,
1307
- "date": "Jan"
1304
+ "date": "Jan",
1305
+ "value": 12.0
1308
1306
  },
1309
1307
  {
1310
1308
  "date": "Feb",
@@ -1319,16 +1317,17 @@
1319
1317
  "date": "Apr"
1320
1318
  },
1321
1319
  {
1322
- "date": "May",
1323
- "value": 22.0
1320
+ "value": 22.0,
1321
+ "date": "May"
1324
1322
  },
1325
1323
  {
1326
- "value": 30.0,
1327
- "date": "Jun"
1324
+ "date": "Jun",
1325
+ "value": 30.0
1328
1326
  }
1329
1327
  ]
1330
1328
  },
1331
1329
  {
1330
+ "type": "chart-legend",
1332
1331
  "items": [
1333
1332
  {
1334
1333
  "label": "Current",
@@ -1338,51 +1337,52 @@
1338
1337
  "color": "muted",
1339
1338
  "label": "Previous"
1340
1339
  }
1341
- ],
1342
- "type": "chart-legend"
1340
+ ]
1343
1341
  },
1344
1342
  {
1343
+ "height": 200.0,
1345
1344
  "nodes": [
1346
1345
  {
1347
- "x": 50.0,
1348
1346
  "label": "Start",
1349
1347
  "id": "a",
1348
+ "x": 50.0,
1350
1349
  "y": 100.0
1351
1350
  },
1352
1351
  {
1353
- "id": "b",
1352
+ "y": 50.0,
1354
1353
  "label": "Process",
1355
- "x": 200.0,
1356
- "y": 50.0
1354
+ "id": "b",
1355
+ "x": 200.0
1357
1356
  },
1358
1357
  {
1358
+ "y": 100.0,
1359
1359
  "id": "c",
1360
1360
  "label": "End",
1361
- "y": 100.0,
1362
1361
  "x": 350.0
1363
1362
  }
1364
1363
  ],
1364
+ "type": "graph-view",
1365
1365
  "edges": [
1366
1366
  {
1367
1367
  "from": "a",
1368
1368
  "to": "b"
1369
1369
  },
1370
1370
  {
1371
- "to": "c",
1372
- "from": "b"
1371
+ "from": "b",
1372
+ "to": "c"
1373
1373
  }
1374
1374
  ],
1375
- "width": 400.0,
1376
- "height": 200.0,
1377
- "type": "graph-view"
1375
+ "width": 400.0
1378
1376
  }
1379
1377
  ],
1380
- "gap": "lg"
1378
+ "direction": "vertical"
1381
1379
  }
1382
1380
  ]
1383
1381
  }
1384
1382
  ],
1385
- "showTopBar": true
1383
+ "type": "game-shell",
1384
+ "showTopBar": true,
1385
+ "appName": "Coding Academy"
1386
1386
  }
1387
1387
  ]
1388
1388
  ]
@@ -1406,11 +1406,14 @@
1406
1406
  "render-ui",
1407
1407
  "main",
1408
1408
  {
1409
- "showTopBar": true,
1409
+ "appName": "Coding Academy",
1410
1410
  "children": [
1411
1411
  {
1412
+ "type": "scaled-diagram",
1412
1413
  "children": [
1413
1414
  {
1415
+ "gap": "lg",
1416
+ "type": "stack",
1414
1417
  "direction": "vertical",
1415
1418
  "children": [
1416
1419
  {
@@ -1428,43 +1431,46 @@
1428
1431
  {
1429
1432
  "gap": "md",
1430
1433
  "justify": "between",
1434
+ "type": "stack",
1435
+ "direction": "horizontal",
1431
1436
  "children": [
1432
1437
  {
1433
- "type": "stack",
1438
+ "gap": "md",
1434
1439
  "direction": "horizontal",
1440
+ "type": "stack",
1435
1441
  "children": [
1436
1442
  {
1437
- "name": "trending-up",
1438
- "type": "icon"
1443
+ "type": "icon",
1444
+ "name": "trending-up"
1439
1445
  },
1440
1446
  {
1441
- "variant": "h2",
1442
1447
  "content": "Progress",
1448
+ "variant": "h2",
1443
1449
  "type": "typography"
1444
1450
  }
1445
- ],
1446
- "gap": "md"
1451
+ ]
1447
1452
  },
1448
1453
  {
1449
- "variant": "secondary",
1450
- "type": "button",
1451
- "icon": "refresh-cw",
1452
1454
  "label": "Refresh",
1453
- "action": "REFRESH"
1455
+ "action": "REFRESH",
1456
+ "type": "button",
1457
+ "variant": "secondary",
1458
+ "icon": "refresh-cw"
1454
1459
  }
1455
- ],
1456
- "type": "stack",
1457
- "direction": "horizontal"
1460
+ ]
1458
1461
  },
1459
1462
  {
1460
1463
  "type": "divider"
1461
1464
  },
1462
1465
  {
1466
+ "padding": "md",
1467
+ "type": "box",
1463
1468
  "children": [
1464
1469
  {
1470
+ "cols": 3.0,
1465
1471
  "children": [
1466
1472
  {
1467
- "type": "stat-display",
1473
+ "label": "TotalLessons",
1468
1474
  "value": [
1469
1475
  "object/get",
1470
1476
  [
@@ -1473,7 +1479,7 @@
1473
1479
  ],
1474
1480
  "totalLessons"
1475
1481
  ],
1476
- "label": "TotalLessons"
1482
+ "type": "stat-display"
1477
1483
  },
1478
1484
  {
1479
1485
  "value": [
@@ -1488,6 +1494,7 @@
1488
1494
  "label": "CompletedLessons"
1489
1495
  },
1490
1496
  {
1497
+ "label": "AverageScore",
1491
1498
  "value": [
1492
1499
  "object/get",
1493
1500
  [
@@ -1496,11 +1503,9 @@
1496
1503
  ],
1497
1504
  "averageScore"
1498
1505
  ],
1499
- "label": "AverageScore",
1500
1506
  "type": "stat-display"
1501
1507
  },
1502
1508
  {
1503
- "type": "stat-display",
1504
1509
  "label": "Streak",
1505
1510
  "value": [
1506
1511
  "object/get",
@@ -1509,56 +1514,54 @@
1509
1514
  "@entity"
1510
1515
  ],
1511
1516
  "streak"
1512
- ]
1517
+ ],
1518
+ "type": "stat-display"
1513
1519
  }
1514
1520
  ],
1515
- "cols": 3.0,
1516
1521
  "type": "simple-grid"
1517
1522
  }
1518
- ],
1519
- "padding": "md",
1520
- "type": "box"
1523
+ ]
1521
1524
  },
1522
1525
  {
1523
1526
  "type": "divider"
1524
1527
  },
1525
1528
  {
1526
1529
  "type": "grid",
1527
- "cols": 2.0,
1528
- "gap": "md",
1529
1530
  "children": [
1530
1531
  {
1531
- "type": "card",
1532
1532
  "children": [
1533
1533
  {
1534
1534
  "type": "typography",
1535
- "content": "Chart View",
1536
- "variant": "caption"
1535
+ "variant": "caption",
1536
+ "content": "Chart View"
1537
1537
  }
1538
- ]
1538
+ ],
1539
+ "type": "card"
1539
1540
  },
1540
1541
  {
1541
1542
  "type": "card",
1542
1543
  "children": [
1543
1544
  {
1544
1545
  "variant": "caption",
1545
- "content": "Graph View",
1546
- "type": "typography"
1546
+ "type": "typography",
1547
+ "content": "Graph View"
1547
1548
  }
1548
1549
  ]
1549
1550
  }
1550
- ]
1551
+ ],
1552
+ "gap": "md",
1553
+ "cols": 2.0
1551
1554
  },
1552
1555
  {
1553
1556
  "type": "line-chart",
1554
1557
  "data": [
1555
1558
  {
1556
- "date": "Jan",
1557
- "value": 12.0
1559
+ "value": 12.0,
1560
+ "date": "Jan"
1558
1561
  },
1559
1562
  {
1560
- "date": "Feb",
1561
- "value": 19.0
1563
+ "value": 19.0,
1564
+ "date": "Feb"
1562
1565
  },
1563
1566
  {
1564
1567
  "date": "Mar",
@@ -1569,49 +1572,50 @@
1569
1572
  "date": "Apr"
1570
1573
  },
1571
1574
  {
1572
- "value": 22.0,
1573
- "date": "May"
1575
+ "date": "May",
1576
+ "value": 22.0
1574
1577
  },
1575
1578
  {
1576
- "date": "Jun",
1577
- "value": 30.0
1579
+ "value": 30.0,
1580
+ "date": "Jun"
1578
1581
  }
1579
1582
  ]
1580
1583
  },
1581
1584
  {
1582
- "type": "chart-legend",
1583
1585
  "items": [
1584
1586
  {
1585
- "color": "primary",
1586
- "label": "Current"
1587
+ "label": "Current",
1588
+ "color": "primary"
1587
1589
  },
1588
1590
  {
1589
- "color": "muted",
1590
- "label": "Previous"
1591
+ "label": "Previous",
1592
+ "color": "muted"
1591
1593
  }
1592
- ]
1594
+ ],
1595
+ "type": "chart-legend"
1593
1596
  },
1594
1597
  {
1595
1598
  "nodes": [
1596
1599
  {
1597
- "x": 50.0,
1598
- "label": "Start",
1600
+ "id": "a",
1599
1601
  "y": 100.0,
1600
- "id": "a"
1602
+ "x": 50.0,
1603
+ "label": "Start"
1601
1604
  },
1602
1605
  {
1603
1606
  "label": "Process",
1604
- "id": "b",
1605
1607
  "x": 200.0,
1608
+ "id": "b",
1606
1609
  "y": 50.0
1607
1610
  },
1608
1611
  {
1609
- "x": 350.0,
1610
1612
  "label": "End",
1613
+ "x": 350.0,
1611
1614
  "y": 100.0,
1612
1615
  "id": "c"
1613
1616
  }
1614
1617
  ],
1618
+ "width": 400.0,
1615
1619
  "edges": [
1616
1620
  {
1617
1621
  "from": "a",
@@ -1622,20 +1626,16 @@
1622
1626
  "to": "c"
1623
1627
  }
1624
1628
  ],
1625
- "height": 200.0,
1626
1629
  "type": "graph-view",
1627
- "width": 400.0
1630
+ "height": 200.0
1628
1631
  }
1629
- ],
1630
- "type": "stack",
1631
- "gap": "lg"
1632
+ ]
1632
1633
  }
1633
- ],
1634
- "type": "scaled-diagram"
1634
+ ]
1635
1635
  }
1636
1636
  ],
1637
1637
  "type": "game-shell",
1638
- "appName": "Coding Academy"
1638
+ "showTopBar": true
1639
1639
  }
1640
1640
  ]
1641
1641
  ]
@@ -1659,12 +1659,15 @@
1659
1659
  "render-ui",
1660
1660
  "main",
1661
1661
  {
1662
- "showTopBar": true,
1662
+ "type": "game-shell",
1663
1663
  "children": [
1664
1664
  {
1665
+ "type": "scaled-diagram",
1665
1666
  "children": [
1666
1667
  {
1667
1668
  "type": "stack",
1669
+ "gap": "lg",
1670
+ "direction": "vertical",
1668
1671
  "children": [
1669
1672
  {
1670
1673
  "type": "breadcrumb",
@@ -1679,12 +1682,14 @@
1679
1682
  ]
1680
1683
  },
1681
1684
  {
1685
+ "gap": "md",
1682
1686
  "type": "stack",
1687
+ "direction": "horizontal",
1688
+ "justify": "between",
1683
1689
  "children": [
1684
1690
  {
1685
- "gap": "md",
1686
1691
  "direction": "horizontal",
1687
- "type": "stack",
1692
+ "gap": "md",
1688
1693
  "children": [
1689
1694
  {
1690
1695
  "type": "icon",
@@ -1695,19 +1700,17 @@
1695
1700
  "content": "Progress",
1696
1701
  "type": "typography"
1697
1702
  }
1698
- ]
1703
+ ],
1704
+ "type": "stack"
1699
1705
  },
1700
1706
  {
1701
- "type": "button",
1702
- "action": "REFRESH",
1703
- "label": "Refresh",
1704
1707
  "variant": "secondary",
1705
- "icon": "refresh-cw"
1708
+ "icon": "refresh-cw",
1709
+ "label": "Refresh",
1710
+ "action": "REFRESH",
1711
+ "type": "button"
1706
1712
  }
1707
- ],
1708
- "gap": "md",
1709
- "direction": "horizontal",
1710
- "justify": "between"
1713
+ ]
1711
1714
  },
1712
1715
  {
1713
1716
  "type": "divider"
@@ -1717,11 +1720,8 @@
1717
1720
  "padding": "md",
1718
1721
  "children": [
1719
1722
  {
1720
- "cols": 3.0,
1721
- "type": "simple-grid",
1722
1723
  "children": [
1723
1724
  {
1724
- "type": "stat-display",
1725
1725
  "value": [
1726
1726
  "object/get",
1727
1727
  [
@@ -1730,11 +1730,11 @@
1730
1730
  ],
1731
1731
  "totalLessons"
1732
1732
  ],
1733
- "label": "TotalLessons"
1733
+ "label": "TotalLessons",
1734
+ "type": "stat-display"
1734
1735
  },
1735
1736
  {
1736
1737
  "type": "stat-display",
1737
- "label": "CompletedLessons",
1738
1738
  "value": [
1739
1739
  "object/get",
1740
1740
  [
@@ -1742,10 +1742,10 @@
1742
1742
  "@entity"
1743
1743
  ],
1744
1744
  "completedLessons"
1745
- ]
1745
+ ],
1746
+ "label": "CompletedLessons"
1746
1747
  },
1747
1748
  {
1748
- "type": "stat-display",
1749
1749
  "label": "AverageScore",
1750
1750
  "value": [
1751
1751
  "object/get",
@@ -1754,11 +1754,10 @@
1754
1754
  "@entity"
1755
1755
  ],
1756
1756
  "averageScore"
1757
- ]
1757
+ ],
1758
+ "type": "stat-display"
1758
1759
  },
1759
1760
  {
1760
- "label": "Streak",
1761
- "type": "stat-display",
1762
1761
  "value": [
1763
1762
  "object/get",
1764
1763
  [
@@ -1766,9 +1765,13 @@
1766
1765
  "@entity"
1767
1766
  ],
1768
1767
  "streak"
1769
- ]
1768
+ ],
1769
+ "label": "Streak",
1770
+ "type": "stat-display"
1770
1771
  }
1771
- ]
1772
+ ],
1773
+ "cols": 3.0,
1774
+ "type": "simple-grid"
1772
1775
  }
1773
1776
  ]
1774
1777
  },
@@ -1776,15 +1779,14 @@
1776
1779
  "type": "divider"
1777
1780
  },
1778
1781
  {
1779
- "gap": "md",
1780
- "cols": 2.0,
1782
+ "type": "grid",
1781
1783
  "children": [
1782
1784
  {
1783
1785
  "type": "card",
1784
1786
  "children": [
1785
1787
  {
1786
- "type": "typography",
1787
1788
  "variant": "caption",
1789
+ "type": "typography",
1788
1790
  "content": "Chart View"
1789
1791
  }
1790
1792
  ]
@@ -1793,14 +1795,15 @@
1793
1795
  "type": "card",
1794
1796
  "children": [
1795
1797
  {
1796
- "variant": "caption",
1798
+ "type": "typography",
1797
1799
  "content": "Graph View",
1798
- "type": "typography"
1800
+ "variant": "caption"
1799
1801
  }
1800
1802
  ]
1801
1803
  }
1802
1804
  ],
1803
- "type": "grid"
1805
+ "cols": 2.0,
1806
+ "gap": "md"
1804
1807
  },
1805
1808
  {
1806
1809
  "data": [
@@ -1821,53 +1824,53 @@
1821
1824
  "date": "Apr"
1822
1825
  },
1823
1826
  {
1824
- "value": 22.0,
1825
- "date": "May"
1827
+ "date": "May",
1828
+ "value": 22.0
1826
1829
  },
1827
1830
  {
1828
- "value": 30.0,
1829
- "date": "Jun"
1831
+ "date": "Jun",
1832
+ "value": 30.0
1830
1833
  }
1831
1834
  ],
1832
1835
  "type": "line-chart"
1833
1836
  },
1834
1837
  {
1838
+ "type": "chart-legend",
1835
1839
  "items": [
1836
1840
  {
1837
1841
  "color": "primary",
1838
1842
  "label": "Current"
1839
1843
  },
1840
1844
  {
1841
- "label": "Previous",
1842
- "color": "muted"
1845
+ "color": "muted",
1846
+ "label": "Previous"
1843
1847
  }
1844
- ],
1845
- "type": "chart-legend"
1848
+ ]
1846
1849
  },
1847
1850
  {
1848
- "type": "graph-view",
1851
+ "height": 200.0,
1849
1852
  "width": 400.0,
1853
+ "type": "graph-view",
1850
1854
  "nodes": [
1851
1855
  {
1852
- "label": "Start",
1853
- "y": 100.0,
1856
+ "id": "a",
1854
1857
  "x": 50.0,
1855
- "id": "a"
1858
+ "label": "Start",
1859
+ "y": 100.0
1856
1860
  },
1857
1861
  {
1858
1862
  "label": "Process",
1859
- "y": 50.0,
1860
1863
  "id": "b",
1864
+ "y": 50.0,
1861
1865
  "x": 200.0
1862
1866
  },
1863
1867
  {
1864
- "label": "End",
1865
- "x": 350.0,
1866
1868
  "y": 100.0,
1867
- "id": "c"
1869
+ "x": 350.0,
1870
+ "id": "c",
1871
+ "label": "End"
1868
1872
  }
1869
1873
  ],
1870
- "height": 200.0,
1871
1874
  "edges": [
1872
1875
  {
1873
1876
  "from": "a",
@@ -1879,16 +1882,13 @@
1879
1882
  }
1880
1883
  ]
1881
1884
  }
1882
- ],
1883
- "direction": "vertical",
1884
- "gap": "lg"
1885
+ ]
1885
1886
  }
1886
- ],
1887
- "type": "scaled-diagram"
1887
+ ]
1888
1888
  }
1889
1889
  ],
1890
- "type": "game-shell",
1891
- "appName": "Coding Academy"
1890
+ "appName": "Coding Academy",
1891
+ "showTopBar": true
1892
1892
  }
1893
1893
  ]
1894
1894
  ]
@@ -1903,8 +1903,8 @@
1903
1903
  "StudentProgress",
1904
1904
  {
1905
1905
  "emit": {
1906
- "success": "StudentProgressLoaded",
1907
- "failure": "StudentProgressLoadFailed"
1906
+ "failure": "StudentProgressLoadFailed",
1907
+ "success": "StudentProgressLoaded"
1908
1908
  }
1909
1909
  }
1910
1910
  ],
@@ -1912,16 +1912,17 @@
1912
1912
  "render-ui",
1913
1913
  "main",
1914
1914
  {
1915
+ "type": "game-shell",
1915
1916
  "showTopBar": true,
1917
+ "appName": "Coding Academy",
1916
1918
  "children": [
1917
1919
  {
1920
+ "type": "scaled-diagram",
1918
1921
  "children": [
1919
1922
  {
1920
- "direction": "vertical",
1921
- "gap": "lg",
1922
- "type": "stack",
1923
1923
  "children": [
1924
1924
  {
1925
+ "type": "breadcrumb",
1925
1926
  "items": [
1926
1927
  {
1927
1928
  "href": "/",
@@ -1930,39 +1931,38 @@
1930
1931
  {
1931
1932
  "label": "Progress"
1932
1933
  }
1933
- ],
1934
- "type": "breadcrumb"
1934
+ ]
1935
1935
  },
1936
1936
  {
1937
- "direction": "horizontal",
1938
- "type": "stack",
1939
1937
  "children": [
1940
1938
  {
1941
1939
  "direction": "horizontal",
1940
+ "gap": "md",
1941
+ "type": "stack",
1942
1942
  "children": [
1943
1943
  {
1944
- "name": "trending-up",
1945
- "type": "icon"
1944
+ "type": "icon",
1945
+ "name": "trending-up"
1946
1946
  },
1947
1947
  {
1948
+ "type": "typography",
1948
1949
  "content": "Progress",
1949
- "variant": "h2",
1950
- "type": "typography"
1950
+ "variant": "h2"
1951
1951
  }
1952
- ],
1953
- "type": "stack",
1954
- "gap": "md"
1952
+ ]
1955
1953
  },
1956
1954
  {
1955
+ "action": "REFRESH",
1957
1956
  "label": "Refresh",
1957
+ "type": "button",
1958
1958
  "variant": "secondary",
1959
- "icon": "refresh-cw",
1960
- "action": "REFRESH",
1961
- "type": "button"
1959
+ "icon": "refresh-cw"
1962
1960
  }
1963
1961
  ],
1964
1962
  "justify": "between",
1965
- "gap": "md"
1963
+ "type": "stack",
1964
+ "gap": "md",
1965
+ "direction": "horizontal"
1966
1966
  },
1967
1967
  {
1968
1968
  "type": "divider"
@@ -1970,10 +1970,10 @@
1970
1970
  {
1971
1971
  "children": [
1972
1972
  {
1973
+ "cols": 3.0,
1974
+ "type": "simple-grid",
1973
1975
  "children": [
1974
1976
  {
1975
- "type": "stat-display",
1976
- "label": "TotalLessons",
1977
1977
  "value": [
1978
1978
  "object/get",
1979
1979
  [
@@ -1981,9 +1981,12 @@
1981
1981
  "@entity"
1982
1982
  ],
1983
1983
  "totalLessons"
1984
- ]
1984
+ ],
1985
+ "type": "stat-display",
1986
+ "label": "TotalLessons"
1985
1987
  },
1986
1988
  {
1989
+ "type": "stat-display",
1987
1990
  "label": "CompletedLessons",
1988
1991
  "value": [
1989
1992
  "object/get",
@@ -1992,8 +1995,7 @@
1992
1995
  "@entity"
1993
1996
  ],
1994
1997
  "completedLessons"
1995
- ],
1996
- "type": "stat-display"
1998
+ ]
1997
1999
  },
1998
2000
  {
1999
2001
  "label": "AverageScore",
@@ -2008,6 +2010,8 @@
2008
2010
  "type": "stat-display"
2009
2011
  },
2010
2012
  {
2013
+ "type": "stat-display",
2014
+ "label": "Streak",
2011
2015
  "value": [
2012
2016
  "object/get",
2013
2017
  [
@@ -2015,17 +2019,13 @@
2015
2019
  "@entity"
2016
2020
  ],
2017
2021
  "streak"
2018
- ],
2019
- "type": "stat-display",
2020
- "label": "Streak"
2022
+ ]
2021
2023
  }
2022
- ],
2023
- "type": "simple-grid",
2024
- "cols": 3.0
2024
+ ]
2025
2025
  }
2026
2026
  ],
2027
- "padding": "md",
2028
- "type": "box"
2027
+ "type": "box",
2028
+ "padding": "md"
2029
2029
  },
2030
2030
  {
2031
2031
  "type": "divider"
@@ -2033,60 +2033,61 @@
2033
2033
  {
2034
2034
  "children": [
2035
2035
  {
2036
+ "type": "card",
2036
2037
  "children": [
2037
2038
  {
2038
- "type": "typography",
2039
2039
  "content": "Chart View",
2040
- "variant": "caption"
2040
+ "variant": "caption",
2041
+ "type": "typography"
2041
2042
  }
2042
- ],
2043
- "type": "card"
2043
+ ]
2044
2044
  },
2045
2045
  {
2046
- "type": "card",
2047
2046
  "children": [
2048
2047
  {
2049
- "content": "Graph View",
2050
2048
  "type": "typography",
2051
- "variant": "caption"
2049
+ "variant": "caption",
2050
+ "content": "Graph View"
2052
2051
  }
2053
- ]
2052
+ ],
2053
+ "type": "card"
2054
2054
  }
2055
2055
  ],
2056
- "cols": 2.0,
2057
2056
  "gap": "md",
2058
- "type": "grid"
2057
+ "type": "grid",
2058
+ "cols": 2.0
2059
2059
  },
2060
2060
  {
2061
2061
  "data": [
2062
2062
  {
2063
- "date": "Jan",
2064
- "value": 12.0
2063
+ "value": 12.0,
2064
+ "date": "Jan"
2065
2065
  },
2066
2066
  {
2067
2067
  "value": 19.0,
2068
2068
  "date": "Feb"
2069
2069
  },
2070
2070
  {
2071
- "date": "Mar",
2072
- "value": 15.0
2071
+ "value": 15.0,
2072
+ "date": "Mar"
2073
2073
  },
2074
2074
  {
2075
- "value": 25.0,
2076
- "date": "Apr"
2075
+ "date": "Apr",
2076
+ "value": 25.0
2077
2077
  },
2078
2078
  {
2079
- "date": "May",
2080
- "value": 22.0
2079
+ "value": 22.0,
2080
+ "date": "May"
2081
2081
  },
2082
2082
  {
2083
- "date": "Jun",
2084
- "value": 30.0
2083
+ "value": 30.0,
2084
+ "date": "Jun"
2085
2085
  }
2086
2086
  ],
2087
2087
  "type": "line-chart"
2088
2088
  },
2089
2089
  {
2090
+ "type": "chart-legend",
2090
2091
  "items": [
2091
2092
  {
2092
2093
  "label": "Current",
@@ -2096,52 +2097,51 @@
2096
2097
  "label": "Previous",
2097
2098
  "color": "muted"
2098
2099
  }
2099
- ],
2100
- "type": "chart-legend"
2100
+ ]
2101
2101
  },
2102
2102
  {
2103
- "edges": [
2104
- {
2105
- "from": "a",
2106
- "to": "b"
2107
- },
2108
- {
2109
- "from": "b",
2110
- "to": "c"
2111
- }
2112
- ],
2113
- "type": "graph-view",
2114
- "height": 200.0,
2115
2103
  "nodes": [
2116
2104
  {
2117
2105
  "label": "Start",
2118
- "x": 50.0,
2119
2106
  "id": "a",
2107
+ "x": 50.0,
2120
2108
  "y": 100.0
2121
2109
  },
2122
2110
  {
2123
2111
  "x": 200.0,
2124
- "y": 50.0,
2112
+ "label": "Process",
2125
2113
  "id": "b",
2126
- "label": "Process"
2114
+ "y": 50.0
2127
2115
  },
2128
2116
  {
2117
+ "y": 100.0,
2129
2118
  "id": "c",
2130
- "label": "End",
2131
2119
  "x": 350.0,
2132
- "y": 100.0
2120
+ "label": "End"
2133
2121
  }
2134
2122
  ],
2135
- "width": 400.0
2123
+ "type": "graph-view",
2124
+ "edges": [
2125
+ {
2126
+ "to": "b",
2127
+ "from": "a"
2128
+ },
2129
+ {
2130
+ "from": "b",
2131
+ "to": "c"
2132
+ }
2133
+ ],
2134
+ "width": 400.0,
2135
+ "height": 200.0
2136
2136
  }
2137
- ]
2137
+ ],
2138
+ "gap": "lg",
2139
+ "direction": "vertical",
2140
+ "type": "stack"
2138
2141
  }
2139
- ],
2140
- "type": "scaled-diagram"
2142
+ ]
2141
2143
  }
2142
- ],
2143
- "appName": "Coding Academy",
2144
- "type": "game-shell"
2144
+ ]
2145
2145
  }
2146
2146
  ]
2147
2147
  ]
@@ -2165,10 +2165,16 @@
2165
2165
  "render-ui",
2166
2166
  "main",
2167
2167
  {
2168
+ "showTopBar": true,
2169
+ "type": "game-shell",
2170
+ "appName": "Coding Academy",
2168
2171
  "children": [
2169
2172
  {
2173
+ "type": "scaled-diagram",
2170
2174
  "children": [
2171
2175
  {
2176
+ "direction": "vertical",
2177
+ "gap": "lg",
2172
2178
  "type": "stack",
2173
2179
  "children": [
2174
2180
  {
@@ -2184,35 +2190,35 @@
2184
2190
  ]
2185
2191
  },
2186
2192
  {
2187
- "type": "stack",
2193
+ "justify": "between",
2188
2194
  "direction": "horizontal",
2189
- "gap": "md",
2190
2195
  "children": [
2191
2196
  {
2192
- "type": "stack",
2193
- "gap": "md",
2194
2197
  "children": [
2195
2198
  {
2196
2199
  "type": "icon",
2197
2200
  "name": "trending-up"
2198
2201
  },
2199
2202
  {
2200
- "type": "typography",
2203
+ "variant": "h2",
2201
2204
  "content": "Progress",
2202
- "variant": "h2"
2205
+ "type": "typography"
2203
2206
  }
2204
2207
  ],
2205
- "direction": "horizontal"
2208
+ "direction": "horizontal",
2209
+ "type": "stack",
2210
+ "gap": "md"
2206
2211
  },
2207
2212
  {
2208
2213
  "type": "button",
2209
- "icon": "refresh-cw",
2210
2214
  "variant": "secondary",
2211
2215
  "label": "Refresh",
2212
- "action": "REFRESH"
2216
+ "action": "REFRESH",
2217
+ "icon": "refresh-cw"
2213
2218
  }
2214
2219
  ],
2215
- "justify": "between"
2220
+ "gap": "md",
2221
+ "type": "stack"
2216
2222
  },
2217
2223
  {
2218
2224
  "type": "divider"
@@ -2221,11 +2227,10 @@
2221
2227
  "padding": "md",
2222
2228
  "children": [
2223
2229
  {
2230
+ "type": "simple-grid",
2224
2231
  "cols": 3.0,
2225
2232
  "children": [
2226
2233
  {
2227
- "type": "stat-display",
2228
- "label": "TotalLessons",
2229
2234
  "value": [
2230
2235
  "object/get",
2231
2236
  [
@@ -2233,10 +2238,11 @@
2233
2238
  "@entity"
2234
2239
  ],
2235
2240
  "totalLessons"
2236
- ]
2241
+ ],
2242
+ "type": "stat-display",
2243
+ "label": "TotalLessons"
2237
2244
  },
2238
2245
  {
2239
- "label": "CompletedLessons",
2240
2246
  "type": "stat-display",
2241
2247
  "value": [
2242
2248
  "object/get",
@@ -2245,9 +2251,12 @@
2245
2251
  "@entity"
2246
2252
  ],
2247
2253
  "completedLessons"
2248
- ]
2254
+ ],
2255
+ "label": "CompletedLessons"
2249
2256
  },
2250
2257
  {
2258
+ "label": "AverageScore",
2259
+ "type": "stat-display",
2251
2260
  "value": [
2252
2261
  "object/get",
2253
2262
  [
@@ -2255,13 +2264,9 @@
2255
2264
  "@entity"
2256
2265
  ],
2257
2266
  "averageScore"
2258
- ],
2259
- "label": "AverageScore",
2260
- "type": "stat-display"
2267
+ ]
2261
2268
  },
2262
2269
  {
2263
- "type": "stat-display",
2264
- "label": "Streak",
2265
2270
  "value": [
2266
2271
  "object/get",
2267
2272
  [
@@ -2269,10 +2274,11 @@
2269
2274
  "@entity"
2270
2275
  ],
2271
2276
  "streak"
2272
- ]
2277
+ ],
2278
+ "label": "Streak",
2279
+ "type": "stat-display"
2273
2280
  }
2274
- ],
2275
- "type": "simple-grid"
2281
+ ]
2276
2282
  }
2277
2283
  ],
2278
2284
  "type": "box"
@@ -2281,46 +2287,46 @@
2281
2287
  "type": "divider"
2282
2288
  },
2283
2289
  {
2284
- "type": "grid",
2285
- "gap": "md",
2286
2290
  "children": [
2287
2291
  {
2288
- "type": "card",
2289
2292
  "children": [
2290
2293
  {
2291
2294
  "content": "Chart View",
2292
2295
  "variant": "caption",
2293
2296
  "type": "typography"
2294
2297
  }
2295
- ]
2298
+ ],
2299
+ "type": "card"
2296
2300
  },
2297
2301
  {
2298
2302
  "type": "card",
2299
2303
  "children": [
2300
2304
  {
2301
- "content": "Graph View",
2302
2305
  "type": "typography",
2303
- "variant": "caption"
2306
+ "variant": "caption",
2307
+ "content": "Graph View"
2304
2308
  }
2305
2309
  ]
2306
2310
  }
2307
2311
  ],
2312
+ "type": "grid",
2313
+ "gap": "md",
2308
2314
  "cols": 2.0
2309
2315
  },
2310
2316
  {
2311
2317
  "type": "line-chart",
2312
2318
  "data": [
2313
2319
  {
2314
- "value": 12.0,
2315
- "date": "Jan"
2320
+ "date": "Jan",
2321
+ "value": 12.0
2316
2322
  },
2317
2323
  {
2318
- "date": "Feb",
2319
- "value": 19.0
2324
+ "value": 19.0,
2325
+ "date": "Feb"
2320
2326
  },
2321
2327
  {
2322
- "date": "Mar",
2323
- "value": 15.0
2328
+ "value": 15.0,
2329
+ "date": "Mar"
2324
2330
  },
2325
2331
  {
2326
2332
  "value": 25.0,
@@ -2331,8 +2337,8 @@
2331
2337
  "date": "May"
2332
2338
  },
2333
2339
  {
2334
- "date": "Jun",
2335
- "value": 30.0
2340
+ "value": 30.0,
2341
+ "date": "Jun"
2336
2342
  }
2337
2343
  ]
2338
2344
  },
@@ -2340,8 +2346,8 @@
2340
2346
  "type": "chart-legend",
2341
2347
  "items": [
2342
2348
  {
2343
- "label": "Current",
2344
- "color": "primary"
2349
+ "color": "primary",
2350
+ "label": "Current"
2345
2351
  },
2346
2352
  {
2347
2353
  "label": "Previous",
@@ -2350,51 +2356,45 @@
2350
2356
  ]
2351
2357
  },
2352
2358
  {
2359
+ "width": 400.0,
2360
+ "height": 200.0,
2353
2361
  "nodes": [
2354
2362
  {
2355
2363
  "label": "Start",
2356
- "y": 100.0,
2357
2364
  "id": "a",
2358
- "x": 50.0
2365
+ "x": 50.0,
2366
+ "y": 100.0
2359
2367
  },
2360
2368
  {
2361
2369
  "label": "Process",
2362
- "y": 50.0,
2363
2370
  "x": 200.0,
2371
+ "y": 50.0,
2364
2372
  "id": "b"
2365
2373
  },
2366
2374
  {
2367
- "label": "End",
2368
- "id": "c",
2375
+ "x": 350.0,
2369
2376
  "y": 100.0,
2370
- "x": 350.0
2377
+ "id": "c",
2378
+ "label": "End"
2371
2379
  }
2372
2380
  ],
2373
2381
  "edges": [
2374
2382
  {
2375
- "to": "b",
2376
- "from": "a"
2383
+ "from": "a",
2384
+ "to": "b"
2377
2385
  },
2378
2386
  {
2379
2387
  "to": "c",
2380
2388
  "from": "b"
2381
2389
  }
2382
2390
  ],
2383
- "width": 400.0,
2384
- "type": "graph-view",
2385
- "height": 200.0
2391
+ "type": "graph-view"
2386
2392
  }
2387
- ],
2388
- "gap": "lg",
2389
- "direction": "vertical"
2393
+ ]
2390
2394
  }
2391
- ],
2392
- "type": "scaled-diagram"
2395
+ ]
2393
2396
  }
2394
- ],
2395
- "appName": "Coding Academy",
2396
- "type": "game-shell",
2397
- "showTopBar": true
2397
+ ]
2398
2398
  }
2399
2399
  ]
2400
2400
  ]