@almadar/std 8.3.0 → 8.4.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"Experiment",
|
|
180
180
|
{
|
|
181
181
|
"emit": {
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"failure": "ExperimentLoadFailed",
|
|
183
|
+
"success": "ExperimentLoaded"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -188,17 +188,17 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
-
"appName": "STEM Lab",
|
|
192
191
|
"showTopBar": true,
|
|
192
|
+
"appName": "STEM Lab",
|
|
193
193
|
"type": "game-shell",
|
|
194
194
|
"children": [
|
|
195
195
|
{
|
|
196
|
-
"type": "game-menu",
|
|
197
196
|
"title": "Experiment Simulator",
|
|
197
|
+
"type": "game-menu",
|
|
198
198
|
"menuItems": [
|
|
199
199
|
{
|
|
200
|
-
"variant": "primary",
|
|
201
200
|
"event": "START",
|
|
201
|
+
"variant": "primary",
|
|
202
202
|
"label": "Start"
|
|
203
203
|
}
|
|
204
204
|
]
|
|
@@ -220,22 +220,22 @@
|
|
|
220
220
|
"type": "game-shell",
|
|
221
221
|
"children": [
|
|
222
222
|
{
|
|
223
|
-
"type": "stack",
|
|
224
|
-
"gap": "md",
|
|
225
223
|
"direction": "vertical",
|
|
224
|
+
"gap": "md",
|
|
225
|
+
"type": "stack",
|
|
226
226
|
"children": [
|
|
227
227
|
{
|
|
228
|
+
"type": "game-hud",
|
|
228
229
|
"stats": [
|
|
229
230
|
{
|
|
230
|
-
"
|
|
231
|
-
"
|
|
231
|
+
"value": "@entity.score",
|
|
232
|
+
"label": "Score"
|
|
232
233
|
},
|
|
233
234
|
{
|
|
234
|
-
"
|
|
235
|
-
"
|
|
235
|
+
"value": "@entity.level",
|
|
236
|
+
"label": "Level"
|
|
236
237
|
}
|
|
237
|
-
]
|
|
238
|
-
"type": "game-hud"
|
|
238
|
+
]
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"type": "simulator-board",
|
|
@@ -265,22 +265,22 @@
|
|
|
265
265
|
"render-ui",
|
|
266
266
|
"main",
|
|
267
267
|
{
|
|
268
|
+
"showTopBar": true,
|
|
269
|
+
"type": "game-shell",
|
|
270
|
+
"appName": "STEM Lab",
|
|
268
271
|
"children": [
|
|
269
272
|
{
|
|
270
|
-
"type": "game-over-screen",
|
|
271
|
-
"title": "Well Done!",
|
|
272
273
|
"menuItems": [
|
|
273
274
|
{
|
|
274
|
-
"event": "RESTART",
|
|
275
275
|
"label": "Play Again",
|
|
276
|
+
"event": "RESTART",
|
|
276
277
|
"variant": "primary"
|
|
277
278
|
}
|
|
278
|
-
]
|
|
279
|
+
],
|
|
280
|
+
"title": "Well Done!",
|
|
281
|
+
"type": "game-over-screen"
|
|
279
282
|
}
|
|
280
|
-
]
|
|
281
|
-
"type": "game-shell",
|
|
282
|
-
"appName": "STEM Lab",
|
|
283
|
-
"showTopBar": true
|
|
283
|
+
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -298,18 +298,18 @@
|
|
|
298
298
|
{
|
|
299
299
|
"menuItems": [
|
|
300
300
|
{
|
|
301
|
-
"variant": "primary",
|
|
302
301
|
"label": "Start",
|
|
303
|
-
"event": "START"
|
|
302
|
+
"event": "START",
|
|
303
|
+
"variant": "primary"
|
|
304
304
|
}
|
|
305
305
|
],
|
|
306
306
|
"type": "game-menu",
|
|
307
307
|
"title": "Experiment Simulator"
|
|
308
308
|
}
|
|
309
309
|
],
|
|
310
|
-
"
|
|
310
|
+
"showTopBar": true,
|
|
311
311
|
"type": "game-shell",
|
|
312
|
-
"
|
|
312
|
+
"appName": "STEM Lab"
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
]
|
|
@@ -515,22 +515,22 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
+
"appName": "STEM Lab",
|
|
518
519
|
"type": "game-shell",
|
|
519
520
|
"showTopBar": true,
|
|
520
521
|
"children": [
|
|
521
522
|
{
|
|
523
|
+
"title": "Classification Lab",
|
|
522
524
|
"menuItems": [
|
|
523
525
|
{
|
|
526
|
+
"label": "Start",
|
|
524
527
|
"event": "START",
|
|
525
|
-
"variant": "primary"
|
|
526
|
-
"label": "Start"
|
|
528
|
+
"variant": "primary"
|
|
527
529
|
}
|
|
528
530
|
],
|
|
529
|
-
"type": "game-menu"
|
|
530
|
-
"title": "Classification Lab"
|
|
531
|
+
"type": "game-menu"
|
|
531
532
|
}
|
|
532
|
-
]
|
|
533
|
-
"appName": "STEM Lab"
|
|
533
|
+
]
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,36 +544,36 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
-
"appName": "STEM Lab",
|
|
548
547
|
"type": "game-shell",
|
|
549
548
|
"children": [
|
|
550
549
|
{
|
|
551
|
-
"gap": "md",
|
|
552
|
-
"type": "stack",
|
|
553
|
-
"direction": "vertical",
|
|
554
550
|
"children": [
|
|
555
551
|
{
|
|
556
|
-
"type": "game-hud",
|
|
557
552
|
"stats": [
|
|
558
553
|
{
|
|
559
|
-
"
|
|
560
|
-
"
|
|
554
|
+
"label": "Score",
|
|
555
|
+
"value": "@entity.score"
|
|
561
556
|
},
|
|
562
557
|
{
|
|
563
|
-
"
|
|
564
|
-
"
|
|
558
|
+
"label": "Level",
|
|
559
|
+
"value": "@entity.level"
|
|
565
560
|
}
|
|
566
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"type": "game-hud"
|
|
567
563
|
},
|
|
568
564
|
{
|
|
565
|
+
"type": "classifier-board",
|
|
569
566
|
"entity": "Classification",
|
|
570
|
-
"completeEvent": "COMPLETE"
|
|
571
|
-
"type": "classifier-board"
|
|
567
|
+
"completeEvent": "COMPLETE"
|
|
572
568
|
}
|
|
573
|
-
]
|
|
569
|
+
],
|
|
570
|
+
"type": "stack",
|
|
571
|
+
"direction": "vertical",
|
|
572
|
+
"gap": "md"
|
|
574
573
|
}
|
|
575
574
|
],
|
|
576
|
-
"showTopBar": true
|
|
575
|
+
"showTopBar": true,
|
|
576
|
+
"appName": "STEM Lab"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -592,11 +592,12 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
+
"type": "game-shell",
|
|
595
596
|
"appName": "STEM Lab",
|
|
596
597
|
"showTopBar": true,
|
|
597
|
-
"type": "game-shell",
|
|
598
598
|
"children": [
|
|
599
599
|
{
|
|
600
|
+
"type": "game-over-screen",
|
|
600
601
|
"menuItems": [
|
|
601
602
|
{
|
|
602
603
|
"label": "Play Again",
|
|
@@ -604,8 +605,7 @@
|
|
|
604
605
|
"variant": "primary"
|
|
605
606
|
}
|
|
606
607
|
],
|
|
607
|
-
"title": "Well Done!"
|
|
608
|
-
"type": "game-over-screen"
|
|
608
|
+
"title": "Well Done!"
|
|
609
609
|
}
|
|
610
610
|
]
|
|
611
611
|
}
|
|
@@ -621,11 +621,12 @@
|
|
|
621
621
|
"render-ui",
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
|
-
"type": "game-shell",
|
|
625
624
|
"appName": "STEM Lab",
|
|
625
|
+
"type": "game-shell",
|
|
626
626
|
"showTopBar": true,
|
|
627
627
|
"children": [
|
|
628
628
|
{
|
|
629
|
+
"type": "game-menu",
|
|
629
630
|
"title": "Classification Lab",
|
|
630
631
|
"menuItems": [
|
|
631
632
|
{
|
|
@@ -633,8 +634,7 @@
|
|
|
633
634
|
"label": "Start",
|
|
634
635
|
"event": "START"
|
|
635
636
|
}
|
|
636
|
-
]
|
|
637
|
-
"type": "game-menu"
|
|
637
|
+
]
|
|
638
638
|
}
|
|
639
639
|
]
|
|
640
640
|
}
|
|
@@ -821,22 +821,21 @@
|
|
|
821
821
|
"render-ui",
|
|
822
822
|
"main",
|
|
823
823
|
{
|
|
824
|
-
"
|
|
825
|
-
"appName": "STEM Lab",
|
|
824
|
+
"showTopBar": true,
|
|
826
825
|
"children": [
|
|
827
826
|
{
|
|
828
|
-
"type": "scaled-diagram",
|
|
829
827
|
"children": [
|
|
830
828
|
{
|
|
831
|
-
"
|
|
829
|
+
"gap": "lg",
|
|
832
830
|
"type": "stack",
|
|
831
|
+
"direction": "vertical",
|
|
833
832
|
"children": [
|
|
834
833
|
{
|
|
835
834
|
"type": "breadcrumb",
|
|
836
835
|
"items": [
|
|
837
836
|
{
|
|
838
|
-
"
|
|
839
|
-
"
|
|
837
|
+
"label": "Home",
|
|
838
|
+
"href": "/"
|
|
840
839
|
},
|
|
841
840
|
{
|
|
842
841
|
"label": "Lab Results"
|
|
@@ -844,55 +843,54 @@
|
|
|
844
843
|
]
|
|
845
844
|
},
|
|
846
845
|
{
|
|
846
|
+
"type": "stack",
|
|
847
|
+
"direction": "horizontal",
|
|
847
848
|
"gap": "md",
|
|
849
|
+
"justify": "between",
|
|
848
850
|
"children": [
|
|
849
851
|
{
|
|
850
|
-
"type": "stack",
|
|
851
|
-
"direction": "horizontal",
|
|
852
|
-
"gap": "md",
|
|
853
852
|
"children": [
|
|
854
853
|
{
|
|
855
|
-
"
|
|
856
|
-
"
|
|
854
|
+
"name": "clipboard",
|
|
855
|
+
"type": "icon"
|
|
857
856
|
},
|
|
858
857
|
{
|
|
859
|
-
"type": "typography",
|
|
860
858
|
"content": "Lab Results",
|
|
859
|
+
"type": "typography",
|
|
861
860
|
"variant": "h2"
|
|
862
861
|
}
|
|
863
|
-
]
|
|
862
|
+
],
|
|
863
|
+
"type": "stack",
|
|
864
|
+
"direction": "horizontal",
|
|
865
|
+
"gap": "md"
|
|
864
866
|
},
|
|
865
867
|
{
|
|
866
|
-
"label": "Refresh",
|
|
867
|
-
"icon": "refresh-cw",
|
|
868
868
|
"type": "button",
|
|
869
|
-
"
|
|
870
|
-
"action": "REFRESH"
|
|
869
|
+
"icon": "refresh-cw",
|
|
870
|
+
"action": "REFRESH",
|
|
871
|
+
"label": "Refresh",
|
|
872
|
+
"variant": "secondary"
|
|
871
873
|
}
|
|
872
|
-
]
|
|
873
|
-
"justify": "between",
|
|
874
|
-
"direction": "horizontal",
|
|
875
|
-
"type": "stack"
|
|
874
|
+
]
|
|
876
875
|
},
|
|
877
876
|
{
|
|
878
877
|
"type": "divider"
|
|
879
878
|
},
|
|
880
879
|
{
|
|
881
|
-
"type": "box",
|
|
882
880
|
"padding": "md",
|
|
881
|
+
"type": "box",
|
|
883
882
|
"children": [
|
|
884
883
|
{
|
|
885
|
-
"cols": 3.0,
|
|
886
884
|
"children": [
|
|
887
885
|
{
|
|
888
|
-
"
|
|
886
|
+
"label": "ExperimentCount",
|
|
889
887
|
"type": "stat-display",
|
|
890
|
-
"
|
|
888
|
+
"value": "@entity.experimentCount"
|
|
891
889
|
},
|
|
892
890
|
{
|
|
893
|
-
"value": "@entity.avgAccuracy",
|
|
894
891
|
"type": "stat-display",
|
|
895
|
-
"label": "AvgAccuracy"
|
|
892
|
+
"label": "AvgAccuracy",
|
|
893
|
+
"value": "@entity.avgAccuracy"
|
|
896
894
|
},
|
|
897
895
|
{
|
|
898
896
|
"type": "stat-display",
|
|
@@ -900,29 +898,30 @@
|
|
|
900
898
|
"value": "@entity.totalScore"
|
|
901
899
|
},
|
|
902
900
|
{
|
|
901
|
+
"type": "card",
|
|
903
902
|
"children": [
|
|
904
903
|
{
|
|
905
904
|
"direction": "vertical",
|
|
906
|
-
"gap": "sm",
|
|
907
905
|
"children": [
|
|
908
906
|
{
|
|
909
|
-
"type": "typography",
|
|
910
907
|
"content": "Grade",
|
|
908
|
+
"type": "typography",
|
|
911
909
|
"variant": "caption"
|
|
912
910
|
},
|
|
913
911
|
{
|
|
914
|
-
"type": "typography",
|
|
915
912
|
"variant": "h3",
|
|
913
|
+
"type": "typography",
|
|
916
914
|
"content": "@entity.grade"
|
|
917
915
|
}
|
|
918
916
|
],
|
|
919
|
-
"type": "stack"
|
|
917
|
+
"type": "stack",
|
|
918
|
+
"gap": "sm"
|
|
920
919
|
}
|
|
921
|
-
]
|
|
922
|
-
"type": "card"
|
|
920
|
+
]
|
|
923
921
|
}
|
|
924
922
|
],
|
|
925
|
-
"type": "simple-grid"
|
|
923
|
+
"type": "simple-grid",
|
|
924
|
+
"cols": 3.0
|
|
926
925
|
}
|
|
927
926
|
]
|
|
928
927
|
},
|
|
@@ -932,36 +931,36 @@
|
|
|
932
931
|
{
|
|
933
932
|
"children": [
|
|
934
933
|
{
|
|
935
|
-
"type": "card",
|
|
936
934
|
"children": [
|
|
937
935
|
{
|
|
938
936
|
"type": "typography",
|
|
939
937
|
"variant": "caption",
|
|
940
938
|
"content": "Chart View"
|
|
941
939
|
}
|
|
942
|
-
]
|
|
940
|
+
],
|
|
941
|
+
"type": "card"
|
|
943
942
|
},
|
|
944
943
|
{
|
|
945
944
|
"type": "card",
|
|
946
945
|
"children": [
|
|
947
946
|
{
|
|
948
|
-
"variant": "caption",
|
|
949
947
|
"type": "typography",
|
|
950
|
-
"content": "Graph View"
|
|
948
|
+
"content": "Graph View",
|
|
949
|
+
"variant": "caption"
|
|
951
950
|
}
|
|
952
951
|
]
|
|
953
952
|
}
|
|
954
953
|
],
|
|
955
954
|
"gap": "md",
|
|
956
|
-
"
|
|
957
|
-
"
|
|
955
|
+
"cols": 2.0,
|
|
956
|
+
"type": "grid"
|
|
958
957
|
},
|
|
959
958
|
{
|
|
960
959
|
"type": "line-chart",
|
|
961
960
|
"data": [
|
|
962
961
|
{
|
|
963
|
-
"
|
|
964
|
-
"
|
|
962
|
+
"value": 12.0,
|
|
963
|
+
"date": "Jan"
|
|
965
964
|
},
|
|
966
965
|
{
|
|
967
966
|
"date": "Feb",
|
|
@@ -972,16 +971,16 @@
|
|
|
972
971
|
"value": 15.0
|
|
973
972
|
},
|
|
974
973
|
{
|
|
975
|
-
"
|
|
976
|
-
"
|
|
974
|
+
"date": "Apr",
|
|
975
|
+
"value": 25.0
|
|
977
976
|
},
|
|
978
977
|
{
|
|
979
978
|
"value": 22.0,
|
|
980
979
|
"date": "May"
|
|
981
980
|
},
|
|
982
981
|
{
|
|
983
|
-
"
|
|
984
|
-
"
|
|
982
|
+
"value": 30.0,
|
|
983
|
+
"date": "Jun"
|
|
985
984
|
}
|
|
986
985
|
]
|
|
987
986
|
},
|
|
@@ -989,20 +988,22 @@
|
|
|
989
988
|
"type": "chart-legend",
|
|
990
989
|
"items": [
|
|
991
990
|
{
|
|
992
|
-
"
|
|
993
|
-
"
|
|
991
|
+
"label": "Current",
|
|
992
|
+
"color": "primary"
|
|
994
993
|
},
|
|
995
994
|
{
|
|
996
|
-
"
|
|
997
|
-
"
|
|
995
|
+
"label": "Previous",
|
|
996
|
+
"color": "muted"
|
|
998
997
|
}
|
|
999
998
|
]
|
|
1000
999
|
},
|
|
1001
1000
|
{
|
|
1001
|
+
"width": 400.0,
|
|
1002
|
+
"height": 200.0,
|
|
1002
1003
|
"nodes": [
|
|
1003
1004
|
{
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1005
|
+
"label": "Start",
|
|
1006
|
+
"id": "a"
|
|
1006
1007
|
},
|
|
1007
1008
|
{
|
|
1008
1009
|
"id": "b",
|
|
@@ -1013,27 +1014,26 @@
|
|
|
1013
1014
|
"id": "c"
|
|
1014
1015
|
}
|
|
1015
1016
|
],
|
|
1016
|
-
"
|
|
1017
|
+
"type": "graph-view",
|
|
1017
1018
|
"edges": [
|
|
1018
1019
|
{
|
|
1019
1020
|
"target": "b",
|
|
1020
1021
|
"source": "a"
|
|
1021
1022
|
},
|
|
1022
1023
|
{
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1024
|
+
"target": "c",
|
|
1025
|
+
"source": "b"
|
|
1025
1026
|
}
|
|
1026
|
-
]
|
|
1027
|
-
"type": "graph-view",
|
|
1028
|
-
"width": 400.0
|
|
1027
|
+
]
|
|
1029
1028
|
}
|
|
1030
|
-
]
|
|
1031
|
-
"gap": "lg"
|
|
1029
|
+
]
|
|
1032
1030
|
}
|
|
1033
|
-
]
|
|
1031
|
+
],
|
|
1032
|
+
"type": "scaled-diagram"
|
|
1034
1033
|
}
|
|
1035
1034
|
],
|
|
1036
|
-
"
|
|
1035
|
+
"type": "game-shell",
|
|
1036
|
+
"appName": "STEM Lab"
|
|
1037
1037
|
}
|
|
1038
1038
|
]
|
|
1039
1039
|
]
|
|
@@ -1048,8 +1048,8 @@
|
|
|
1048
1048
|
"LabResult",
|
|
1049
1049
|
{
|
|
1050
1050
|
"emit": {
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1051
|
+
"failure": "LabResultLoadFailed",
|
|
1052
|
+
"success": "LabResultLoaded"
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
],
|
|
@@ -1057,6 +1057,7 @@
|
|
|
1057
1057
|
"render-ui",
|
|
1058
1058
|
"main",
|
|
1059
1059
|
{
|
|
1060
|
+
"appName": "STEM Lab",
|
|
1060
1061
|
"children": [
|
|
1061
1062
|
{
|
|
1062
1063
|
"type": "scaled-diagram",
|
|
@@ -1076,79 +1077,77 @@
|
|
|
1076
1077
|
]
|
|
1077
1078
|
},
|
|
1078
1079
|
{
|
|
1079
|
-
"
|
|
1080
|
+
"gap": "md",
|
|
1080
1081
|
"justify": "between",
|
|
1081
|
-
"type": "stack",
|
|
1082
1082
|
"children": [
|
|
1083
1083
|
{
|
|
1084
|
-
"gap": "md",
|
|
1085
|
-
"direction": "horizontal",
|
|
1086
|
-
"type": "stack",
|
|
1087
1084
|
"children": [
|
|
1088
1085
|
{
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
1086
|
+
"type": "icon",
|
|
1087
|
+
"name": "clipboard"
|
|
1091
1088
|
},
|
|
1092
1089
|
{
|
|
1093
|
-
"variant": "h2",
|
|
1094
1090
|
"type": "typography",
|
|
1095
|
-
"content": "Lab Results"
|
|
1091
|
+
"content": "Lab Results",
|
|
1092
|
+
"variant": "h2"
|
|
1096
1093
|
}
|
|
1097
|
-
]
|
|
1094
|
+
],
|
|
1095
|
+
"type": "stack",
|
|
1096
|
+
"direction": "horizontal",
|
|
1097
|
+
"gap": "md"
|
|
1098
1098
|
},
|
|
1099
1099
|
{
|
|
1100
|
-
"icon": "refresh-cw",
|
|
1101
|
-
"type": "button",
|
|
1102
1100
|
"label": "Refresh",
|
|
1101
|
+
"action": "REFRESH",
|
|
1102
|
+
"type": "button",
|
|
1103
1103
|
"variant": "secondary",
|
|
1104
|
-
"
|
|
1104
|
+
"icon": "refresh-cw"
|
|
1105
1105
|
}
|
|
1106
1106
|
],
|
|
1107
|
-
"
|
|
1107
|
+
"direction": "horizontal",
|
|
1108
|
+
"type": "stack"
|
|
1108
1109
|
},
|
|
1109
1110
|
{
|
|
1110
1111
|
"type": "divider"
|
|
1111
1112
|
},
|
|
1112
1113
|
{
|
|
1113
|
-
"type": "box",
|
|
1114
|
-
"padding": "md",
|
|
1115
1114
|
"children": [
|
|
1116
1115
|
{
|
|
1117
1116
|
"cols": 3.0,
|
|
1118
1117
|
"children": [
|
|
1119
1118
|
{
|
|
1120
1119
|
"type": "stat-display",
|
|
1121
|
-
"
|
|
1122
|
-
"
|
|
1120
|
+
"label": "ExperimentCount",
|
|
1121
|
+
"value": "@entity.experimentCount"
|
|
1123
1122
|
},
|
|
1124
1123
|
{
|
|
1125
1124
|
"type": "stat-display",
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1125
|
+
"label": "AvgAccuracy",
|
|
1126
|
+
"value": "@entity.avgAccuracy"
|
|
1128
1127
|
},
|
|
1129
1128
|
{
|
|
1129
|
+
"value": "@entity.totalScore",
|
|
1130
1130
|
"type": "stat-display",
|
|
1131
|
-
"label": "TotalScore"
|
|
1132
|
-
"value": "@entity.totalScore"
|
|
1131
|
+
"label": "TotalScore"
|
|
1133
1132
|
},
|
|
1134
1133
|
{
|
|
1135
1134
|
"type": "card",
|
|
1136
1135
|
"children": [
|
|
1137
1136
|
{
|
|
1137
|
+
"gap": "sm",
|
|
1138
1138
|
"type": "stack",
|
|
1139
1139
|
"children": [
|
|
1140
1140
|
{
|
|
1141
|
-
"
|
|
1141
|
+
"variant": "caption",
|
|
1142
1142
|
"content": "Grade",
|
|
1143
|
-
"
|
|
1143
|
+
"type": "typography"
|
|
1144
1144
|
},
|
|
1145
1145
|
{
|
|
1146
|
-
"
|
|
1146
|
+
"variant": "h3",
|
|
1147
1147
|
"content": "@entity.grade",
|
|
1148
|
-
"
|
|
1148
|
+
"type": "typography"
|
|
1149
1149
|
}
|
|
1150
1150
|
],
|
|
1151
|
-
"gap": "sm",
|
|
1152
1151
|
"direction": "vertical"
|
|
1153
1152
|
}
|
|
1154
1153
|
]
|
|
@@ -1156,37 +1155,39 @@
|
|
|
1156
1155
|
],
|
|
1157
1156
|
"type": "simple-grid"
|
|
1158
1157
|
}
|
|
1159
|
-
]
|
|
1158
|
+
],
|
|
1159
|
+
"type": "box",
|
|
1160
|
+
"padding": "md"
|
|
1160
1161
|
},
|
|
1161
1162
|
{
|
|
1162
1163
|
"type": "divider"
|
|
1163
1164
|
},
|
|
1164
1165
|
{
|
|
1165
|
-
"type": "grid",
|
|
1166
|
-
"cols": 2.0,
|
|
1167
|
-
"gap": "md",
|
|
1168
1166
|
"children": [
|
|
1169
1167
|
{
|
|
1170
1168
|
"children": [
|
|
1171
1169
|
{
|
|
1172
|
-
"type": "typography",
|
|
1173
1170
|
"variant": "caption",
|
|
1174
|
-
"content": "Chart View"
|
|
1171
|
+
"content": "Chart View",
|
|
1172
|
+
"type": "typography"
|
|
1175
1173
|
}
|
|
1176
1174
|
],
|
|
1177
1175
|
"type": "card"
|
|
1178
1176
|
},
|
|
1179
1177
|
{
|
|
1180
|
-
"type": "card",
|
|
1181
1178
|
"children": [
|
|
1182
1179
|
{
|
|
1183
|
-
"type": "typography",
|
|
1184
1180
|
"variant": "caption",
|
|
1185
|
-
"content": "Graph View"
|
|
1181
|
+
"content": "Graph View",
|
|
1182
|
+
"type": "typography"
|
|
1186
1183
|
}
|
|
1187
|
-
]
|
|
1184
|
+
],
|
|
1185
|
+
"type": "card"
|
|
1188
1186
|
}
|
|
1189
|
-
]
|
|
1187
|
+
],
|
|
1188
|
+
"cols": 2.0,
|
|
1189
|
+
"gap": "md",
|
|
1190
|
+
"type": "grid"
|
|
1190
1191
|
},
|
|
1191
1192
|
{
|
|
1192
1193
|
"type": "line-chart",
|
|
@@ -1196,8 +1197,8 @@
|
|
|
1196
1197
|
"date": "Jan"
|
|
1197
1198
|
},
|
|
1198
1199
|
{
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1200
|
+
"date": "Feb",
|
|
1201
|
+
"value": 19.0
|
|
1201
1202
|
},
|
|
1202
1203
|
{
|
|
1203
1204
|
"value": 15.0,
|
|
@@ -1208,8 +1209,8 @@
|
|
|
1208
1209
|
"date": "Apr"
|
|
1209
1210
|
},
|
|
1210
1211
|
{
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1212
|
+
"value": 22.0,
|
|
1213
|
+
"date": "May"
|
|
1213
1214
|
},
|
|
1214
1215
|
{
|
|
1215
1216
|
"value": 30.0,
|
|
@@ -1220,8 +1221,8 @@
|
|
|
1220
1221
|
{
|
|
1221
1222
|
"items": [
|
|
1222
1223
|
{
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1224
|
+
"color": "primary",
|
|
1225
|
+
"label": "Current"
|
|
1225
1226
|
},
|
|
1226
1227
|
{
|
|
1227
1228
|
"color": "muted",
|
|
@@ -1231,43 +1232,42 @@
|
|
|
1231
1232
|
"type": "chart-legend"
|
|
1232
1233
|
},
|
|
1233
1234
|
{
|
|
1235
|
+
"width": 400.0,
|
|
1236
|
+
"type": "graph-view",
|
|
1234
1237
|
"nodes": [
|
|
1235
1238
|
{
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1239
|
+
"label": "Start",
|
|
1240
|
+
"id": "a"
|
|
1238
1241
|
},
|
|
1239
1242
|
{
|
|
1240
1243
|
"id": "b",
|
|
1241
1244
|
"label": "Process"
|
|
1242
1245
|
},
|
|
1243
1246
|
{
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1247
|
+
"id": "c",
|
|
1248
|
+
"label": "End"
|
|
1246
1249
|
}
|
|
1247
1250
|
],
|
|
1248
|
-
"height": 200.0,
|
|
1249
1251
|
"edges": [
|
|
1250
1252
|
{
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
+
"source": "a",
|
|
1254
|
+
"target": "b"
|
|
1253
1255
|
},
|
|
1254
1256
|
{
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
+
"target": "c",
|
|
1258
|
+
"source": "b"
|
|
1257
1259
|
}
|
|
1258
1260
|
],
|
|
1259
|
-
"
|
|
1260
|
-
"width": 400.0
|
|
1261
|
+
"height": 200.0
|
|
1261
1262
|
}
|
|
1262
1263
|
],
|
|
1263
|
-
"gap": "lg",
|
|
1264
1264
|
"direction": "vertical",
|
|
1265
|
-
"type": "stack"
|
|
1265
|
+
"type": "stack",
|
|
1266
|
+
"gap": "lg"
|
|
1266
1267
|
}
|
|
1267
1268
|
]
|
|
1268
1269
|
}
|
|
1269
1270
|
],
|
|
1270
|
-
"appName": "STEM Lab",
|
|
1271
1271
|
"type": "game-shell",
|
|
1272
1272
|
"showTopBar": true
|
|
1273
1273
|
}
|
|
@@ -1293,19 +1293,20 @@
|
|
|
1293
1293
|
"render-ui",
|
|
1294
1294
|
"main",
|
|
1295
1295
|
{
|
|
1296
|
-
"showTopBar": true,
|
|
1297
|
-
"appName": "STEM Lab",
|
|
1298
1296
|
"children": [
|
|
1299
1297
|
{
|
|
1298
|
+
"type": "scaled-diagram",
|
|
1300
1299
|
"children": [
|
|
1301
1300
|
{
|
|
1301
|
+
"type": "stack",
|
|
1302
1302
|
"direction": "vertical",
|
|
1303
|
+
"gap": "lg",
|
|
1303
1304
|
"children": [
|
|
1304
1305
|
{
|
|
1305
1306
|
"items": [
|
|
1306
1307
|
{
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1308
|
+
"href": "/",
|
|
1309
|
+
"label": "Home"
|
|
1309
1310
|
},
|
|
1310
1311
|
{
|
|
1311
1312
|
"label": "Lab Results"
|
|
@@ -1314,34 +1315,34 @@
|
|
|
1314
1315
|
"type": "breadcrumb"
|
|
1315
1316
|
},
|
|
1316
1317
|
{
|
|
1318
|
+
"gap": "md",
|
|
1319
|
+
"justify": "between",
|
|
1320
|
+
"type": "stack",
|
|
1317
1321
|
"children": [
|
|
1318
1322
|
{
|
|
1319
|
-
"
|
|
1320
|
-
"type": "stack",
|
|
1323
|
+
"gap": "md",
|
|
1321
1324
|
"children": [
|
|
1322
1325
|
{
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1326
|
+
"type": "icon",
|
|
1327
|
+
"name": "clipboard"
|
|
1325
1328
|
},
|
|
1326
1329
|
{
|
|
1327
|
-
"
|
|
1330
|
+
"content": "Lab Results",
|
|
1328
1331
|
"type": "typography",
|
|
1329
|
-
"
|
|
1332
|
+
"variant": "h2"
|
|
1330
1333
|
}
|
|
1331
1334
|
],
|
|
1332
|
-
"
|
|
1335
|
+
"direction": "horizontal",
|
|
1336
|
+
"type": "stack"
|
|
1333
1337
|
},
|
|
1334
1338
|
{
|
|
1335
1339
|
"variant": "secondary",
|
|
1336
|
-
"label": "Refresh",
|
|
1337
|
-
"icon": "refresh-cw",
|
|
1338
1340
|
"type": "button",
|
|
1339
|
-
"
|
|
1341
|
+
"icon": "refresh-cw",
|
|
1342
|
+
"action": "REFRESH",
|
|
1343
|
+
"label": "Refresh"
|
|
1340
1344
|
}
|
|
1341
1345
|
],
|
|
1342
|
-
"justify": "between",
|
|
1343
|
-
"gap": "md",
|
|
1344
|
-
"type": "stack",
|
|
1345
1346
|
"direction": "horizontal"
|
|
1346
1347
|
},
|
|
1347
1348
|
{
|
|
@@ -1349,18 +1350,18 @@
|
|
|
1349
1350
|
},
|
|
1350
1351
|
{
|
|
1351
1352
|
"type": "box",
|
|
1353
|
+
"padding": "md",
|
|
1352
1354
|
"children": [
|
|
1353
1355
|
{
|
|
1354
|
-
"type": "simple-grid",
|
|
1355
1356
|
"children": [
|
|
1356
1357
|
{
|
|
1358
|
+
"type": "stat-display",
|
|
1357
1359
|
"label": "ExperimentCount",
|
|
1358
|
-
"value": "@entity.experimentCount"
|
|
1359
|
-
"type": "stat-display"
|
|
1360
|
+
"value": "@entity.experimentCount"
|
|
1360
1361
|
},
|
|
1361
1362
|
{
|
|
1362
|
-
"value": "@entity.avgAccuracy",
|
|
1363
1363
|
"type": "stat-display",
|
|
1364
|
+
"value": "@entity.avgAccuracy",
|
|
1364
1365
|
"label": "AvgAccuracy"
|
|
1365
1366
|
},
|
|
1366
1367
|
{
|
|
@@ -1371,44 +1372,46 @@
|
|
|
1371
1372
|
{
|
|
1372
1373
|
"children": [
|
|
1373
1374
|
{
|
|
1375
|
+
"direction": "vertical",
|
|
1374
1376
|
"gap": "sm",
|
|
1375
1377
|
"children": [
|
|
1376
1378
|
{
|
|
1377
1379
|
"content": "Grade",
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
+
"variant": "caption",
|
|
1381
|
+
"type": "typography"
|
|
1380
1382
|
},
|
|
1381
1383
|
{
|
|
1384
|
+
"variant": "h3",
|
|
1382
1385
|
"content": "@entity.grade",
|
|
1383
|
-
"type": "typography"
|
|
1384
|
-
"variant": "h3"
|
|
1386
|
+
"type": "typography"
|
|
1385
1387
|
}
|
|
1386
1388
|
],
|
|
1387
|
-
"direction": "vertical",
|
|
1388
1389
|
"type": "stack"
|
|
1389
1390
|
}
|
|
1390
1391
|
],
|
|
1391
1392
|
"type": "card"
|
|
1392
1393
|
}
|
|
1393
1394
|
],
|
|
1395
|
+
"type": "simple-grid",
|
|
1394
1396
|
"cols": 3.0
|
|
1395
1397
|
}
|
|
1396
|
-
]
|
|
1397
|
-
"padding": "md"
|
|
1398
|
+
]
|
|
1398
1399
|
},
|
|
1399
1400
|
{
|
|
1400
1401
|
"type": "divider"
|
|
1401
1402
|
},
|
|
1402
1403
|
{
|
|
1403
1404
|
"type": "grid",
|
|
1405
|
+
"cols": 2.0,
|
|
1406
|
+
"gap": "md",
|
|
1404
1407
|
"children": [
|
|
1405
1408
|
{
|
|
1406
1409
|
"type": "card",
|
|
1407
1410
|
"children": [
|
|
1408
1411
|
{
|
|
1409
1412
|
"type": "typography",
|
|
1410
|
-
"
|
|
1411
|
-
"
|
|
1413
|
+
"content": "Chart View",
|
|
1414
|
+
"variant": "caption"
|
|
1412
1415
|
}
|
|
1413
1416
|
]
|
|
1414
1417
|
},
|
|
@@ -1416,15 +1419,13 @@
|
|
|
1416
1419
|
"type": "card",
|
|
1417
1420
|
"children": [
|
|
1418
1421
|
{
|
|
1419
|
-
"
|
|
1422
|
+
"type": "typography",
|
|
1420
1423
|
"variant": "caption",
|
|
1421
|
-
"
|
|
1424
|
+
"content": "Graph View"
|
|
1422
1425
|
}
|
|
1423
1426
|
]
|
|
1424
1427
|
}
|
|
1425
|
-
]
|
|
1426
|
-
"gap": "md",
|
|
1427
|
-
"cols": 2.0
|
|
1428
|
+
]
|
|
1428
1429
|
},
|
|
1429
1430
|
{
|
|
1430
1431
|
"type": "line-chart",
|
|
@@ -1442,16 +1443,16 @@
|
|
|
1442
1443
|
"date": "Mar"
|
|
1443
1444
|
},
|
|
1444
1445
|
{
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1446
|
+
"value": 25.0,
|
|
1447
|
+
"date": "Apr"
|
|
1447
1448
|
},
|
|
1448
1449
|
{
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1450
|
+
"value": 22.0,
|
|
1451
|
+
"date": "May"
|
|
1451
1452
|
},
|
|
1452
1453
|
{
|
|
1453
|
-
"
|
|
1454
|
-
"
|
|
1454
|
+
"date": "Jun",
|
|
1455
|
+
"value": 30.0
|
|
1455
1456
|
}
|
|
1456
1457
|
]
|
|
1457
1458
|
},
|
|
@@ -1459,8 +1460,8 @@
|
|
|
1459
1460
|
"type": "chart-legend",
|
|
1460
1461
|
"items": [
|
|
1461
1462
|
{
|
|
1462
|
-
"
|
|
1463
|
-
"
|
|
1463
|
+
"label": "Current",
|
|
1464
|
+
"color": "primary"
|
|
1464
1465
|
},
|
|
1465
1466
|
{
|
|
1466
1467
|
"color": "muted",
|
|
@@ -1469,7 +1470,7 @@
|
|
|
1469
1470
|
]
|
|
1470
1471
|
},
|
|
1471
1472
|
{
|
|
1472
|
-
"
|
|
1473
|
+
"type": "graph-view",
|
|
1473
1474
|
"nodes": [
|
|
1474
1475
|
{
|
|
1475
1476
|
"id": "a",
|
|
@@ -1480,8 +1481,8 @@
|
|
|
1480
1481
|
"label": "Process"
|
|
1481
1482
|
},
|
|
1482
1483
|
{
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1484
|
+
"id": "c",
|
|
1485
|
+
"label": "End"
|
|
1485
1486
|
}
|
|
1486
1487
|
],
|
|
1487
1488
|
"edges": [
|
|
@@ -1490,22 +1491,21 @@
|
|
|
1490
1491
|
"target": "b"
|
|
1491
1492
|
},
|
|
1492
1493
|
{
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1494
|
+
"target": "c",
|
|
1495
|
+
"source": "b"
|
|
1495
1496
|
}
|
|
1496
1497
|
],
|
|
1497
|
-
"
|
|
1498
|
+
"width": 400.0,
|
|
1498
1499
|
"height": 200.0
|
|
1499
1500
|
}
|
|
1500
|
-
]
|
|
1501
|
-
"type": "stack",
|
|
1502
|
-
"gap": "lg"
|
|
1501
|
+
]
|
|
1503
1502
|
}
|
|
1504
|
-
]
|
|
1505
|
-
"type": "scaled-diagram"
|
|
1503
|
+
]
|
|
1506
1504
|
}
|
|
1507
1505
|
],
|
|
1508
|
-
"type": "game-shell"
|
|
1506
|
+
"type": "game-shell",
|
|
1507
|
+
"showTopBar": true,
|
|
1508
|
+
"appName": "STEM Lab"
|
|
1509
1509
|
}
|
|
1510
1510
|
]
|
|
1511
1511
|
]
|
|
@@ -1529,13 +1529,14 @@
|
|
|
1529
1529
|
"render-ui",
|
|
1530
1530
|
"main",
|
|
1531
1531
|
{
|
|
1532
|
+
"type": "game-shell",
|
|
1532
1533
|
"appName": "STEM Lab",
|
|
1533
1534
|
"children": [
|
|
1534
1535
|
{
|
|
1535
1536
|
"children": [
|
|
1536
1537
|
{
|
|
1537
|
-
"gap": "lg",
|
|
1538
1538
|
"type": "stack",
|
|
1539
|
+
"gap": "lg",
|
|
1539
1540
|
"direction": "vertical",
|
|
1540
1541
|
"children": [
|
|
1541
1542
|
{
|
|
@@ -1551,9 +1552,8 @@
|
|
|
1551
1552
|
]
|
|
1552
1553
|
},
|
|
1553
1554
|
{
|
|
1554
|
-
"
|
|
1555
|
+
"gap": "md",
|
|
1555
1556
|
"type": "stack",
|
|
1556
|
-
"direction": "horizontal",
|
|
1557
1557
|
"children": [
|
|
1558
1558
|
{
|
|
1559
1559
|
"type": "stack",
|
|
@@ -1566,29 +1566,32 @@
|
|
|
1566
1566
|
},
|
|
1567
1567
|
{
|
|
1568
1568
|
"content": "Lab Results",
|
|
1569
|
-
"
|
|
1570
|
-
"
|
|
1569
|
+
"variant": "h2",
|
|
1570
|
+
"type": "typography"
|
|
1571
1571
|
}
|
|
1572
1572
|
]
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
|
-
"
|
|
1575
|
+
"label": "Refresh",
|
|
1576
1576
|
"icon": "refresh-cw",
|
|
1577
1577
|
"type": "button",
|
|
1578
|
-
"
|
|
1579
|
-
"
|
|
1578
|
+
"action": "REFRESH",
|
|
1579
|
+
"variant": "secondary"
|
|
1580
1580
|
}
|
|
1581
1581
|
],
|
|
1582
|
-
"
|
|
1582
|
+
"justify": "between",
|
|
1583
|
+
"direction": "horizontal"
|
|
1583
1584
|
},
|
|
1584
1585
|
{
|
|
1585
1586
|
"type": "divider"
|
|
1586
1587
|
},
|
|
1587
1588
|
{
|
|
1588
|
-
"padding": "md",
|
|
1589
1589
|
"type": "box",
|
|
1590
|
+
"padding": "md",
|
|
1590
1591
|
"children": [
|
|
1591
1592
|
{
|
|
1593
|
+
"type": "simple-grid",
|
|
1594
|
+
"cols": 3.0,
|
|
1592
1595
|
"children": [
|
|
1593
1596
|
{
|
|
1594
1597
|
"type": "stat-display",
|
|
@@ -1602,14 +1605,12 @@
|
|
|
1602
1605
|
},
|
|
1603
1606
|
{
|
|
1604
1607
|
"type": "stat-display",
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1608
|
+
"value": "@entity.totalScore",
|
|
1609
|
+
"label": "TotalScore"
|
|
1607
1610
|
},
|
|
1608
1611
|
{
|
|
1609
|
-
"type": "card",
|
|
1610
1612
|
"children": [
|
|
1611
1613
|
{
|
|
1612
|
-
"type": "stack",
|
|
1613
1614
|
"direction": "vertical",
|
|
1614
1615
|
"gap": "sm",
|
|
1615
1616
|
"children": [
|
|
@@ -1623,13 +1624,13 @@
|
|
|
1623
1624
|
"variant": "h3",
|
|
1624
1625
|
"type": "typography"
|
|
1625
1626
|
}
|
|
1626
|
-
]
|
|
1627
|
+
],
|
|
1628
|
+
"type": "stack"
|
|
1627
1629
|
}
|
|
1628
|
-
]
|
|
1630
|
+
],
|
|
1631
|
+
"type": "card"
|
|
1629
1632
|
}
|
|
1630
|
-
]
|
|
1631
|
-
"type": "simple-grid",
|
|
1632
|
-
"cols": 3.0
|
|
1633
|
+
]
|
|
1633
1634
|
}
|
|
1634
1635
|
]
|
|
1635
1636
|
},
|
|
@@ -1639,48 +1640,48 @@
|
|
|
1639
1640
|
{
|
|
1640
1641
|
"cols": 2.0,
|
|
1641
1642
|
"type": "grid",
|
|
1643
|
+
"gap": "md",
|
|
1642
1644
|
"children": [
|
|
1643
1645
|
{
|
|
1644
1646
|
"children": [
|
|
1645
1647
|
{
|
|
1646
|
-
"
|
|
1648
|
+
"content": "Chart View",
|
|
1647
1649
|
"type": "typography",
|
|
1648
|
-
"
|
|
1650
|
+
"variant": "caption"
|
|
1649
1651
|
}
|
|
1650
1652
|
],
|
|
1651
1653
|
"type": "card"
|
|
1652
1654
|
},
|
|
1653
1655
|
{
|
|
1654
|
-
"type": "card",
|
|
1655
1656
|
"children": [
|
|
1656
1657
|
{
|
|
1657
1658
|
"type": "typography",
|
|
1658
1659
|
"variant": "caption",
|
|
1659
1660
|
"content": "Graph View"
|
|
1660
1661
|
}
|
|
1661
|
-
]
|
|
1662
|
+
],
|
|
1663
|
+
"type": "card"
|
|
1662
1664
|
}
|
|
1663
|
-
]
|
|
1664
|
-
"gap": "md"
|
|
1665
|
+
]
|
|
1665
1666
|
},
|
|
1666
1667
|
{
|
|
1667
1668
|
"type": "line-chart",
|
|
1668
1669
|
"data": [
|
|
1669
1670
|
{
|
|
1670
|
-
"
|
|
1671
|
-
"
|
|
1671
|
+
"value": 12.0,
|
|
1672
|
+
"date": "Jan"
|
|
1672
1673
|
},
|
|
1673
1674
|
{
|
|
1674
|
-
"
|
|
1675
|
-
"
|
|
1675
|
+
"date": "Feb",
|
|
1676
|
+
"value": 19.0
|
|
1676
1677
|
},
|
|
1677
1678
|
{
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1679
|
+
"date": "Mar",
|
|
1680
|
+
"value": 15.0
|
|
1680
1681
|
},
|
|
1681
1682
|
{
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1683
|
+
"date": "Apr",
|
|
1684
|
+
"value": 25.0
|
|
1684
1685
|
},
|
|
1685
1686
|
{
|
|
1686
1687
|
"date": "May",
|
|
@@ -1696,40 +1697,40 @@
|
|
|
1696
1697
|
"type": "chart-legend",
|
|
1697
1698
|
"items": [
|
|
1698
1699
|
{
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1700
|
+
"color": "primary",
|
|
1701
|
+
"label": "Current"
|
|
1701
1702
|
},
|
|
1702
1703
|
{
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1704
|
+
"label": "Previous",
|
|
1705
|
+
"color": "muted"
|
|
1705
1706
|
}
|
|
1706
1707
|
]
|
|
1707
1708
|
},
|
|
1708
1709
|
{
|
|
1709
|
-
"height": 200.0,
|
|
1710
1710
|
"width": 400.0,
|
|
1711
|
-
"
|
|
1712
|
-
{
|
|
1713
|
-
"id": "a",
|
|
1714
|
-
"label": "Start"
|
|
1715
|
-
},
|
|
1711
|
+
"edges": [
|
|
1716
1712
|
{
|
|
1717
|
-
"
|
|
1718
|
-
"
|
|
1713
|
+
"source": "a",
|
|
1714
|
+
"target": "b"
|
|
1719
1715
|
},
|
|
1720
1716
|
{
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1717
|
+
"source": "b",
|
|
1718
|
+
"target": "c"
|
|
1723
1719
|
}
|
|
1724
1720
|
],
|
|
1725
|
-
"
|
|
1721
|
+
"height": 200.0,
|
|
1722
|
+
"nodes": [
|
|
1726
1723
|
{
|
|
1727
|
-
"
|
|
1728
|
-
"
|
|
1724
|
+
"id": "a",
|
|
1725
|
+
"label": "Start"
|
|
1729
1726
|
},
|
|
1730
1727
|
{
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1728
|
+
"id": "b",
|
|
1729
|
+
"label": "Process"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"label": "End",
|
|
1733
|
+
"id": "c"
|
|
1733
1734
|
}
|
|
1734
1735
|
],
|
|
1735
1736
|
"type": "graph-view"
|
|
@@ -1740,7 +1741,6 @@
|
|
|
1740
1741
|
"type": "scaled-diagram"
|
|
1741
1742
|
}
|
|
1742
1743
|
],
|
|
1743
|
-
"type": "game-shell",
|
|
1744
1744
|
"showTopBar": true
|
|
1745
1745
|
}
|
|
1746
1746
|
]
|
|
@@ -1767,54 +1767,56 @@
|
|
|
1767
1767
|
{
|
|
1768
1768
|
"type": "game-shell",
|
|
1769
1769
|
"appName": "STEM Lab",
|
|
1770
|
+
"showTopBar": true,
|
|
1770
1771
|
"children": [
|
|
1771
1772
|
{
|
|
1773
|
+
"type": "scaled-diagram",
|
|
1772
1774
|
"children": [
|
|
1773
1775
|
{
|
|
1774
|
-
"
|
|
1776
|
+
"gap": "lg",
|
|
1775
1777
|
"children": [
|
|
1776
1778
|
{
|
|
1779
|
+
"type": "breadcrumb",
|
|
1777
1780
|
"items": [
|
|
1778
1781
|
{
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1782
|
+
"label": "Home",
|
|
1783
|
+
"href": "/"
|
|
1781
1784
|
},
|
|
1782
1785
|
{
|
|
1783
1786
|
"label": "Lab Results"
|
|
1784
1787
|
}
|
|
1785
|
-
]
|
|
1786
|
-
"type": "breadcrumb"
|
|
1788
|
+
]
|
|
1787
1789
|
},
|
|
1788
1790
|
{
|
|
1789
|
-
"
|
|
1791
|
+
"justify": "between",
|
|
1790
1792
|
"children": [
|
|
1791
1793
|
{
|
|
1792
|
-
"direction": "horizontal",
|
|
1793
|
-
"gap": "md",
|
|
1794
|
-
"type": "stack",
|
|
1795
1794
|
"children": [
|
|
1796
1795
|
{
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1796
|
+
"type": "icon",
|
|
1797
|
+
"name": "clipboard"
|
|
1799
1798
|
},
|
|
1800
1799
|
{
|
|
1801
1800
|
"variant": "h2",
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1801
|
+
"content": "Lab Results",
|
|
1802
|
+
"type": "typography"
|
|
1804
1803
|
}
|
|
1805
|
-
]
|
|
1804
|
+
],
|
|
1805
|
+
"direction": "horizontal",
|
|
1806
|
+
"gap": "md",
|
|
1807
|
+
"type": "stack"
|
|
1806
1808
|
},
|
|
1807
1809
|
{
|
|
1808
|
-
"label": "Refresh",
|
|
1809
1810
|
"type": "button",
|
|
1811
|
+
"label": "Refresh",
|
|
1812
|
+
"action": "REFRESH",
|
|
1810
1813
|
"variant": "secondary",
|
|
1811
|
-
"icon": "refresh-cw"
|
|
1812
|
-
"action": "REFRESH"
|
|
1814
|
+
"icon": "refresh-cw"
|
|
1813
1815
|
}
|
|
1814
1816
|
],
|
|
1815
|
-
"
|
|
1817
|
+
"gap": "md",
|
|
1816
1818
|
"type": "stack",
|
|
1817
|
-
"
|
|
1819
|
+
"direction": "horizontal"
|
|
1818
1820
|
},
|
|
1819
1821
|
{
|
|
1820
1822
|
"type": "divider"
|
|
@@ -1824,47 +1826,47 @@
|
|
|
1824
1826
|
"padding": "md",
|
|
1825
1827
|
"children": [
|
|
1826
1828
|
{
|
|
1829
|
+
"cols": 3.0,
|
|
1827
1830
|
"type": "simple-grid",
|
|
1828
1831
|
"children": [
|
|
1829
1832
|
{
|
|
1833
|
+
"value": "@entity.experimentCount",
|
|
1830
1834
|
"label": "ExperimentCount",
|
|
1831
|
-
"type": "stat-display"
|
|
1832
|
-
"value": "@entity.experimentCount"
|
|
1835
|
+
"type": "stat-display"
|
|
1833
1836
|
},
|
|
1834
1837
|
{
|
|
1835
|
-
"type": "stat-display",
|
|
1836
1838
|
"label": "AvgAccuracy",
|
|
1839
|
+
"type": "stat-display",
|
|
1837
1840
|
"value": "@entity.avgAccuracy"
|
|
1838
1841
|
},
|
|
1839
1842
|
{
|
|
1840
|
-
"type": "stat-display",
|
|
1841
1843
|
"label": "TotalScore",
|
|
1844
|
+
"type": "stat-display",
|
|
1842
1845
|
"value": "@entity.totalScore"
|
|
1843
1846
|
},
|
|
1844
1847
|
{
|
|
1845
1848
|
"children": [
|
|
1846
1849
|
{
|
|
1847
|
-
"type": "stack",
|
|
1848
|
-
"gap": "sm",
|
|
1849
1850
|
"direction": "vertical",
|
|
1851
|
+
"gap": "sm",
|
|
1850
1852
|
"children": [
|
|
1851
1853
|
{
|
|
1852
|
-
"content": "Grade",
|
|
1853
1854
|
"variant": "caption",
|
|
1854
|
-
"type": "typography"
|
|
1855
|
+
"type": "typography",
|
|
1856
|
+
"content": "Grade"
|
|
1855
1857
|
},
|
|
1856
1858
|
{
|
|
1857
|
-
"variant": "h3",
|
|
1858
1859
|
"content": "@entity.grade",
|
|
1860
|
+
"variant": "h3",
|
|
1859
1861
|
"type": "typography"
|
|
1860
1862
|
}
|
|
1861
|
-
]
|
|
1863
|
+
],
|
|
1864
|
+
"type": "stack"
|
|
1862
1865
|
}
|
|
1863
1866
|
],
|
|
1864
1867
|
"type": "card"
|
|
1865
1868
|
}
|
|
1866
|
-
]
|
|
1867
|
-
"cols": 3.0
|
|
1869
|
+
]
|
|
1868
1870
|
}
|
|
1869
1871
|
]
|
|
1870
1872
|
},
|
|
@@ -1873,15 +1875,15 @@
|
|
|
1873
1875
|
},
|
|
1874
1876
|
{
|
|
1875
1877
|
"cols": 2.0,
|
|
1876
|
-
"
|
|
1878
|
+
"type": "grid",
|
|
1877
1879
|
"children": [
|
|
1878
1880
|
{
|
|
1879
1881
|
"type": "card",
|
|
1880
1882
|
"children": [
|
|
1881
1883
|
{
|
|
1882
1884
|
"type": "typography",
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
+
"variant": "caption",
|
|
1886
|
+
"content": "Chart View"
|
|
1885
1887
|
}
|
|
1886
1888
|
]
|
|
1887
1889
|
},
|
|
@@ -1889,25 +1891,24 @@
|
|
|
1889
1891
|
"children": [
|
|
1890
1892
|
{
|
|
1891
1893
|
"variant": "caption",
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
+
"content": "Graph View",
|
|
1895
|
+
"type": "typography"
|
|
1894
1896
|
}
|
|
1895
1897
|
],
|
|
1896
1898
|
"type": "card"
|
|
1897
1899
|
}
|
|
1898
1900
|
],
|
|
1899
|
-
"
|
|
1901
|
+
"gap": "md"
|
|
1900
1902
|
},
|
|
1901
1903
|
{
|
|
1902
|
-
"type": "line-chart",
|
|
1903
1904
|
"data": [
|
|
1904
1905
|
{
|
|
1905
|
-
"
|
|
1906
|
-
"
|
|
1906
|
+
"value": 12.0,
|
|
1907
|
+
"date": "Jan"
|
|
1907
1908
|
},
|
|
1908
1909
|
{
|
|
1909
|
-
"
|
|
1910
|
-
"
|
|
1910
|
+
"value": 19.0,
|
|
1911
|
+
"date": "Feb"
|
|
1911
1912
|
},
|
|
1912
1913
|
{
|
|
1913
1914
|
"date": "Mar",
|
|
@@ -1925,59 +1926,58 @@
|
|
|
1925
1926
|
"value": 30.0,
|
|
1926
1927
|
"date": "Jun"
|
|
1927
1928
|
}
|
|
1928
|
-
]
|
|
1929
|
+
],
|
|
1930
|
+
"type": "line-chart"
|
|
1929
1931
|
},
|
|
1930
1932
|
{
|
|
1931
|
-
"type": "chart-legend",
|
|
1932
1933
|
"items": [
|
|
1933
1934
|
{
|
|
1934
|
-
"
|
|
1935
|
-
"
|
|
1935
|
+
"label": "Current",
|
|
1936
|
+
"color": "primary"
|
|
1936
1937
|
},
|
|
1937
1938
|
{
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1939
|
+
"label": "Previous",
|
|
1940
|
+
"color": "muted"
|
|
1940
1941
|
}
|
|
1941
|
-
]
|
|
1942
|
+
],
|
|
1943
|
+
"type": "chart-legend"
|
|
1942
1944
|
},
|
|
1943
1945
|
{
|
|
1944
|
-
"type": "graph-view",
|
|
1945
1946
|
"edges": [
|
|
1946
1947
|
{
|
|
1947
1948
|
"source": "a",
|
|
1948
1949
|
"target": "b"
|
|
1949
1950
|
},
|
|
1950
1951
|
{
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1952
|
+
"target": "c",
|
|
1953
|
+
"source": "b"
|
|
1953
1954
|
}
|
|
1954
1955
|
],
|
|
1955
|
-
"width": 400.0,
|
|
1956
1956
|
"height": 200.0,
|
|
1957
1957
|
"nodes": [
|
|
1958
1958
|
{
|
|
1959
|
-
"
|
|
1960
|
-
"
|
|
1959
|
+
"id": "a",
|
|
1960
|
+
"label": "Start"
|
|
1961
1961
|
},
|
|
1962
1962
|
{
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1963
|
+
"label": "Process",
|
|
1964
|
+
"id": "b"
|
|
1965
1965
|
},
|
|
1966
1966
|
{
|
|
1967
1967
|
"label": "End",
|
|
1968
1968
|
"id": "c"
|
|
1969
1969
|
}
|
|
1970
|
-
]
|
|
1970
|
+
],
|
|
1971
|
+
"type": "graph-view",
|
|
1972
|
+
"width": 400.0
|
|
1971
1973
|
}
|
|
1972
1974
|
],
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
1975
|
+
"direction": "vertical",
|
|
1976
|
+
"type": "stack"
|
|
1975
1977
|
}
|
|
1976
|
-
]
|
|
1977
|
-
"type": "scaled-diagram"
|
|
1978
|
+
]
|
|
1978
1979
|
}
|
|
1979
|
-
]
|
|
1980
|
-
"showTopBar": true
|
|
1980
|
+
]
|
|
1981
1981
|
}
|
|
1982
1982
|
]
|
|
1983
1983
|
]
|