@almadar/std 8.2.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
+
"showTopBar": true,
|
|
191
192
|
"appName": "STEM Lab",
|
|
193
|
+
"type": "game-shell",
|
|
192
194
|
"children": [
|
|
193
195
|
{
|
|
196
|
+
"title": "Experiment Simulator",
|
|
197
|
+
"type": "game-menu",
|
|
194
198
|
"menuItems": [
|
|
195
199
|
{
|
|
196
|
-
"label": "Start",
|
|
197
200
|
"event": "START",
|
|
198
|
-
"variant": "primary"
|
|
201
|
+
"variant": "primary",
|
|
202
|
+
"label": "Start"
|
|
199
203
|
}
|
|
200
|
-
]
|
|
201
|
-
"title": "Experiment Simulator",
|
|
202
|
-
"type": "game-menu"
|
|
204
|
+
]
|
|
203
205
|
}
|
|
204
|
-
]
|
|
205
|
-
"showTopBar": true,
|
|
206
|
-
"type": "game-shell"
|
|
206
|
+
]
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
]
|
|
@@ -217,9 +217,12 @@
|
|
|
217
217
|
"render-ui",
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
|
+
"type": "game-shell",
|
|
220
221
|
"children": [
|
|
221
222
|
{
|
|
222
223
|
"direction": "vertical",
|
|
224
|
+
"gap": "md",
|
|
225
|
+
"type": "stack",
|
|
223
226
|
"children": [
|
|
224
227
|
{
|
|
225
228
|
"type": "game-hud",
|
|
@@ -229,24 +232,21 @@
|
|
|
229
232
|
"label": "Score"
|
|
230
233
|
},
|
|
231
234
|
{
|
|
232
|
-
"
|
|
233
|
-
"
|
|
235
|
+
"value": "@entity.level",
|
|
236
|
+
"label": "Level"
|
|
234
237
|
}
|
|
235
238
|
]
|
|
236
239
|
},
|
|
237
240
|
{
|
|
238
241
|
"type": "simulator-board",
|
|
239
|
-
"
|
|
240
|
-
"
|
|
242
|
+
"entity": "Experiment",
|
|
243
|
+
"completeEvent": "COMPLETE"
|
|
241
244
|
}
|
|
242
|
-
]
|
|
243
|
-
"type": "stack",
|
|
244
|
-
"gap": "md"
|
|
245
|
+
]
|
|
245
246
|
}
|
|
246
247
|
],
|
|
247
248
|
"appName": "STEM Lab",
|
|
248
|
-
"showTopBar": true
|
|
249
|
-
"type": "game-shell"
|
|
249
|
+
"showTopBar": true
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
]
|
|
@@ -265,22 +265,22 @@
|
|
|
265
265
|
"render-ui",
|
|
266
266
|
"main",
|
|
267
267
|
{
|
|
268
|
-
"
|
|
268
|
+
"showTopBar": true,
|
|
269
269
|
"type": "game-shell",
|
|
270
|
+
"appName": "STEM Lab",
|
|
270
271
|
"children": [
|
|
271
272
|
{
|
|
272
273
|
"menuItems": [
|
|
273
274
|
{
|
|
274
|
-
"
|
|
275
|
+
"label": "Play Again",
|
|
275
276
|
"event": "RESTART",
|
|
276
|
-
"
|
|
277
|
+
"variant": "primary"
|
|
277
278
|
}
|
|
278
279
|
],
|
|
279
280
|
"title": "Well Done!",
|
|
280
281
|
"type": "game-over-screen"
|
|
281
282
|
}
|
|
282
|
-
]
|
|
283
|
-
"showTopBar": true
|
|
283
|
+
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -294,20 +294,20 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"showTopBar": true,
|
|
298
297
|
"children": [
|
|
299
298
|
{
|
|
300
299
|
"menuItems": [
|
|
301
300
|
{
|
|
302
|
-
"variant": "primary",
|
|
303
301
|
"label": "Start",
|
|
304
|
-
"event": "START"
|
|
302
|
+
"event": "START",
|
|
303
|
+
"variant": "primary"
|
|
305
304
|
}
|
|
306
305
|
],
|
|
307
|
-
"
|
|
308
|
-
"
|
|
306
|
+
"type": "game-menu",
|
|
307
|
+
"title": "Experiment Simulator"
|
|
309
308
|
}
|
|
310
309
|
],
|
|
310
|
+
"showTopBar": true,
|
|
311
311
|
"type": "game-shell",
|
|
312
312
|
"appName": "STEM Lab"
|
|
313
313
|
}
|
|
@@ -506,8 +506,8 @@
|
|
|
506
506
|
"Classification",
|
|
507
507
|
{
|
|
508
508
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
509
|
+
"success": "ClassificationLoaded",
|
|
510
|
+
"failure": "ClassificationLoadFailed"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -515,22 +515,22 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
+
"appName": "STEM Lab",
|
|
519
|
+
"type": "game-shell",
|
|
520
|
+
"showTopBar": true,
|
|
518
521
|
"children": [
|
|
519
522
|
{
|
|
520
|
-
"
|
|
523
|
+
"title": "Classification Lab",
|
|
521
524
|
"menuItems": [
|
|
522
525
|
{
|
|
523
526
|
"label": "Start",
|
|
524
|
-
"
|
|
525
|
-
"
|
|
527
|
+
"event": "START",
|
|
528
|
+
"variant": "primary"
|
|
526
529
|
}
|
|
527
530
|
],
|
|
528
|
-
"
|
|
531
|
+
"type": "game-menu"
|
|
529
532
|
}
|
|
530
|
-
]
|
|
531
|
-
"type": "game-shell",
|
|
532
|
-
"appName": "STEM Lab",
|
|
533
|
-
"showTopBar": true
|
|
533
|
+
]
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,12 +544,11 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
-
"
|
|
547
|
+
"type": "game-shell",
|
|
548
548
|
"children": [
|
|
549
549
|
{
|
|
550
550
|
"children": [
|
|
551
551
|
{
|
|
552
|
-
"type": "game-hud",
|
|
553
552
|
"stats": [
|
|
554
553
|
{
|
|
555
554
|
"label": "Score",
|
|
@@ -559,7 +558,8 @@
|
|
|
559
558
|
"label": "Level",
|
|
560
559
|
"value": "@entity.level"
|
|
561
560
|
}
|
|
562
|
-
]
|
|
561
|
+
],
|
|
562
|
+
"type": "game-hud"
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
565
|
"type": "classifier-board",
|
|
@@ -572,8 +572,8 @@
|
|
|
572
572
|
"gap": "md"
|
|
573
573
|
}
|
|
574
574
|
],
|
|
575
|
-
"
|
|
576
|
-
"
|
|
575
|
+
"showTopBar": true,
|
|
576
|
+
"appName": "STEM Lab"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -593,10 +593,10 @@
|
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
595
|
"type": "game-shell",
|
|
596
|
+
"appName": "STEM Lab",
|
|
596
597
|
"showTopBar": true,
|
|
597
598
|
"children": [
|
|
598
599
|
{
|
|
599
|
-
"title": "Well Done!",
|
|
600
600
|
"type": "game-over-screen",
|
|
601
601
|
"menuItems": [
|
|
602
602
|
{
|
|
@@ -604,10 +604,10 @@
|
|
|
604
604
|
"event": "RESTART",
|
|
605
605
|
"variant": "primary"
|
|
606
606
|
}
|
|
607
|
-
]
|
|
607
|
+
],
|
|
608
|
+
"title": "Well Done!"
|
|
608
609
|
}
|
|
609
|
-
]
|
|
610
|
-
"appName": "STEM Lab"
|
|
610
|
+
]
|
|
611
611
|
}
|
|
612
612
|
]
|
|
613
613
|
]
|
|
@@ -622,12 +622,12 @@
|
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
624
|
"appName": "STEM Lab",
|
|
625
|
-
"showTopBar": true,
|
|
626
625
|
"type": "game-shell",
|
|
626
|
+
"showTopBar": true,
|
|
627
627
|
"children": [
|
|
628
628
|
{
|
|
629
|
-
"title": "Classification Lab",
|
|
630
629
|
"type": "game-menu",
|
|
630
|
+
"title": "Classification Lab",
|
|
631
631
|
"menuItems": [
|
|
632
632
|
{
|
|
633
633
|
"variant": "primary",
|
|
@@ -821,14 +821,14 @@
|
|
|
821
821
|
"render-ui",
|
|
822
822
|
"main",
|
|
823
823
|
{
|
|
824
|
-
"
|
|
825
|
-
"appName": "STEM Lab",
|
|
824
|
+
"showTopBar": true,
|
|
826
825
|
"children": [
|
|
827
826
|
{
|
|
828
827
|
"children": [
|
|
829
828
|
{
|
|
830
|
-
"direction": "vertical",
|
|
831
829
|
"gap": "lg",
|
|
830
|
+
"type": "stack",
|
|
831
|
+
"direction": "vertical",
|
|
832
832
|
"children": [
|
|
833
833
|
{
|
|
834
834
|
"type": "breadcrumb",
|
|
@@ -843,53 +843,53 @@
|
|
|
843
843
|
]
|
|
844
844
|
},
|
|
845
845
|
{
|
|
846
|
+
"type": "stack",
|
|
847
|
+
"direction": "horizontal",
|
|
848
|
+
"gap": "md",
|
|
849
|
+
"justify": "between",
|
|
846
850
|
"children": [
|
|
847
851
|
{
|
|
848
|
-
"type": "stack",
|
|
849
|
-
"gap": "md",
|
|
850
852
|
"children": [
|
|
851
853
|
{
|
|
852
854
|
"name": "clipboard",
|
|
853
855
|
"type": "icon"
|
|
854
856
|
},
|
|
855
857
|
{
|
|
856
|
-
"
|
|
858
|
+
"content": "Lab Results",
|
|
857
859
|
"type": "typography",
|
|
858
|
-
"
|
|
860
|
+
"variant": "h2"
|
|
859
861
|
}
|
|
860
862
|
],
|
|
861
|
-
"
|
|
863
|
+
"type": "stack",
|
|
864
|
+
"direction": "horizontal",
|
|
865
|
+
"gap": "md"
|
|
862
866
|
},
|
|
863
867
|
{
|
|
864
|
-
"variant": "secondary",
|
|
865
|
-
"label": "Refresh",
|
|
866
868
|
"type": "button",
|
|
867
869
|
"icon": "refresh-cw",
|
|
868
|
-
"action": "REFRESH"
|
|
870
|
+
"action": "REFRESH",
|
|
871
|
+
"label": "Refresh",
|
|
872
|
+
"variant": "secondary"
|
|
869
873
|
}
|
|
870
|
-
]
|
|
871
|
-
"gap": "md",
|
|
872
|
-
"justify": "between",
|
|
873
|
-
"direction": "horizontal",
|
|
874
|
-
"type": "stack"
|
|
874
|
+
]
|
|
875
875
|
},
|
|
876
876
|
{
|
|
877
877
|
"type": "divider"
|
|
878
878
|
},
|
|
879
879
|
{
|
|
880
|
+
"padding": "md",
|
|
881
|
+
"type": "box",
|
|
880
882
|
"children": [
|
|
881
883
|
{
|
|
882
|
-
"type": "simple-grid",
|
|
883
|
-
"cols": 3.0,
|
|
884
884
|
"children": [
|
|
885
885
|
{
|
|
886
|
+
"label": "ExperimentCount",
|
|
886
887
|
"type": "stat-display",
|
|
887
|
-
"value": "@entity.experimentCount"
|
|
888
|
-
"label": "ExperimentCount"
|
|
888
|
+
"value": "@entity.experimentCount"
|
|
889
889
|
},
|
|
890
890
|
{
|
|
891
|
-
"label": "AvgAccuracy",
|
|
892
891
|
"type": "stat-display",
|
|
892
|
+
"label": "AvgAccuracy",
|
|
893
893
|
"value": "@entity.avgAccuracy"
|
|
894
894
|
},
|
|
895
895
|
{
|
|
@@ -901,8 +901,6 @@
|
|
|
901
901
|
"type": "card",
|
|
902
902
|
"children": [
|
|
903
903
|
{
|
|
904
|
-
"type": "stack",
|
|
905
|
-
"gap": "sm",
|
|
906
904
|
"direction": "vertical",
|
|
907
905
|
"children": [
|
|
908
906
|
{
|
|
@@ -911,34 +909,33 @@
|
|
|
911
909
|
"variant": "caption"
|
|
912
910
|
},
|
|
913
911
|
{
|
|
912
|
+
"variant": "h3",
|
|
914
913
|
"type": "typography",
|
|
915
|
-
"content": "@entity.grade"
|
|
916
|
-
"variant": "h3"
|
|
914
|
+
"content": "@entity.grade"
|
|
917
915
|
}
|
|
918
|
-
]
|
|
916
|
+
],
|
|
917
|
+
"type": "stack",
|
|
918
|
+
"gap": "sm"
|
|
919
919
|
}
|
|
920
920
|
]
|
|
921
921
|
}
|
|
922
|
-
]
|
|
922
|
+
],
|
|
923
|
+
"type": "simple-grid",
|
|
924
|
+
"cols": 3.0
|
|
923
925
|
}
|
|
924
|
-
]
|
|
925
|
-
"padding": "md",
|
|
926
|
-
"type": "box"
|
|
926
|
+
]
|
|
927
927
|
},
|
|
928
928
|
{
|
|
929
929
|
"type": "divider"
|
|
930
930
|
},
|
|
931
931
|
{
|
|
932
|
-
"type": "grid",
|
|
933
|
-
"gap": "md",
|
|
934
|
-
"cols": 2.0,
|
|
935
932
|
"children": [
|
|
936
933
|
{
|
|
937
934
|
"children": [
|
|
938
935
|
{
|
|
936
|
+
"type": "typography",
|
|
939
937
|
"variant": "caption",
|
|
940
|
-
"content": "Chart View"
|
|
941
|
-
"type": "typography"
|
|
938
|
+
"content": "Chart View"
|
|
942
939
|
}
|
|
943
940
|
],
|
|
944
941
|
"type": "card"
|
|
@@ -947,36 +944,39 @@
|
|
|
947
944
|
"type": "card",
|
|
948
945
|
"children": [
|
|
949
946
|
{
|
|
950
|
-
"content": "Graph View",
|
|
951
947
|
"type": "typography",
|
|
948
|
+
"content": "Graph View",
|
|
952
949
|
"variant": "caption"
|
|
953
950
|
}
|
|
954
951
|
]
|
|
955
952
|
}
|
|
956
|
-
]
|
|
953
|
+
],
|
|
954
|
+
"gap": "md",
|
|
955
|
+
"cols": 2.0,
|
|
956
|
+
"type": "grid"
|
|
957
957
|
},
|
|
958
958
|
{
|
|
959
959
|
"type": "line-chart",
|
|
960
960
|
"data": [
|
|
961
961
|
{
|
|
962
|
-
"
|
|
963
|
-
"
|
|
962
|
+
"value": 12.0,
|
|
963
|
+
"date": "Jan"
|
|
964
964
|
},
|
|
965
965
|
{
|
|
966
|
-
"
|
|
967
|
-
"
|
|
966
|
+
"date": "Feb",
|
|
967
|
+
"value": 19.0
|
|
968
968
|
},
|
|
969
969
|
{
|
|
970
|
-
"
|
|
971
|
-
"
|
|
970
|
+
"date": "Mar",
|
|
971
|
+
"value": 15.0
|
|
972
972
|
},
|
|
973
973
|
{
|
|
974
974
|
"date": "Apr",
|
|
975
975
|
"value": 25.0
|
|
976
976
|
},
|
|
977
977
|
{
|
|
978
|
-
"
|
|
979
|
-
"
|
|
978
|
+
"value": 22.0,
|
|
979
|
+
"date": "May"
|
|
980
980
|
},
|
|
981
981
|
{
|
|
982
982
|
"value": 30.0,
|
|
@@ -988,8 +988,8 @@
|
|
|
988
988
|
"type": "chart-legend",
|
|
989
989
|
"items": [
|
|
990
990
|
{
|
|
991
|
-
"
|
|
992
|
-
"
|
|
991
|
+
"label": "Current",
|
|
992
|
+
"color": "primary"
|
|
993
993
|
},
|
|
994
994
|
{
|
|
995
995
|
"label": "Previous",
|
|
@@ -998,42 +998,42 @@
|
|
|
998
998
|
]
|
|
999
999
|
},
|
|
1000
1000
|
{
|
|
1001
|
-
"
|
|
1001
|
+
"width": 400.0,
|
|
1002
|
+
"height": 200.0,
|
|
1002
1003
|
"nodes": [
|
|
1003
1004
|
{
|
|
1004
1005
|
"label": "Start",
|
|
1005
1006
|
"id": "a"
|
|
1006
1007
|
},
|
|
1007
1008
|
{
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1009
|
+
"id": "b",
|
|
1010
|
+
"label": "Process"
|
|
1010
1011
|
},
|
|
1011
1012
|
{
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1013
|
+
"label": "End",
|
|
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
|
-
"height": 200.0
|
|
1027
|
+
]
|
|
1028
1028
|
}
|
|
1029
|
-
]
|
|
1030
|
-
"type": "stack"
|
|
1029
|
+
]
|
|
1031
1030
|
}
|
|
1032
1031
|
],
|
|
1033
1032
|
"type": "scaled-diagram"
|
|
1034
1033
|
}
|
|
1035
1034
|
],
|
|
1036
|
-
"
|
|
1035
|
+
"type": "game-shell",
|
|
1036
|
+
"appName": "STEM Lab"
|
|
1037
1037
|
}
|
|
1038
1038
|
]
|
|
1039
1039
|
]
|
|
@@ -1057,15 +1057,12 @@
|
|
|
1057
1057
|
"render-ui",
|
|
1058
1058
|
"main",
|
|
1059
1059
|
{
|
|
1060
|
-
"type": "game-shell",
|
|
1061
1060
|
"appName": "STEM Lab",
|
|
1062
1061
|
"children": [
|
|
1063
1062
|
{
|
|
1064
1063
|
"type": "scaled-diagram",
|
|
1065
1064
|
"children": [
|
|
1066
1065
|
{
|
|
1067
|
-
"direction": "vertical",
|
|
1068
|
-
"gap": "lg",
|
|
1069
1066
|
"children": [
|
|
1070
1067
|
{
|
|
1071
1068
|
"type": "breadcrumb",
|
|
@@ -1080,10 +1077,10 @@
|
|
|
1080
1077
|
]
|
|
1081
1078
|
},
|
|
1082
1079
|
{
|
|
1080
|
+
"gap": "md",
|
|
1081
|
+
"justify": "between",
|
|
1083
1082
|
"children": [
|
|
1084
1083
|
{
|
|
1085
|
-
"gap": "md",
|
|
1086
|
-
"direction": "horizontal",
|
|
1087
1084
|
"children": [
|
|
1088
1085
|
{
|
|
1089
1086
|
"type": "icon",
|
|
@@ -1095,72 +1092,72 @@
|
|
|
1095
1092
|
"variant": "h2"
|
|
1096
1093
|
}
|
|
1097
1094
|
],
|
|
1098
|
-
"type": "stack"
|
|
1095
|
+
"type": "stack",
|
|
1096
|
+
"direction": "horizontal",
|
|
1097
|
+
"gap": "md"
|
|
1099
1098
|
},
|
|
1100
1099
|
{
|
|
1101
|
-
"variant": "secondary",
|
|
1102
|
-
"icon": "refresh-cw",
|
|
1103
1100
|
"label": "Refresh",
|
|
1101
|
+
"action": "REFRESH",
|
|
1104
1102
|
"type": "button",
|
|
1105
|
-
"
|
|
1103
|
+
"variant": "secondary",
|
|
1104
|
+
"icon": "refresh-cw"
|
|
1106
1105
|
}
|
|
1107
1106
|
],
|
|
1108
|
-
"gap": "md",
|
|
1109
1107
|
"direction": "horizontal",
|
|
1110
|
-
"justify": "between",
|
|
1111
1108
|
"type": "stack"
|
|
1112
1109
|
},
|
|
1113
1110
|
{
|
|
1114
1111
|
"type": "divider"
|
|
1115
1112
|
},
|
|
1116
1113
|
{
|
|
1117
|
-
"type": "box",
|
|
1118
|
-
"padding": "md",
|
|
1119
1114
|
"children": [
|
|
1120
1115
|
{
|
|
1116
|
+
"cols": 3.0,
|
|
1121
1117
|
"children": [
|
|
1122
1118
|
{
|
|
1119
|
+
"type": "stat-display",
|
|
1123
1120
|
"label": "ExperimentCount",
|
|
1124
|
-
"value": "@entity.experimentCount"
|
|
1125
|
-
"type": "stat-display"
|
|
1121
|
+
"value": "@entity.experimentCount"
|
|
1126
1122
|
},
|
|
1127
1123
|
{
|
|
1128
|
-
"label": "AvgAccuracy",
|
|
1129
1124
|
"type": "stat-display",
|
|
1125
|
+
"label": "AvgAccuracy",
|
|
1130
1126
|
"value": "@entity.avgAccuracy"
|
|
1131
1127
|
},
|
|
1132
1128
|
{
|
|
1133
|
-
"label": "TotalScore",
|
|
1134
1129
|
"value": "@entity.totalScore",
|
|
1135
|
-
"type": "stat-display"
|
|
1130
|
+
"type": "stat-display",
|
|
1131
|
+
"label": "TotalScore"
|
|
1136
1132
|
},
|
|
1137
1133
|
{
|
|
1138
1134
|
"type": "card",
|
|
1139
1135
|
"children": [
|
|
1140
1136
|
{
|
|
1141
|
-
"type": "stack",
|
|
1142
1137
|
"gap": "sm",
|
|
1143
|
-
"
|
|
1138
|
+
"type": "stack",
|
|
1144
1139
|
"children": [
|
|
1145
1140
|
{
|
|
1146
|
-
"content": "Grade",
|
|
1147
1141
|
"variant": "caption",
|
|
1142
|
+
"content": "Grade",
|
|
1148
1143
|
"type": "typography"
|
|
1149
1144
|
},
|
|
1150
1145
|
{
|
|
1146
|
+
"variant": "h3",
|
|
1151
1147
|
"content": "@entity.grade",
|
|
1152
|
-
"type": "typography"
|
|
1153
|
-
"variant": "h3"
|
|
1148
|
+
"type": "typography"
|
|
1154
1149
|
}
|
|
1155
|
-
]
|
|
1150
|
+
],
|
|
1151
|
+
"direction": "vertical"
|
|
1156
1152
|
}
|
|
1157
1153
|
]
|
|
1158
1154
|
}
|
|
1159
1155
|
],
|
|
1160
|
-
"cols": 3.0,
|
|
1161
1156
|
"type": "simple-grid"
|
|
1162
1157
|
}
|
|
1163
|
-
]
|
|
1158
|
+
],
|
|
1159
|
+
"type": "box",
|
|
1160
|
+
"padding": "md"
|
|
1164
1161
|
},
|
|
1165
1162
|
{
|
|
1166
1163
|
"type": "divider"
|
|
@@ -1170,27 +1167,27 @@
|
|
|
1170
1167
|
{
|
|
1171
1168
|
"children": [
|
|
1172
1169
|
{
|
|
1173
|
-
"content": "Chart View",
|
|
1174
1170
|
"variant": "caption",
|
|
1171
|
+
"content": "Chart View",
|
|
1175
1172
|
"type": "typography"
|
|
1176
1173
|
}
|
|
1177
1174
|
],
|
|
1178
1175
|
"type": "card"
|
|
1179
1176
|
},
|
|
1180
1177
|
{
|
|
1181
|
-
"type": "card",
|
|
1182
1178
|
"children": [
|
|
1183
1179
|
{
|
|
1180
|
+
"variant": "caption",
|
|
1184
1181
|
"content": "Graph View",
|
|
1185
|
-
"type": "typography"
|
|
1186
|
-
"variant": "caption"
|
|
1182
|
+
"type": "typography"
|
|
1187
1183
|
}
|
|
1188
|
-
]
|
|
1184
|
+
],
|
|
1185
|
+
"type": "card"
|
|
1189
1186
|
}
|
|
1190
1187
|
],
|
|
1191
1188
|
"cols": 2.0,
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1189
|
+
"gap": "md",
|
|
1190
|
+
"type": "grid"
|
|
1194
1191
|
},
|
|
1195
1192
|
{
|
|
1196
1193
|
"type": "line-chart",
|
|
@@ -1212,8 +1209,8 @@
|
|
|
1212
1209
|
"date": "Apr"
|
|
1213
1210
|
},
|
|
1214
1211
|
{
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1212
|
+
"value": 22.0,
|
|
1213
|
+
"date": "May"
|
|
1217
1214
|
},
|
|
1218
1215
|
{
|
|
1219
1216
|
"value": 30.0,
|
|
@@ -1228,17 +1225,19 @@
|
|
|
1228
1225
|
"label": "Current"
|
|
1229
1226
|
},
|
|
1230
1227
|
{
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1228
|
+
"color": "muted",
|
|
1229
|
+
"label": "Previous"
|
|
1233
1230
|
}
|
|
1234
1231
|
],
|
|
1235
1232
|
"type": "chart-legend"
|
|
1236
1233
|
},
|
|
1237
1234
|
{
|
|
1235
|
+
"width": 400.0,
|
|
1236
|
+
"type": "graph-view",
|
|
1238
1237
|
"nodes": [
|
|
1239
1238
|
{
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1239
|
+
"label": "Start",
|
|
1240
|
+
"id": "a"
|
|
1242
1241
|
},
|
|
1243
1242
|
{
|
|
1244
1243
|
"id": "b",
|
|
@@ -1249,26 +1248,27 @@
|
|
|
1249
1248
|
"label": "End"
|
|
1250
1249
|
}
|
|
1251
1250
|
],
|
|
1252
|
-
"type": "graph-view",
|
|
1253
|
-
"height": 200.0,
|
|
1254
|
-
"width": 400.0,
|
|
1255
1251
|
"edges": [
|
|
1256
1252
|
{
|
|
1257
1253
|
"source": "a",
|
|
1258
1254
|
"target": "b"
|
|
1259
1255
|
},
|
|
1260
1256
|
{
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1257
|
+
"target": "c",
|
|
1258
|
+
"source": "b"
|
|
1263
1259
|
}
|
|
1264
|
-
]
|
|
1260
|
+
],
|
|
1261
|
+
"height": 200.0
|
|
1265
1262
|
}
|
|
1266
1263
|
],
|
|
1267
|
-
"
|
|
1264
|
+
"direction": "vertical",
|
|
1265
|
+
"type": "stack",
|
|
1266
|
+
"gap": "lg"
|
|
1268
1267
|
}
|
|
1269
1268
|
]
|
|
1270
1269
|
}
|
|
1271
1270
|
],
|
|
1271
|
+
"type": "game-shell",
|
|
1272
1272
|
"showTopBar": true
|
|
1273
1273
|
}
|
|
1274
1274
|
]
|
|
@@ -1284,8 +1284,8 @@
|
|
|
1284
1284
|
"LabResult",
|
|
1285
1285
|
{
|
|
1286
1286
|
"emit": {
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1287
|
+
"success": "LabResultLoaded",
|
|
1288
|
+
"failure": "LabResultLoadFailed"
|
|
1289
1289
|
}
|
|
1290
1290
|
}
|
|
1291
1291
|
],
|
|
@@ -1293,8 +1293,6 @@
|
|
|
1293
1293
|
"render-ui",
|
|
1294
1294
|
"main",
|
|
1295
1295
|
{
|
|
1296
|
-
"appName": "STEM Lab",
|
|
1297
|
-
"type": "game-shell",
|
|
1298
1296
|
"children": [
|
|
1299
1297
|
{
|
|
1300
1298
|
"type": "scaled-diagram",
|
|
@@ -1305,47 +1303,47 @@
|
|
|
1305
1303
|
"gap": "lg",
|
|
1306
1304
|
"children": [
|
|
1307
1305
|
{
|
|
1308
|
-
"type": "breadcrumb",
|
|
1309
1306
|
"items": [
|
|
1310
1307
|
{
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1308
|
+
"href": "/",
|
|
1309
|
+
"label": "Home"
|
|
1313
1310
|
},
|
|
1314
1311
|
{
|
|
1315
1312
|
"label": "Lab Results"
|
|
1316
1313
|
}
|
|
1317
|
-
]
|
|
1314
|
+
],
|
|
1315
|
+
"type": "breadcrumb"
|
|
1318
1316
|
},
|
|
1319
1317
|
{
|
|
1320
1318
|
"gap": "md",
|
|
1321
1319
|
"justify": "between",
|
|
1320
|
+
"type": "stack",
|
|
1322
1321
|
"children": [
|
|
1323
1322
|
{
|
|
1324
|
-
"type": "stack",
|
|
1325
|
-
"direction": "horizontal",
|
|
1326
1323
|
"gap": "md",
|
|
1327
1324
|
"children": [
|
|
1328
1325
|
{
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1326
|
+
"type": "icon",
|
|
1327
|
+
"name": "clipboard"
|
|
1331
1328
|
},
|
|
1332
1329
|
{
|
|
1333
|
-
"type": "typography",
|
|
1334
1330
|
"content": "Lab Results",
|
|
1331
|
+
"type": "typography",
|
|
1335
1332
|
"variant": "h2"
|
|
1336
1333
|
}
|
|
1337
|
-
]
|
|
1334
|
+
],
|
|
1335
|
+
"direction": "horizontal",
|
|
1336
|
+
"type": "stack"
|
|
1338
1337
|
},
|
|
1339
1338
|
{
|
|
1340
|
-
"
|
|
1339
|
+
"variant": "secondary",
|
|
1341
1340
|
"type": "button",
|
|
1341
|
+
"icon": "refresh-cw",
|
|
1342
1342
|
"action": "REFRESH",
|
|
1343
|
-
"label": "Refresh"
|
|
1344
|
-
"variant": "secondary"
|
|
1343
|
+
"label": "Refresh"
|
|
1345
1344
|
}
|
|
1346
1345
|
],
|
|
1347
|
-
"direction": "horizontal"
|
|
1348
|
-
"type": "stack"
|
|
1346
|
+
"direction": "horizontal"
|
|
1349
1347
|
},
|
|
1350
1348
|
{
|
|
1351
1349
|
"type": "divider"
|
|
@@ -1362,36 +1360,36 @@
|
|
|
1362
1360
|
"value": "@entity.experimentCount"
|
|
1363
1361
|
},
|
|
1364
1362
|
{
|
|
1365
|
-
"label": "AvgAccuracy",
|
|
1366
1363
|
"type": "stat-display",
|
|
1367
|
-
"value": "@entity.avgAccuracy"
|
|
1364
|
+
"value": "@entity.avgAccuracy",
|
|
1365
|
+
"label": "AvgAccuracy"
|
|
1368
1366
|
},
|
|
1369
1367
|
{
|
|
1370
|
-
"label": "TotalScore",
|
|
1371
1368
|
"type": "stat-display",
|
|
1369
|
+
"label": "TotalScore",
|
|
1372
1370
|
"value": "@entity.totalScore"
|
|
1373
1371
|
},
|
|
1374
1372
|
{
|
|
1375
|
-
"type": "card",
|
|
1376
1373
|
"children": [
|
|
1377
1374
|
{
|
|
1375
|
+
"direction": "vertical",
|
|
1376
|
+
"gap": "sm",
|
|
1378
1377
|
"children": [
|
|
1379
1378
|
{
|
|
1380
|
-
"
|
|
1379
|
+
"content": "Grade",
|
|
1381
1380
|
"variant": "caption",
|
|
1382
|
-
"
|
|
1381
|
+
"type": "typography"
|
|
1383
1382
|
},
|
|
1384
1383
|
{
|
|
1385
|
-
"type": "typography",
|
|
1386
1384
|
"variant": "h3",
|
|
1387
|
-
"content": "@entity.grade"
|
|
1385
|
+
"content": "@entity.grade",
|
|
1386
|
+
"type": "typography"
|
|
1388
1387
|
}
|
|
1389
1388
|
],
|
|
1390
|
-
"type": "stack"
|
|
1391
|
-
"direction": "vertical",
|
|
1392
|
-
"gap": "sm"
|
|
1389
|
+
"type": "stack"
|
|
1393
1390
|
}
|
|
1394
|
-
]
|
|
1391
|
+
],
|
|
1392
|
+
"type": "card"
|
|
1395
1393
|
}
|
|
1396
1394
|
],
|
|
1397
1395
|
"type": "simple-grid",
|
|
@@ -1403,33 +1401,34 @@
|
|
|
1403
1401
|
"type": "divider"
|
|
1404
1402
|
},
|
|
1405
1403
|
{
|
|
1404
|
+
"type": "grid",
|
|
1406
1405
|
"cols": 2.0,
|
|
1406
|
+
"gap": "md",
|
|
1407
1407
|
"children": [
|
|
1408
1408
|
{
|
|
1409
|
+
"type": "card",
|
|
1409
1410
|
"children": [
|
|
1410
1411
|
{
|
|
1411
1412
|
"type": "typography",
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1413
|
+
"content": "Chart View",
|
|
1414
|
+
"variant": "caption"
|
|
1414
1415
|
}
|
|
1415
|
-
]
|
|
1416
|
-
"type": "card"
|
|
1416
|
+
]
|
|
1417
1417
|
},
|
|
1418
1418
|
{
|
|
1419
|
+
"type": "card",
|
|
1419
1420
|
"children": [
|
|
1420
1421
|
{
|
|
1422
|
+
"type": "typography",
|
|
1421
1423
|
"variant": "caption",
|
|
1422
|
-
"content": "Graph View"
|
|
1423
|
-
"type": "typography"
|
|
1424
|
+
"content": "Graph View"
|
|
1424
1425
|
}
|
|
1425
|
-
]
|
|
1426
|
-
"type": "card"
|
|
1426
|
+
]
|
|
1427
1427
|
}
|
|
1428
|
-
]
|
|
1429
|
-
"type": "grid",
|
|
1430
|
-
"gap": "md"
|
|
1428
|
+
]
|
|
1431
1429
|
},
|
|
1432
1430
|
{
|
|
1431
|
+
"type": "line-chart",
|
|
1433
1432
|
"data": [
|
|
1434
1433
|
{
|
|
1435
1434
|
"date": "Jan",
|
|
@@ -1440,8 +1439,8 @@
|
|
|
1440
1439
|
"value": 19.0
|
|
1441
1440
|
},
|
|
1442
1441
|
{
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1442
|
+
"value": 15.0,
|
|
1443
|
+
"date": "Mar"
|
|
1445
1444
|
},
|
|
1446
1445
|
{
|
|
1447
1446
|
"value": 25.0,
|
|
@@ -1455,8 +1454,7 @@
|
|
|
1455
1454
|
"date": "Jun",
|
|
1456
1455
|
"value": 30.0
|
|
1457
1456
|
}
|
|
1458
|
-
]
|
|
1459
|
-
"type": "line-chart"
|
|
1457
|
+
]
|
|
1460
1458
|
},
|
|
1461
1459
|
{
|
|
1462
1460
|
"type": "chart-legend",
|
|
@@ -1466,24 +1464,12 @@
|
|
|
1466
1464
|
"color": "primary"
|
|
1467
1465
|
},
|
|
1468
1466
|
{
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1467
|
+
"color": "muted",
|
|
1468
|
+
"label": "Previous"
|
|
1471
1469
|
}
|
|
1472
1470
|
]
|
|
1473
1471
|
},
|
|
1474
1472
|
{
|
|
1475
|
-
"height": 200.0,
|
|
1476
|
-
"edges": [
|
|
1477
|
-
{
|
|
1478
|
-
"target": "b",
|
|
1479
|
-
"source": "a"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"source": "b",
|
|
1483
|
-
"target": "c"
|
|
1484
|
-
}
|
|
1485
|
-
],
|
|
1486
|
-
"width": 400.0,
|
|
1487
1473
|
"type": "graph-view",
|
|
1488
1474
|
"nodes": [
|
|
1489
1475
|
{
|
|
@@ -1495,17 +1481,31 @@
|
|
|
1495
1481
|
"label": "Process"
|
|
1496
1482
|
},
|
|
1497
1483
|
{
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1484
|
+
"id": "c",
|
|
1485
|
+
"label": "End"
|
|
1500
1486
|
}
|
|
1501
|
-
]
|
|
1487
|
+
],
|
|
1488
|
+
"edges": [
|
|
1489
|
+
{
|
|
1490
|
+
"source": "a",
|
|
1491
|
+
"target": "b"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"target": "c",
|
|
1495
|
+
"source": "b"
|
|
1496
|
+
}
|
|
1497
|
+
],
|
|
1498
|
+
"width": 400.0,
|
|
1499
|
+
"height": 200.0
|
|
1502
1500
|
}
|
|
1503
1501
|
]
|
|
1504
1502
|
}
|
|
1505
1503
|
]
|
|
1506
1504
|
}
|
|
1507
1505
|
],
|
|
1508
|
-
"
|
|
1506
|
+
"type": "game-shell",
|
|
1507
|
+
"showTopBar": true,
|
|
1508
|
+
"appName": "STEM Lab"
|
|
1509
1509
|
}
|
|
1510
1510
|
]
|
|
1511
1511
|
]
|
|
@@ -1520,8 +1520,8 @@
|
|
|
1520
1520
|
"LabResult",
|
|
1521
1521
|
{
|
|
1522
1522
|
"emit": {
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1523
|
+
"failure": "LabResultLoadFailed",
|
|
1524
|
+
"success": "LabResultLoaded"
|
|
1525
1525
|
}
|
|
1526
1526
|
}
|
|
1527
1527
|
],
|
|
@@ -1529,38 +1529,36 @@
|
|
|
1529
1529
|
"render-ui",
|
|
1530
1530
|
"main",
|
|
1531
1531
|
{
|
|
1532
|
+
"type": "game-shell",
|
|
1532
1533
|
"appName": "STEM Lab",
|
|
1533
|
-
"showTopBar": true,
|
|
1534
1534
|
"children": [
|
|
1535
1535
|
{
|
|
1536
|
-
"type": "scaled-diagram",
|
|
1537
1536
|
"children": [
|
|
1538
1537
|
{
|
|
1539
|
-
"gap": "lg",
|
|
1540
1538
|
"type": "stack",
|
|
1539
|
+
"gap": "lg",
|
|
1540
|
+
"direction": "vertical",
|
|
1541
1541
|
"children": [
|
|
1542
1542
|
{
|
|
1543
|
+
"type": "breadcrumb",
|
|
1543
1544
|
"items": [
|
|
1544
1545
|
{
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1546
|
+
"href": "/",
|
|
1547
|
+
"label": "Home"
|
|
1547
1548
|
},
|
|
1548
1549
|
{
|
|
1549
1550
|
"label": "Lab Results"
|
|
1550
1551
|
}
|
|
1551
|
-
]
|
|
1552
|
-
"type": "breadcrumb"
|
|
1552
|
+
]
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
|
-
"justify": "between",
|
|
1556
1555
|
"gap": "md",
|
|
1557
|
-
"direction": "horizontal",
|
|
1558
1556
|
"type": "stack",
|
|
1559
1557
|
"children": [
|
|
1560
1558
|
{
|
|
1559
|
+
"type": "stack",
|
|
1561
1560
|
"direction": "horizontal",
|
|
1562
1561
|
"gap": "md",
|
|
1563
|
-
"type": "stack",
|
|
1564
1562
|
"children": [
|
|
1565
1563
|
{
|
|
1566
1564
|
"name": "clipboard",
|
|
@@ -1574,19 +1572,22 @@
|
|
|
1574
1572
|
]
|
|
1575
1573
|
},
|
|
1576
1574
|
{
|
|
1577
|
-
"action": "REFRESH",
|
|
1578
1575
|
"label": "Refresh",
|
|
1576
|
+
"icon": "refresh-cw",
|
|
1579
1577
|
"type": "button",
|
|
1580
|
-
"
|
|
1581
|
-
"
|
|
1578
|
+
"action": "REFRESH",
|
|
1579
|
+
"variant": "secondary"
|
|
1582
1580
|
}
|
|
1583
|
-
]
|
|
1581
|
+
],
|
|
1582
|
+
"justify": "between",
|
|
1583
|
+
"direction": "horizontal"
|
|
1584
1584
|
},
|
|
1585
1585
|
{
|
|
1586
1586
|
"type": "divider"
|
|
1587
1587
|
},
|
|
1588
1588
|
{
|
|
1589
1589
|
"type": "box",
|
|
1590
|
+
"padding": "md",
|
|
1590
1591
|
"children": [
|
|
1591
1592
|
{
|
|
1592
1593
|
"type": "simple-grid",
|
|
@@ -1594,36 +1595,36 @@
|
|
|
1594
1595
|
"children": [
|
|
1595
1596
|
{
|
|
1596
1597
|
"type": "stat-display",
|
|
1597
|
-
"
|
|
1598
|
-
"
|
|
1598
|
+
"label": "ExperimentCount",
|
|
1599
|
+
"value": "@entity.experimentCount"
|
|
1599
1600
|
},
|
|
1600
1601
|
{
|
|
1601
|
-
"value": "@entity.avgAccuracy",
|
|
1602
1602
|
"label": "AvgAccuracy",
|
|
1603
|
+
"value": "@entity.avgAccuracy",
|
|
1603
1604
|
"type": "stat-display"
|
|
1604
1605
|
},
|
|
1605
1606
|
{
|
|
1606
|
-
"
|
|
1607
|
+
"type": "stat-display",
|
|
1607
1608
|
"value": "@entity.totalScore",
|
|
1608
|
-
"
|
|
1609
|
+
"label": "TotalScore"
|
|
1609
1610
|
},
|
|
1610
1611
|
{
|
|
1611
1612
|
"children": [
|
|
1612
1613
|
{
|
|
1613
1614
|
"direction": "vertical",
|
|
1615
|
+
"gap": "sm",
|
|
1614
1616
|
"children": [
|
|
1615
1617
|
{
|
|
1618
|
+
"content": "Grade",
|
|
1616
1619
|
"type": "typography",
|
|
1617
|
-
"variant": "caption"
|
|
1618
|
-
"content": "Grade"
|
|
1620
|
+
"variant": "caption"
|
|
1619
1621
|
},
|
|
1620
1622
|
{
|
|
1623
|
+
"content": "@entity.grade",
|
|
1621
1624
|
"variant": "h3",
|
|
1622
|
-
"type": "typography"
|
|
1623
|
-
"content": "@entity.grade"
|
|
1625
|
+
"type": "typography"
|
|
1624
1626
|
}
|
|
1625
1627
|
],
|
|
1626
|
-
"gap": "sm",
|
|
1627
1628
|
"type": "stack"
|
|
1628
1629
|
}
|
|
1629
1630
|
],
|
|
@@ -1631,32 +1632,31 @@
|
|
|
1631
1632
|
}
|
|
1632
1633
|
]
|
|
1633
1634
|
}
|
|
1634
|
-
]
|
|
1635
|
-
"padding": "md"
|
|
1635
|
+
]
|
|
1636
1636
|
},
|
|
1637
1637
|
{
|
|
1638
1638
|
"type": "divider"
|
|
1639
1639
|
},
|
|
1640
1640
|
{
|
|
1641
|
-
"gap": "md",
|
|
1642
1641
|
"cols": 2.0,
|
|
1643
1642
|
"type": "grid",
|
|
1643
|
+
"gap": "md",
|
|
1644
1644
|
"children": [
|
|
1645
1645
|
{
|
|
1646
|
-
"type": "card",
|
|
1647
1646
|
"children": [
|
|
1648
1647
|
{
|
|
1649
|
-
"type": "typography",
|
|
1650
1648
|
"content": "Chart View",
|
|
1649
|
+
"type": "typography",
|
|
1651
1650
|
"variant": "caption"
|
|
1652
1651
|
}
|
|
1653
|
-
]
|
|
1652
|
+
],
|
|
1653
|
+
"type": "card"
|
|
1654
1654
|
},
|
|
1655
1655
|
{
|
|
1656
1656
|
"children": [
|
|
1657
1657
|
{
|
|
1658
|
-
"variant": "caption",
|
|
1659
1658
|
"type": "typography",
|
|
1659
|
+
"variant": "caption",
|
|
1660
1660
|
"content": "Graph View"
|
|
1661
1661
|
}
|
|
1662
1662
|
],
|
|
@@ -1668,28 +1668,28 @@
|
|
|
1668
1668
|
"type": "line-chart",
|
|
1669
1669
|
"data": [
|
|
1670
1670
|
{
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1671
|
+
"value": 12.0,
|
|
1672
|
+
"date": "Jan"
|
|
1673
1673
|
},
|
|
1674
1674
|
{
|
|
1675
1675
|
"date": "Feb",
|
|
1676
1676
|
"value": 19.0
|
|
1677
1677
|
},
|
|
1678
1678
|
{
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1679
|
+
"date": "Mar",
|
|
1680
|
+
"value": 15.0
|
|
1681
1681
|
},
|
|
1682
1682
|
{
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1683
|
+
"date": "Apr",
|
|
1684
|
+
"value": 25.0
|
|
1685
1685
|
},
|
|
1686
1686
|
{
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1687
|
+
"date": "May",
|
|
1688
|
+
"value": 22.0
|
|
1689
1689
|
},
|
|
1690
1690
|
{
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1691
|
+
"date": "Jun",
|
|
1692
|
+
"value": 30.0
|
|
1693
1693
|
}
|
|
1694
1694
|
]
|
|
1695
1695
|
},
|
|
@@ -1707,10 +1707,22 @@
|
|
|
1707
1707
|
]
|
|
1708
1708
|
},
|
|
1709
1709
|
{
|
|
1710
|
+
"width": 400.0,
|
|
1711
|
+
"edges": [
|
|
1712
|
+
{
|
|
1713
|
+
"source": "a",
|
|
1714
|
+
"target": "b"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"source": "b",
|
|
1718
|
+
"target": "c"
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"height": 200.0,
|
|
1710
1722
|
"nodes": [
|
|
1711
1723
|
{
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1724
|
+
"id": "a",
|
|
1725
|
+
"label": "Start"
|
|
1714
1726
|
},
|
|
1715
1727
|
{
|
|
1716
1728
|
"id": "b",
|
|
@@ -1721,27 +1733,15 @@
|
|
|
1721
1733
|
"id": "c"
|
|
1722
1734
|
}
|
|
1723
1735
|
],
|
|
1724
|
-
"type": "graph-view"
|
|
1725
|
-
"width": 400.0,
|
|
1726
|
-
"edges": [
|
|
1727
|
-
{
|
|
1728
|
-
"target": "b",
|
|
1729
|
-
"source": "a"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"target": "c",
|
|
1733
|
-
"source": "b"
|
|
1734
|
-
}
|
|
1735
|
-
],
|
|
1736
|
-
"height": 200.0
|
|
1736
|
+
"type": "graph-view"
|
|
1737
1737
|
}
|
|
1738
|
-
]
|
|
1739
|
-
"direction": "vertical"
|
|
1738
|
+
]
|
|
1740
1739
|
}
|
|
1741
|
-
]
|
|
1740
|
+
],
|
|
1741
|
+
"type": "scaled-diagram"
|
|
1742
1742
|
}
|
|
1743
1743
|
],
|
|
1744
|
-
"
|
|
1744
|
+
"showTopBar": true
|
|
1745
1745
|
}
|
|
1746
1746
|
]
|
|
1747
1747
|
]
|
|
@@ -1765,14 +1765,15 @@
|
|
|
1765
1765
|
"render-ui",
|
|
1766
1766
|
"main",
|
|
1767
1767
|
{
|
|
1768
|
-
"appName": "STEM Lab",
|
|
1769
1768
|
"type": "game-shell",
|
|
1769
|
+
"appName": "STEM Lab",
|
|
1770
1770
|
"showTopBar": true,
|
|
1771
1771
|
"children": [
|
|
1772
1772
|
{
|
|
1773
1773
|
"type": "scaled-diagram",
|
|
1774
1774
|
"children": [
|
|
1775
1775
|
{
|
|
1776
|
+
"gap": "lg",
|
|
1776
1777
|
"children": [
|
|
1777
1778
|
{
|
|
1778
1779
|
"type": "breadcrumb",
|
|
@@ -1787,9 +1788,7 @@
|
|
|
1787
1788
|
]
|
|
1788
1789
|
},
|
|
1789
1790
|
{
|
|
1790
|
-
"type": "stack",
|
|
1791
1791
|
"justify": "between",
|
|
1792
|
-
"gap": "md",
|
|
1793
1792
|
"children": [
|
|
1794
1793
|
{
|
|
1795
1794
|
"children": [
|
|
@@ -1798,23 +1797,25 @@
|
|
|
1798
1797
|
"name": "clipboard"
|
|
1799
1798
|
},
|
|
1800
1799
|
{
|
|
1801
|
-
"
|
|
1800
|
+
"variant": "h2",
|
|
1802
1801
|
"content": "Lab Results",
|
|
1803
|
-
"
|
|
1802
|
+
"type": "typography"
|
|
1804
1803
|
}
|
|
1805
1804
|
],
|
|
1805
|
+
"direction": "horizontal",
|
|
1806
1806
|
"gap": "md",
|
|
1807
|
-
"type": "stack"
|
|
1808
|
-
"direction": "horizontal"
|
|
1807
|
+
"type": "stack"
|
|
1809
1808
|
},
|
|
1810
1809
|
{
|
|
1811
|
-
"
|
|
1810
|
+
"type": "button",
|
|
1812
1811
|
"label": "Refresh",
|
|
1812
|
+
"action": "REFRESH",
|
|
1813
1813
|
"variant": "secondary",
|
|
1814
|
-
"type": "button",
|
|
1815
1814
|
"icon": "refresh-cw"
|
|
1816
1815
|
}
|
|
1817
1816
|
],
|
|
1817
|
+
"gap": "md",
|
|
1818
|
+
"type": "stack",
|
|
1818
1819
|
"direction": "horizontal"
|
|
1819
1820
|
},
|
|
1820
1821
|
{
|
|
@@ -1826,15 +1827,16 @@
|
|
|
1826
1827
|
"children": [
|
|
1827
1828
|
{
|
|
1828
1829
|
"cols": 3.0,
|
|
1830
|
+
"type": "simple-grid",
|
|
1829
1831
|
"children": [
|
|
1830
1832
|
{
|
|
1831
|
-
"label": "ExperimentCount",
|
|
1832
1833
|
"value": "@entity.experimentCount",
|
|
1834
|
+
"label": "ExperimentCount",
|
|
1833
1835
|
"type": "stat-display"
|
|
1834
1836
|
},
|
|
1835
1837
|
{
|
|
1836
|
-
"type": "stat-display",
|
|
1837
1838
|
"label": "AvgAccuracy",
|
|
1839
|
+
"type": "stat-display",
|
|
1838
1840
|
"value": "@entity.avgAccuracy"
|
|
1839
1841
|
},
|
|
1840
1842
|
{
|
|
@@ -1845,9 +1847,8 @@
|
|
|
1845
1847
|
{
|
|
1846
1848
|
"children": [
|
|
1847
1849
|
{
|
|
1848
|
-
"gap": "sm",
|
|
1849
1850
|
"direction": "vertical",
|
|
1850
|
-
"
|
|
1851
|
+
"gap": "sm",
|
|
1851
1852
|
"children": [
|
|
1852
1853
|
{
|
|
1853
1854
|
"variant": "caption",
|
|
@@ -1855,17 +1856,17 @@
|
|
|
1855
1856
|
"content": "Grade"
|
|
1856
1857
|
},
|
|
1857
1858
|
{
|
|
1858
|
-
"
|
|
1859
|
+
"content": "@entity.grade",
|
|
1859
1860
|
"variant": "h3",
|
|
1860
|
-
"
|
|
1861
|
+
"type": "typography"
|
|
1861
1862
|
}
|
|
1862
|
-
]
|
|
1863
|
+
],
|
|
1864
|
+
"type": "stack"
|
|
1863
1865
|
}
|
|
1864
1866
|
],
|
|
1865
1867
|
"type": "card"
|
|
1866
1868
|
}
|
|
1867
|
-
]
|
|
1868
|
-
"type": "simple-grid"
|
|
1869
|
+
]
|
|
1869
1870
|
}
|
|
1870
1871
|
]
|
|
1871
1872
|
},
|
|
@@ -1875,32 +1876,31 @@
|
|
|
1875
1876
|
{
|
|
1876
1877
|
"cols": 2.0,
|
|
1877
1878
|
"type": "grid",
|
|
1878
|
-
"gap": "md",
|
|
1879
1879
|
"children": [
|
|
1880
1880
|
{
|
|
1881
1881
|
"type": "card",
|
|
1882
1882
|
"children": [
|
|
1883
1883
|
{
|
|
1884
|
+
"type": "typography",
|
|
1884
1885
|
"variant": "caption",
|
|
1885
|
-
"content": "Chart View"
|
|
1886
|
-
"type": "typography"
|
|
1886
|
+
"content": "Chart View"
|
|
1887
1887
|
}
|
|
1888
1888
|
]
|
|
1889
1889
|
},
|
|
1890
1890
|
{
|
|
1891
|
-
"type": "card",
|
|
1892
1891
|
"children": [
|
|
1893
1892
|
{
|
|
1894
|
-
"type": "typography",
|
|
1895
1893
|
"variant": "caption",
|
|
1896
|
-
"content": "Graph View"
|
|
1894
|
+
"content": "Graph View",
|
|
1895
|
+
"type": "typography"
|
|
1897
1896
|
}
|
|
1898
|
-
]
|
|
1897
|
+
],
|
|
1898
|
+
"type": "card"
|
|
1899
1899
|
}
|
|
1900
|
-
]
|
|
1900
|
+
],
|
|
1901
|
+
"gap": "md"
|
|
1901
1902
|
},
|
|
1902
1903
|
{
|
|
1903
|
-
"type": "line-chart",
|
|
1904
1904
|
"data": [
|
|
1905
1905
|
{
|
|
1906
1906
|
"value": 12.0,
|
|
@@ -1911,35 +1911,36 @@
|
|
|
1911
1911
|
"date": "Feb"
|
|
1912
1912
|
},
|
|
1913
1913
|
{
|
|
1914
|
-
"
|
|
1915
|
-
"
|
|
1914
|
+
"date": "Mar",
|
|
1915
|
+
"value": 15.0
|
|
1916
1916
|
},
|
|
1917
1917
|
{
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1918
|
+
"value": 25.0,
|
|
1919
|
+
"date": "Apr"
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
1922
1922
|
"date": "May",
|
|
1923
1923
|
"value": 22.0
|
|
1924
1924
|
},
|
|
1925
1925
|
{
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1926
|
+
"value": 30.0,
|
|
1927
|
+
"date": "Jun"
|
|
1928
1928
|
}
|
|
1929
|
-
]
|
|
1929
|
+
],
|
|
1930
|
+
"type": "line-chart"
|
|
1930
1931
|
},
|
|
1931
1932
|
{
|
|
1932
|
-
"type": "chart-legend",
|
|
1933
1933
|
"items": [
|
|
1934
1934
|
{
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
1935
|
+
"label": "Current",
|
|
1936
|
+
"color": "primary"
|
|
1937
1937
|
},
|
|
1938
1938
|
{
|
|
1939
1939
|
"label": "Previous",
|
|
1940
1940
|
"color": "muted"
|
|
1941
1941
|
}
|
|
1942
|
-
]
|
|
1942
|
+
],
|
|
1943
|
+
"type": "chart-legend"
|
|
1943
1944
|
},
|
|
1944
1945
|
{
|
|
1945
1946
|
"edges": [
|
|
@@ -1952,28 +1953,27 @@
|
|
|
1952
1953
|
"source": "b"
|
|
1953
1954
|
}
|
|
1954
1955
|
],
|
|
1955
|
-
"width": 400.0,
|
|
1956
1956
|
"height": 200.0,
|
|
1957
|
-
"type": "graph-view",
|
|
1958
1957
|
"nodes": [
|
|
1959
1958
|
{
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
1959
|
+
"id": "a",
|
|
1960
|
+
"label": "Start"
|
|
1962
1961
|
},
|
|
1963
1962
|
{
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1963
|
+
"label": "Process",
|
|
1964
|
+
"id": "b"
|
|
1966
1965
|
},
|
|
1967
1966
|
{
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1967
|
+
"label": "End",
|
|
1968
|
+
"id": "c"
|
|
1970
1969
|
}
|
|
1971
|
-
]
|
|
1970
|
+
],
|
|
1971
|
+
"type": "graph-view",
|
|
1972
|
+
"width": 400.0
|
|
1972
1973
|
}
|
|
1973
1974
|
],
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1976
|
-
"direction": "vertical"
|
|
1975
|
+
"direction": "vertical",
|
|
1976
|
+
"type": "stack"
|
|
1977
1977
|
}
|
|
1978
1978
|
]
|
|
1979
1979
|
}
|
|
@@ -2000,4 +2000,4 @@
|
|
|
2000
2000
|
]
|
|
2001
2001
|
}
|
|
2002
2002
|
]
|
|
2003
|
-
}
|
|
2003
|
+
}
|