@almadar/std 14.25.0 → 14.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -1,2003 +0,0 @@
1
- {
2
- "name": "std-stem-lab",
3
- "version": "1.0.0",
4
- "description": "std-stem-lab as a Function",
5
- "orbitals": [
6
- {
7
- "name": "ExperimentOrbital",
8
- "entity": {
9
- "name": "Experiment",
10
- "persistence": "runtime",
11
- "fields": [
12
- {
13
- "name": "id",
14
- "type": "string",
15
- "required": true
16
- },
17
- {
18
- "name": "title",
19
- "type": "string",
20
- "required": true
21
- },
22
- {
23
- "name": "hypothesis",
24
- "type": "string"
25
- },
26
- {
27
- "name": "score",
28
- "type": "number",
29
- "default": 0.0
30
- },
31
- {
32
- "name": "completed",
33
- "type": "boolean",
34
- "default": false
35
- },
36
- {
37
- "name": "level",
38
- "type": "number",
39
- "default": 1.0
40
- }
41
- ]
42
- },
43
- "traits": [
44
- {
45
- "name": "ExperimentSimulatorGame",
46
- "category": "interaction",
47
- "linkedEntity": "Experiment",
48
- "emits": [
49
- {
50
- "event": "ExperimentLoaded",
51
- "description": "Fired when Experiment finishes loading",
52
- "scope": "internal",
53
- "payloadSchema": [
54
- {
55
- "name": "id",
56
- "type": "string",
57
- "required": true
58
- },
59
- {
60
- "name": "title",
61
- "type": "string",
62
- "required": true
63
- },
64
- {
65
- "name": "hypothesis",
66
- "type": "string"
67
- },
68
- {
69
- "name": "score",
70
- "type": "number"
71
- },
72
- {
73
- "name": "completed",
74
- "type": "boolean"
75
- },
76
- {
77
- "name": "level",
78
- "type": "number"
79
- }
80
- ]
81
- },
82
- {
83
- "event": "ExperimentLoadFailed",
84
- "description": "Fired when Experiment fails to load",
85
- "scope": "internal",
86
- "payloadSchema": [
87
- {
88
- "name": "message",
89
- "type": "string"
90
- }
91
- ]
92
- }
93
- ],
94
- "stateMachine": {
95
- "states": [
96
- {
97
- "name": "menu",
98
- "isInitial": true
99
- },
100
- {
101
- "name": "playing"
102
- },
103
- {
104
- "name": "complete"
105
- }
106
- ],
107
- "events": [
108
- {
109
- "key": "INIT",
110
- "name": "Initialize"
111
- },
112
- {
113
- "key": "START",
114
- "name": "Start"
115
- },
116
- {
117
- "key": "NAVIGATE",
118
- "name": "Navigate"
119
- },
120
- {
121
- "key": "COMPLETE",
122
- "name": "Complete"
123
- },
124
- {
125
- "key": "RESTART",
126
- "name": "Restart"
127
- },
128
- {
129
- "key": "ExperimentLoaded",
130
- "name": "Experiment loaded",
131
- "payloadSchema": [
132
- {
133
- "name": "id",
134
- "type": "string",
135
- "required": true
136
- },
137
- {
138
- "name": "title",
139
- "type": "string",
140
- "required": true
141
- },
142
- {
143
- "name": "hypothesis",
144
- "type": "string"
145
- },
146
- {
147
- "name": "score",
148
- "type": "number"
149
- },
150
- {
151
- "name": "completed",
152
- "type": "boolean"
153
- },
154
- {
155
- "name": "level",
156
- "type": "number"
157
- }
158
- ]
159
- },
160
- {
161
- "key": "ExperimentLoadFailed",
162
- "name": "Experiment load failed",
163
- "payloadSchema": [
164
- {
165
- "name": "message",
166
- "type": "string"
167
- }
168
- ]
169
- }
170
- ],
171
- "transitions": [
172
- {
173
- "from": "menu",
174
- "to": "menu",
175
- "event": "INIT",
176
- "effects": [
177
- [
178
- "fetch",
179
- "Experiment",
180
- {
181
- "emit": {
182
- "success": "ExperimentLoaded",
183
- "failure": "ExperimentLoadFailed"
184
- }
185
- }
186
- ],
187
- [
188
- "render-ui",
189
- "main",
190
- {
191
- "appName": "STEM Lab",
192
- "children": [
193
- {
194
- "type": "game-menu",
195
- "menuItems": [
196
- {
197
- "variant": "primary",
198
- "label": "Start",
199
- "event": "START"
200
- }
201
- ],
202
- "title": "Experiment Simulator"
203
- }
204
- ],
205
- "showTopBar": true,
206
- "type": "game-shell"
207
- }
208
- ]
209
- ]
210
- },
211
- {
212
- "from": "menu",
213
- "to": "playing",
214
- "event": "START",
215
- "effects": [
216
- [
217
- "render-ui",
218
- "main",
219
- {
220
- "appName": "STEM Lab",
221
- "children": [
222
- {
223
- "type": "stack",
224
- "gap": "md",
225
- "direction": "vertical",
226
- "children": [
227
- {
228
- "type": "game-hud",
229
- "stats": [
230
- {
231
- "value": "@entity.score",
232
- "label": "Score"
233
- },
234
- {
235
- "value": "@entity.level",
236
- "label": "Level"
237
- }
238
- ]
239
- },
240
- {
241
- "type": "simulator-board",
242
- "entity": "Experiment",
243
- "completeEvent": "COMPLETE"
244
- }
245
- ]
246
- }
247
- ],
248
- "showTopBar": true,
249
- "type": "game-shell"
250
- }
251
- ]
252
- ]
253
- },
254
- {
255
- "from": "menu",
256
- "to": "menu",
257
- "event": "NAVIGATE"
258
- },
259
- {
260
- "from": "playing",
261
- "to": "complete",
262
- "event": "COMPLETE",
263
- "effects": [
264
- [
265
- "render-ui",
266
- "main",
267
- {
268
- "type": "game-shell",
269
- "showTopBar": true,
270
- "appName": "STEM Lab",
271
- "children": [
272
- {
273
- "title": "Well Done!",
274
- "type": "game-over-screen",
275
- "menuItems": [
276
- {
277
- "event": "RESTART",
278
- "variant": "primary",
279
- "label": "Play Again"
280
- }
281
- ]
282
- }
283
- ]
284
- }
285
- ]
286
- ]
287
- },
288
- {
289
- "from": "complete",
290
- "to": "menu",
291
- "event": "RESTART",
292
- "effects": [
293
- [
294
- "render-ui",
295
- "main",
296
- {
297
- "type": "game-shell",
298
- "appName": "STEM Lab",
299
- "showTopBar": true,
300
- "children": [
301
- {
302
- "type": "game-menu",
303
- "title": "Experiment Simulator",
304
- "menuItems": [
305
- {
306
- "event": "START",
307
- "label": "Start",
308
- "variant": "primary"
309
- }
310
- ]
311
- }
312
- ]
313
- }
314
- ]
315
- ]
316
- }
317
- ]
318
- },
319
- "scope": "collection"
320
- }
321
- ],
322
- "pages": [
323
- {
324
- "name": "SimulatorPage",
325
- "path": "/simulator",
326
- "traits": [
327
- {
328
- "ref": "ExperimentSimulatorGame"
329
- }
330
- ]
331
- }
332
- ]
333
- },
334
- {
335
- "name": "ClassificationOrbital",
336
- "entity": {
337
- "name": "Classification",
338
- "persistence": "runtime",
339
- "fields": [
340
- {
341
- "name": "id",
342
- "type": "string",
343
- "required": true
344
- },
345
- {
346
- "name": "title",
347
- "type": "string",
348
- "required": true
349
- },
350
- {
351
- "name": "category",
352
- "type": "string"
353
- },
354
- {
355
- "name": "score",
356
- "type": "number",
357
- "default": 0.0
358
- },
359
- {
360
- "name": "accuracy",
361
- "type": "number"
362
- },
363
- {
364
- "name": "level",
365
- "type": "number",
366
- "default": 1.0
367
- }
368
- ]
369
- },
370
- "traits": [
371
- {
372
- "name": "ClassificationClassifierGame",
373
- "category": "interaction",
374
- "linkedEntity": "Classification",
375
- "emits": [
376
- {
377
- "event": "ClassificationLoaded",
378
- "description": "Fired when Classification finishes loading",
379
- "scope": "internal",
380
- "payloadSchema": [
381
- {
382
- "name": "id",
383
- "type": "string",
384
- "required": true
385
- },
386
- {
387
- "name": "title",
388
- "type": "string",
389
- "required": true
390
- },
391
- {
392
- "name": "category",
393
- "type": "string"
394
- },
395
- {
396
- "name": "score",
397
- "type": "number"
398
- },
399
- {
400
- "name": "accuracy",
401
- "type": "number"
402
- },
403
- {
404
- "name": "level",
405
- "type": "number"
406
- }
407
- ]
408
- },
409
- {
410
- "event": "ClassificationLoadFailed",
411
- "description": "Fired when Classification fails to load",
412
- "scope": "internal",
413
- "payloadSchema": [
414
- {
415
- "name": "message",
416
- "type": "string"
417
- }
418
- ]
419
- }
420
- ],
421
- "stateMachine": {
422
- "states": [
423
- {
424
- "name": "menu",
425
- "isInitial": true
426
- },
427
- {
428
- "name": "playing"
429
- },
430
- {
431
- "name": "complete"
432
- }
433
- ],
434
- "events": [
435
- {
436
- "key": "INIT",
437
- "name": "Initialize"
438
- },
439
- {
440
- "key": "START",
441
- "name": "Start"
442
- },
443
- {
444
- "key": "NAVIGATE",
445
- "name": "Navigate"
446
- },
447
- {
448
- "key": "COMPLETE",
449
- "name": "Complete"
450
- },
451
- {
452
- "key": "RESTART",
453
- "name": "Restart"
454
- },
455
- {
456
- "key": "ClassificationLoaded",
457
- "name": "Classification loaded",
458
- "payloadSchema": [
459
- {
460
- "name": "id",
461
- "type": "string",
462
- "required": true
463
- },
464
- {
465
- "name": "title",
466
- "type": "string",
467
- "required": true
468
- },
469
- {
470
- "name": "category",
471
- "type": "string"
472
- },
473
- {
474
- "name": "score",
475
- "type": "number"
476
- },
477
- {
478
- "name": "accuracy",
479
- "type": "number"
480
- },
481
- {
482
- "name": "level",
483
- "type": "number"
484
- }
485
- ]
486
- },
487
- {
488
- "key": "ClassificationLoadFailed",
489
- "name": "Classification load failed",
490
- "payloadSchema": [
491
- {
492
- "name": "message",
493
- "type": "string"
494
- }
495
- ]
496
- }
497
- ],
498
- "transitions": [
499
- {
500
- "from": "menu",
501
- "to": "menu",
502
- "event": "INIT",
503
- "effects": [
504
- [
505
- "fetch",
506
- "Classification",
507
- {
508
- "emit": {
509
- "success": "ClassificationLoaded",
510
- "failure": "ClassificationLoadFailed"
511
- }
512
- }
513
- ],
514
- [
515
- "render-ui",
516
- "main",
517
- {
518
- "showTopBar": true,
519
- "appName": "STEM Lab",
520
- "type": "game-shell",
521
- "children": [
522
- {
523
- "title": "Classification Lab",
524
- "menuItems": [
525
- {
526
- "variant": "primary",
527
- "label": "Start",
528
- "event": "START"
529
- }
530
- ],
531
- "type": "game-menu"
532
- }
533
- ]
534
- }
535
- ]
536
- ]
537
- },
538
- {
539
- "from": "menu",
540
- "to": "playing",
541
- "event": "START",
542
- "effects": [
543
- [
544
- "render-ui",
545
- "main",
546
- {
547
- "showTopBar": true,
548
- "type": "game-shell",
549
- "children": [
550
- {
551
- "type": "stack",
552
- "children": [
553
- {
554
- "type": "game-hud",
555
- "stats": [
556
- {
557
- "value": "@entity.score",
558
- "label": "Score"
559
- },
560
- {
561
- "value": "@entity.level",
562
- "label": "Level"
563
- }
564
- ]
565
- },
566
- {
567
- "type": "classifier-board",
568
- "entity": "Classification",
569
- "completeEvent": "COMPLETE"
570
- }
571
- ],
572
- "gap": "md",
573
- "direction": "vertical"
574
- }
575
- ],
576
- "appName": "STEM Lab"
577
- }
578
- ]
579
- ]
580
- },
581
- {
582
- "from": "menu",
583
- "to": "menu",
584
- "event": "NAVIGATE"
585
- },
586
- {
587
- "from": "playing",
588
- "to": "complete",
589
- "event": "COMPLETE",
590
- "effects": [
591
- [
592
- "render-ui",
593
- "main",
594
- {
595
- "type": "game-shell",
596
- "children": [
597
- {
598
- "menuItems": [
599
- {
600
- "event": "RESTART",
601
- "variant": "primary",
602
- "label": "Play Again"
603
- }
604
- ],
605
- "type": "game-over-screen",
606
- "title": "Well Done!"
607
- }
608
- ],
609
- "showTopBar": true,
610
- "appName": "STEM Lab"
611
- }
612
- ]
613
- ]
614
- },
615
- {
616
- "from": "complete",
617
- "to": "menu",
618
- "event": "RESTART",
619
- "effects": [
620
- [
621
- "render-ui",
622
- "main",
623
- {
624
- "appName": "STEM Lab",
625
- "showTopBar": true,
626
- "type": "game-shell",
627
- "children": [
628
- {
629
- "title": "Classification Lab",
630
- "type": "game-menu",
631
- "menuItems": [
632
- {
633
- "event": "START",
634
- "variant": "primary",
635
- "label": "Start"
636
- }
637
- ]
638
- }
639
- ]
640
- }
641
- ]
642
- ]
643
- }
644
- ]
645
- },
646
- "scope": "collection"
647
- }
648
- ],
649
- "pages": [
650
- {
651
- "name": "Classifier",
652
- "path": "/classifier",
653
- "traits": [
654
- {
655
- "ref": "ClassificationClassifierGame"
656
- }
657
- ]
658
- }
659
- ]
660
- },
661
- {
662
- "name": "LabResultOrbital",
663
- "entity": {
664
- "name": "LabResult",
665
- "persistence": "runtime",
666
- "fields": [
667
- {
668
- "name": "id",
669
- "type": "string",
670
- "required": true
671
- },
672
- {
673
- "name": "experimentCount",
674
- "type": "number"
675
- },
676
- {
677
- "name": "avgAccuracy",
678
- "type": "number"
679
- },
680
- {
681
- "name": "totalScore",
682
- "type": "number"
683
- },
684
- {
685
- "name": "grade",
686
- "type": "string"
687
- }
688
- ]
689
- },
690
- "traits": [
691
- {
692
- "name": "LabResultDisplay",
693
- "category": "interaction",
694
- "linkedEntity": "LabResult",
695
- "emits": [
696
- {
697
- "event": "LabResultLoaded",
698
- "description": "Fired when LabResult finishes loading",
699
- "scope": "internal",
700
- "payloadSchema": [
701
- {
702
- "name": "id",
703
- "type": "string",
704
- "required": true
705
- },
706
- {
707
- "name": "experimentCount",
708
- "type": "number"
709
- },
710
- {
711
- "name": "avgAccuracy",
712
- "type": "number"
713
- },
714
- {
715
- "name": "totalScore",
716
- "type": "number"
717
- },
718
- {
719
- "name": "grade",
720
- "type": "string"
721
- }
722
- ]
723
- },
724
- {
725
- "event": "LabResultLoadFailed",
726
- "description": "Fired when LabResult fails to load",
727
- "scope": "internal",
728
- "payloadSchema": [
729
- {
730
- "name": "message",
731
- "type": "string"
732
- }
733
- ]
734
- }
735
- ],
736
- "stateMachine": {
737
- "states": [
738
- {
739
- "name": "loading",
740
- "isInitial": true
741
- },
742
- {
743
- "name": "displaying"
744
- },
745
- {
746
- "name": "refreshing"
747
- }
748
- ],
749
- "events": [
750
- {
751
- "key": "INIT",
752
- "name": "Initialize"
753
- },
754
- {
755
- "key": "LOADED",
756
- "name": "Loaded"
757
- },
758
- {
759
- "key": "REFRESH",
760
- "name": "Refresh"
761
- },
762
- {
763
- "key": "REFRESHED",
764
- "name": "Refreshed"
765
- },
766
- {
767
- "key": "LabResultLoaded",
768
- "name": "LabResult loaded",
769
- "payloadSchema": [
770
- {
771
- "name": "id",
772
- "type": "string",
773
- "required": true
774
- },
775
- {
776
- "name": "experimentCount",
777
- "type": "number"
778
- },
779
- {
780
- "name": "avgAccuracy",
781
- "type": "number"
782
- },
783
- {
784
- "name": "totalScore",
785
- "type": "number"
786
- },
787
- {
788
- "name": "grade",
789
- "type": "string"
790
- }
791
- ]
792
- },
793
- {
794
- "key": "LabResultLoadFailed",
795
- "name": "LabResult load failed",
796
- "payloadSchema": [
797
- {
798
- "name": "message",
799
- "type": "string"
800
- }
801
- ]
802
- }
803
- ],
804
- "transitions": [
805
- {
806
- "from": "loading",
807
- "to": "displaying",
808
- "event": "INIT",
809
- "effects": [
810
- [
811
- "fetch",
812
- "LabResult",
813
- {
814
- "emit": {
815
- "success": "LabResultLoaded",
816
- "failure": "LabResultLoadFailed"
817
- }
818
- }
819
- ],
820
- [
821
- "render-ui",
822
- "main",
823
- {
824
- "appName": "STEM Lab",
825
- "showTopBar": true,
826
- "children": [
827
- {
828
- "type": "scaled-diagram",
829
- "children": [
830
- {
831
- "type": "stack",
832
- "gap": "lg",
833
- "direction": "vertical",
834
- "children": [
835
- {
836
- "items": [
837
- {
838
- "label": "Home",
839
- "href": "/"
840
- },
841
- {
842
- "label": "Lab Results"
843
- }
844
- ],
845
- "type": "breadcrumb"
846
- },
847
- {
848
- "gap": "md",
849
- "justify": "between",
850
- "direction": "horizontal",
851
- "type": "stack",
852
- "children": [
853
- {
854
- "gap": "md",
855
- "children": [
856
- {
857
- "type": "icon",
858
- "name": "clipboard"
859
- },
860
- {
861
- "type": "typography",
862
- "content": "Lab Results",
863
- "variant": "h2"
864
- }
865
- ],
866
- "direction": "horizontal",
867
- "type": "stack"
868
- },
869
- {
870
- "label": "Refresh",
871
- "action": "REFRESH",
872
- "type": "button",
873
- "variant": "secondary",
874
- "icon": "refresh-cw"
875
- }
876
- ]
877
- },
878
- {
879
- "type": "divider"
880
- },
881
- {
882
- "type": "box",
883
- "padding": "md",
884
- "children": [
885
- {
886
- "cols": 3.0,
887
- "type": "simple-grid",
888
- "children": [
889
- {
890
- "type": "stat-display",
891
- "label": "ExperimentCount",
892
- "value": "@entity.experimentCount"
893
- },
894
- {
895
- "value": "@entity.avgAccuracy",
896
- "type": "stat-display",
897
- "label": "AvgAccuracy"
898
- },
899
- {
900
- "value": "@entity.totalScore",
901
- "type": "stat-display",
902
- "label": "TotalScore"
903
- },
904
- {
905
- "type": "card",
906
- "children": [
907
- {
908
- "gap": "sm",
909
- "children": [
910
- {
911
- "variant": "caption",
912
- "content": "Grade",
913
- "type": "typography"
914
- },
915
- {
916
- "variant": "h3",
917
- "type": "typography",
918
- "content": "@entity.grade"
919
- }
920
- ],
921
- "type": "stack",
922
- "direction": "vertical"
923
- }
924
- ]
925
- }
926
- ]
927
- }
928
- ]
929
- },
930
- {
931
- "type": "divider"
932
- },
933
- {
934
- "children": [
935
- {
936
- "type": "card",
937
- "children": [
938
- {
939
- "variant": "caption",
940
- "type": "typography",
941
- "content": "Chart View"
942
- }
943
- ]
944
- },
945
- {
946
- "type": "card",
947
- "children": [
948
- {
949
- "type": "typography",
950
- "content": "Graph View",
951
- "variant": "caption"
952
- }
953
- ]
954
- }
955
- ],
956
- "cols": 2.0,
957
- "type": "grid",
958
- "gap": "md"
959
- },
960
- {
961
- "type": "line-chart",
962
- "data": [
963
- {
964
- "value": 12.0,
965
- "date": "Jan"
966
- },
967
- {
968
- "value": 19.0,
969
- "date": "Feb"
970
- },
971
- {
972
- "value": 15.0,
973
- "date": "Mar"
974
- },
975
- {
976
- "date": "Apr",
977
- "value": 25.0
978
- },
979
- {
980
- "value": 22.0,
981
- "date": "May"
982
- },
983
- {
984
- "value": 30.0,
985
- "date": "Jun"
986
- }
987
- ]
988
- },
989
- {
990
- "items": [
991
- {
992
- "label": "Current",
993
- "color": "primary"
994
- },
995
- {
996
- "label": "Previous",
997
- "color": "muted"
998
- }
999
- ],
1000
- "type": "chart-legend"
1001
- },
1002
- {
1003
- "nodes": [
1004
- {
1005
- "id": "a",
1006
- "label": "Start"
1007
- },
1008
- {
1009
- "label": "Process",
1010
- "id": "b"
1011
- },
1012
- {
1013
- "label": "End",
1014
- "id": "c"
1015
- }
1016
- ],
1017
- "type": "graph-view",
1018
- "width": 400.0,
1019
- "height": 200.0,
1020
- "edges": [
1021
- {
1022
- "source": "a",
1023
- "target": "b"
1024
- },
1025
- {
1026
- "target": "c",
1027
- "source": "b"
1028
- }
1029
- ]
1030
- }
1031
- ]
1032
- }
1033
- ]
1034
- }
1035
- ],
1036
- "type": "game-shell"
1037
- }
1038
- ]
1039
- ]
1040
- },
1041
- {
1042
- "from": "loading",
1043
- "to": "displaying",
1044
- "event": "LOADED",
1045
- "effects": [
1046
- [
1047
- "fetch",
1048
- "LabResult",
1049
- {
1050
- "emit": {
1051
- "failure": "LabResultLoadFailed",
1052
- "success": "LabResultLoaded"
1053
- }
1054
- }
1055
- ],
1056
- [
1057
- "render-ui",
1058
- "main",
1059
- {
1060
- "children": [
1061
- {
1062
- "type": "scaled-diagram",
1063
- "children": [
1064
- {
1065
- "type": "stack",
1066
- "direction": "vertical",
1067
- "gap": "lg",
1068
- "children": [
1069
- {
1070
- "items": [
1071
- {
1072
- "href": "/",
1073
- "label": "Home"
1074
- },
1075
- {
1076
- "label": "Lab Results"
1077
- }
1078
- ],
1079
- "type": "breadcrumb"
1080
- },
1081
- {
1082
- "children": [
1083
- {
1084
- "direction": "horizontal",
1085
- "gap": "md",
1086
- "children": [
1087
- {
1088
- "name": "clipboard",
1089
- "type": "icon"
1090
- },
1091
- {
1092
- "content": "Lab Results",
1093
- "type": "typography",
1094
- "variant": "h2"
1095
- }
1096
- ],
1097
- "type": "stack"
1098
- },
1099
- {
1100
- "variant": "secondary",
1101
- "type": "button",
1102
- "icon": "refresh-cw",
1103
- "action": "REFRESH",
1104
- "label": "Refresh"
1105
- }
1106
- ],
1107
- "direction": "horizontal",
1108
- "type": "stack",
1109
- "gap": "md",
1110
- "justify": "between"
1111
- },
1112
- {
1113
- "type": "divider"
1114
- },
1115
- {
1116
- "type": "box",
1117
- "children": [
1118
- {
1119
- "type": "simple-grid",
1120
- "cols": 3.0,
1121
- "children": [
1122
- {
1123
- "type": "stat-display",
1124
- "label": "ExperimentCount",
1125
- "value": "@entity.experimentCount"
1126
- },
1127
- {
1128
- "value": "@entity.avgAccuracy",
1129
- "label": "AvgAccuracy",
1130
- "type": "stat-display"
1131
- },
1132
- {
1133
- "value": "@entity.totalScore",
1134
- "label": "TotalScore",
1135
- "type": "stat-display"
1136
- },
1137
- {
1138
- "children": [
1139
- {
1140
- "type": "stack",
1141
- "direction": "vertical",
1142
- "children": [
1143
- {
1144
- "variant": "caption",
1145
- "type": "typography",
1146
- "content": "Grade"
1147
- },
1148
- {
1149
- "type": "typography",
1150
- "content": "@entity.grade",
1151
- "variant": "h3"
1152
- }
1153
- ],
1154
- "gap": "sm"
1155
- }
1156
- ],
1157
- "type": "card"
1158
- }
1159
- ]
1160
- }
1161
- ],
1162
- "padding": "md"
1163
- },
1164
- {
1165
- "type": "divider"
1166
- },
1167
- {
1168
- "type": "grid",
1169
- "cols": 2.0,
1170
- "children": [
1171
- {
1172
- "children": [
1173
- {
1174
- "type": "typography",
1175
- "variant": "caption",
1176
- "content": "Chart View"
1177
- }
1178
- ],
1179
- "type": "card"
1180
- },
1181
- {
1182
- "children": [
1183
- {
1184
- "type": "typography",
1185
- "content": "Graph View",
1186
- "variant": "caption"
1187
- }
1188
- ],
1189
- "type": "card"
1190
- }
1191
- ],
1192
- "gap": "md"
1193
- },
1194
- {
1195
- "data": [
1196
- {
1197
- "date": "Jan",
1198
- "value": 12.0
1199
- },
1200
- {
1201
- "value": 19.0,
1202
- "date": "Feb"
1203
- },
1204
- {
1205
- "date": "Mar",
1206
- "value": 15.0
1207
- },
1208
- {
1209
- "value": 25.0,
1210
- "date": "Apr"
1211
- },
1212
- {
1213
- "value": 22.0,
1214
- "date": "May"
1215
- },
1216
- {
1217
- "value": 30.0,
1218
- "date": "Jun"
1219
- }
1220
- ],
1221
- "type": "line-chart"
1222
- },
1223
- {
1224
- "type": "chart-legend",
1225
- "items": [
1226
- {
1227
- "label": "Current",
1228
- "color": "primary"
1229
- },
1230
- {
1231
- "label": "Previous",
1232
- "color": "muted"
1233
- }
1234
- ]
1235
- },
1236
- {
1237
- "nodes": [
1238
- {
1239
- "label": "Start",
1240
- "id": "a"
1241
- },
1242
- {
1243
- "id": "b",
1244
- "label": "Process"
1245
- },
1246
- {
1247
- "label": "End",
1248
- "id": "c"
1249
- }
1250
- ],
1251
- "width": 400.0,
1252
- "height": 200.0,
1253
- "type": "graph-view",
1254
- "edges": [
1255
- {
1256
- "target": "b",
1257
- "source": "a"
1258
- },
1259
- {
1260
- "target": "c",
1261
- "source": "b"
1262
- }
1263
- ]
1264
- }
1265
- ]
1266
- }
1267
- ]
1268
- }
1269
- ],
1270
- "type": "game-shell",
1271
- "appName": "STEM Lab",
1272
- "showTopBar": true
1273
- }
1274
- ]
1275
- ]
1276
- },
1277
- {
1278
- "from": "displaying",
1279
- "to": "displaying",
1280
- "event": "INIT",
1281
- "effects": [
1282
- [
1283
- "fetch",
1284
- "LabResult",
1285
- {
1286
- "emit": {
1287
- "success": "LabResultLoaded",
1288
- "failure": "LabResultLoadFailed"
1289
- }
1290
- }
1291
- ],
1292
- [
1293
- "render-ui",
1294
- "main",
1295
- {
1296
- "showTopBar": true,
1297
- "type": "game-shell",
1298
- "appName": "STEM Lab",
1299
- "children": [
1300
- {
1301
- "type": "scaled-diagram",
1302
- "children": [
1303
- {
1304
- "direction": "vertical",
1305
- "children": [
1306
- {
1307
- "type": "breadcrumb",
1308
- "items": [
1309
- {
1310
- "href": "/",
1311
- "label": "Home"
1312
- },
1313
- {
1314
- "label": "Lab Results"
1315
- }
1316
- ]
1317
- },
1318
- {
1319
- "type": "stack",
1320
- "gap": "md",
1321
- "direction": "horizontal",
1322
- "children": [
1323
- {
1324
- "gap": "md",
1325
- "children": [
1326
- {
1327
- "type": "icon",
1328
- "name": "clipboard"
1329
- },
1330
- {
1331
- "variant": "h2",
1332
- "content": "Lab Results",
1333
- "type": "typography"
1334
- }
1335
- ],
1336
- "direction": "horizontal",
1337
- "type": "stack"
1338
- },
1339
- {
1340
- "type": "button",
1341
- "action": "REFRESH",
1342
- "label": "Refresh",
1343
- "icon": "refresh-cw",
1344
- "variant": "secondary"
1345
- }
1346
- ],
1347
- "justify": "between"
1348
- },
1349
- {
1350
- "type": "divider"
1351
- },
1352
- {
1353
- "children": [
1354
- {
1355
- "cols": 3.0,
1356
- "children": [
1357
- {
1358
- "type": "stat-display",
1359
- "label": "ExperimentCount",
1360
- "value": "@entity.experimentCount"
1361
- },
1362
- {
1363
- "type": "stat-display",
1364
- "value": "@entity.avgAccuracy",
1365
- "label": "AvgAccuracy"
1366
- },
1367
- {
1368
- "value": "@entity.totalScore",
1369
- "label": "TotalScore",
1370
- "type": "stat-display"
1371
- },
1372
- {
1373
- "children": [
1374
- {
1375
- "children": [
1376
- {
1377
- "type": "typography",
1378
- "variant": "caption",
1379
- "content": "Grade"
1380
- },
1381
- {
1382
- "content": "@entity.grade",
1383
- "variant": "h3",
1384
- "type": "typography"
1385
- }
1386
- ],
1387
- "direction": "vertical",
1388
- "gap": "sm",
1389
- "type": "stack"
1390
- }
1391
- ],
1392
- "type": "card"
1393
- }
1394
- ],
1395
- "type": "simple-grid"
1396
- }
1397
- ],
1398
- "type": "box",
1399
- "padding": "md"
1400
- },
1401
- {
1402
- "type": "divider"
1403
- },
1404
- {
1405
- "cols": 2.0,
1406
- "gap": "md",
1407
- "type": "grid",
1408
- "children": [
1409
- {
1410
- "type": "card",
1411
- "children": [
1412
- {
1413
- "content": "Chart View",
1414
- "variant": "caption",
1415
- "type": "typography"
1416
- }
1417
- ]
1418
- },
1419
- {
1420
- "children": [
1421
- {
1422
- "type": "typography",
1423
- "content": "Graph View",
1424
- "variant": "caption"
1425
- }
1426
- ],
1427
- "type": "card"
1428
- }
1429
- ]
1430
- },
1431
- {
1432
- "data": [
1433
- {
1434
- "value": 12.0,
1435
- "date": "Jan"
1436
- },
1437
- {
1438
- "value": 19.0,
1439
- "date": "Feb"
1440
- },
1441
- {
1442
- "date": "Mar",
1443
- "value": 15.0
1444
- },
1445
- {
1446
- "value": 25.0,
1447
- "date": "Apr"
1448
- },
1449
- {
1450
- "date": "May",
1451
- "value": 22.0
1452
- },
1453
- {
1454
- "date": "Jun",
1455
- "value": 30.0
1456
- }
1457
- ],
1458
- "type": "line-chart"
1459
- },
1460
- {
1461
- "type": "chart-legend",
1462
- "items": [
1463
- {
1464
- "label": "Current",
1465
- "color": "primary"
1466
- },
1467
- {
1468
- "label": "Previous",
1469
- "color": "muted"
1470
- }
1471
- ]
1472
- },
1473
- {
1474
- "type": "graph-view",
1475
- "nodes": [
1476
- {
1477
- "label": "Start",
1478
- "id": "a"
1479
- },
1480
- {
1481
- "id": "b",
1482
- "label": "Process"
1483
- },
1484
- {
1485
- "label": "End",
1486
- "id": "c"
1487
- }
1488
- ],
1489
- "edges": [
1490
- {
1491
- "target": "b",
1492
- "source": "a"
1493
- },
1494
- {
1495
- "target": "c",
1496
- "source": "b"
1497
- }
1498
- ],
1499
- "height": 200.0,
1500
- "width": 400.0
1501
- }
1502
- ],
1503
- "gap": "lg",
1504
- "type": "stack"
1505
- }
1506
- ]
1507
- }
1508
- ]
1509
- }
1510
- ]
1511
- ]
1512
- },
1513
- {
1514
- "from": "displaying",
1515
- "to": "refreshing",
1516
- "event": "REFRESH",
1517
- "effects": [
1518
- [
1519
- "fetch",
1520
- "LabResult",
1521
- {
1522
- "emit": {
1523
- "success": "LabResultLoaded",
1524
- "failure": "LabResultLoadFailed"
1525
- }
1526
- }
1527
- ],
1528
- [
1529
- "render-ui",
1530
- "main",
1531
- {
1532
- "appName": "STEM Lab",
1533
- "children": [
1534
- {
1535
- "children": [
1536
- {
1537
- "type": "stack",
1538
- "gap": "lg",
1539
- "children": [
1540
- {
1541
- "type": "breadcrumb",
1542
- "items": [
1543
- {
1544
- "label": "Home",
1545
- "href": "/"
1546
- },
1547
- {
1548
- "label": "Lab Results"
1549
- }
1550
- ]
1551
- },
1552
- {
1553
- "gap": "md",
1554
- "direction": "horizontal",
1555
- "type": "stack",
1556
- "children": [
1557
- {
1558
- "children": [
1559
- {
1560
- "name": "clipboard",
1561
- "type": "icon"
1562
- },
1563
- {
1564
- "type": "typography",
1565
- "variant": "h2",
1566
- "content": "Lab Results"
1567
- }
1568
- ],
1569
- "type": "stack",
1570
- "direction": "horizontal",
1571
- "gap": "md"
1572
- },
1573
- {
1574
- "type": "button",
1575
- "label": "Refresh",
1576
- "action": "REFRESH",
1577
- "icon": "refresh-cw",
1578
- "variant": "secondary"
1579
- }
1580
- ],
1581
- "justify": "between"
1582
- },
1583
- {
1584
- "type": "divider"
1585
- },
1586
- {
1587
- "padding": "md",
1588
- "type": "box",
1589
- "children": [
1590
- {
1591
- "cols": 3.0,
1592
- "children": [
1593
- {
1594
- "value": "@entity.experimentCount",
1595
- "type": "stat-display",
1596
- "label": "ExperimentCount"
1597
- },
1598
- {
1599
- "label": "AvgAccuracy",
1600
- "type": "stat-display",
1601
- "value": "@entity.avgAccuracy"
1602
- },
1603
- {
1604
- "label": "TotalScore",
1605
- "type": "stat-display",
1606
- "value": "@entity.totalScore"
1607
- },
1608
- {
1609
- "children": [
1610
- {
1611
- "gap": "sm",
1612
- "type": "stack",
1613
- "direction": "vertical",
1614
- "children": [
1615
- {
1616
- "type": "typography",
1617
- "content": "Grade",
1618
- "variant": "caption"
1619
- },
1620
- {
1621
- "content": "@entity.grade",
1622
- "type": "typography",
1623
- "variant": "h3"
1624
- }
1625
- ]
1626
- }
1627
- ],
1628
- "type": "card"
1629
- }
1630
- ],
1631
- "type": "simple-grid"
1632
- }
1633
- ]
1634
- },
1635
- {
1636
- "type": "divider"
1637
- },
1638
- {
1639
- "children": [
1640
- {
1641
- "children": [
1642
- {
1643
- "content": "Chart View",
1644
- "type": "typography",
1645
- "variant": "caption"
1646
- }
1647
- ],
1648
- "type": "card"
1649
- },
1650
- {
1651
- "children": [
1652
- {
1653
- "content": "Graph View",
1654
- "type": "typography",
1655
- "variant": "caption"
1656
- }
1657
- ],
1658
- "type": "card"
1659
- }
1660
- ],
1661
- "gap": "md",
1662
- "type": "grid",
1663
- "cols": 2.0
1664
- },
1665
- {
1666
- "type": "line-chart",
1667
- "data": [
1668
- {
1669
- "date": "Jan",
1670
- "value": 12.0
1671
- },
1672
- {
1673
- "value": 19.0,
1674
- "date": "Feb"
1675
- },
1676
- {
1677
- "date": "Mar",
1678
- "value": 15.0
1679
- },
1680
- {
1681
- "date": "Apr",
1682
- "value": 25.0
1683
- },
1684
- {
1685
- "value": 22.0,
1686
- "date": "May"
1687
- },
1688
- {
1689
- "date": "Jun",
1690
- "value": 30.0
1691
- }
1692
- ]
1693
- },
1694
- {
1695
- "items": [
1696
- {
1697
- "label": "Current",
1698
- "color": "primary"
1699
- },
1700
- {
1701
- "color": "muted",
1702
- "label": "Previous"
1703
- }
1704
- ],
1705
- "type": "chart-legend"
1706
- },
1707
- {
1708
- "edges": [
1709
- {
1710
- "target": "b",
1711
- "source": "a"
1712
- },
1713
- {
1714
- "target": "c",
1715
- "source": "b"
1716
- }
1717
- ],
1718
- "width": 400.0,
1719
- "height": 200.0,
1720
- "type": "graph-view",
1721
- "nodes": [
1722
- {
1723
- "label": "Start",
1724
- "id": "a"
1725
- },
1726
- {
1727
- "id": "b",
1728
- "label": "Process"
1729
- },
1730
- {
1731
- "id": "c",
1732
- "label": "End"
1733
- }
1734
- ]
1735
- }
1736
- ],
1737
- "direction": "vertical"
1738
- }
1739
- ],
1740
- "type": "scaled-diagram"
1741
- }
1742
- ],
1743
- "showTopBar": true,
1744
- "type": "game-shell"
1745
- }
1746
- ]
1747
- ]
1748
- },
1749
- {
1750
- "from": "refreshing",
1751
- "to": "displaying",
1752
- "event": "REFRESHED",
1753
- "effects": [
1754
- [
1755
- "fetch",
1756
- "LabResult",
1757
- {
1758
- "emit": {
1759
- "success": "LabResultLoaded",
1760
- "failure": "LabResultLoadFailed"
1761
- }
1762
- }
1763
- ],
1764
- [
1765
- "render-ui",
1766
- "main",
1767
- {
1768
- "type": "game-shell",
1769
- "showTopBar": true,
1770
- "children": [
1771
- {
1772
- "children": [
1773
- {
1774
- "direction": "vertical",
1775
- "type": "stack",
1776
- "children": [
1777
- {
1778
- "type": "breadcrumb",
1779
- "items": [
1780
- {
1781
- "label": "Home",
1782
- "href": "/"
1783
- },
1784
- {
1785
- "label": "Lab Results"
1786
- }
1787
- ]
1788
- },
1789
- {
1790
- "children": [
1791
- {
1792
- "direction": "horizontal",
1793
- "gap": "md",
1794
- "type": "stack",
1795
- "children": [
1796
- {
1797
- "name": "clipboard",
1798
- "type": "icon"
1799
- },
1800
- {
1801
- "variant": "h2",
1802
- "type": "typography",
1803
- "content": "Lab Results"
1804
- }
1805
- ]
1806
- },
1807
- {
1808
- "variant": "secondary",
1809
- "type": "button",
1810
- "icon": "refresh-cw",
1811
- "action": "REFRESH",
1812
- "label": "Refresh"
1813
- }
1814
- ],
1815
- "gap": "md",
1816
- "justify": "between",
1817
- "direction": "horizontal",
1818
- "type": "stack"
1819
- },
1820
- {
1821
- "type": "divider"
1822
- },
1823
- {
1824
- "type": "box",
1825
- "padding": "md",
1826
- "children": [
1827
- {
1828
- "cols": 3.0,
1829
- "type": "simple-grid",
1830
- "children": [
1831
- {
1832
- "label": "ExperimentCount",
1833
- "value": "@entity.experimentCount",
1834
- "type": "stat-display"
1835
- },
1836
- {
1837
- "value": "@entity.avgAccuracy",
1838
- "label": "AvgAccuracy",
1839
- "type": "stat-display"
1840
- },
1841
- {
1842
- "label": "TotalScore",
1843
- "type": "stat-display",
1844
- "value": "@entity.totalScore"
1845
- },
1846
- {
1847
- "type": "card",
1848
- "children": [
1849
- {
1850
- "gap": "sm",
1851
- "type": "stack",
1852
- "direction": "vertical",
1853
- "children": [
1854
- {
1855
- "variant": "caption",
1856
- "content": "Grade",
1857
- "type": "typography"
1858
- },
1859
- {
1860
- "content": "@entity.grade",
1861
- "type": "typography",
1862
- "variant": "h3"
1863
- }
1864
- ]
1865
- }
1866
- ]
1867
- }
1868
- ]
1869
- }
1870
- ]
1871
- },
1872
- {
1873
- "type": "divider"
1874
- },
1875
- {
1876
- "type": "grid",
1877
- "children": [
1878
- {
1879
- "children": [
1880
- {
1881
- "type": "typography",
1882
- "content": "Chart View",
1883
- "variant": "caption"
1884
- }
1885
- ],
1886
- "type": "card"
1887
- },
1888
- {
1889
- "children": [
1890
- {
1891
- "type": "typography",
1892
- "variant": "caption",
1893
- "content": "Graph View"
1894
- }
1895
- ],
1896
- "type": "card"
1897
- }
1898
- ],
1899
- "gap": "md",
1900
- "cols": 2.0
1901
- },
1902
- {
1903
- "data": [
1904
- {
1905
- "value": 12.0,
1906
- "date": "Jan"
1907
- },
1908
- {
1909
- "date": "Feb",
1910
- "value": 19.0
1911
- },
1912
- {
1913
- "value": 15.0,
1914
- "date": "Mar"
1915
- },
1916
- {
1917
- "date": "Apr",
1918
- "value": 25.0
1919
- },
1920
- {
1921
- "date": "May",
1922
- "value": 22.0
1923
- },
1924
- {
1925
- "date": "Jun",
1926
- "value": 30.0
1927
- }
1928
- ],
1929
- "type": "line-chart"
1930
- },
1931
- {
1932
- "items": [
1933
- {
1934
- "label": "Current",
1935
- "color": "primary"
1936
- },
1937
- {
1938
- "label": "Previous",
1939
- "color": "muted"
1940
- }
1941
- ],
1942
- "type": "chart-legend"
1943
- },
1944
- {
1945
- "type": "graph-view",
1946
- "width": 400.0,
1947
- "nodes": [
1948
- {
1949
- "label": "Start",
1950
- "id": "a"
1951
- },
1952
- {
1953
- "id": "b",
1954
- "label": "Process"
1955
- },
1956
- {
1957
- "label": "End",
1958
- "id": "c"
1959
- }
1960
- ],
1961
- "edges": [
1962
- {
1963
- "target": "b",
1964
- "source": "a"
1965
- },
1966
- {
1967
- "target": "c",
1968
- "source": "b"
1969
- }
1970
- ],
1971
- "height": 200.0
1972
- }
1973
- ],
1974
- "gap": "lg"
1975
- }
1976
- ],
1977
- "type": "scaled-diagram"
1978
- }
1979
- ],
1980
- "appName": "STEM Lab"
1981
- }
1982
- ]
1983
- ]
1984
- }
1985
- ]
1986
- },
1987
- "scope": "collection"
1988
- }
1989
- ],
1990
- "pages": [
1991
- {
1992
- "name": "Results",
1993
- "path": "/results",
1994
- "traits": [
1995
- {
1996
- "ref": "LabResultDisplay"
1997
- }
1998
- ]
1999
- }
2000
- ]
2001
- }
2002
- ]
2003
- }