@almadar/std 10.0.0 → 11.0.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -189,22 +189,22 @@
|
|
|
189
189
|
"render-ui",
|
|
190
190
|
"main",
|
|
191
191
|
{
|
|
192
|
-
"
|
|
193
|
-
"type": "game-shell",
|
|
192
|
+
"showTopBar": true,
|
|
194
193
|
"children": [
|
|
195
194
|
{
|
|
196
195
|
"title": "Sequencer Challenge",
|
|
196
|
+
"type": "game-menu",
|
|
197
197
|
"menuItems": [
|
|
198
198
|
{
|
|
199
|
-
"variant": "primary",
|
|
200
199
|
"label": "Start",
|
|
201
|
-
"event": "START"
|
|
200
|
+
"event": "START",
|
|
201
|
+
"variant": "primary"
|
|
202
202
|
}
|
|
203
|
-
]
|
|
204
|
-
"type": "game-menu"
|
|
203
|
+
]
|
|
205
204
|
}
|
|
206
205
|
],
|
|
207
|
-
"
|
|
206
|
+
"appName": "Coding Academy",
|
|
207
|
+
"type": "game-shell"
|
|
208
208
|
}
|
|
209
209
|
]
|
|
210
210
|
]
|
|
@@ -219,11 +219,11 @@
|
|
|
219
219
|
"main",
|
|
220
220
|
{
|
|
221
221
|
"type": "game-shell",
|
|
222
|
-
"showTopBar": true,
|
|
223
222
|
"appName": "Coding Academy",
|
|
224
223
|
"children": [
|
|
225
224
|
{
|
|
226
225
|
"type": "stack",
|
|
226
|
+
"direction": "vertical",
|
|
227
227
|
"children": [
|
|
228
228
|
{
|
|
229
229
|
"stats": [
|
|
@@ -232,22 +232,22 @@
|
|
|
232
232
|
"value": "@entity.score"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
|
-
"
|
|
236
|
-
"
|
|
235
|
+
"label": "Level",
|
|
236
|
+
"value": "@entity.level"
|
|
237
237
|
}
|
|
238
238
|
],
|
|
239
239
|
"type": "game-hud"
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
|
-
"completeEvent": "COMPLETE",
|
|
243
242
|
"entity": "SeqChallenge",
|
|
243
|
+
"completeEvent": "COMPLETE",
|
|
244
244
|
"type": "sequencer-board"
|
|
245
245
|
}
|
|
246
246
|
],
|
|
247
|
-
"direction": "vertical",
|
|
248
247
|
"gap": "md"
|
|
249
248
|
}
|
|
250
|
-
]
|
|
249
|
+
],
|
|
250
|
+
"showTopBar": true
|
|
251
251
|
}
|
|
252
252
|
]
|
|
253
253
|
]
|
|
@@ -266,22 +266,22 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"type": "game-shell",
|
|
270
269
|
"showTopBar": true,
|
|
270
|
+
"type": "game-shell",
|
|
271
|
+
"appName": "Coding Academy",
|
|
271
272
|
"children": [
|
|
272
273
|
{
|
|
273
|
-
"title": "Well Done!",
|
|
274
|
-
"type": "game-over-screen",
|
|
275
274
|
"menuItems": [
|
|
276
275
|
{
|
|
277
276
|
"label": "Play Again",
|
|
278
277
|
"event": "RESTART",
|
|
279
278
|
"variant": "primary"
|
|
280
279
|
}
|
|
281
|
-
]
|
|
280
|
+
],
|
|
281
|
+
"type": "game-over-screen",
|
|
282
|
+
"title": "Well Done!"
|
|
282
283
|
}
|
|
283
|
-
]
|
|
284
|
-
"appName": "Coding Academy"
|
|
284
|
+
]
|
|
285
285
|
}
|
|
286
286
|
]
|
|
287
287
|
]
|
|
@@ -295,8 +295,9 @@
|
|
|
295
295
|
"render-ui",
|
|
296
296
|
"main",
|
|
297
297
|
{
|
|
298
|
-
"
|
|
298
|
+
"type": "game-shell",
|
|
299
299
|
"showTopBar": true,
|
|
300
|
+
"appName": "Coding Academy",
|
|
300
301
|
"children": [
|
|
301
302
|
{
|
|
302
303
|
"title": "Sequencer Challenge",
|
|
@@ -309,8 +310,7 @@
|
|
|
309
310
|
}
|
|
310
311
|
]
|
|
311
312
|
}
|
|
312
|
-
]
|
|
313
|
-
"type": "game-shell"
|
|
313
|
+
]
|
|
314
314
|
}
|
|
315
315
|
]
|
|
316
316
|
]
|
|
@@ -509,8 +509,8 @@
|
|
|
509
509
|
"BuildChallenge",
|
|
510
510
|
{
|
|
511
511
|
"emit": {
|
|
512
|
-
"
|
|
513
|
-
"
|
|
512
|
+
"success": "BuildChallengeLoaded",
|
|
513
|
+
"failure": "BuildChallengeLoadFailed"
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
],
|
|
@@ -519,19 +519,19 @@
|
|
|
519
519
|
"main",
|
|
520
520
|
{
|
|
521
521
|
"type": "game-shell",
|
|
522
|
-
"appName": "Coding Academy",
|
|
523
522
|
"showTopBar": true,
|
|
523
|
+
"appName": "Coding Academy",
|
|
524
524
|
"children": [
|
|
525
525
|
{
|
|
526
|
+
"type": "game-menu",
|
|
526
527
|
"title": "Builder Challenge",
|
|
527
528
|
"menuItems": [
|
|
528
529
|
{
|
|
529
|
-
"label": "Start",
|
|
530
530
|
"event": "START",
|
|
531
|
+
"label": "Start",
|
|
531
532
|
"variant": "primary"
|
|
532
533
|
}
|
|
533
|
-
]
|
|
534
|
-
"type": "game-menu"
|
|
534
|
+
]
|
|
535
535
|
}
|
|
536
536
|
]
|
|
537
537
|
}
|
|
@@ -547,12 +547,16 @@
|
|
|
547
547
|
"render-ui",
|
|
548
548
|
"main",
|
|
549
549
|
{
|
|
550
|
-
"showTopBar": true,
|
|
551
550
|
"appName": "Coding Academy",
|
|
551
|
+
"showTopBar": true,
|
|
552
|
+
"type": "game-shell",
|
|
552
553
|
"children": [
|
|
553
554
|
{
|
|
555
|
+
"type": "stack",
|
|
556
|
+
"gap": "md",
|
|
554
557
|
"children": [
|
|
555
558
|
{
|
|
559
|
+
"type": "game-hud",
|
|
556
560
|
"stats": [
|
|
557
561
|
{
|
|
558
562
|
"label": "Score",
|
|
@@ -562,21 +566,17 @@
|
|
|
562
566
|
"label": "Level",
|
|
563
567
|
"value": "@entity.level"
|
|
564
568
|
}
|
|
565
|
-
]
|
|
566
|
-
"type": "game-hud"
|
|
569
|
+
]
|
|
567
570
|
},
|
|
568
571
|
{
|
|
569
|
-
"
|
|
572
|
+
"completeEvent": "COMPLETE",
|
|
570
573
|
"type": "builder-board",
|
|
571
|
-
"
|
|
574
|
+
"entity": "BuildChallenge"
|
|
572
575
|
}
|
|
573
576
|
],
|
|
574
|
-
"type": "stack",
|
|
575
|
-
"gap": "md",
|
|
576
577
|
"direction": "vertical"
|
|
577
578
|
}
|
|
578
|
-
]
|
|
579
|
-
"type": "game-shell"
|
|
579
|
+
]
|
|
580
580
|
}
|
|
581
581
|
]
|
|
582
582
|
]
|
|
@@ -597,20 +597,20 @@
|
|
|
597
597
|
{
|
|
598
598
|
"children": [
|
|
599
599
|
{
|
|
600
|
-
"title": "Well Done!",
|
|
601
|
-
"type": "game-over-screen",
|
|
602
600
|
"menuItems": [
|
|
603
601
|
{
|
|
604
|
-
"label": "Play Again",
|
|
605
602
|
"event": "RESTART",
|
|
606
|
-
"variant": "primary"
|
|
603
|
+
"variant": "primary",
|
|
604
|
+
"label": "Play Again"
|
|
607
605
|
}
|
|
608
|
-
]
|
|
606
|
+
],
|
|
607
|
+
"type": "game-over-screen",
|
|
608
|
+
"title": "Well Done!"
|
|
609
609
|
}
|
|
610
610
|
],
|
|
611
|
-
"type": "game-shell",
|
|
612
611
|
"appName": "Coding Academy",
|
|
613
|
-
"showTopBar": true
|
|
612
|
+
"showTopBar": true,
|
|
613
|
+
"type": "game-shell"
|
|
614
614
|
}
|
|
615
615
|
]
|
|
616
616
|
]
|
|
@@ -624,22 +624,22 @@
|
|
|
624
624
|
"render-ui",
|
|
625
625
|
"main",
|
|
626
626
|
{
|
|
627
|
+
"appName": "Coding Academy",
|
|
627
628
|
"type": "game-shell",
|
|
629
|
+
"showTopBar": true,
|
|
628
630
|
"children": [
|
|
629
631
|
{
|
|
632
|
+
"type": "game-menu",
|
|
630
633
|
"menuItems": [
|
|
631
634
|
{
|
|
635
|
+
"label": "Start",
|
|
632
636
|
"event": "START",
|
|
633
|
-
"variant": "primary"
|
|
634
|
-
"label": "Start"
|
|
637
|
+
"variant": "primary"
|
|
635
638
|
}
|
|
636
639
|
],
|
|
637
|
-
"title": "Builder Challenge"
|
|
638
|
-
"type": "game-menu"
|
|
640
|
+
"title": "Builder Challenge"
|
|
639
641
|
}
|
|
640
|
-
]
|
|
641
|
-
"showTopBar": true,
|
|
642
|
-
"appName": "Coding Academy"
|
|
642
|
+
]
|
|
643
643
|
}
|
|
644
644
|
]
|
|
645
645
|
]
|
|
@@ -838,8 +838,8 @@
|
|
|
838
838
|
"EventChallenge",
|
|
839
839
|
{
|
|
840
840
|
"emit": {
|
|
841
|
-
"
|
|
842
|
-
"
|
|
841
|
+
"failure": "EventChallengeLoadFailed",
|
|
842
|
+
"success": "EventChallengeLoaded"
|
|
843
843
|
}
|
|
844
844
|
}
|
|
845
845
|
],
|
|
@@ -847,22 +847,22 @@
|
|
|
847
847
|
"render-ui",
|
|
848
848
|
"main",
|
|
849
849
|
{
|
|
850
|
+
"type": "game-shell",
|
|
851
|
+
"appName": "Coding Academy",
|
|
850
852
|
"children": [
|
|
851
853
|
{
|
|
852
|
-
"type": "game-menu",
|
|
853
|
-
"title": "Event Handler Challenge",
|
|
854
854
|
"menuItems": [
|
|
855
855
|
{
|
|
856
856
|
"event": "START",
|
|
857
|
-
"
|
|
858
|
-
"
|
|
857
|
+
"variant": "primary",
|
|
858
|
+
"label": "Start"
|
|
859
859
|
}
|
|
860
|
-
]
|
|
860
|
+
],
|
|
861
|
+
"type": "game-menu",
|
|
862
|
+
"title": "Event Handler Challenge"
|
|
861
863
|
}
|
|
862
864
|
],
|
|
863
|
-
"showTopBar": true
|
|
864
|
-
"type": "game-shell",
|
|
865
|
-
"appName": "Coding Academy"
|
|
865
|
+
"showTopBar": true
|
|
866
866
|
}
|
|
867
867
|
]
|
|
868
868
|
]
|
|
@@ -876,18 +876,17 @@
|
|
|
876
876
|
"render-ui",
|
|
877
877
|
"main",
|
|
878
878
|
{
|
|
879
|
-
"type": "game-shell",
|
|
880
|
-
"showTopBar": true,
|
|
881
879
|
"children": [
|
|
882
880
|
{
|
|
883
881
|
"direction": "vertical",
|
|
882
|
+
"type": "stack",
|
|
884
883
|
"gap": "md",
|
|
885
884
|
"children": [
|
|
886
885
|
{
|
|
887
886
|
"stats": [
|
|
888
887
|
{
|
|
889
|
-
"
|
|
890
|
-
"
|
|
888
|
+
"label": "Score",
|
|
889
|
+
"value": "@entity.score"
|
|
891
890
|
},
|
|
892
891
|
{
|
|
893
892
|
"label": "Level",
|
|
@@ -897,14 +896,15 @@
|
|
|
897
896
|
"type": "game-hud"
|
|
898
897
|
},
|
|
899
898
|
{
|
|
900
|
-
"entity": "EventChallenge",
|
|
901
899
|
"type": "event-handler-board",
|
|
902
|
-
"completeEvent": "COMPLETE"
|
|
900
|
+
"completeEvent": "COMPLETE",
|
|
901
|
+
"entity": "EventChallenge"
|
|
903
902
|
}
|
|
904
|
-
]
|
|
905
|
-
"type": "stack"
|
|
903
|
+
]
|
|
906
904
|
}
|
|
907
905
|
],
|
|
906
|
+
"showTopBar": true,
|
|
907
|
+
"type": "game-shell",
|
|
908
908
|
"appName": "Coding Academy"
|
|
909
909
|
}
|
|
910
910
|
]
|
|
@@ -925,21 +925,21 @@
|
|
|
925
925
|
"main",
|
|
926
926
|
{
|
|
927
927
|
"type": "game-shell",
|
|
928
|
+
"showTopBar": true,
|
|
928
929
|
"appName": "Coding Academy",
|
|
929
930
|
"children": [
|
|
930
931
|
{
|
|
931
|
-
"type": "game-over-screen",
|
|
932
932
|
"title": "Well Done!",
|
|
933
|
+
"type": "game-over-screen",
|
|
933
934
|
"menuItems": [
|
|
934
935
|
{
|
|
935
936
|
"event": "RESTART",
|
|
936
|
-
"
|
|
937
|
-
"
|
|
937
|
+
"label": "Play Again",
|
|
938
|
+
"variant": "primary"
|
|
938
939
|
}
|
|
939
940
|
]
|
|
940
941
|
}
|
|
941
|
-
]
|
|
942
|
-
"showTopBar": true
|
|
942
|
+
]
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
]
|
|
@@ -953,22 +953,22 @@
|
|
|
953
953
|
"render-ui",
|
|
954
954
|
"main",
|
|
955
955
|
{
|
|
956
|
-
"showTopBar": true,
|
|
957
|
-
"appName": "Coding Academy",
|
|
958
956
|
"type": "game-shell",
|
|
959
957
|
"children": [
|
|
960
958
|
{
|
|
959
|
+
"type": "game-menu",
|
|
960
|
+
"title": "Event Handler Challenge",
|
|
961
961
|
"menuItems": [
|
|
962
962
|
{
|
|
963
|
-
"event": "START",
|
|
964
963
|
"label": "Start",
|
|
965
|
-
"variant": "primary"
|
|
964
|
+
"variant": "primary",
|
|
965
|
+
"event": "START"
|
|
966
966
|
}
|
|
967
|
-
]
|
|
968
|
-
"type": "game-menu",
|
|
969
|
-
"title": "Event Handler Challenge"
|
|
967
|
+
]
|
|
970
968
|
}
|
|
971
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"appName": "Coding Academy",
|
|
971
|
+
"showTopBar": true
|
|
972
972
|
}
|
|
973
973
|
]
|
|
974
974
|
]
|
|
@@ -1144,8 +1144,8 @@
|
|
|
1144
1144
|
"StudentProgress",
|
|
1145
1145
|
{
|
|
1146
1146
|
"emit": {
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1147
|
+
"failure": "StudentProgressLoadFailed",
|
|
1148
|
+
"success": "StudentProgressLoaded"
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
1151
|
],
|
|
@@ -1153,12 +1153,13 @@
|
|
|
1153
1153
|
"render-ui",
|
|
1154
1154
|
"main",
|
|
1155
1155
|
{
|
|
1156
|
-
"
|
|
1156
|
+
"showTopBar": true,
|
|
1157
1157
|
"children": [
|
|
1158
1158
|
{
|
|
1159
1159
|
"children": [
|
|
1160
1160
|
{
|
|
1161
1161
|
"gap": "lg",
|
|
1162
|
+
"type": "stack",
|
|
1162
1163
|
"children": [
|
|
1163
1164
|
{
|
|
1164
1165
|
"type": "breadcrumb",
|
|
@@ -1173,8 +1174,7 @@
|
|
|
1173
1174
|
]
|
|
1174
1175
|
},
|
|
1175
1176
|
{
|
|
1176
|
-
"
|
|
1177
|
-
"gap": "md",
|
|
1177
|
+
"direction": "horizontal",
|
|
1178
1178
|
"children": [
|
|
1179
1179
|
{
|
|
1180
1180
|
"type": "stack",
|
|
@@ -1182,39 +1182,42 @@
|
|
|
1182
1182
|
"gap": "md",
|
|
1183
1183
|
"children": [
|
|
1184
1184
|
{
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1185
|
+
"type": "icon",
|
|
1186
|
+
"name": "trending-up"
|
|
1187
1187
|
},
|
|
1188
1188
|
{
|
|
1189
|
+
"type": "typography",
|
|
1189
1190
|
"content": "Progress",
|
|
1190
|
-
"variant": "h2"
|
|
1191
|
-
"type": "typography"
|
|
1191
|
+
"variant": "h2"
|
|
1192
1192
|
}
|
|
1193
1193
|
]
|
|
1194
1194
|
},
|
|
1195
1195
|
{
|
|
1196
|
+
"variant": "secondary",
|
|
1197
|
+
"type": "button",
|
|
1196
1198
|
"label": "Refresh",
|
|
1197
1199
|
"icon": "refresh-cw",
|
|
1198
|
-
"
|
|
1199
|
-
"action": "REFRESH",
|
|
1200
|
-
"variant": "secondary"
|
|
1200
|
+
"action": "REFRESH"
|
|
1201
1201
|
}
|
|
1202
1202
|
],
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1203
|
+
"gap": "md",
|
|
1204
|
+
"justify": "between",
|
|
1205
|
+
"type": "stack"
|
|
1205
1206
|
},
|
|
1206
1207
|
{
|
|
1207
1208
|
"type": "divider"
|
|
1208
1209
|
},
|
|
1209
1210
|
{
|
|
1210
1211
|
"type": "box",
|
|
1212
|
+
"padding": "md",
|
|
1211
1213
|
"children": [
|
|
1212
1214
|
{
|
|
1215
|
+
"cols": 3.0,
|
|
1213
1216
|
"children": [
|
|
1214
1217
|
{
|
|
1215
|
-
"label": "TotalLessons",
|
|
1216
1218
|
"value": "@entity.totalLessons",
|
|
1217
|
-
"type": "stat-display"
|
|
1219
|
+
"type": "stat-display",
|
|
1220
|
+
"label": "TotalLessons"
|
|
1218
1221
|
},
|
|
1219
1222
|
{
|
|
1220
1223
|
"label": "CompletedLessons",
|
|
@@ -1222,66 +1225,64 @@
|
|
|
1222
1225
|
"type": "stat-display"
|
|
1223
1226
|
},
|
|
1224
1227
|
{
|
|
1228
|
+
"value": "@entity.averageScore",
|
|
1225
1229
|
"type": "stat-display",
|
|
1226
|
-
"label": "AverageScore"
|
|
1227
|
-
"value": "@entity.averageScore"
|
|
1230
|
+
"label": "AverageScore"
|
|
1228
1231
|
},
|
|
1229
1232
|
{
|
|
1230
|
-
"value": "@entity.streak",
|
|
1231
1233
|
"label": "Streak",
|
|
1232
|
-
"type": "stat-display"
|
|
1234
|
+
"type": "stat-display",
|
|
1235
|
+
"value": "@entity.streak"
|
|
1233
1236
|
}
|
|
1234
1237
|
],
|
|
1235
|
-
"cols": 3.0,
|
|
1236
1238
|
"type": "simple-grid"
|
|
1237
1239
|
}
|
|
1238
|
-
]
|
|
1239
|
-
"padding": "md"
|
|
1240
|
+
]
|
|
1240
1241
|
},
|
|
1241
1242
|
{
|
|
1242
1243
|
"type": "divider"
|
|
1243
1244
|
},
|
|
1244
1245
|
{
|
|
1246
|
+
"gap": "md",
|
|
1247
|
+
"cols": 2.0,
|
|
1245
1248
|
"children": [
|
|
1246
1249
|
{
|
|
1247
|
-
"type": "card",
|
|
1248
1250
|
"children": [
|
|
1249
1251
|
{
|
|
1250
|
-
"content": "Chart View",
|
|
1251
1252
|
"type": "typography",
|
|
1253
|
+
"content": "Chart View",
|
|
1252
1254
|
"variant": "caption"
|
|
1253
1255
|
}
|
|
1254
|
-
]
|
|
1256
|
+
],
|
|
1257
|
+
"type": "card"
|
|
1255
1258
|
},
|
|
1256
1259
|
{
|
|
1257
1260
|
"type": "card",
|
|
1258
1261
|
"children": [
|
|
1259
1262
|
{
|
|
1263
|
+
"variant": "caption",
|
|
1260
1264
|
"type": "typography",
|
|
1261
|
-
"content": "Graph View"
|
|
1262
|
-
"variant": "caption"
|
|
1265
|
+
"content": "Graph View"
|
|
1263
1266
|
}
|
|
1264
1267
|
]
|
|
1265
1268
|
}
|
|
1266
1269
|
],
|
|
1267
|
-
"
|
|
1268
|
-
"type": "grid",
|
|
1269
|
-
"cols": 2.0
|
|
1270
|
+
"type": "grid"
|
|
1270
1271
|
},
|
|
1271
1272
|
{
|
|
1272
1273
|
"type": "line-chart",
|
|
1273
1274
|
"data": [
|
|
1274
1275
|
{
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1276
|
+
"value": 12.0,
|
|
1277
|
+
"date": "Jan"
|
|
1277
1278
|
},
|
|
1278
1279
|
{
|
|
1279
1280
|
"date": "Feb",
|
|
1280
1281
|
"value": 19.0
|
|
1281
1282
|
},
|
|
1282
1283
|
{
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1284
|
+
"value": 15.0,
|
|
1285
|
+
"date": "Mar"
|
|
1285
1286
|
},
|
|
1286
1287
|
{
|
|
1287
1288
|
"value": 25.0,
|
|
@@ -1292,26 +1293,40 @@
|
|
|
1292
1293
|
"value": 22.0
|
|
1293
1294
|
},
|
|
1294
1295
|
{
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1296
|
+
"date": "Jun",
|
|
1297
|
+
"value": 30.0
|
|
1297
1298
|
}
|
|
1298
1299
|
]
|
|
1299
1300
|
},
|
|
1300
1301
|
{
|
|
1302
|
+
"type": "chart-legend",
|
|
1301
1303
|
"items": [
|
|
1302
1304
|
{
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1305
|
+
"color": "primary",
|
|
1306
|
+
"label": "Current"
|
|
1305
1307
|
},
|
|
1306
1308
|
{
|
|
1307
1309
|
"label": "Previous",
|
|
1308
1310
|
"color": "muted"
|
|
1309
1311
|
}
|
|
1310
|
-
]
|
|
1311
|
-
"type": "chart-legend"
|
|
1312
|
+
]
|
|
1312
1313
|
},
|
|
1313
1314
|
{
|
|
1314
|
-
"
|
|
1315
|
+
"height": 200.0,
|
|
1316
|
+
"nodes": [
|
|
1317
|
+
{
|
|
1318
|
+
"label": "Start",
|
|
1319
|
+
"id": "a"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"label": "Process",
|
|
1323
|
+
"id": "b"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"id": "c",
|
|
1327
|
+
"label": "End"
|
|
1328
|
+
}
|
|
1329
|
+
],
|
|
1315
1330
|
"edges": [
|
|
1316
1331
|
{
|
|
1317
1332
|
"source": "a",
|
|
@@ -1322,33 +1337,18 @@
|
|
|
1322
1337
|
"target": "c"
|
|
1323
1338
|
}
|
|
1324
1339
|
],
|
|
1325
|
-
"height": 200.0,
|
|
1326
1340
|
"type": "graph-view",
|
|
1327
|
-
"
|
|
1328
|
-
{
|
|
1329
|
-
"id": "a",
|
|
1330
|
-
"label": "Start"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"id": "b",
|
|
1334
|
-
"label": "Process"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"label": "End",
|
|
1338
|
-
"id": "c"
|
|
1339
|
-
}
|
|
1340
|
-
]
|
|
1341
|
+
"width": 400.0
|
|
1341
1342
|
}
|
|
1342
1343
|
],
|
|
1343
|
-
"direction": "vertical"
|
|
1344
|
-
"type": "stack"
|
|
1344
|
+
"direction": "vertical"
|
|
1345
1345
|
}
|
|
1346
1346
|
],
|
|
1347
1347
|
"type": "scaled-diagram"
|
|
1348
1348
|
}
|
|
1349
1349
|
],
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1350
|
+
"appName": "Coding Academy",
|
|
1351
|
+
"type": "game-shell"
|
|
1352
1352
|
}
|
|
1353
1353
|
]
|
|
1354
1354
|
]
|
|
@@ -1363,8 +1363,8 @@
|
|
|
1363
1363
|
"StudentProgress",
|
|
1364
1364
|
{
|
|
1365
1365
|
"emit": {
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1366
|
+
"success": "StudentProgressLoaded",
|
|
1367
|
+
"failure": "StudentProgressLoadFailed"
|
|
1368
1368
|
}
|
|
1369
1369
|
}
|
|
1370
1370
|
],
|
|
@@ -1375,55 +1375,53 @@
|
|
|
1375
1375
|
"type": "game-shell",
|
|
1376
1376
|
"children": [
|
|
1377
1377
|
{
|
|
1378
|
-
"type": "scaled-diagram",
|
|
1379
1378
|
"children": [
|
|
1380
1379
|
{
|
|
1381
1380
|
"type": "stack",
|
|
1382
|
-
"direction": "vertical",
|
|
1383
1381
|
"gap": "lg",
|
|
1384
1382
|
"children": [
|
|
1385
1383
|
{
|
|
1386
|
-
"type": "breadcrumb",
|
|
1387
1384
|
"items": [
|
|
1388
1385
|
{
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1386
|
+
"label": "Home",
|
|
1387
|
+
"href": "/"
|
|
1391
1388
|
},
|
|
1392
1389
|
{
|
|
1393
1390
|
"label": "Progress"
|
|
1394
1391
|
}
|
|
1395
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"type": "breadcrumb"
|
|
1396
1394
|
},
|
|
1397
1395
|
{
|
|
1398
|
-
"direction": "horizontal",
|
|
1399
|
-
"justify": "between",
|
|
1400
1396
|
"type": "stack",
|
|
1397
|
+
"gap": "md",
|
|
1398
|
+
"justify": "between",
|
|
1401
1399
|
"children": [
|
|
1402
1400
|
{
|
|
1403
1401
|
"gap": "md",
|
|
1404
1402
|
"type": "stack",
|
|
1405
1403
|
"children": [
|
|
1406
1404
|
{
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1405
|
+
"type": "icon",
|
|
1406
|
+
"name": "trending-up"
|
|
1409
1407
|
},
|
|
1410
1408
|
{
|
|
1411
1409
|
"content": "Progress",
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1410
|
+
"variant": "h2",
|
|
1411
|
+
"type": "typography"
|
|
1414
1412
|
}
|
|
1415
1413
|
],
|
|
1416
1414
|
"direction": "horizontal"
|
|
1417
1415
|
},
|
|
1418
1416
|
{
|
|
1419
|
-
"
|
|
1420
|
-
"icon": "refresh-cw",
|
|
1417
|
+
"action": "REFRESH",
|
|
1421
1418
|
"type": "button",
|
|
1422
1419
|
"label": "Refresh",
|
|
1423
|
-
"
|
|
1420
|
+
"icon": "refresh-cw",
|
|
1421
|
+
"variant": "secondary"
|
|
1424
1422
|
}
|
|
1425
1423
|
],
|
|
1426
|
-
"
|
|
1424
|
+
"direction": "horizontal"
|
|
1427
1425
|
},
|
|
1428
1426
|
{
|
|
1429
1427
|
"type": "divider"
|
|
@@ -1434,64 +1432,63 @@
|
|
|
1434
1432
|
"cols": 3.0,
|
|
1435
1433
|
"children": [
|
|
1436
1434
|
{
|
|
1437
|
-
"value": "@entity.totalLessons",
|
|
1438
1435
|
"label": "TotalLessons",
|
|
1436
|
+
"value": "@entity.totalLessons",
|
|
1439
1437
|
"type": "stat-display"
|
|
1440
1438
|
},
|
|
1441
1439
|
{
|
|
1440
|
+
"value": "@entity.completedLessons",
|
|
1442
1441
|
"label": "CompletedLessons",
|
|
1443
|
-
"type": "stat-display"
|
|
1444
|
-
"value": "@entity.completedLessons"
|
|
1442
|
+
"type": "stat-display"
|
|
1445
1443
|
},
|
|
1446
1444
|
{
|
|
1447
|
-
"value": "@entity.averageScore",
|
|
1448
1445
|
"label": "AverageScore",
|
|
1446
|
+
"value": "@entity.averageScore",
|
|
1449
1447
|
"type": "stat-display"
|
|
1450
1448
|
},
|
|
1451
1449
|
{
|
|
1452
1450
|
"value": "@entity.streak",
|
|
1453
|
-
"
|
|
1454
|
-
"
|
|
1451
|
+
"type": "stat-display",
|
|
1452
|
+
"label": "Streak"
|
|
1455
1453
|
}
|
|
1456
1454
|
],
|
|
1457
1455
|
"type": "simple-grid"
|
|
1458
1456
|
}
|
|
1459
1457
|
],
|
|
1460
|
-
"
|
|
1461
|
-
"
|
|
1458
|
+
"type": "box",
|
|
1459
|
+
"padding": "md"
|
|
1462
1460
|
},
|
|
1463
1461
|
{
|
|
1464
1462
|
"type": "divider"
|
|
1465
1463
|
},
|
|
1466
1464
|
{
|
|
1467
|
-
"cols": 2.0,
|
|
1468
|
-
"gap": "md",
|
|
1469
|
-
"type": "grid",
|
|
1470
1465
|
"children": [
|
|
1471
1466
|
{
|
|
1472
1467
|
"type": "card",
|
|
1473
1468
|
"children": [
|
|
1474
1469
|
{
|
|
1475
|
-
"type": "typography",
|
|
1476
1470
|
"variant": "caption",
|
|
1477
|
-
"content": "Chart View"
|
|
1471
|
+
"content": "Chart View",
|
|
1472
|
+
"type": "typography"
|
|
1478
1473
|
}
|
|
1479
1474
|
]
|
|
1480
1475
|
},
|
|
1481
1476
|
{
|
|
1477
|
+
"type": "card",
|
|
1482
1478
|
"children": [
|
|
1483
1479
|
{
|
|
1480
|
+
"type": "typography",
|
|
1484
1481
|
"variant": "caption",
|
|
1485
|
-
"content": "Graph View"
|
|
1486
|
-
"type": "typography"
|
|
1482
|
+
"content": "Graph View"
|
|
1487
1483
|
}
|
|
1488
|
-
]
|
|
1489
|
-
"type": "card"
|
|
1484
|
+
]
|
|
1490
1485
|
}
|
|
1491
|
-
]
|
|
1486
|
+
],
|
|
1487
|
+
"type": "grid",
|
|
1488
|
+
"cols": 2.0,
|
|
1489
|
+
"gap": "md"
|
|
1492
1490
|
},
|
|
1493
1491
|
{
|
|
1494
|
-
"type": "line-chart",
|
|
1495
1492
|
"data": [
|
|
1496
1493
|
{
|
|
1497
1494
|
"date": "Jan",
|
|
@@ -1502,37 +1499,39 @@
|
|
|
1502
1499
|
"date": "Feb"
|
|
1503
1500
|
},
|
|
1504
1501
|
{
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1502
|
+
"date": "Mar",
|
|
1503
|
+
"value": 15.0
|
|
1507
1504
|
},
|
|
1508
1505
|
{
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1506
|
+
"value": 25.0,
|
|
1507
|
+
"date": "Apr"
|
|
1511
1508
|
},
|
|
1512
1509
|
{
|
|
1513
1510
|
"value": 22.0,
|
|
1514
1511
|
"date": "May"
|
|
1515
1512
|
},
|
|
1516
1513
|
{
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1514
|
+
"value": 30.0,
|
|
1515
|
+
"date": "Jun"
|
|
1519
1516
|
}
|
|
1520
|
-
]
|
|
1517
|
+
],
|
|
1518
|
+
"type": "line-chart"
|
|
1521
1519
|
},
|
|
1522
1520
|
{
|
|
1521
|
+
"type": "chart-legend",
|
|
1523
1522
|
"items": [
|
|
1524
1523
|
{
|
|
1525
|
-
"
|
|
1526
|
-
"
|
|
1524
|
+
"color": "primary",
|
|
1525
|
+
"label": "Current"
|
|
1527
1526
|
},
|
|
1528
1527
|
{
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1528
|
+
"label": "Previous",
|
|
1529
|
+
"color": "muted"
|
|
1531
1530
|
}
|
|
1532
|
-
]
|
|
1533
|
-
"type": "chart-legend"
|
|
1531
|
+
]
|
|
1534
1532
|
},
|
|
1535
1533
|
{
|
|
1534
|
+
"width": 400.0,
|
|
1536
1535
|
"edges": [
|
|
1537
1536
|
{
|
|
1538
1537
|
"source": "a",
|
|
@@ -1543,27 +1542,28 @@
|
|
|
1543
1542
|
"target": "c"
|
|
1544
1543
|
}
|
|
1545
1544
|
],
|
|
1546
|
-
"
|
|
1547
|
-
"type": "graph-view",
|
|
1545
|
+
"height": 200.0,
|
|
1548
1546
|
"nodes": [
|
|
1549
1547
|
{
|
|
1550
1548
|
"label": "Start",
|
|
1551
1549
|
"id": "a"
|
|
1552
1550
|
},
|
|
1553
1551
|
{
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1552
|
+
"id": "b",
|
|
1553
|
+
"label": "Process"
|
|
1556
1554
|
},
|
|
1557
1555
|
{
|
|
1558
1556
|
"label": "End",
|
|
1559
1557
|
"id": "c"
|
|
1560
1558
|
}
|
|
1561
1559
|
],
|
|
1562
|
-
"
|
|
1560
|
+
"type": "graph-view"
|
|
1563
1561
|
}
|
|
1564
|
-
]
|
|
1562
|
+
],
|
|
1563
|
+
"direction": "vertical"
|
|
1565
1564
|
}
|
|
1566
|
-
]
|
|
1565
|
+
],
|
|
1566
|
+
"type": "scaled-diagram"
|
|
1567
1567
|
}
|
|
1568
1568
|
],
|
|
1569
1569
|
"appName": "Coding Academy",
|
|
@@ -1591,72 +1591,70 @@
|
|
|
1591
1591
|
"render-ui",
|
|
1592
1592
|
"main",
|
|
1593
1593
|
{
|
|
1594
|
+
"appName": "Coding Academy",
|
|
1595
|
+
"showTopBar": true,
|
|
1596
|
+
"type": "game-shell",
|
|
1594
1597
|
"children": [
|
|
1595
1598
|
{
|
|
1596
1599
|
"children": [
|
|
1597
1600
|
{
|
|
1598
|
-
"gap": "lg",
|
|
1599
1601
|
"type": "stack",
|
|
1600
|
-
"direction": "vertical",
|
|
1601
1602
|
"children": [
|
|
1602
1603
|
{
|
|
1604
|
+
"type": "breadcrumb",
|
|
1603
1605
|
"items": [
|
|
1604
1606
|
{
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
+
"href": "/",
|
|
1608
|
+
"label": "Home"
|
|
1607
1609
|
},
|
|
1608
1610
|
{
|
|
1609
1611
|
"label": "Progress"
|
|
1610
1612
|
}
|
|
1611
|
-
]
|
|
1612
|
-
"type": "breadcrumb"
|
|
1613
|
+
]
|
|
1613
1614
|
},
|
|
1614
1615
|
{
|
|
1615
|
-
"gap": "md",
|
|
1616
|
-
"justify": "between",
|
|
1617
|
-
"type": "stack",
|
|
1618
1616
|
"direction": "horizontal",
|
|
1617
|
+
"type": "stack",
|
|
1618
|
+
"justify": "between",
|
|
1619
1619
|
"children": [
|
|
1620
1620
|
{
|
|
1621
|
-
"gap": "md",
|
|
1622
1621
|
"children": [
|
|
1623
1622
|
{
|
|
1624
1623
|
"type": "icon",
|
|
1625
1624
|
"name": "trending-up"
|
|
1626
1625
|
},
|
|
1627
1626
|
{
|
|
1628
|
-
"variant": "h2",
|
|
1629
1627
|
"type": "typography",
|
|
1628
|
+
"variant": "h2",
|
|
1630
1629
|
"content": "Progress"
|
|
1631
1630
|
}
|
|
1632
1631
|
],
|
|
1632
|
+
"type": "stack",
|
|
1633
1633
|
"direction": "horizontal",
|
|
1634
|
-
"
|
|
1634
|
+
"gap": "md"
|
|
1635
1635
|
},
|
|
1636
1636
|
{
|
|
1637
|
-
"icon": "refresh-cw",
|
|
1638
1637
|
"label": "Refresh",
|
|
1638
|
+
"icon": "refresh-cw",
|
|
1639
|
+
"variant": "secondary",
|
|
1639
1640
|
"action": "REFRESH",
|
|
1640
|
-
"type": "button"
|
|
1641
|
-
"variant": "secondary"
|
|
1641
|
+
"type": "button"
|
|
1642
1642
|
}
|
|
1643
|
-
]
|
|
1643
|
+
],
|
|
1644
|
+
"gap": "md"
|
|
1644
1645
|
},
|
|
1645
1646
|
{
|
|
1646
1647
|
"type": "divider"
|
|
1647
1648
|
},
|
|
1648
1649
|
{
|
|
1649
|
-
"type": "box",
|
|
1650
1650
|
"padding": "md",
|
|
1651
1651
|
"children": [
|
|
1652
1652
|
{
|
|
1653
|
-
"type": "simple-grid",
|
|
1654
|
-
"cols": 3.0,
|
|
1655
1653
|
"children": [
|
|
1656
1654
|
{
|
|
1657
|
-
"
|
|
1655
|
+
"label": "TotalLessons",
|
|
1658
1656
|
"type": "stat-display",
|
|
1659
|
-
"
|
|
1657
|
+
"value": "@entity.totalLessons"
|
|
1660
1658
|
},
|
|
1661
1659
|
{
|
|
1662
1660
|
"value": "@entity.completedLessons",
|
|
@@ -1673,9 +1671,12 @@
|
|
|
1673
1671
|
"type": "stat-display",
|
|
1674
1672
|
"value": "@entity.streak"
|
|
1675
1673
|
}
|
|
1676
|
-
]
|
|
1674
|
+
],
|
|
1675
|
+
"cols": 3.0,
|
|
1676
|
+
"type": "simple-grid"
|
|
1677
1677
|
}
|
|
1678
|
-
]
|
|
1678
|
+
],
|
|
1679
|
+
"type": "box"
|
|
1679
1680
|
},
|
|
1680
1681
|
{
|
|
1681
1682
|
"type": "divider"
|
|
@@ -1695,49 +1696,48 @@
|
|
|
1695
1696
|
]
|
|
1696
1697
|
},
|
|
1697
1698
|
{
|
|
1698
|
-
"type": "card",
|
|
1699
1699
|
"children": [
|
|
1700
1700
|
{
|
|
1701
|
-
"variant": "caption",
|
|
1702
1701
|
"content": "Graph View",
|
|
1703
|
-
"type": "typography"
|
|
1702
|
+
"type": "typography",
|
|
1703
|
+
"variant": "caption"
|
|
1704
1704
|
}
|
|
1705
|
-
]
|
|
1705
|
+
],
|
|
1706
|
+
"type": "card"
|
|
1706
1707
|
}
|
|
1707
1708
|
],
|
|
1708
1709
|
"cols": 2.0
|
|
1709
1710
|
},
|
|
1710
1711
|
{
|
|
1711
|
-
"type": "line-chart",
|
|
1712
1712
|
"data": [
|
|
1713
1713
|
{
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1714
|
+
"date": "Jan",
|
|
1715
|
+
"value": 12.0
|
|
1716
1716
|
},
|
|
1717
1717
|
{
|
|
1718
1718
|
"value": 19.0,
|
|
1719
1719
|
"date": "Feb"
|
|
1720
1720
|
},
|
|
1721
1721
|
{
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1722
|
+
"value": 15.0,
|
|
1723
|
+
"date": "Mar"
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1726
|
+
"value": 25.0,
|
|
1727
|
+
"date": "Apr"
|
|
1728
1728
|
},
|
|
1729
1729
|
{
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1730
|
+
"value": 22.0,
|
|
1731
|
+
"date": "May"
|
|
1732
1732
|
},
|
|
1733
1733
|
{
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1734
|
+
"date": "Jun",
|
|
1735
|
+
"value": 30.0
|
|
1736
1736
|
}
|
|
1737
|
-
]
|
|
1737
|
+
],
|
|
1738
|
+
"type": "line-chart"
|
|
1738
1739
|
},
|
|
1739
1740
|
{
|
|
1740
|
-
"type": "chart-legend",
|
|
1741
1741
|
"items": [
|
|
1742
1742
|
{
|
|
1743
1743
|
"label": "Current",
|
|
@@ -1747,46 +1747,46 @@
|
|
|
1747
1747
|
"color": "muted",
|
|
1748
1748
|
"label": "Previous"
|
|
1749
1749
|
}
|
|
1750
|
-
]
|
|
1750
|
+
],
|
|
1751
|
+
"type": "chart-legend"
|
|
1751
1752
|
},
|
|
1752
1753
|
{
|
|
1753
1754
|
"nodes": [
|
|
1754
1755
|
{
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1756
|
+
"id": "a",
|
|
1757
|
+
"label": "Start"
|
|
1757
1758
|
},
|
|
1758
1759
|
{
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1760
|
+
"label": "Process",
|
|
1761
|
+
"id": "b"
|
|
1761
1762
|
},
|
|
1762
1763
|
{
|
|
1763
1764
|
"id": "c",
|
|
1764
1765
|
"label": "End"
|
|
1765
1766
|
}
|
|
1766
1767
|
],
|
|
1768
|
+
"height": 200.0,
|
|
1767
1769
|
"type": "graph-view",
|
|
1768
1770
|
"edges": [
|
|
1769
1771
|
{
|
|
1770
|
-
"
|
|
1771
|
-
"
|
|
1772
|
+
"source": "a",
|
|
1773
|
+
"target": "b"
|
|
1772
1774
|
},
|
|
1773
1775
|
{
|
|
1774
1776
|
"source": "b",
|
|
1775
1777
|
"target": "c"
|
|
1776
1778
|
}
|
|
1777
1779
|
],
|
|
1778
|
-
"width": 400.0
|
|
1779
|
-
"height": 200.0
|
|
1780
|
+
"width": 400.0
|
|
1780
1781
|
}
|
|
1781
|
-
]
|
|
1782
|
+
],
|
|
1783
|
+
"direction": "vertical",
|
|
1784
|
+
"gap": "lg"
|
|
1782
1785
|
}
|
|
1783
1786
|
],
|
|
1784
1787
|
"type": "scaled-diagram"
|
|
1785
1788
|
}
|
|
1786
|
-
]
|
|
1787
|
-
"appName": "Coding Academy",
|
|
1788
|
-
"showTopBar": true,
|
|
1789
|
-
"type": "game-shell"
|
|
1789
|
+
]
|
|
1790
1790
|
}
|
|
1791
1791
|
]
|
|
1792
1792
|
]
|
|
@@ -1801,8 +1801,8 @@
|
|
|
1801
1801
|
"StudentProgress",
|
|
1802
1802
|
{
|
|
1803
1803
|
"emit": {
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
1804
|
+
"success": "StudentProgressLoaded",
|
|
1805
|
+
"failure": "StudentProgressLoadFailed"
|
|
1806
1806
|
}
|
|
1807
1807
|
}
|
|
1808
1808
|
],
|
|
@@ -1810,17 +1810,15 @@
|
|
|
1810
1810
|
"render-ui",
|
|
1811
1811
|
"main",
|
|
1812
1812
|
{
|
|
1813
|
-
"type": "game-shell",
|
|
1814
|
-
"appName": "Coding Academy",
|
|
1815
1813
|
"showTopBar": true,
|
|
1814
|
+
"appName": "Coding Academy",
|
|
1815
|
+
"type": "game-shell",
|
|
1816
1816
|
"children": [
|
|
1817
1817
|
{
|
|
1818
1818
|
"type": "scaled-diagram",
|
|
1819
1819
|
"children": [
|
|
1820
1820
|
{
|
|
1821
1821
|
"gap": "lg",
|
|
1822
|
-
"direction": "vertical",
|
|
1823
|
-
"type": "stack",
|
|
1824
1822
|
"children": [
|
|
1825
1823
|
{
|
|
1826
1824
|
"items": [
|
|
@@ -1835,35 +1833,35 @@
|
|
|
1835
1833
|
"type": "breadcrumb"
|
|
1836
1834
|
},
|
|
1837
1835
|
{
|
|
1838
|
-
"direction": "horizontal",
|
|
1839
|
-
"type": "stack",
|
|
1840
|
-
"gap": "md",
|
|
1841
|
-
"justify": "between",
|
|
1842
1836
|
"children": [
|
|
1843
1837
|
{
|
|
1844
1838
|
"type": "stack",
|
|
1839
|
+
"direction": "horizontal",
|
|
1845
1840
|
"gap": "md",
|
|
1846
1841
|
"children": [
|
|
1847
1842
|
{
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1843
|
+
"type": "icon",
|
|
1844
|
+
"name": "trending-up"
|
|
1850
1845
|
},
|
|
1851
1846
|
{
|
|
1847
|
+
"variant": "h2",
|
|
1852
1848
|
"type": "typography",
|
|
1853
|
-
"content": "Progress"
|
|
1854
|
-
"variant": "h2"
|
|
1849
|
+
"content": "Progress"
|
|
1855
1850
|
}
|
|
1856
|
-
]
|
|
1857
|
-
"direction": "horizontal"
|
|
1851
|
+
]
|
|
1858
1852
|
},
|
|
1859
1853
|
{
|
|
1860
|
-
"type": "button",
|
|
1861
|
-
"variant": "secondary",
|
|
1862
1854
|
"icon": "refresh-cw",
|
|
1855
|
+
"variant": "secondary",
|
|
1863
1856
|
"label": "Refresh",
|
|
1857
|
+
"type": "button",
|
|
1864
1858
|
"action": "REFRESH"
|
|
1865
1859
|
}
|
|
1866
|
-
]
|
|
1860
|
+
],
|
|
1861
|
+
"direction": "horizontal",
|
|
1862
|
+
"type": "stack",
|
|
1863
|
+
"gap": "md",
|
|
1864
|
+
"justify": "between"
|
|
1867
1865
|
},
|
|
1868
1866
|
{
|
|
1869
1867
|
"type": "divider"
|
|
@@ -1871,30 +1869,30 @@
|
|
|
1871
1869
|
{
|
|
1872
1870
|
"children": [
|
|
1873
1871
|
{
|
|
1872
|
+
"cols": 3.0,
|
|
1874
1873
|
"type": "simple-grid",
|
|
1875
1874
|
"children": [
|
|
1876
1875
|
{
|
|
1876
|
+
"value": "@entity.totalLessons",
|
|
1877
1877
|
"type": "stat-display",
|
|
1878
|
-
"label": "TotalLessons"
|
|
1879
|
-
"value": "@entity.totalLessons"
|
|
1878
|
+
"label": "TotalLessons"
|
|
1880
1879
|
},
|
|
1881
1880
|
{
|
|
1882
1881
|
"type": "stat-display",
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1882
|
+
"value": "@entity.completedLessons",
|
|
1883
|
+
"label": "CompletedLessons"
|
|
1885
1884
|
},
|
|
1886
1885
|
{
|
|
1887
1886
|
"type": "stat-display",
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1887
|
+
"value": "@entity.averageScore",
|
|
1888
|
+
"label": "AverageScore"
|
|
1890
1889
|
},
|
|
1891
1890
|
{
|
|
1892
|
-
"type": "stat-display",
|
|
1893
1891
|
"label": "Streak",
|
|
1894
|
-
"value": "@entity.streak"
|
|
1892
|
+
"value": "@entity.streak",
|
|
1893
|
+
"type": "stat-display"
|
|
1895
1894
|
}
|
|
1896
|
-
]
|
|
1897
|
-
"cols": 3.0
|
|
1895
|
+
]
|
|
1898
1896
|
}
|
|
1899
1897
|
],
|
|
1900
1898
|
"type": "box",
|
|
@@ -1904,16 +1902,15 @@
|
|
|
1904
1902
|
"type": "divider"
|
|
1905
1903
|
},
|
|
1906
1904
|
{
|
|
1907
|
-
"cols": 2.0,
|
|
1908
1905
|
"type": "grid",
|
|
1909
1906
|
"gap": "md",
|
|
1910
1907
|
"children": [
|
|
1911
1908
|
{
|
|
1912
1909
|
"children": [
|
|
1913
1910
|
{
|
|
1914
|
-
"content": "Chart View",
|
|
1915
1911
|
"type": "typography",
|
|
1916
|
-
"variant": "caption"
|
|
1912
|
+
"variant": "caption",
|
|
1913
|
+
"content": "Chart View"
|
|
1917
1914
|
}
|
|
1918
1915
|
],
|
|
1919
1916
|
"type": "card"
|
|
@@ -1928,80 +1925,83 @@
|
|
|
1928
1925
|
}
|
|
1929
1926
|
]
|
|
1930
1927
|
}
|
|
1931
|
-
]
|
|
1928
|
+
],
|
|
1929
|
+
"cols": 2.0
|
|
1932
1930
|
},
|
|
1933
1931
|
{
|
|
1934
|
-
"type": "line-chart",
|
|
1935
1932
|
"data": [
|
|
1936
1933
|
{
|
|
1937
|
-
"
|
|
1938
|
-
"
|
|
1934
|
+
"date": "Jan",
|
|
1935
|
+
"value": 12.0
|
|
1939
1936
|
},
|
|
1940
1937
|
{
|
|
1941
1938
|
"value": 19.0,
|
|
1942
1939
|
"date": "Feb"
|
|
1943
1940
|
},
|
|
1944
1941
|
{
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1942
|
+
"value": 15.0,
|
|
1943
|
+
"date": "Mar"
|
|
1947
1944
|
},
|
|
1948
1945
|
{
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1946
|
+
"date": "Apr",
|
|
1947
|
+
"value": 25.0
|
|
1951
1948
|
},
|
|
1952
1949
|
{
|
|
1953
1950
|
"value": 22.0,
|
|
1954
1951
|
"date": "May"
|
|
1955
1952
|
},
|
|
1956
1953
|
{
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1954
|
+
"value": 30.0,
|
|
1955
|
+
"date": "Jun"
|
|
1959
1956
|
}
|
|
1960
|
-
]
|
|
1957
|
+
],
|
|
1958
|
+
"type": "line-chart"
|
|
1961
1959
|
},
|
|
1962
1960
|
{
|
|
1963
1961
|
"items": [
|
|
1964
1962
|
{
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1963
|
+
"label": "Current",
|
|
1964
|
+
"color": "primary"
|
|
1967
1965
|
},
|
|
1968
1966
|
{
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
1967
|
+
"label": "Previous",
|
|
1968
|
+
"color": "muted"
|
|
1971
1969
|
}
|
|
1972
1970
|
],
|
|
1973
1971
|
"type": "chart-legend"
|
|
1974
1972
|
},
|
|
1975
1973
|
{
|
|
1976
|
-
"type": "graph-view",
|
|
1977
|
-
"width": 400.0,
|
|
1978
|
-
"edges": [
|
|
1979
|
-
{
|
|
1980
|
-
"source": "a",
|
|
1981
|
-
"target": "b"
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"source": "b",
|
|
1985
|
-
"target": "c"
|
|
1986
|
-
}
|
|
1987
|
-
],
|
|
1988
1974
|
"nodes": [
|
|
1989
1975
|
{
|
|
1990
1976
|
"label": "Start",
|
|
1991
1977
|
"id": "a"
|
|
1992
1978
|
},
|
|
1993
1979
|
{
|
|
1994
|
-
"
|
|
1995
|
-
"
|
|
1980
|
+
"label": "Process",
|
|
1981
|
+
"id": "b"
|
|
1996
1982
|
},
|
|
1997
1983
|
{
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
1984
|
+
"id": "c",
|
|
1985
|
+
"label": "End"
|
|
2000
1986
|
}
|
|
2001
1987
|
],
|
|
1988
|
+
"edges": [
|
|
1989
|
+
{
|
|
1990
|
+
"source": "a",
|
|
1991
|
+
"target": "b"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"target": "c",
|
|
1995
|
+
"source": "b"
|
|
1996
|
+
}
|
|
1997
|
+
],
|
|
1998
|
+
"type": "graph-view",
|
|
1999
|
+
"width": 400.0,
|
|
2002
2000
|
"height": 200.0
|
|
2003
2001
|
}
|
|
2004
|
-
]
|
|
2002
|
+
],
|
|
2003
|
+
"type": "stack",
|
|
2004
|
+
"direction": "vertical"
|
|
2005
2005
|
}
|
|
2006
2006
|
]
|
|
2007
2007
|
}
|
|
@@ -2020,8 +2020,8 @@
|
|
|
2020
2020
|
"StudentProgress",
|
|
2021
2021
|
{
|
|
2022
2022
|
"emit": {
|
|
2023
|
-
"
|
|
2024
|
-
"
|
|
2023
|
+
"success": "StudentProgressLoaded",
|
|
2024
|
+
"failure": "StudentProgressLoadFailed"
|
|
2025
2025
|
}
|
|
2026
2026
|
}
|
|
2027
2027
|
],
|
|
@@ -2031,35 +2031,27 @@
|
|
|
2031
2031
|
{
|
|
2032
2032
|
"type": "game-shell",
|
|
2033
2033
|
"appName": "Coding Academy",
|
|
2034
|
-
"showTopBar": true,
|
|
2035
2034
|
"children": [
|
|
2036
2035
|
{
|
|
2037
|
-
"type": "scaled-diagram",
|
|
2038
2036
|
"children": [
|
|
2039
2037
|
{
|
|
2040
|
-
"type": "stack",
|
|
2041
2038
|
"direction": "vertical",
|
|
2042
2039
|
"children": [
|
|
2043
2040
|
{
|
|
2044
|
-
"type": "breadcrumb",
|
|
2045
2041
|
"items": [
|
|
2046
2042
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"
|
|
2043
|
+
"label": "Home",
|
|
2044
|
+
"href": "/"
|
|
2049
2045
|
},
|
|
2050
2046
|
{
|
|
2051
2047
|
"label": "Progress"
|
|
2052
2048
|
}
|
|
2053
|
-
]
|
|
2049
|
+
],
|
|
2050
|
+
"type": "breadcrumb"
|
|
2054
2051
|
},
|
|
2055
2052
|
{
|
|
2056
|
-
"type": "stack",
|
|
2057
|
-
"justify": "between",
|
|
2058
|
-
"gap": "md",
|
|
2059
|
-
"direction": "horizontal",
|
|
2060
2053
|
"children": [
|
|
2061
2054
|
{
|
|
2062
|
-
"type": "stack",
|
|
2063
2055
|
"children": [
|
|
2064
2056
|
{
|
|
2065
2057
|
"type": "icon",
|
|
@@ -2071,93 +2063,97 @@
|
|
|
2071
2063
|
"content": "Progress"
|
|
2072
2064
|
}
|
|
2073
2065
|
],
|
|
2074
|
-
"
|
|
2075
|
-
"
|
|
2066
|
+
"gap": "md",
|
|
2067
|
+
"type": "stack",
|
|
2068
|
+
"direction": "horizontal"
|
|
2076
2069
|
},
|
|
2077
2070
|
{
|
|
2078
|
-
"action": "REFRESH",
|
|
2079
2071
|
"type": "button",
|
|
2080
|
-
"variant": "secondary",
|
|
2081
2072
|
"icon": "refresh-cw",
|
|
2073
|
+
"variant": "secondary",
|
|
2074
|
+
"action": "REFRESH",
|
|
2082
2075
|
"label": "Refresh"
|
|
2083
2076
|
}
|
|
2084
|
-
]
|
|
2077
|
+
],
|
|
2078
|
+
"type": "stack",
|
|
2079
|
+
"direction": "horizontal",
|
|
2080
|
+
"justify": "between",
|
|
2081
|
+
"gap": "md"
|
|
2085
2082
|
},
|
|
2086
2083
|
{
|
|
2087
2084
|
"type": "divider"
|
|
2088
2085
|
},
|
|
2089
2086
|
{
|
|
2090
|
-
"type": "box",
|
|
2091
2087
|
"padding": "md",
|
|
2092
2088
|
"children": [
|
|
2093
2089
|
{
|
|
2090
|
+
"cols": 3.0,
|
|
2091
|
+
"type": "simple-grid",
|
|
2094
2092
|
"children": [
|
|
2095
2093
|
{
|
|
2096
|
-
"
|
|
2094
|
+
"label": "TotalLessons",
|
|
2097
2095
|
"type": "stat-display",
|
|
2098
|
-
"
|
|
2096
|
+
"value": "@entity.totalLessons"
|
|
2099
2097
|
},
|
|
2100
2098
|
{
|
|
2099
|
+
"type": "stat-display",
|
|
2101
2100
|
"label": "CompletedLessons",
|
|
2102
|
-
"value": "@entity.completedLessons"
|
|
2103
|
-
"type": "stat-display"
|
|
2101
|
+
"value": "@entity.completedLessons"
|
|
2104
2102
|
},
|
|
2105
2103
|
{
|
|
2106
|
-
"value": "@entity.averageScore",
|
|
2107
2104
|
"type": "stat-display",
|
|
2108
|
-
"label": "AverageScore"
|
|
2105
|
+
"label": "AverageScore",
|
|
2106
|
+
"value": "@entity.averageScore"
|
|
2109
2107
|
},
|
|
2110
2108
|
{
|
|
2111
2109
|
"value": "@entity.streak",
|
|
2112
|
-
"
|
|
2113
|
-
"
|
|
2110
|
+
"type": "stat-display",
|
|
2111
|
+
"label": "Streak"
|
|
2114
2112
|
}
|
|
2115
|
-
]
|
|
2116
|
-
"type": "simple-grid",
|
|
2117
|
-
"cols": 3.0
|
|
2113
|
+
]
|
|
2118
2114
|
}
|
|
2119
|
-
]
|
|
2115
|
+
],
|
|
2116
|
+
"type": "box"
|
|
2120
2117
|
},
|
|
2121
2118
|
{
|
|
2122
2119
|
"type": "divider"
|
|
2123
2120
|
},
|
|
2124
2121
|
{
|
|
2125
|
-
"
|
|
2122
|
+
"type": "grid",
|
|
2123
|
+
"cols": 2.0,
|
|
2126
2124
|
"children": [
|
|
2127
2125
|
{
|
|
2126
|
+
"type": "card",
|
|
2128
2127
|
"children": [
|
|
2129
2128
|
{
|
|
2130
|
-
"content": "Chart View",
|
|
2131
2129
|
"type": "typography",
|
|
2132
|
-
"variant": "caption"
|
|
2130
|
+
"variant": "caption",
|
|
2131
|
+
"content": "Chart View"
|
|
2133
2132
|
}
|
|
2134
|
-
]
|
|
2135
|
-
"type": "card"
|
|
2133
|
+
]
|
|
2136
2134
|
},
|
|
2137
2135
|
{
|
|
2138
2136
|
"children": [
|
|
2139
2137
|
{
|
|
2140
|
-
"content": "Graph View",
|
|
2141
2138
|
"type": "typography",
|
|
2142
|
-
"variant": "caption"
|
|
2139
|
+
"variant": "caption",
|
|
2140
|
+
"content": "Graph View"
|
|
2143
2141
|
}
|
|
2144
2142
|
],
|
|
2145
2143
|
"type": "card"
|
|
2146
2144
|
}
|
|
2147
2145
|
],
|
|
2148
|
-
"
|
|
2149
|
-
"cols": 2.0
|
|
2146
|
+
"gap": "md"
|
|
2150
2147
|
},
|
|
2151
2148
|
{
|
|
2152
|
-
"type": "line-chart",
|
|
2153
2149
|
"data": [
|
|
2154
2150
|
{
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2151
|
+
"date": "Jan",
|
|
2152
|
+
"value": 12.0
|
|
2157
2153
|
},
|
|
2158
2154
|
{
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2155
|
+
"date": "Feb",
|
|
2156
|
+
"value": 19.0
|
|
2161
2157
|
},
|
|
2162
2158
|
{
|
|
2163
2159
|
"value": 15.0,
|
|
@@ -2168,63 +2164,67 @@
|
|
|
2168
2164
|
"date": "Apr"
|
|
2169
2165
|
},
|
|
2170
2166
|
{
|
|
2171
|
-
"
|
|
2172
|
-
"
|
|
2167
|
+
"date": "May",
|
|
2168
|
+
"value": 22.0
|
|
2173
2169
|
},
|
|
2174
2170
|
{
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
2171
|
+
"date": "Jun",
|
|
2172
|
+
"value": 30.0
|
|
2177
2173
|
}
|
|
2178
|
-
]
|
|
2174
|
+
],
|
|
2175
|
+
"type": "line-chart"
|
|
2179
2176
|
},
|
|
2180
2177
|
{
|
|
2181
|
-
"type": "chart-legend",
|
|
2182
2178
|
"items": [
|
|
2183
2179
|
{
|
|
2184
|
-
"
|
|
2185
|
-
"
|
|
2180
|
+
"color": "primary",
|
|
2181
|
+
"label": "Current"
|
|
2186
2182
|
},
|
|
2187
2183
|
{
|
|
2188
2184
|
"label": "Previous",
|
|
2189
2185
|
"color": "muted"
|
|
2190
2186
|
}
|
|
2191
|
-
]
|
|
2187
|
+
],
|
|
2188
|
+
"type": "chart-legend"
|
|
2192
2189
|
},
|
|
2193
2190
|
{
|
|
2194
|
-
"
|
|
2195
|
-
|
|
2196
|
-
"source": "a",
|
|
2197
|
-
"target": "b"
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"source": "b",
|
|
2201
|
-
"target": "c"
|
|
2202
|
-
}
|
|
2203
|
-
],
|
|
2204
|
-
"width": 400.0,
|
|
2191
|
+
"height": 200.0,
|
|
2192
|
+
"type": "graph-view",
|
|
2205
2193
|
"nodes": [
|
|
2206
2194
|
{
|
|
2207
2195
|
"id": "a",
|
|
2208
2196
|
"label": "Start"
|
|
2209
2197
|
},
|
|
2210
2198
|
{
|
|
2211
|
-
"
|
|
2212
|
-
"
|
|
2199
|
+
"id": "b",
|
|
2200
|
+
"label": "Process"
|
|
2213
2201
|
},
|
|
2214
2202
|
{
|
|
2215
|
-
"
|
|
2216
|
-
"
|
|
2203
|
+
"label": "End",
|
|
2204
|
+
"id": "c"
|
|
2217
2205
|
}
|
|
2218
2206
|
],
|
|
2219
|
-
"
|
|
2220
|
-
|
|
2207
|
+
"edges": [
|
|
2208
|
+
{
|
|
2209
|
+
"target": "b",
|
|
2210
|
+
"source": "a"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"source": "b",
|
|
2214
|
+
"target": "c"
|
|
2215
|
+
}
|
|
2216
|
+
],
|
|
2217
|
+
"width": 400.0
|
|
2221
2218
|
}
|
|
2222
2219
|
],
|
|
2223
|
-
"gap": "lg"
|
|
2220
|
+
"gap": "lg",
|
|
2221
|
+
"type": "stack"
|
|
2224
2222
|
}
|
|
2225
|
-
]
|
|
2223
|
+
],
|
|
2224
|
+
"type": "scaled-diagram"
|
|
2226
2225
|
}
|
|
2227
|
-
]
|
|
2226
|
+
],
|
|
2227
|
+
"showTopBar": true
|
|
2228
2228
|
}
|
|
2229
2229
|
]
|
|
2230
2230
|
]
|