@almadar/std 8.5.1 → 10.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
{
|
|
61
61
|
"event": "ENROLL",
|
|
62
62
|
"scope": "external",
|
|
63
|
-
"
|
|
63
|
+
"payloadSchema": [
|
|
64
64
|
{
|
|
65
65
|
"name": "id",
|
|
66
66
|
"type": "string"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"event": "CourseLoaded",
|
|
72
72
|
"description": "Fired when Course finishes loading",
|
|
73
73
|
"scope": "internal",
|
|
74
|
-
"
|
|
74
|
+
"payloadSchema": [
|
|
75
75
|
{
|
|
76
76
|
"name": "data",
|
|
77
77
|
"type": "[Course]"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"event": "CourseLoadFailed",
|
|
83
83
|
"description": "Fired when Course fails to load",
|
|
84
84
|
"scope": "internal",
|
|
85
|
-
"
|
|
85
|
+
"payloadSchema": [
|
|
86
86
|
{
|
|
87
87
|
"name": "error",
|
|
88
88
|
"type": "string"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
{
|
|
97
97
|
"event": "CourseSaved",
|
|
98
98
|
"scope": "internal",
|
|
99
|
-
"
|
|
99
|
+
"payloadSchema": [
|
|
100
100
|
{
|
|
101
101
|
"name": "id",
|
|
102
102
|
"type": "string"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
{
|
|
107
107
|
"event": "CourseSaveFailed",
|
|
108
108
|
"scope": "internal",
|
|
109
|
-
"
|
|
109
|
+
"payloadSchema": [
|
|
110
110
|
{
|
|
111
111
|
"name": "error",
|
|
112
112
|
"type": "string"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
{
|
|
121
121
|
"event": "CourseUpdated",
|
|
122
122
|
"scope": "internal",
|
|
123
|
-
"
|
|
123
|
+
"payloadSchema": [
|
|
124
124
|
{
|
|
125
125
|
"name": "id",
|
|
126
126
|
"type": "string"
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
{
|
|
131
131
|
"event": "CourseUpdateFailed",
|
|
132
132
|
"scope": "internal",
|
|
133
|
-
"
|
|
133
|
+
"payloadSchema": [
|
|
134
134
|
{
|
|
135
135
|
"name": "error",
|
|
136
136
|
"type": "string"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
{
|
|
145
145
|
"event": "CourseDeleted",
|
|
146
146
|
"scope": "internal",
|
|
147
|
-
"
|
|
147
|
+
"payloadSchema": [
|
|
148
148
|
{
|
|
149
149
|
"name": "id",
|
|
150
150
|
"type": "string"
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
{
|
|
155
155
|
"event": "CourseDeleteFailed",
|
|
156
156
|
"scope": "internal",
|
|
157
|
-
"
|
|
157
|
+
"payloadSchema": [
|
|
158
158
|
{
|
|
159
159
|
"name": "error",
|
|
160
160
|
"type": "string"
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
{
|
|
169
169
|
"event": "EnrollmentSaved",
|
|
170
170
|
"scope": "internal",
|
|
171
|
-
"
|
|
171
|
+
"payloadSchema": [
|
|
172
172
|
{
|
|
173
173
|
"name": "id",
|
|
174
174
|
"type": "string"
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
{
|
|
179
179
|
"event": "EnrollmentSaveFailed",
|
|
180
180
|
"scope": "internal",
|
|
181
|
-
"
|
|
181
|
+
"payloadSchema": [
|
|
182
182
|
{
|
|
183
183
|
"name": "error",
|
|
184
184
|
"type": "string"
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
{
|
|
232
232
|
"key": "CourseLoaded",
|
|
233
233
|
"name": "Course loaded",
|
|
234
|
-
"
|
|
234
|
+
"payloadSchema": [
|
|
235
235
|
{
|
|
236
236
|
"name": "data",
|
|
237
237
|
"type": "[Course]"
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
{
|
|
242
242
|
"key": "CourseLoadFailed",
|
|
243
243
|
"name": "Course load failed",
|
|
244
|
-
"
|
|
244
|
+
"payloadSchema": [
|
|
245
245
|
{
|
|
246
246
|
"name": "error",
|
|
247
247
|
"type": "string"
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
{
|
|
260
260
|
"key": "CourseSaved",
|
|
261
261
|
"name": "Course saved",
|
|
262
|
-
"
|
|
262
|
+
"payloadSchema": [
|
|
263
263
|
{
|
|
264
264
|
"name": "id",
|
|
265
265
|
"type": "string"
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
{
|
|
270
270
|
"key": "CourseSaveFailed",
|
|
271
271
|
"name": "Course save failed",
|
|
272
|
-
"
|
|
272
|
+
"payloadSchema": [
|
|
273
273
|
{
|
|
274
274
|
"name": "error",
|
|
275
275
|
"type": "string"
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
{
|
|
284
284
|
"key": "CourseUpdated",
|
|
285
285
|
"name": "Course updated",
|
|
286
|
-
"
|
|
286
|
+
"payloadSchema": [
|
|
287
287
|
{
|
|
288
288
|
"name": "id",
|
|
289
289
|
"type": "string"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
{
|
|
294
294
|
"key": "CourseUpdateFailed",
|
|
295
295
|
"name": "Course update failed",
|
|
296
|
-
"
|
|
296
|
+
"payloadSchema": [
|
|
297
297
|
{
|
|
298
298
|
"name": "error",
|
|
299
299
|
"type": "string"
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
{
|
|
308
308
|
"key": "CourseDeleted",
|
|
309
309
|
"name": "Course deleted",
|
|
310
|
-
"
|
|
310
|
+
"payloadSchema": [
|
|
311
311
|
{
|
|
312
312
|
"name": "id",
|
|
313
313
|
"type": "string"
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
{
|
|
318
318
|
"key": "CourseDeleteFailed",
|
|
319
319
|
"name": "Course delete failed",
|
|
320
|
-
"
|
|
320
|
+
"payloadSchema": [
|
|
321
321
|
{
|
|
322
322
|
"name": "error",
|
|
323
323
|
"type": "string"
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
{
|
|
332
332
|
"key": "EnrollmentSaved",
|
|
333
333
|
"name": "Enrollment saved",
|
|
334
|
-
"
|
|
334
|
+
"payloadSchema": [
|
|
335
335
|
{
|
|
336
336
|
"name": "id",
|
|
337
337
|
"type": "string"
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
{
|
|
342
342
|
"key": "EnrollmentSaveFailed",
|
|
343
343
|
"name": "Enrollment save failed",
|
|
344
|
-
"
|
|
344
|
+
"payloadSchema": [
|
|
345
345
|
{
|
|
346
346
|
"name": "error",
|
|
347
347
|
"type": "string"
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
{
|
|
356
356
|
"key": "VIEW",
|
|
357
357
|
"name": "View",
|
|
358
|
-
"
|
|
358
|
+
"payloadSchema": [
|
|
359
359
|
{
|
|
360
360
|
"name": "id",
|
|
361
361
|
"type": "string",
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
{
|
|
371
371
|
"key": "EDIT",
|
|
372
372
|
"name": "Edit",
|
|
373
|
-
"
|
|
373
|
+
"payloadSchema": [
|
|
374
374
|
{
|
|
375
375
|
"name": "id",
|
|
376
376
|
"type": "string",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
{
|
|
386
386
|
"key": "DELETE",
|
|
387
387
|
"name": "Delete",
|
|
388
|
-
"
|
|
388
|
+
"payloadSchema": [
|
|
389
389
|
{
|
|
390
390
|
"name": "id",
|
|
391
391
|
"type": "string",
|
|
@@ -409,8 +409,8 @@
|
|
|
409
409
|
"Course",
|
|
410
410
|
{
|
|
411
411
|
"emit": {
|
|
412
|
-
"
|
|
413
|
-
"
|
|
412
|
+
"failure": "CourseLoadFailed",
|
|
413
|
+
"success": "CourseLoaded"
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
],
|
|
@@ -418,22 +418,22 @@
|
|
|
418
418
|
"render-ui",
|
|
419
419
|
"main",
|
|
420
420
|
{
|
|
421
|
+
"direction": "vertical",
|
|
422
|
+
"type": "stack",
|
|
423
|
+
"gap": "md",
|
|
421
424
|
"children": [
|
|
422
425
|
{
|
|
423
426
|
"type": "spinner"
|
|
424
427
|
},
|
|
425
428
|
{
|
|
426
|
-
"
|
|
427
|
-
"content": "Loading…",
|
|
429
|
+
"variant": "caption",
|
|
428
430
|
"color": "muted",
|
|
429
|
-
"
|
|
431
|
+
"type": "typography",
|
|
432
|
+
"content": "Loading…"
|
|
430
433
|
}
|
|
431
434
|
],
|
|
432
|
-
"gap": "md",
|
|
433
|
-
"align": "center",
|
|
434
|
-
"direction": "vertical",
|
|
435
435
|
"className": "py-12",
|
|
436
|
-
"
|
|
436
|
+
"align": "center"
|
|
437
437
|
}
|
|
438
438
|
]
|
|
439
439
|
]
|
|
@@ -447,12 +447,13 @@
|
|
|
447
447
|
"render-ui",
|
|
448
448
|
"main",
|
|
449
449
|
{
|
|
450
|
+
"appName": "LMS",
|
|
450
451
|
"type": "dashboard-layout",
|
|
451
452
|
"navItems": [
|
|
452
453
|
{
|
|
453
454
|
"icon": "book-open",
|
|
454
|
-
"
|
|
455
|
-
"
|
|
455
|
+
"href": "/courses",
|
|
456
|
+
"label": "Courses"
|
|
456
457
|
},
|
|
457
458
|
{
|
|
458
459
|
"icon": "layout-list",
|
|
@@ -460,65 +461,71 @@
|
|
|
460
461
|
"href": "/enroll"
|
|
461
462
|
},
|
|
462
463
|
{
|
|
463
|
-
"
|
|
464
|
+
"icon": "layout-list",
|
|
464
465
|
"href": "/progress",
|
|
465
|
-
"
|
|
466
|
+
"label": "Progress"
|
|
466
467
|
}
|
|
467
468
|
],
|
|
468
469
|
"children": [
|
|
469
470
|
{
|
|
471
|
+
"direction": "vertical",
|
|
470
472
|
"type": "stack",
|
|
473
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
471
474
|
"gap": "lg",
|
|
472
475
|
"children": [
|
|
473
476
|
{
|
|
474
477
|
"type": "stack",
|
|
475
|
-
"
|
|
478
|
+
"justify": "between",
|
|
479
|
+
"direction": "horizontal",
|
|
480
|
+
"align": "center",
|
|
476
481
|
"children": [
|
|
477
482
|
{
|
|
478
|
-
"type": "stack",
|
|
479
483
|
"gap": "sm",
|
|
484
|
+
"type": "stack",
|
|
480
485
|
"direction": "horizontal",
|
|
481
|
-
"align": "center",
|
|
482
486
|
"children": [
|
|
483
487
|
{
|
|
484
|
-
"
|
|
485
|
-
"
|
|
488
|
+
"name": "book-open",
|
|
489
|
+
"type": "icon"
|
|
486
490
|
},
|
|
487
491
|
{
|
|
488
|
-
"content": "Courses",
|
|
489
492
|
"type": "typography",
|
|
490
|
-
"variant": "h2"
|
|
493
|
+
"variant": "h2",
|
|
494
|
+
"content": "Courses"
|
|
491
495
|
}
|
|
492
|
-
]
|
|
496
|
+
],
|
|
497
|
+
"align": "center"
|
|
493
498
|
},
|
|
494
499
|
{
|
|
495
500
|
"type": "stack",
|
|
496
|
-
"gap": "sm",
|
|
497
501
|
"direction": "horizontal",
|
|
502
|
+
"gap": "sm",
|
|
498
503
|
"children": [
|
|
499
504
|
{
|
|
500
|
-
"
|
|
505
|
+
"action": "CREATE",
|
|
501
506
|
"variant": "primary",
|
|
502
|
-
"
|
|
507
|
+
"type": "button",
|
|
503
508
|
"label": "Add Course",
|
|
504
|
-
"
|
|
509
|
+
"icon": "plus"
|
|
505
510
|
}
|
|
506
511
|
]
|
|
507
512
|
}
|
|
508
513
|
],
|
|
509
|
-
"
|
|
510
|
-
"justify": "between",
|
|
511
|
-
"align": "center"
|
|
514
|
+
"gap": "md"
|
|
512
515
|
},
|
|
513
516
|
{
|
|
514
517
|
"type": "divider"
|
|
515
518
|
},
|
|
516
519
|
{
|
|
520
|
+
"cols": 2.0,
|
|
521
|
+
"fields": [],
|
|
522
|
+
"gap": "md",
|
|
523
|
+
"entity": "@payload.data",
|
|
517
524
|
"columns": [
|
|
518
525
|
{
|
|
519
|
-
"
|
|
526
|
+
"icon": "book-open",
|
|
520
527
|
"variant": "h3",
|
|
521
|
-
"
|
|
528
|
+
"name": "title"
|
|
522
529
|
},
|
|
523
530
|
{
|
|
524
531
|
"name": "level",
|
|
@@ -529,22 +536,20 @@
|
|
|
529
536
|
"variant": "body"
|
|
530
537
|
},
|
|
531
538
|
{
|
|
532
|
-
"
|
|
533
|
-
"
|
|
539
|
+
"variant": "body",
|
|
540
|
+
"name": "duration"
|
|
534
541
|
},
|
|
535
542
|
{
|
|
536
|
-
"
|
|
537
|
-
"
|
|
543
|
+
"name": "description",
|
|
544
|
+
"variant": "caption"
|
|
538
545
|
}
|
|
539
546
|
],
|
|
540
|
-
"
|
|
541
|
-
"entity": "@payload.data",
|
|
542
|
-
"gap": "md",
|
|
547
|
+
"type": "data-grid",
|
|
543
548
|
"itemActions": [
|
|
544
549
|
{
|
|
550
|
+
"variant": "ghost",
|
|
545
551
|
"label": "View",
|
|
546
|
-
"event": "VIEW"
|
|
547
|
-
"variant": "ghost"
|
|
552
|
+
"event": "VIEW"
|
|
548
553
|
},
|
|
549
554
|
{
|
|
550
555
|
"label": "Edit",
|
|
@@ -553,19 +558,14 @@
|
|
|
553
558
|
},
|
|
554
559
|
{
|
|
555
560
|
"event": "DELETE",
|
|
556
|
-
"
|
|
557
|
-
"
|
|
561
|
+
"variant": "danger",
|
|
562
|
+
"label": "Delete"
|
|
558
563
|
}
|
|
559
|
-
]
|
|
560
|
-
"fields": [],
|
|
561
|
-
"type": "data-grid"
|
|
564
|
+
]
|
|
562
565
|
}
|
|
563
|
-
]
|
|
564
|
-
"direction": "vertical",
|
|
565
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
566
|
+
]
|
|
566
567
|
}
|
|
567
|
-
]
|
|
568
|
-
"appName": "LMS"
|
|
568
|
+
]
|
|
569
569
|
}
|
|
570
570
|
]
|
|
571
571
|
]
|
|
@@ -579,36 +579,36 @@
|
|
|
579
579
|
"render-ui",
|
|
580
580
|
"main",
|
|
581
581
|
{
|
|
582
|
-
"type": "stack",
|
|
583
|
-
"align": "center",
|
|
584
582
|
"direction": "vertical",
|
|
585
583
|
"gap": "md",
|
|
586
|
-
"className": "py-12",
|
|
587
584
|
"children": [
|
|
588
585
|
{
|
|
586
|
+
"name": "alert-triangle",
|
|
589
587
|
"color": "destructive",
|
|
590
|
-
"type": "icon"
|
|
591
|
-
"name": "alert-triangle"
|
|
588
|
+
"type": "icon"
|
|
592
589
|
},
|
|
593
590
|
{
|
|
594
|
-
"content": "Failed to load course",
|
|
595
591
|
"type": "typography",
|
|
596
|
-
"variant": "h3"
|
|
592
|
+
"variant": "h3",
|
|
593
|
+
"content": "Failed to load course"
|
|
597
594
|
},
|
|
598
595
|
{
|
|
596
|
+
"variant": "body",
|
|
599
597
|
"content": "@payload.error",
|
|
600
598
|
"color": "muted",
|
|
601
|
-
"variant": "body",
|
|
602
599
|
"type": "typography"
|
|
603
600
|
},
|
|
604
601
|
{
|
|
605
|
-
"variant": "primary",
|
|
606
602
|
"label": "Retry",
|
|
603
|
+
"action": "INIT",
|
|
607
604
|
"icon": "rotate-ccw",
|
|
608
605
|
"type": "button",
|
|
609
|
-
"
|
|
606
|
+
"variant": "primary"
|
|
610
607
|
}
|
|
611
|
-
]
|
|
608
|
+
],
|
|
609
|
+
"type": "stack",
|
|
610
|
+
"align": "center",
|
|
611
|
+
"className": "py-12"
|
|
612
612
|
}
|
|
613
613
|
]
|
|
614
614
|
]
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
{
|
|
626
626
|
"event": "COURSE_CREATED",
|
|
627
627
|
"scope": "external",
|
|
628
|
-
"
|
|
628
|
+
"payloadSchema": [
|
|
629
629
|
{
|
|
630
630
|
"name": "id",
|
|
631
631
|
"type": "string"
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
"event": "CourseLoadFailed",
|
|
637
637
|
"description": "Fired when Course fails to load",
|
|
638
638
|
"scope": "internal",
|
|
639
|
-
"
|
|
639
|
+
"payloadSchema": [
|
|
640
640
|
{
|
|
641
641
|
"name": "error",
|
|
642
642
|
"type": "string"
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
"event": "CourseLoaded",
|
|
652
652
|
"description": "Fired when Course finishes loading",
|
|
653
653
|
"scope": "internal",
|
|
654
|
-
"
|
|
654
|
+
"payloadSchema": [
|
|
655
655
|
{
|
|
656
656
|
"name": "data",
|
|
657
657
|
"type": "[Course]"
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
{
|
|
662
662
|
"event": "CourseSaveFailed",
|
|
663
663
|
"scope": "internal",
|
|
664
|
-
"
|
|
664
|
+
"payloadSchema": [
|
|
665
665
|
{
|
|
666
666
|
"name": "error",
|
|
667
667
|
"type": "string"
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
{
|
|
676
676
|
"event": "CourseSaved",
|
|
677
677
|
"scope": "internal",
|
|
678
|
-
"
|
|
678
|
+
"payloadSchema": [
|
|
679
679
|
{
|
|
680
680
|
"name": "id",
|
|
681
681
|
"type": "string"
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
{
|
|
710
710
|
"key": "SAVE",
|
|
711
711
|
"name": "Save",
|
|
712
|
-
"
|
|
712
|
+
"payloadSchema": [
|
|
713
713
|
{
|
|
714
714
|
"name": "data",
|
|
715
715
|
"type": "object",
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
{
|
|
725
725
|
"key": "CourseLoadFailed",
|
|
726
726
|
"name": "Course load failed",
|
|
727
|
-
"
|
|
727
|
+
"payloadSchema": [
|
|
728
728
|
{
|
|
729
729
|
"name": "error",
|
|
730
730
|
"type": "string"
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
{
|
|
739
739
|
"key": "CourseLoaded",
|
|
740
740
|
"name": "Course loaded",
|
|
741
|
-
"
|
|
741
|
+
"payloadSchema": [
|
|
742
742
|
{
|
|
743
743
|
"name": "data",
|
|
744
744
|
"type": "[Course]"
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
{
|
|
749
749
|
"key": "CourseSaveFailed",
|
|
750
750
|
"name": "Course save failed",
|
|
751
|
-
"
|
|
751
|
+
"payloadSchema": [
|
|
752
752
|
{
|
|
753
753
|
"name": "error",
|
|
754
754
|
"type": "string"
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
{
|
|
763
763
|
"key": "CourseSaved",
|
|
764
764
|
"name": "Course saved",
|
|
765
|
-
"
|
|
765
|
+
"payloadSchema": [
|
|
766
766
|
{
|
|
767
767
|
"name": "id",
|
|
768
768
|
"type": "string"
|
|
@@ -801,28 +801,32 @@
|
|
|
801
801
|
"render-ui",
|
|
802
802
|
"modal",
|
|
803
803
|
{
|
|
804
|
+
"gap": "md",
|
|
805
|
+
"direction": "vertical",
|
|
806
|
+
"type": "stack",
|
|
804
807
|
"children": [
|
|
805
808
|
{
|
|
806
|
-
"
|
|
807
|
-
"gap": "sm",
|
|
809
|
+
"type": "stack",
|
|
808
810
|
"children": [
|
|
809
811
|
{
|
|
810
812
|
"type": "icon",
|
|
811
813
|
"name": "plus-circle"
|
|
812
814
|
},
|
|
813
815
|
{
|
|
814
|
-
"content": "New Course",
|
|
815
816
|
"type": "typography",
|
|
816
|
-
"variant": "h3"
|
|
817
|
+
"variant": "h3",
|
|
818
|
+
"content": "New Course"
|
|
817
819
|
}
|
|
818
820
|
],
|
|
819
|
-
"
|
|
821
|
+
"direction": "horizontal",
|
|
822
|
+
"gap": "sm"
|
|
820
823
|
},
|
|
821
824
|
{
|
|
822
825
|
"type": "divider"
|
|
823
826
|
},
|
|
824
827
|
{
|
|
825
828
|
"mode": "create",
|
|
829
|
+
"cancelEvent": "CLOSE",
|
|
826
830
|
"fields": [
|
|
827
831
|
"title",
|
|
828
832
|
"description",
|
|
@@ -831,13 +835,9 @@
|
|
|
831
835
|
"level"
|
|
832
836
|
],
|
|
833
837
|
"type": "form-section",
|
|
834
|
-
"cancelEvent": "CLOSE",
|
|
835
838
|
"submitEvent": "SAVE"
|
|
836
839
|
}
|
|
837
|
-
]
|
|
838
|
-
"type": "stack",
|
|
839
|
-
"direction": "vertical",
|
|
840
|
-
"gap": "md"
|
|
840
|
+
]
|
|
841
841
|
}
|
|
842
842
|
]
|
|
843
843
|
]
|
|
@@ -878,8 +878,8 @@
|
|
|
878
878
|
"@payload.data",
|
|
879
879
|
{
|
|
880
880
|
"emit": {
|
|
881
|
-
"
|
|
882
|
-
"
|
|
881
|
+
"failure": "CourseSaveFailed",
|
|
882
|
+
"success": "CourseSaved"
|
|
883
883
|
}
|
|
884
884
|
}
|
|
885
885
|
],
|
|
@@ -913,7 +913,7 @@
|
|
|
913
913
|
{
|
|
914
914
|
"event": "COURSE_UPDATED",
|
|
915
915
|
"scope": "external",
|
|
916
|
-
"
|
|
916
|
+
"payloadSchema": [
|
|
917
917
|
{
|
|
918
918
|
"name": "id",
|
|
919
919
|
"type": "string"
|
|
@@ -924,7 +924,7 @@
|
|
|
924
924
|
"event": "CourseLoadFailed",
|
|
925
925
|
"description": "Fired when Course fails to load",
|
|
926
926
|
"scope": "internal",
|
|
927
|
-
"
|
|
927
|
+
"payloadSchema": [
|
|
928
928
|
{
|
|
929
929
|
"name": "error",
|
|
930
930
|
"type": "string"
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"event": "CourseLoaded",
|
|
940
940
|
"description": "Fired when Course finishes loading",
|
|
941
941
|
"scope": "internal",
|
|
942
|
-
"
|
|
942
|
+
"payloadSchema": [
|
|
943
943
|
{
|
|
944
944
|
"name": "data",
|
|
945
945
|
"type": "[Course]"
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
{
|
|
950
950
|
"event": "CourseUpdateFailed",
|
|
951
951
|
"scope": "internal",
|
|
952
|
-
"
|
|
952
|
+
"payloadSchema": [
|
|
953
953
|
{
|
|
954
954
|
"name": "error",
|
|
955
955
|
"type": "string"
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
{
|
|
964
964
|
"event": "CourseUpdated",
|
|
965
965
|
"scope": "internal",
|
|
966
|
-
"
|
|
966
|
+
"payloadSchema": [
|
|
967
967
|
{
|
|
968
968
|
"name": "id",
|
|
969
969
|
"type": "string"
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
{
|
|
990
990
|
"key": "EDIT",
|
|
991
991
|
"name": "Edit",
|
|
992
|
-
"
|
|
992
|
+
"payloadSchema": [
|
|
993
993
|
{
|
|
994
994
|
"name": "id",
|
|
995
995
|
"type": "string",
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
{
|
|
1009
1009
|
"key": "SAVE",
|
|
1010
1010
|
"name": "Save",
|
|
1011
|
-
"
|
|
1011
|
+
"payloadSchema": [
|
|
1012
1012
|
{
|
|
1013
1013
|
"name": "data",
|
|
1014
1014
|
"type": "object",
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
{
|
|
1024
1024
|
"key": "CourseLoadFailed",
|
|
1025
1025
|
"name": "Course load failed",
|
|
1026
|
-
"
|
|
1026
|
+
"payloadSchema": [
|
|
1027
1027
|
{
|
|
1028
1028
|
"name": "error",
|
|
1029
1029
|
"type": "string"
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
{
|
|
1038
1038
|
"key": "CourseLoaded",
|
|
1039
1039
|
"name": "Course loaded",
|
|
1040
|
-
"
|
|
1040
|
+
"payloadSchema": [
|
|
1041
1041
|
{
|
|
1042
1042
|
"name": "data",
|
|
1043
1043
|
"type": "[Course]"
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
{
|
|
1048
1048
|
"key": "CourseUpdateFailed",
|
|
1049
1049
|
"name": "Course update failed",
|
|
1050
|
-
"
|
|
1050
|
+
"payloadSchema": [
|
|
1051
1051
|
{
|
|
1052
1052
|
"name": "error",
|
|
1053
1053
|
"type": "string"
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
{
|
|
1062
1062
|
"key": "CourseUpdated",
|
|
1063
1063
|
"name": "Course updated",
|
|
1064
|
-
"
|
|
1064
|
+
"payloadSchema": [
|
|
1065
1065
|
{
|
|
1066
1066
|
"name": "id",
|
|
1067
1067
|
"type": "string"
|
|
@@ -1090,11 +1090,11 @@
|
|
|
1090
1090
|
"fetch",
|
|
1091
1091
|
"Course",
|
|
1092
1092
|
{
|
|
1093
|
-
"id": "@payload.id",
|
|
1094
1093
|
"emit": {
|
|
1095
1094
|
"success": "CourseLoaded",
|
|
1096
1095
|
"failure": "CourseLoadFailed"
|
|
1097
|
-
}
|
|
1096
|
+
},
|
|
1097
|
+
"id": "@payload.id"
|
|
1098
1098
|
}
|
|
1099
1099
|
],
|
|
1100
1100
|
[
|
|
@@ -1103,19 +1103,19 @@
|
|
|
1103
1103
|
{
|
|
1104
1104
|
"children": [
|
|
1105
1105
|
{
|
|
1106
|
-
"
|
|
1106
|
+
"direction": "horizontal",
|
|
1107
1107
|
"children": [
|
|
1108
1108
|
{
|
|
1109
1109
|
"name": "edit",
|
|
1110
1110
|
"type": "icon"
|
|
1111
1111
|
},
|
|
1112
1112
|
{
|
|
1113
|
-
"
|
|
1113
|
+
"variant": "h3",
|
|
1114
1114
|
"type": "typography",
|
|
1115
|
-
"
|
|
1115
|
+
"content": "Edit Course"
|
|
1116
1116
|
}
|
|
1117
1117
|
],
|
|
1118
|
-
"
|
|
1118
|
+
"type": "stack",
|
|
1119
1119
|
"gap": "sm"
|
|
1120
1120
|
},
|
|
1121
1121
|
{
|
|
@@ -1124,21 +1124,21 @@
|
|
|
1124
1124
|
{
|
|
1125
1125
|
"cancelEvent": "CLOSE",
|
|
1126
1126
|
"entity": "@payload.row",
|
|
1127
|
+
"type": "form-section",
|
|
1128
|
+
"mode": "edit",
|
|
1129
|
+
"submitEvent": "SAVE",
|
|
1127
1130
|
"fields": [
|
|
1128
1131
|
"title",
|
|
1129
1132
|
"description",
|
|
1130
1133
|
"instructor",
|
|
1131
1134
|
"duration",
|
|
1132
1135
|
"level"
|
|
1133
|
-
]
|
|
1134
|
-
"submitEvent": "SAVE",
|
|
1135
|
-
"mode": "edit",
|
|
1136
|
-
"type": "form-section"
|
|
1136
|
+
]
|
|
1137
1137
|
}
|
|
1138
1138
|
],
|
|
1139
1139
|
"type": "stack",
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1140
|
+
"direction": "vertical",
|
|
1141
|
+
"gap": "md"
|
|
1142
1142
|
}
|
|
1143
1143
|
]
|
|
1144
1144
|
]
|
|
@@ -1179,8 +1179,8 @@
|
|
|
1179
1179
|
"@payload.data",
|
|
1180
1180
|
{
|
|
1181
1181
|
"emit": {
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1182
|
+
"success": "CourseUpdated",
|
|
1183
|
+
"failure": "CourseUpdateFailed"
|
|
1184
1184
|
}
|
|
1185
1185
|
}
|
|
1186
1186
|
],
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
"event": "CourseLoaded",
|
|
1216
1216
|
"description": "Fired when Course finishes loading",
|
|
1217
1217
|
"scope": "internal",
|
|
1218
|
-
"
|
|
1218
|
+
"payloadSchema": [
|
|
1219
1219
|
{
|
|
1220
1220
|
"name": "data",
|
|
1221
1221
|
"type": "[Course]"
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
"event": "CourseLoadFailed",
|
|
1227
1227
|
"description": "Fired when Course fails to load",
|
|
1228
1228
|
"scope": "internal",
|
|
1229
|
-
"
|
|
1229
|
+
"payloadSchema": [
|
|
1230
1230
|
{
|
|
1231
1231
|
"name": "error",
|
|
1232
1232
|
"type": "string"
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
{
|
|
1257
1257
|
"key": "VIEW",
|
|
1258
1258
|
"name": "View",
|
|
1259
|
-
"
|
|
1259
|
+
"payloadSchema": [
|
|
1260
1260
|
{
|
|
1261
1261
|
"name": "id",
|
|
1262
1262
|
"type": "string",
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
{
|
|
1272
1272
|
"key": "SAVE",
|
|
1273
1273
|
"name": "Save",
|
|
1274
|
-
"
|
|
1274
|
+
"payloadSchema": [
|
|
1275
1275
|
{
|
|
1276
1276
|
"name": "data",
|
|
1277
1277
|
"type": "object",
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
{
|
|
1283
1283
|
"key": "CourseLoaded",
|
|
1284
1284
|
"name": "Course loaded",
|
|
1285
|
-
"
|
|
1285
|
+
"payloadSchema": [
|
|
1286
1286
|
{
|
|
1287
1287
|
"name": "data",
|
|
1288
1288
|
"type": "[Course]"
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
{
|
|
1293
1293
|
"key": "CourseLoadFailed",
|
|
1294
1294
|
"name": "Course load failed",
|
|
1295
|
-
"
|
|
1295
|
+
"payloadSchema": [
|
|
1296
1296
|
{
|
|
1297
1297
|
"name": "error",
|
|
1298
1298
|
"type": "string"
|
|
@@ -1327,8 +1327,8 @@
|
|
|
1327
1327
|
{
|
|
1328
1328
|
"id": "@payload.id",
|
|
1329
1329
|
"emit": {
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1330
|
+
"failure": "CourseLoadFailed",
|
|
1331
|
+
"success": "CourseLoaded"
|
|
1332
1332
|
}
|
|
1333
1333
|
}
|
|
1334
1334
|
],
|
|
@@ -1336,51 +1336,53 @@
|
|
|
1336
1336
|
"render-ui",
|
|
1337
1337
|
"modal",
|
|
1338
1338
|
{
|
|
1339
|
+
"direction": "vertical",
|
|
1340
|
+
"gap": "md",
|
|
1339
1341
|
"children": [
|
|
1340
1342
|
{
|
|
1341
1343
|
"direction": "horizontal",
|
|
1342
|
-
"gap": "sm",
|
|
1343
|
-
"type": "stack",
|
|
1344
|
-
"align": "center",
|
|
1345
1344
|
"children": [
|
|
1346
1345
|
{
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1346
|
+
"type": "icon",
|
|
1347
|
+
"name": "eye"
|
|
1349
1348
|
},
|
|
1350
1349
|
{
|
|
1351
1350
|
"type": "typography",
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1351
|
+
"content": "@entity.title",
|
|
1352
|
+
"variant": "h3"
|
|
1354
1353
|
}
|
|
1355
|
-
]
|
|
1354
|
+
],
|
|
1355
|
+
"align": "center",
|
|
1356
|
+
"type": "stack",
|
|
1357
|
+
"gap": "sm"
|
|
1356
1358
|
},
|
|
1357
1359
|
{
|
|
1358
1360
|
"type": "divider"
|
|
1359
1361
|
},
|
|
1360
1362
|
{
|
|
1361
|
-
"type": "stack",
|
|
1362
|
-
"gap": "md",
|
|
1363
|
-
"direction": "horizontal",
|
|
1364
1363
|
"children": [
|
|
1365
1364
|
{
|
|
1365
|
+
"variant": "caption",
|
|
1366
1366
|
"content": "Title",
|
|
1367
|
-
"type": "typography"
|
|
1368
|
-
"variant": "caption"
|
|
1367
|
+
"type": "typography"
|
|
1369
1368
|
},
|
|
1370
1369
|
{
|
|
1371
1370
|
"type": "typography",
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1371
|
+
"content": "@entity.title",
|
|
1372
|
+
"variant": "body"
|
|
1374
1373
|
}
|
|
1375
|
-
]
|
|
1374
|
+
],
|
|
1375
|
+
"direction": "horizontal",
|
|
1376
|
+
"type": "stack",
|
|
1377
|
+
"gap": "md"
|
|
1376
1378
|
},
|
|
1377
1379
|
{
|
|
1378
|
-
"
|
|
1380
|
+
"type": "stack",
|
|
1379
1381
|
"children": [
|
|
1380
1382
|
{
|
|
1381
1383
|
"variant": "caption",
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
+
"content": "Description",
|
|
1385
|
+
"type": "typography"
|
|
1384
1386
|
},
|
|
1385
1387
|
{
|
|
1386
1388
|
"content": "@entity.description",
|
|
@@ -1388,88 +1390,86 @@
|
|
|
1388
1390
|
"type": "typography"
|
|
1389
1391
|
}
|
|
1390
1392
|
],
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
+
"direction": "horizontal",
|
|
1394
|
+
"gap": "md"
|
|
1393
1395
|
},
|
|
1394
1396
|
{
|
|
1395
|
-
"direction": "horizontal",
|
|
1396
|
-
"type": "stack",
|
|
1397
1397
|
"gap": "md",
|
|
1398
|
+
"type": "stack",
|
|
1398
1399
|
"children": [
|
|
1399
1400
|
{
|
|
1400
|
-
"content": "Instructor",
|
|
1401
1401
|
"variant": "caption",
|
|
1402
|
-
"type": "typography"
|
|
1402
|
+
"type": "typography",
|
|
1403
|
+
"content": "Instructor"
|
|
1403
1404
|
},
|
|
1404
1405
|
{
|
|
1405
1406
|
"content": "@entity.instructor",
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1407
|
+
"variant": "body",
|
|
1408
|
+
"type": "typography"
|
|
1408
1409
|
}
|
|
1409
|
-
]
|
|
1410
|
+
],
|
|
1411
|
+
"direction": "horizontal"
|
|
1410
1412
|
},
|
|
1411
1413
|
{
|
|
1412
1414
|
"children": [
|
|
1413
1415
|
{
|
|
1414
|
-
"variant": "caption",
|
|
1415
1416
|
"content": "Duration",
|
|
1416
|
-
"type": "typography"
|
|
1417
|
+
"type": "typography",
|
|
1418
|
+
"variant": "caption"
|
|
1417
1419
|
},
|
|
1418
1420
|
{
|
|
1421
|
+
"variant": "body",
|
|
1419
1422
|
"type": "typography",
|
|
1420
|
-
"content": "@entity.duration"
|
|
1421
|
-
"variant": "body"
|
|
1423
|
+
"content": "@entity.duration"
|
|
1422
1424
|
}
|
|
1423
1425
|
],
|
|
1424
1426
|
"type": "stack",
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
+
"gap": "md",
|
|
1428
|
+
"direction": "horizontal"
|
|
1427
1429
|
},
|
|
1428
1430
|
{
|
|
1429
|
-
"gap": "md",
|
|
1430
1431
|
"direction": "horizontal",
|
|
1431
|
-
"type": "stack",
|
|
1432
1432
|
"children": [
|
|
1433
1433
|
{
|
|
1434
|
-
"variant": "caption",
|
|
1435
1434
|
"content": "Level",
|
|
1435
|
+
"variant": "caption",
|
|
1436
1436
|
"type": "typography"
|
|
1437
1437
|
},
|
|
1438
1438
|
{
|
|
1439
|
-
"
|
|
1439
|
+
"content": "@entity.level",
|
|
1440
1440
|
"variant": "body",
|
|
1441
|
-
"
|
|
1441
|
+
"type": "typography"
|
|
1442
1442
|
}
|
|
1443
|
-
]
|
|
1443
|
+
],
|
|
1444
|
+
"type": "stack",
|
|
1445
|
+
"gap": "md"
|
|
1444
1446
|
},
|
|
1445
1447
|
{
|
|
1446
1448
|
"type": "divider"
|
|
1447
1449
|
},
|
|
1448
1450
|
{
|
|
1449
|
-
"
|
|
1451
|
+
"direction": "horizontal",
|
|
1452
|
+
"type": "stack",
|
|
1450
1453
|
"children": [
|
|
1451
1454
|
{
|
|
1452
|
-
"
|
|
1453
|
-
"action": "EDIT",
|
|
1454
|
-
"icon": "edit",
|
|
1455
|
+
"type": "button",
|
|
1455
1456
|
"label": "Edit",
|
|
1456
|
-
"
|
|
1457
|
+
"action": "EDIT",
|
|
1458
|
+
"variant": "primary",
|
|
1459
|
+
"icon": "edit"
|
|
1457
1460
|
},
|
|
1458
1461
|
{
|
|
1459
|
-
"
|
|
1460
|
-
"action": "CLOSE",
|
|
1462
|
+
"variant": "ghost",
|
|
1461
1463
|
"label": "Close",
|
|
1462
|
-
"
|
|
1464
|
+
"type": "button",
|
|
1465
|
+
"action": "CLOSE"
|
|
1463
1466
|
}
|
|
1464
1467
|
],
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1467
|
-
"justify": "end"
|
|
1468
|
+
"justify": "end",
|
|
1469
|
+
"gap": "sm"
|
|
1468
1470
|
}
|
|
1469
1471
|
],
|
|
1470
|
-
"type": "stack"
|
|
1471
|
-
"direction": "vertical",
|
|
1472
|
-
"gap": "md"
|
|
1472
|
+
"type": "stack"
|
|
1473
1473
|
}
|
|
1474
1474
|
]
|
|
1475
1475
|
]
|
|
@@ -1529,7 +1529,7 @@
|
|
|
1529
1529
|
{
|
|
1530
1530
|
"event": "COURSE_DELETED",
|
|
1531
1531
|
"scope": "external",
|
|
1532
|
-
"
|
|
1532
|
+
"payloadSchema": [
|
|
1533
1533
|
{
|
|
1534
1534
|
"name": "id",
|
|
1535
1535
|
"type": "string"
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
{
|
|
1540
1540
|
"event": "CourseDeleteFailed",
|
|
1541
1541
|
"scope": "internal",
|
|
1542
|
-
"
|
|
1542
|
+
"payloadSchema": [
|
|
1543
1543
|
{
|
|
1544
1544
|
"name": "error",
|
|
1545
1545
|
"type": "string"
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
{
|
|
1554
1554
|
"event": "CourseDeleted",
|
|
1555
1555
|
"scope": "internal",
|
|
1556
|
-
"
|
|
1556
|
+
"payloadSchema": [
|
|
1557
1557
|
{
|
|
1558
1558
|
"name": "id",
|
|
1559
1559
|
"type": "string"
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
"event": "CourseLoadFailed",
|
|
1565
1565
|
"description": "Fired when Course fails to load",
|
|
1566
1566
|
"scope": "internal",
|
|
1567
|
-
"
|
|
1567
|
+
"payloadSchema": [
|
|
1568
1568
|
{
|
|
1569
1569
|
"name": "error",
|
|
1570
1570
|
"type": "string"
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
"event": "CourseLoaded",
|
|
1580
1580
|
"description": "Fired when Course finishes loading",
|
|
1581
1581
|
"scope": "internal",
|
|
1582
|
-
"
|
|
1582
|
+
"payloadSchema": [
|
|
1583
1583
|
{
|
|
1584
1584
|
"name": "data",
|
|
1585
1585
|
"type": "[Course]"
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
{
|
|
1606
1606
|
"key": "DELETE",
|
|
1607
1607
|
"name": "Delete",
|
|
1608
|
-
"
|
|
1608
|
+
"payloadSchema": [
|
|
1609
1609
|
{
|
|
1610
1610
|
"name": "id",
|
|
1611
1611
|
"type": "string",
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
{
|
|
1633
1633
|
"key": "CourseDeleteFailed",
|
|
1634
1634
|
"name": "Course delete failed",
|
|
1635
|
-
"
|
|
1635
|
+
"payloadSchema": [
|
|
1636
1636
|
{
|
|
1637
1637
|
"name": "error",
|
|
1638
1638
|
"type": "string"
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
{
|
|
1647
1647
|
"key": "CourseDeleted",
|
|
1648
1648
|
"name": "Course deleted",
|
|
1649
|
-
"
|
|
1649
|
+
"payloadSchema": [
|
|
1650
1650
|
{
|
|
1651
1651
|
"name": "id",
|
|
1652
1652
|
"type": "string"
|
|
@@ -1656,7 +1656,7 @@
|
|
|
1656
1656
|
{
|
|
1657
1657
|
"key": "CourseLoadFailed",
|
|
1658
1658
|
"name": "Course load failed",
|
|
1659
|
-
"
|
|
1659
|
+
"payloadSchema": [
|
|
1660
1660
|
{
|
|
1661
1661
|
"name": "error",
|
|
1662
1662
|
"type": "string"
|
|
@@ -1670,7 +1670,7 @@
|
|
|
1670
1670
|
{
|
|
1671
1671
|
"key": "CourseLoaded",
|
|
1672
1672
|
"name": "Course loaded",
|
|
1673
|
-
"
|
|
1673
|
+
"payloadSchema": [
|
|
1674
1674
|
{
|
|
1675
1675
|
"name": "data",
|
|
1676
1676
|
"type": "[Course]"
|
|
@@ -1715,10 +1715,14 @@
|
|
|
1715
1715
|
"render-ui",
|
|
1716
1716
|
"modal",
|
|
1717
1717
|
{
|
|
1718
|
-
"type": "stack",
|
|
1719
1718
|
"gap": "md",
|
|
1719
|
+
"type": "stack",
|
|
1720
|
+
"direction": "vertical",
|
|
1720
1721
|
"children": [
|
|
1721
1722
|
{
|
|
1723
|
+
"direction": "horizontal",
|
|
1724
|
+
"align": "center",
|
|
1725
|
+
"type": "stack",
|
|
1722
1726
|
"gap": "sm",
|
|
1723
1727
|
"children": [
|
|
1724
1728
|
{
|
|
@@ -1730,42 +1734,38 @@
|
|
|
1730
1734
|
"variant": "h3",
|
|
1731
1735
|
"type": "typography"
|
|
1732
1736
|
}
|
|
1733
|
-
]
|
|
1734
|
-
"align": "center",
|
|
1735
|
-
"type": "stack",
|
|
1736
|
-
"direction": "horizontal"
|
|
1737
|
+
]
|
|
1737
1738
|
},
|
|
1738
1739
|
{
|
|
1739
1740
|
"type": "divider"
|
|
1740
1741
|
},
|
|
1741
1742
|
{
|
|
1742
|
-
"variant": "error",
|
|
1743
1743
|
"type": "alert",
|
|
1744
|
+
"variant": "error",
|
|
1744
1745
|
"message": "This action cannot be undone."
|
|
1745
1746
|
},
|
|
1746
1747
|
{
|
|
1748
|
+
"justify": "end",
|
|
1747
1749
|
"type": "stack",
|
|
1748
1750
|
"children": [
|
|
1749
1751
|
{
|
|
1750
|
-
"variant": "ghost",
|
|
1751
1752
|
"action": "CANCEL",
|
|
1752
1753
|
"type": "button",
|
|
1754
|
+
"variant": "ghost",
|
|
1753
1755
|
"label": "Cancel"
|
|
1754
1756
|
},
|
|
1755
1757
|
{
|
|
1758
|
+
"icon": "check",
|
|
1759
|
+
"variant": "danger",
|
|
1756
1760
|
"label": "Delete",
|
|
1757
|
-
"type": "button",
|
|
1758
1761
|
"action": "CONFIRM_DELETE",
|
|
1759
|
-
"
|
|
1760
|
-
"icon": "check"
|
|
1762
|
+
"type": "button"
|
|
1761
1763
|
}
|
|
1762
1764
|
],
|
|
1763
|
-
"direction": "horizontal",
|
|
1764
1765
|
"gap": "sm",
|
|
1765
|
-
"
|
|
1766
|
+
"direction": "horizontal"
|
|
1766
1767
|
}
|
|
1767
|
-
]
|
|
1768
|
-
"direction": "vertical"
|
|
1768
|
+
]
|
|
1769
1769
|
}
|
|
1770
1770
|
]
|
|
1771
1771
|
]
|
|
@@ -1782,8 +1782,8 @@
|
|
|
1782
1782
|
"@entity.pendingId",
|
|
1783
1783
|
{
|
|
1784
1784
|
"emit": {
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
1785
|
+
"failure": "CourseDeleteFailed",
|
|
1786
|
+
"success": "CourseDeleted"
|
|
1787
1787
|
}
|
|
1788
1788
|
}
|
|
1789
1789
|
],
|
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
{
|
|
1927
1927
|
"event": "COMPLETE_LESSON",
|
|
1928
1928
|
"scope": "external",
|
|
1929
|
-
"
|
|
1929
|
+
"payloadSchema": [
|
|
1930
1930
|
{
|
|
1931
1931
|
"name": "id",
|
|
1932
1932
|
"type": "string"
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
"event": "EnrollmentLoadFailed",
|
|
1938
1938
|
"description": "Fired when Enrollment fails to load",
|
|
1939
1939
|
"scope": "internal",
|
|
1940
|
-
"
|
|
1940
|
+
"payloadSchema": [
|
|
1941
1941
|
{
|
|
1942
1942
|
"name": "error",
|
|
1943
1943
|
"type": "string"
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
"event": "EnrollmentLoaded",
|
|
1953
1953
|
"description": "Fired when Enrollment finishes loading",
|
|
1954
1954
|
"scope": "internal",
|
|
1955
|
-
"
|
|
1955
|
+
"payloadSchema": [
|
|
1956
1956
|
{
|
|
1957
1957
|
"name": "data",
|
|
1958
1958
|
"type": "[Enrollment]"
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
{
|
|
1963
1963
|
"event": "EnrollmentSaveFailed",
|
|
1964
1964
|
"scope": "internal",
|
|
1965
|
-
"
|
|
1965
|
+
"payloadSchema": [
|
|
1966
1966
|
{
|
|
1967
1967
|
"name": "error",
|
|
1968
1968
|
"type": "string"
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
{
|
|
1977
1977
|
"event": "EnrollmentSaved",
|
|
1978
1978
|
"scope": "internal",
|
|
1979
|
-
"
|
|
1979
|
+
"payloadSchema": [
|
|
1980
1980
|
{
|
|
1981
1981
|
"name": "id",
|
|
1982
1982
|
"type": "string"
|
|
@@ -2025,7 +2025,7 @@
|
|
|
2025
2025
|
{
|
|
2026
2026
|
"key": "COMPLETE",
|
|
2027
2027
|
"name": "Complete",
|
|
2028
|
-
"
|
|
2028
|
+
"payloadSchema": [
|
|
2029
2029
|
{
|
|
2030
2030
|
"name": "data",
|
|
2031
2031
|
"type": "string"
|
|
@@ -2043,7 +2043,7 @@
|
|
|
2043
2043
|
{
|
|
2044
2044
|
"key": "EnrollmentLoadFailed",
|
|
2045
2045
|
"name": "Enrollment load failed",
|
|
2046
|
-
"
|
|
2046
|
+
"payloadSchema": [
|
|
2047
2047
|
{
|
|
2048
2048
|
"name": "error",
|
|
2049
2049
|
"type": "string"
|
|
@@ -2057,7 +2057,7 @@
|
|
|
2057
2057
|
{
|
|
2058
2058
|
"key": "EnrollmentLoaded",
|
|
2059
2059
|
"name": "Enrollment loaded",
|
|
2060
|
-
"
|
|
2060
|
+
"payloadSchema": [
|
|
2061
2061
|
{
|
|
2062
2062
|
"name": "data",
|
|
2063
2063
|
"type": "[Enrollment]"
|
|
@@ -2067,7 +2067,7 @@
|
|
|
2067
2067
|
{
|
|
2068
2068
|
"key": "EnrollmentSaveFailed",
|
|
2069
2069
|
"name": "Enrollment save failed",
|
|
2070
|
-
"
|
|
2070
|
+
"payloadSchema": [
|
|
2071
2071
|
{
|
|
2072
2072
|
"name": "error",
|
|
2073
2073
|
"type": "string"
|
|
@@ -2081,7 +2081,7 @@
|
|
|
2081
2081
|
{
|
|
2082
2082
|
"key": "EnrollmentSaved",
|
|
2083
2083
|
"name": "Enrollment saved",
|
|
2084
|
-
"
|
|
2084
|
+
"payloadSchema": [
|
|
2085
2085
|
{
|
|
2086
2086
|
"name": "id",
|
|
2087
2087
|
"type": "string"
|
|
@@ -2111,21 +2111,15 @@
|
|
|
2111
2111
|
{
|
|
2112
2112
|
"children": [
|
|
2113
2113
|
{
|
|
2114
|
-
"type": "container",
|
|
2115
|
-
"maxWidth": "lg",
|
|
2116
|
-
"padding": "lg",
|
|
2117
2114
|
"children": [
|
|
2118
2115
|
{
|
|
2119
2116
|
"type": "stack",
|
|
2120
|
-
"gap": "lg",
|
|
2121
2117
|
"children": [
|
|
2122
2118
|
{
|
|
2123
|
-
"direction": "horizontal",
|
|
2124
|
-
"gap": "sm",
|
|
2125
2119
|
"children": [
|
|
2126
2120
|
{
|
|
2127
|
-
"
|
|
2128
|
-
"
|
|
2121
|
+
"type": "icon",
|
|
2122
|
+
"name": "user-plus"
|
|
2129
2123
|
},
|
|
2130
2124
|
{
|
|
2131
2125
|
"variant": "h2",
|
|
@@ -2133,73 +2127,79 @@
|
|
|
2133
2127
|
"content": "Course Enrollment"
|
|
2134
2128
|
}
|
|
2135
2129
|
],
|
|
2136
|
-
"
|
|
2137
|
-
"
|
|
2130
|
+
"direction": "horizontal",
|
|
2131
|
+
"gap": "sm",
|
|
2132
|
+
"type": "stack",
|
|
2133
|
+
"align": "center"
|
|
2138
2134
|
},
|
|
2139
2135
|
{
|
|
2140
2136
|
"currentIndex": 0.0,
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2137
|
+
"count": 2.0,
|
|
2138
|
+
"type": "progress-dots"
|
|
2143
2139
|
},
|
|
2144
2140
|
{
|
|
2145
2141
|
"type": "wizard-progress",
|
|
2142
|
+
"currentStep": 0.0,
|
|
2146
2143
|
"steps": [
|
|
2147
2144
|
"Student Info",
|
|
2148
2145
|
"Course Selection"
|
|
2149
|
-
]
|
|
2150
|
-
"currentStep": 0.0
|
|
2146
|
+
]
|
|
2151
2147
|
},
|
|
2152
2148
|
{
|
|
2153
2149
|
"type": "divider"
|
|
2154
2150
|
},
|
|
2155
2151
|
{
|
|
2156
|
-
"content": "Student Info",
|
|
2157
2152
|
"variant": "h3",
|
|
2158
|
-
"type": "typography"
|
|
2153
|
+
"type": "typography",
|
|
2154
|
+
"content": "Student Info"
|
|
2159
2155
|
},
|
|
2160
2156
|
{
|
|
2161
|
-
"
|
|
2157
|
+
"submitEvent": "NEXT",
|
|
2162
2158
|
"fields": [
|
|
2163
2159
|
"studentName",
|
|
2164
2160
|
"email"
|
|
2165
2161
|
],
|
|
2166
2162
|
"type": "form-section",
|
|
2167
2163
|
"mode": "create",
|
|
2168
|
-
"
|
|
2164
|
+
"cancelEvent": "INIT"
|
|
2169
2165
|
},
|
|
2170
2166
|
{
|
|
2171
|
-
"
|
|
2167
|
+
"type": "stack",
|
|
2172
2168
|
"justify": "end",
|
|
2169
|
+
"direction": "horizontal",
|
|
2173
2170
|
"children": [
|
|
2174
2171
|
{
|
|
2175
|
-
"type": "button",
|
|
2176
|
-
"label": "Next",
|
|
2177
2172
|
"action": "NEXT",
|
|
2173
|
+
"variant": "primary",
|
|
2174
|
+
"label": "Next",
|
|
2178
2175
|
"icon": "arrow-right",
|
|
2179
|
-
"
|
|
2176
|
+
"type": "button"
|
|
2180
2177
|
}
|
|
2181
2178
|
],
|
|
2182
|
-
"type": "stack",
|
|
2183
2179
|
"gap": "sm"
|
|
2184
2180
|
}
|
|
2185
2181
|
],
|
|
2186
|
-
"direction": "vertical"
|
|
2182
|
+
"direction": "vertical",
|
|
2183
|
+
"gap": "lg"
|
|
2187
2184
|
}
|
|
2188
|
-
]
|
|
2185
|
+
],
|
|
2186
|
+
"type": "container",
|
|
2187
|
+
"maxWidth": "lg",
|
|
2188
|
+
"padding": "lg"
|
|
2189
2189
|
}
|
|
2190
2190
|
],
|
|
2191
2191
|
"type": "dashboard-layout",
|
|
2192
2192
|
"appName": "LMS",
|
|
2193
2193
|
"navItems": [
|
|
2194
2194
|
{
|
|
2195
|
-
"icon": "book-open",
|
|
2196
2195
|
"href": "/courses",
|
|
2197
|
-
"label": "Courses"
|
|
2196
|
+
"label": "Courses",
|
|
2197
|
+
"icon": "book-open"
|
|
2198
2198
|
},
|
|
2199
2199
|
{
|
|
2200
|
+
"icon": "layout-list",
|
|
2200
2201
|
"label": "Enroll",
|
|
2201
|
-
"href": "/enroll"
|
|
2202
|
-
"icon": "layout-list"
|
|
2202
|
+
"href": "/enroll"
|
|
2203
2203
|
},
|
|
2204
2204
|
{
|
|
2205
2205
|
"label": "Progress",
|
|
@@ -2232,49 +2232,46 @@
|
|
|
2232
2232
|
{
|
|
2233
2233
|
"navItems": [
|
|
2234
2234
|
{
|
|
2235
|
-
"
|
|
2235
|
+
"label": "Courses",
|
|
2236
2236
|
"href": "/courses",
|
|
2237
|
-
"
|
|
2237
|
+
"icon": "book-open"
|
|
2238
2238
|
},
|
|
2239
2239
|
{
|
|
2240
2240
|
"icon": "layout-list",
|
|
2241
|
-
"
|
|
2242
|
-
"
|
|
2241
|
+
"label": "Enroll",
|
|
2242
|
+
"href": "/enroll"
|
|
2243
2243
|
},
|
|
2244
2244
|
{
|
|
2245
|
-
"icon": "layout-list",
|
|
2246
2245
|
"href": "/progress",
|
|
2247
|
-
"label": "Progress"
|
|
2246
|
+
"label": "Progress",
|
|
2247
|
+
"icon": "layout-list"
|
|
2248
2248
|
}
|
|
2249
2249
|
],
|
|
2250
|
-
"type": "dashboard-layout",
|
|
2251
2250
|
"children": [
|
|
2252
2251
|
{
|
|
2253
2252
|
"maxWidth": "lg",
|
|
2254
|
-
"padding": "lg",
|
|
2255
2253
|
"type": "container",
|
|
2254
|
+
"padding": "lg",
|
|
2256
2255
|
"children": [
|
|
2257
2256
|
{
|
|
2258
|
-
"gap": "lg",
|
|
2259
|
-
"direction": "vertical",
|
|
2260
2257
|
"type": "stack",
|
|
2261
2258
|
"children": [
|
|
2262
2259
|
{
|
|
2263
|
-
"
|
|
2260
|
+
"type": "stack",
|
|
2261
|
+
"gap": "sm",
|
|
2264
2262
|
"children": [
|
|
2265
2263
|
{
|
|
2266
2264
|
"type": "icon",
|
|
2267
2265
|
"name": "user-plus"
|
|
2268
2266
|
},
|
|
2269
2267
|
{
|
|
2268
|
+
"content": "Course Enrollment",
|
|
2270
2269
|
"variant": "h2",
|
|
2271
|
-
"type": "typography"
|
|
2272
|
-
"content": "Course Enrollment"
|
|
2270
|
+
"type": "typography"
|
|
2273
2271
|
}
|
|
2274
2272
|
],
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"direction": "horizontal"
|
|
2273
|
+
"direction": "horizontal",
|
|
2274
|
+
"align": "center"
|
|
2278
2275
|
},
|
|
2279
2276
|
{
|
|
2280
2277
|
"count": 2.0,
|
|
@@ -2282,58 +2279,61 @@
|
|
|
2282
2279
|
"type": "progress-dots"
|
|
2283
2280
|
},
|
|
2284
2281
|
{
|
|
2282
|
+
"currentStep": 1.0,
|
|
2283
|
+
"type": "wizard-progress",
|
|
2285
2284
|
"steps": [
|
|
2286
2285
|
"Student Info",
|
|
2287
2286
|
"Course Selection"
|
|
2288
|
-
]
|
|
2289
|
-
"type": "wizard-progress",
|
|
2290
|
-
"currentStep": 1.0
|
|
2287
|
+
]
|
|
2291
2288
|
},
|
|
2292
2289
|
{
|
|
2293
2290
|
"type": "divider"
|
|
2294
2291
|
},
|
|
2295
2292
|
{
|
|
2296
|
-
"variant": "h3",
|
|
2297
2293
|
"type": "typography",
|
|
2294
|
+
"variant": "h3",
|
|
2298
2295
|
"content": "Course Selection"
|
|
2299
2296
|
},
|
|
2300
2297
|
{
|
|
2301
|
-
"
|
|
2298
|
+
"type": "form-section",
|
|
2299
|
+
"cancelEvent": "PREV",
|
|
2302
2300
|
"fields": [
|
|
2303
2301
|
"courseId"
|
|
2304
2302
|
],
|
|
2305
2303
|
"submitEvent": "NEXT",
|
|
2306
|
-
"
|
|
2307
|
-
"type": "form-section"
|
|
2304
|
+
"mode": "create"
|
|
2308
2305
|
},
|
|
2309
2306
|
{
|
|
2310
|
-
"direction": "horizontal",
|
|
2311
|
-
"type": "stack",
|
|
2312
|
-
"gap": "sm",
|
|
2313
|
-
"justify": "end",
|
|
2314
2307
|
"children": [
|
|
2315
2308
|
{
|
|
2309
|
+
"action": "PREV",
|
|
2316
2310
|
"label": "Back",
|
|
2317
|
-
"type": "button",
|
|
2318
2311
|
"icon": "arrow-left",
|
|
2319
|
-
"
|
|
2320
|
-
"
|
|
2312
|
+
"variant": "ghost",
|
|
2313
|
+
"type": "button"
|
|
2321
2314
|
},
|
|
2322
2315
|
{
|
|
2323
|
-
"label": "Next",
|
|
2324
2316
|
"variant": "primary",
|
|
2317
|
+
"type": "button",
|
|
2318
|
+
"label": "Next",
|
|
2325
2319
|
"icon": "arrow-right",
|
|
2326
|
-
"action": "NEXT"
|
|
2327
|
-
"type": "button"
|
|
2320
|
+
"action": "NEXT"
|
|
2328
2321
|
}
|
|
2329
|
-
]
|
|
2322
|
+
],
|
|
2323
|
+
"justify": "end",
|
|
2324
|
+
"type": "stack",
|
|
2325
|
+
"gap": "sm",
|
|
2326
|
+
"direction": "horizontal"
|
|
2330
2327
|
}
|
|
2331
|
-
]
|
|
2328
|
+
],
|
|
2329
|
+
"direction": "vertical",
|
|
2330
|
+
"gap": "lg"
|
|
2332
2331
|
}
|
|
2333
2332
|
]
|
|
2334
2333
|
}
|
|
2335
2334
|
],
|
|
2336
|
-
"appName": "LMS"
|
|
2335
|
+
"appName": "LMS",
|
|
2336
|
+
"type": "dashboard-layout"
|
|
2337
2337
|
}
|
|
2338
2338
|
]
|
|
2339
2339
|
]
|
|
@@ -2348,8 +2348,8 @@
|
|
|
2348
2348
|
"Enrollment",
|
|
2349
2349
|
{
|
|
2350
2350
|
"emit": {
|
|
2351
|
-
"
|
|
2352
|
-
"
|
|
2351
|
+
"success": "EnrollmentLoaded",
|
|
2352
|
+
"failure": "EnrollmentLoadFailed"
|
|
2353
2353
|
}
|
|
2354
2354
|
}
|
|
2355
2355
|
],
|
|
@@ -2357,15 +2357,15 @@
|
|
|
2357
2357
|
"render-ui",
|
|
2358
2358
|
"main",
|
|
2359
2359
|
{
|
|
2360
|
+
"appName": "LMS",
|
|
2360
2361
|
"children": [
|
|
2361
2362
|
{
|
|
2362
|
-
"direction": "vertical",
|
|
2363
2363
|
"gap": "lg",
|
|
2364
|
-
"
|
|
2364
|
+
"direction": "vertical",
|
|
2365
2365
|
"children": [
|
|
2366
2366
|
{
|
|
2367
|
-
"type": "stack",
|
|
2368
2367
|
"direction": "horizontal",
|
|
2368
|
+
"type": "stack",
|
|
2369
2369
|
"align": "center",
|
|
2370
2370
|
"children": [
|
|
2371
2371
|
{
|
|
@@ -2373,16 +2373,16 @@
|
|
|
2373
2373
|
"name": "user-plus"
|
|
2374
2374
|
},
|
|
2375
2375
|
{
|
|
2376
|
-
"
|
|
2376
|
+
"type": "typography",
|
|
2377
2377
|
"variant": "h2",
|
|
2378
|
-
"
|
|
2378
|
+
"content": "Course Enrollment"
|
|
2379
2379
|
}
|
|
2380
2380
|
],
|
|
2381
2381
|
"gap": "sm"
|
|
2382
2382
|
},
|
|
2383
2383
|
{
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2384
|
+
"label": "Review",
|
|
2385
|
+
"type": "badge"
|
|
2386
2386
|
},
|
|
2387
2387
|
{
|
|
2388
2388
|
"steps": [
|
|
@@ -2396,25 +2396,24 @@
|
|
|
2396
2396
|
"type": "divider"
|
|
2397
2397
|
},
|
|
2398
2398
|
{
|
|
2399
|
-
"gap": "sm",
|
|
2400
2399
|
"children": [
|
|
2401
2400
|
{
|
|
2402
|
-
"type": "stack",
|
|
2403
|
-
"direction": "horizontal",
|
|
2404
2401
|
"gap": "md",
|
|
2405
|
-
"justify": "between",
|
|
2406
2402
|
"children": [
|
|
2407
2403
|
{
|
|
2408
|
-
"variant": "caption",
|
|
2409
2404
|
"content": "Student Name",
|
|
2405
|
+
"variant": "caption",
|
|
2410
2406
|
"type": "typography"
|
|
2411
2407
|
},
|
|
2412
2408
|
{
|
|
2413
|
-
"
|
|
2409
|
+
"type": "typography",
|
|
2414
2410
|
"content": "@entity.studentName",
|
|
2415
|
-
"
|
|
2411
|
+
"variant": "body"
|
|
2416
2412
|
}
|
|
2417
|
-
]
|
|
2413
|
+
],
|
|
2414
|
+
"type": "stack",
|
|
2415
|
+
"direction": "horizontal",
|
|
2416
|
+
"justify": "between"
|
|
2418
2417
|
},
|
|
2419
2418
|
{
|
|
2420
2419
|
"gap": "md",
|
|
@@ -2423,58 +2422,60 @@
|
|
|
2423
2422
|
"direction": "horizontal",
|
|
2424
2423
|
"children": [
|
|
2425
2424
|
{
|
|
2426
|
-
"
|
|
2425
|
+
"content": "Email",
|
|
2427
2426
|
"variant": "caption",
|
|
2428
|
-
"
|
|
2427
|
+
"type": "typography"
|
|
2429
2428
|
},
|
|
2430
2429
|
{
|
|
2431
|
-
"content": "@entity.email",
|
|
2432
2430
|
"type": "typography",
|
|
2431
|
+
"content": "@entity.email",
|
|
2433
2432
|
"variant": "body"
|
|
2434
2433
|
}
|
|
2435
2434
|
]
|
|
2436
2435
|
},
|
|
2437
2436
|
{
|
|
2438
|
-
"
|
|
2437
|
+
"gap": "md",
|
|
2439
2438
|
"type": "stack",
|
|
2439
|
+
"justify": "between",
|
|
2440
2440
|
"children": [
|
|
2441
2441
|
{
|
|
2442
|
+
"variant": "caption",
|
|
2442
2443
|
"type": "typography",
|
|
2443
|
-
"content": "Course Id"
|
|
2444
|
-
"variant": "caption"
|
|
2444
|
+
"content": "Course Id"
|
|
2445
2445
|
},
|
|
2446
2446
|
{
|
|
2447
2447
|
"content": "@entity.courseId",
|
|
2448
|
-
"
|
|
2449
|
-
"
|
|
2448
|
+
"type": "typography",
|
|
2449
|
+
"variant": "body"
|
|
2450
2450
|
}
|
|
2451
2451
|
],
|
|
2452
|
-
"
|
|
2453
|
-
"gap": "md"
|
|
2452
|
+
"direction": "horizontal"
|
|
2454
2453
|
},
|
|
2455
2454
|
{
|
|
2456
|
-
"gap": "md",
|
|
2457
|
-
"justify": "between",
|
|
2458
|
-
"direction": "horizontal",
|
|
2459
2455
|
"children": [
|
|
2460
2456
|
{
|
|
2461
|
-
"type": "typography",
|
|
2462
2457
|
"content": "Enrolled At",
|
|
2463
|
-
"variant": "caption"
|
|
2458
|
+
"variant": "caption",
|
|
2459
|
+
"type": "typography"
|
|
2464
2460
|
},
|
|
2465
2461
|
{
|
|
2466
|
-
"type": "typography",
|
|
2467
2462
|
"variant": "body",
|
|
2463
|
+
"type": "typography",
|
|
2468
2464
|
"content": "@entity.enrolledAt"
|
|
2469
2465
|
}
|
|
2470
2466
|
],
|
|
2471
|
-
"
|
|
2467
|
+
"direction": "horizontal",
|
|
2468
|
+
"justify": "between",
|
|
2469
|
+
"type": "stack",
|
|
2470
|
+
"gap": "md"
|
|
2472
2471
|
},
|
|
2473
2472
|
{
|
|
2473
|
+
"justify": "between",
|
|
2474
|
+
"type": "stack",
|
|
2474
2475
|
"children": [
|
|
2475
2476
|
{
|
|
2476
|
-
"content": "Status",
|
|
2477
2477
|
"variant": "caption",
|
|
2478
|
+
"content": "Status",
|
|
2478
2479
|
"type": "typography"
|
|
2479
2480
|
},
|
|
2480
2481
|
{
|
|
@@ -2483,45 +2484,44 @@
|
|
|
2483
2484
|
"type": "typography"
|
|
2484
2485
|
}
|
|
2485
2486
|
],
|
|
2486
|
-
"justify": "between",
|
|
2487
|
-
"type": "stack",
|
|
2488
2487
|
"direction": "horizontal",
|
|
2489
2488
|
"gap": "md"
|
|
2490
2489
|
}
|
|
2491
2490
|
],
|
|
2492
2491
|
"type": "stack",
|
|
2492
|
+
"gap": "sm",
|
|
2493
2493
|
"direction": "vertical"
|
|
2494
2494
|
},
|
|
2495
2495
|
{
|
|
2496
|
-
"
|
|
2496
|
+
"type": "wizard-navigation",
|
|
2497
2497
|
"totalSteps": 3.0,
|
|
2498
|
-
"currentStep": 2.0,
|
|
2499
2498
|
"showBack": true,
|
|
2500
|
-
"
|
|
2499
|
+
"showComplete": true,
|
|
2500
|
+
"currentStep": 2.0,
|
|
2501
2501
|
"showNext": false
|
|
2502
2502
|
}
|
|
2503
|
-
]
|
|
2503
|
+
],
|
|
2504
|
+
"type": "stack"
|
|
2504
2505
|
}
|
|
2505
2506
|
],
|
|
2506
|
-
"type": "dashboard-layout",
|
|
2507
|
-
"appName": "LMS",
|
|
2508
2507
|
"navItems": [
|
|
2509
2508
|
{
|
|
2510
|
-
"href": "/courses",
|
|
2511
2509
|
"label": "Courses",
|
|
2512
|
-
"icon": "book-open"
|
|
2510
|
+
"icon": "book-open",
|
|
2511
|
+
"href": "/courses"
|
|
2513
2512
|
},
|
|
2514
2513
|
{
|
|
2515
|
-
"icon": "layout-list",
|
|
2516
2514
|
"href": "/enroll",
|
|
2515
|
+
"icon": "layout-list",
|
|
2517
2516
|
"label": "Enroll"
|
|
2518
2517
|
},
|
|
2519
2518
|
{
|
|
2520
|
-
"href": "/progress",
|
|
2521
2519
|
"icon": "layout-list",
|
|
2522
|
-
"label": "Progress"
|
|
2520
|
+
"label": "Progress",
|
|
2521
|
+
"href": "/progress"
|
|
2523
2522
|
}
|
|
2524
|
-
]
|
|
2523
|
+
],
|
|
2524
|
+
"type": "dashboard-layout"
|
|
2525
2525
|
}
|
|
2526
2526
|
]
|
|
2527
2527
|
]
|
|
@@ -2545,35 +2545,21 @@
|
|
|
2545
2545
|
"render-ui",
|
|
2546
2546
|
"main",
|
|
2547
2547
|
{
|
|
2548
|
-
"navItems": [
|
|
2549
|
-
{
|
|
2550
|
-
"icon": "book-open",
|
|
2551
|
-
"label": "Courses",
|
|
2552
|
-
"href": "/courses"
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"icon": "layout-list",
|
|
2556
|
-
"href": "/enroll",
|
|
2557
|
-
"label": "Enroll"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"label": "Progress",
|
|
2561
|
-
"href": "/progress",
|
|
2562
|
-
"icon": "layout-list"
|
|
2563
|
-
}
|
|
2564
|
-
],
|
|
2565
2548
|
"type": "dashboard-layout",
|
|
2566
2549
|
"appName": "LMS",
|
|
2567
2550
|
"children": [
|
|
2568
2551
|
{
|
|
2569
|
-
"maxWidth": "lg",
|
|
2570
|
-
"padding": "lg",
|
|
2571
2552
|
"children": [
|
|
2572
2553
|
{
|
|
2554
|
+
"direction": "vertical",
|
|
2573
2555
|
"type": "stack",
|
|
2574
2556
|
"gap": "lg",
|
|
2575
2557
|
"children": [
|
|
2576
2558
|
{
|
|
2559
|
+
"direction": "horizontal",
|
|
2560
|
+
"gap": "sm",
|
|
2561
|
+
"align": "center",
|
|
2562
|
+
"type": "stack",
|
|
2577
2563
|
"children": [
|
|
2578
2564
|
{
|
|
2579
2565
|
"name": "user-plus",
|
|
@@ -2584,37 +2570,33 @@
|
|
|
2584
2570
|
"content": "Course Enrollment",
|
|
2585
2571
|
"variant": "h2"
|
|
2586
2572
|
}
|
|
2587
|
-
]
|
|
2588
|
-
"direction": "horizontal",
|
|
2589
|
-
"gap": "sm",
|
|
2590
|
-
"align": "center",
|
|
2591
|
-
"type": "stack"
|
|
2573
|
+
]
|
|
2592
2574
|
},
|
|
2593
2575
|
{
|
|
2576
|
+
"count": 2.0,
|
|
2594
2577
|
"currentIndex": 0.0,
|
|
2595
|
-
"type": "progress-dots"
|
|
2596
|
-
"count": 2.0
|
|
2578
|
+
"type": "progress-dots"
|
|
2597
2579
|
},
|
|
2598
2580
|
{
|
|
2599
|
-
"type": "wizard-progress",
|
|
2600
|
-
"currentStep": 0.0,
|
|
2601
2581
|
"steps": [
|
|
2602
2582
|
"Student Info",
|
|
2603
2583
|
"Course Selection"
|
|
2604
|
-
]
|
|
2584
|
+
],
|
|
2585
|
+
"type": "wizard-progress",
|
|
2586
|
+
"currentStep": 0.0
|
|
2605
2587
|
},
|
|
2606
2588
|
{
|
|
2607
2589
|
"type": "divider"
|
|
2608
2590
|
},
|
|
2609
2591
|
{
|
|
2592
|
+
"content": "Student Info",
|
|
2610
2593
|
"type": "typography",
|
|
2611
|
-
"variant": "h3"
|
|
2612
|
-
"content": "Student Info"
|
|
2594
|
+
"variant": "h3"
|
|
2613
2595
|
},
|
|
2614
2596
|
{
|
|
2615
|
-
"type": "form-section",
|
|
2616
|
-
"submitEvent": "NEXT",
|
|
2617
2597
|
"cancelEvent": "INIT",
|
|
2598
|
+
"submitEvent": "NEXT",
|
|
2599
|
+
"type": "form-section",
|
|
2618
2600
|
"fields": [
|
|
2619
2601
|
"studentName",
|
|
2620
2602
|
"email"
|
|
@@ -2622,25 +2604,43 @@
|
|
|
2622
2604
|
"mode": "create"
|
|
2623
2605
|
},
|
|
2624
2606
|
{
|
|
2625
|
-
"type": "stack",
|
|
2626
2607
|
"justify": "end",
|
|
2608
|
+
"direction": "horizontal",
|
|
2609
|
+
"type": "stack",
|
|
2610
|
+
"gap": "sm",
|
|
2627
2611
|
"children": [
|
|
2628
2612
|
{
|
|
2629
2613
|
"label": "Next",
|
|
2630
2614
|
"variant": "primary",
|
|
2631
|
-
"action": "NEXT",
|
|
2632
2615
|
"type": "button",
|
|
2616
|
+
"action": "NEXT",
|
|
2633
2617
|
"icon": "arrow-right"
|
|
2634
2618
|
}
|
|
2635
|
-
]
|
|
2636
|
-
"direction": "horizontal",
|
|
2637
|
-
"gap": "sm"
|
|
2619
|
+
]
|
|
2638
2620
|
}
|
|
2639
|
-
]
|
|
2640
|
-
"direction": "vertical"
|
|
2621
|
+
]
|
|
2641
2622
|
}
|
|
2642
2623
|
],
|
|
2643
|
-
"type": "container"
|
|
2624
|
+
"type": "container",
|
|
2625
|
+
"padding": "lg",
|
|
2626
|
+
"maxWidth": "lg"
|
|
2627
|
+
}
|
|
2628
|
+
],
|
|
2629
|
+
"navItems": [
|
|
2630
|
+
{
|
|
2631
|
+
"icon": "book-open",
|
|
2632
|
+
"label": "Courses",
|
|
2633
|
+
"href": "/courses"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"icon": "layout-list",
|
|
2637
|
+
"label": "Enroll",
|
|
2638
|
+
"href": "/enroll"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"icon": "layout-list",
|
|
2642
|
+
"label": "Progress",
|
|
2643
|
+
"href": "/progress"
|
|
2644
2644
|
}
|
|
2645
2645
|
]
|
|
2646
2646
|
}
|
|
@@ -2666,17 +2666,17 @@
|
|
|
2666
2666
|
"render-ui",
|
|
2667
2667
|
"main",
|
|
2668
2668
|
{
|
|
2669
|
-
"
|
|
2669
|
+
"appName": "LMS",
|
|
2670
2670
|
"navItems": [
|
|
2671
2671
|
{
|
|
2672
|
-
"icon": "book-open",
|
|
2673
2672
|
"label": "Courses",
|
|
2673
|
+
"icon": "book-open",
|
|
2674
2674
|
"href": "/courses"
|
|
2675
2675
|
},
|
|
2676
2676
|
{
|
|
2677
|
+
"icon": "layout-list",
|
|
2677
2678
|
"label": "Enroll",
|
|
2678
|
-
"href": "/enroll"
|
|
2679
|
-
"icon": "layout-list"
|
|
2679
|
+
"href": "/enroll"
|
|
2680
2680
|
},
|
|
2681
2681
|
{
|
|
2682
2682
|
"label": "Progress",
|
|
@@ -2684,16 +2684,20 @@
|
|
|
2684
2684
|
"icon": "layout-list"
|
|
2685
2685
|
}
|
|
2686
2686
|
],
|
|
2687
|
-
"
|
|
2687
|
+
"type": "dashboard-layout",
|
|
2688
2688
|
"children": [
|
|
2689
2689
|
{
|
|
2690
|
+
"type": "container",
|
|
2691
|
+
"padding": "lg",
|
|
2692
|
+
"maxWidth": "lg",
|
|
2690
2693
|
"children": [
|
|
2691
2694
|
{
|
|
2695
|
+
"gap": "lg",
|
|
2696
|
+
"type": "stack",
|
|
2692
2697
|
"direction": "vertical",
|
|
2693
2698
|
"children": [
|
|
2694
2699
|
{
|
|
2695
2700
|
"direction": "horizontal",
|
|
2696
|
-
"align": "center",
|
|
2697
2701
|
"children": [
|
|
2698
2702
|
{
|
|
2699
2703
|
"name": "user-plus",
|
|
@@ -2706,7 +2710,8 @@
|
|
|
2706
2710
|
}
|
|
2707
2711
|
],
|
|
2708
2712
|
"type": "stack",
|
|
2709
|
-
"gap": "sm"
|
|
2713
|
+
"gap": "sm",
|
|
2714
|
+
"align": "center"
|
|
2710
2715
|
},
|
|
2711
2716
|
{
|
|
2712
2717
|
"currentIndex": 1.0,
|
|
@@ -2714,60 +2719,55 @@
|
|
|
2714
2719
|
"type": "progress-dots"
|
|
2715
2720
|
},
|
|
2716
2721
|
{
|
|
2722
|
+
"type": "wizard-progress",
|
|
2717
2723
|
"steps": [
|
|
2718
2724
|
"Student Info",
|
|
2719
2725
|
"Course Selection"
|
|
2720
2726
|
],
|
|
2721
|
-
"currentStep": 1.0
|
|
2722
|
-
"type": "wizard-progress"
|
|
2727
|
+
"currentStep": 1.0
|
|
2723
2728
|
},
|
|
2724
2729
|
{
|
|
2725
2730
|
"type": "divider"
|
|
2726
2731
|
},
|
|
2727
2732
|
{
|
|
2733
|
+
"type": "typography",
|
|
2728
2734
|
"variant": "h3",
|
|
2729
|
-
"content": "Course Selection"
|
|
2730
|
-
"type": "typography"
|
|
2735
|
+
"content": "Course Selection"
|
|
2731
2736
|
},
|
|
2732
2737
|
{
|
|
2738
|
+
"cancelEvent": "PREV",
|
|
2739
|
+
"type": "form-section",
|
|
2733
2740
|
"fields": [
|
|
2734
2741
|
"courseId"
|
|
2735
2742
|
],
|
|
2736
|
-
"cancelEvent": "PREV",
|
|
2737
2743
|
"submitEvent": "NEXT",
|
|
2738
|
-
"type": "form-section",
|
|
2739
2744
|
"mode": "create"
|
|
2740
2745
|
},
|
|
2741
2746
|
{
|
|
2747
|
+
"direction": "horizontal",
|
|
2748
|
+
"justify": "end",
|
|
2742
2749
|
"children": [
|
|
2743
2750
|
{
|
|
2744
2751
|
"type": "button",
|
|
2745
|
-
"label": "Back",
|
|
2746
2752
|
"variant": "ghost",
|
|
2747
|
-
"
|
|
2748
|
-
"action": "PREV"
|
|
2753
|
+
"label": "Back",
|
|
2754
|
+
"action": "PREV",
|
|
2755
|
+
"icon": "arrow-left"
|
|
2749
2756
|
},
|
|
2750
2757
|
{
|
|
2751
|
-
"action": "NEXT",
|
|
2752
|
-
"variant": "primary",
|
|
2753
2758
|
"icon": "arrow-right",
|
|
2759
|
+
"action": "NEXT",
|
|
2760
|
+
"label": "Next",
|
|
2754
2761
|
"type": "button",
|
|
2755
|
-
"
|
|
2762
|
+
"variant": "primary"
|
|
2756
2763
|
}
|
|
2757
2764
|
],
|
|
2758
|
-
"gap": "sm",
|
|
2759
2765
|
"type": "stack",
|
|
2760
|
-
"
|
|
2761
|
-
"justify": "end"
|
|
2766
|
+
"gap": "sm"
|
|
2762
2767
|
}
|
|
2763
|
-
]
|
|
2764
|
-
"type": "stack",
|
|
2765
|
-
"gap": "lg"
|
|
2768
|
+
]
|
|
2766
2769
|
}
|
|
2767
|
-
]
|
|
2768
|
-
"maxWidth": "lg",
|
|
2769
|
-
"padding": "lg",
|
|
2770
|
-
"type": "container"
|
|
2770
|
+
]
|
|
2771
2771
|
}
|
|
2772
2772
|
]
|
|
2773
2773
|
}
|
|
@@ -2786,8 +2786,8 @@
|
|
|
2786
2786
|
"@payload.data",
|
|
2787
2787
|
{
|
|
2788
2788
|
"emit": {
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2789
|
+
"success": "EnrollmentSaved",
|
|
2790
|
+
"failure": "EnrollmentSaveFailed"
|
|
2791
2791
|
}
|
|
2792
2792
|
}
|
|
2793
2793
|
],
|
|
@@ -2800,27 +2800,10 @@
|
|
|
2800
2800
|
"render-ui",
|
|
2801
2801
|
"main",
|
|
2802
2802
|
{
|
|
2803
|
-
"appName": "LMS",
|
|
2804
|
-
"navItems": [
|
|
2805
|
-
{
|
|
2806
|
-
"icon": "book-open",
|
|
2807
|
-
"href": "/courses",
|
|
2808
|
-
"label": "Courses"
|
|
2809
|
-
},
|
|
2810
|
-
{
|
|
2811
|
-
"icon": "layout-list",
|
|
2812
|
-
"label": "Enroll",
|
|
2813
|
-
"href": "/enroll"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"href": "/progress",
|
|
2817
|
-
"label": "Progress",
|
|
2818
|
-
"icon": "layout-list"
|
|
2819
|
-
}
|
|
2820
|
-
],
|
|
2821
|
-
"type": "dashboard-layout",
|
|
2822
2803
|
"children": [
|
|
2823
2804
|
{
|
|
2805
|
+
"type": "stack",
|
|
2806
|
+
"align": "center",
|
|
2824
2807
|
"direction": "vertical",
|
|
2825
2808
|
"gap": "lg",
|
|
2826
2809
|
"children": [
|
|
@@ -2830,26 +2813,43 @@
|
|
|
2830
2813
|
},
|
|
2831
2814
|
{
|
|
2832
2815
|
"type": "typography",
|
|
2833
|
-
"
|
|
2834
|
-
"
|
|
2816
|
+
"variant": "h2",
|
|
2817
|
+
"content": "Enrolled!"
|
|
2835
2818
|
},
|
|
2836
2819
|
{
|
|
2820
|
+
"variant": "body",
|
|
2837
2821
|
"type": "typography",
|
|
2838
|
-
"content": "You have been successfully enrolled in the course."
|
|
2839
|
-
"variant": "body"
|
|
2822
|
+
"content": "You have been successfully enrolled in the course."
|
|
2840
2823
|
},
|
|
2841
2824
|
{
|
|
2842
2825
|
"action": "RESTART",
|
|
2843
|
-
"variant": "primary",
|
|
2844
|
-
"label": "Start New",
|
|
2845
2826
|
"type": "button",
|
|
2827
|
+
"label": "Start New",
|
|
2828
|
+
"variant": "primary",
|
|
2846
2829
|
"icon": "refresh-cw"
|
|
2847
2830
|
}
|
|
2848
|
-
]
|
|
2849
|
-
"align": "center",
|
|
2850
|
-
"type": "stack"
|
|
2831
|
+
]
|
|
2851
2832
|
}
|
|
2852
|
-
]
|
|
2833
|
+
],
|
|
2834
|
+
"appName": "LMS",
|
|
2835
|
+
"navItems": [
|
|
2836
|
+
{
|
|
2837
|
+
"href": "/courses",
|
|
2838
|
+
"icon": "book-open",
|
|
2839
|
+
"label": "Courses"
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"label": "Enroll",
|
|
2843
|
+
"href": "/enroll",
|
|
2844
|
+
"icon": "layout-list"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"label": "Progress",
|
|
2848
|
+
"href": "/progress",
|
|
2849
|
+
"icon": "layout-list"
|
|
2850
|
+
}
|
|
2851
|
+
],
|
|
2852
|
+
"type": "dashboard-layout"
|
|
2853
2853
|
}
|
|
2854
2854
|
]
|
|
2855
2855
|
]
|
|
@@ -2864,8 +2864,8 @@
|
|
|
2864
2864
|
"Enrollment",
|
|
2865
2865
|
{
|
|
2866
2866
|
"emit": {
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2867
|
+
"failure": "EnrollmentLoadFailed",
|
|
2868
|
+
"success": "EnrollmentLoaded"
|
|
2869
2869
|
}
|
|
2870
2870
|
}
|
|
2871
2871
|
],
|
|
@@ -2874,15 +2874,34 @@
|
|
|
2874
2874
|
"main",
|
|
2875
2875
|
{
|
|
2876
2876
|
"type": "dashboard-layout",
|
|
2877
|
+
"navItems": [
|
|
2878
|
+
{
|
|
2879
|
+
"href": "/courses",
|
|
2880
|
+
"icon": "book-open",
|
|
2881
|
+
"label": "Courses"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"icon": "layout-list",
|
|
2885
|
+
"href": "/enroll",
|
|
2886
|
+
"label": "Enroll"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"label": "Progress",
|
|
2890
|
+
"icon": "layout-list",
|
|
2891
|
+
"href": "/progress"
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"appName": "LMS",
|
|
2877
2895
|
"children": [
|
|
2878
2896
|
{
|
|
2879
|
-
"padding": "lg",
|
|
2880
2897
|
"children": [
|
|
2881
2898
|
{
|
|
2882
|
-
"type": "stack",
|
|
2883
|
-
"gap": "lg",
|
|
2884
2899
|
"children": [
|
|
2885
2900
|
{
|
|
2901
|
+
"direction": "horizontal",
|
|
2902
|
+
"gap": "sm",
|
|
2903
|
+
"align": "center",
|
|
2904
|
+
"type": "stack",
|
|
2886
2905
|
"children": [
|
|
2887
2906
|
{
|
|
2888
2907
|
"name": "user-plus",
|
|
@@ -2893,20 +2912,16 @@
|
|
|
2893
2912
|
"variant": "h2",
|
|
2894
2913
|
"type": "typography"
|
|
2895
2914
|
}
|
|
2896
|
-
]
|
|
2897
|
-
"type": "stack",
|
|
2898
|
-
"align": "center",
|
|
2899
|
-
"gap": "sm",
|
|
2900
|
-
"direction": "horizontal"
|
|
2915
|
+
]
|
|
2901
2916
|
},
|
|
2902
2917
|
{
|
|
2903
|
-
"
|
|
2918
|
+
"type": "progress-dots",
|
|
2904
2919
|
"count": 2.0,
|
|
2905
|
-
"
|
|
2920
|
+
"currentIndex": 0.0
|
|
2906
2921
|
},
|
|
2907
2922
|
{
|
|
2908
|
-
"currentStep": 0.0,
|
|
2909
2923
|
"type": "wizard-progress",
|
|
2924
|
+
"currentStep": 0.0,
|
|
2910
2925
|
"steps": [
|
|
2911
2926
|
"Student Info",
|
|
2912
2927
|
"Course Selection"
|
|
@@ -2916,14 +2931,14 @@
|
|
|
2916
2931
|
"type": "divider"
|
|
2917
2932
|
},
|
|
2918
2933
|
{
|
|
2934
|
+
"type": "typography",
|
|
2919
2935
|
"content": "Student Info",
|
|
2920
|
-
"variant": "h3"
|
|
2921
|
-
"type": "typography"
|
|
2936
|
+
"variant": "h3"
|
|
2922
2937
|
},
|
|
2923
2938
|
{
|
|
2939
|
+
"mode": "create",
|
|
2924
2940
|
"type": "form-section",
|
|
2925
2941
|
"cancelEvent": "INIT",
|
|
2926
|
-
"mode": "create",
|
|
2927
2942
|
"submitEvent": "NEXT",
|
|
2928
2943
|
"fields": [
|
|
2929
2944
|
"studentName",
|
|
@@ -2931,46 +2946,31 @@
|
|
|
2931
2946
|
]
|
|
2932
2947
|
},
|
|
2933
2948
|
{
|
|
2934
|
-
"justify": "end",
|
|
2935
2949
|
"children": [
|
|
2936
2950
|
{
|
|
2937
|
-
"
|
|
2951
|
+
"action": "NEXT",
|
|
2952
|
+
"variant": "primary",
|
|
2938
2953
|
"icon": "arrow-right",
|
|
2939
2954
|
"type": "button",
|
|
2940
|
-
"
|
|
2941
|
-
"action": "NEXT"
|
|
2955
|
+
"label": "Next"
|
|
2942
2956
|
}
|
|
2943
2957
|
],
|
|
2944
|
-
"type": "stack",
|
|
2945
2958
|
"direction": "horizontal",
|
|
2946
|
-
"gap": "sm"
|
|
2959
|
+
"gap": "sm",
|
|
2960
|
+
"justify": "end",
|
|
2961
|
+
"type": "stack"
|
|
2947
2962
|
}
|
|
2948
2963
|
],
|
|
2949
|
-
"
|
|
2964
|
+
"type": "stack",
|
|
2965
|
+
"direction": "vertical",
|
|
2966
|
+
"gap": "lg"
|
|
2950
2967
|
}
|
|
2951
2968
|
],
|
|
2952
2969
|
"type": "container",
|
|
2953
|
-
"maxWidth": "lg"
|
|
2954
|
-
|
|
2955
|
-
],
|
|
2956
|
-
"navItems": [
|
|
2957
|
-
{
|
|
2958
|
-
"label": "Courses",
|
|
2959
|
-
"href": "/courses",
|
|
2960
|
-
"icon": "book-open"
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"icon": "layout-list",
|
|
2964
|
-
"href": "/enroll",
|
|
2965
|
-
"label": "Enroll"
|
|
2966
|
-
},
|
|
2967
|
-
{
|
|
2968
|
-
"label": "Progress",
|
|
2969
|
-
"icon": "layout-list",
|
|
2970
|
-
"href": "/progress"
|
|
2970
|
+
"maxWidth": "lg",
|
|
2971
|
+
"padding": "lg"
|
|
2971
2972
|
}
|
|
2972
|
-
]
|
|
2973
|
-
"appName": "LMS"
|
|
2973
|
+
]
|
|
2974
2974
|
}
|
|
2975
2975
|
]
|
|
2976
2976
|
]
|
|
@@ -2995,16 +2995,17 @@
|
|
|
2995
2995
|
"main",
|
|
2996
2996
|
{
|
|
2997
2997
|
"appName": "LMS",
|
|
2998
|
-
"type": "dashboard-layout",
|
|
2999
2998
|
"children": [
|
|
3000
2999
|
{
|
|
3001
|
-
"padding": "lg",
|
|
3002
|
-
"type": "container",
|
|
3003
3000
|
"maxWidth": "lg",
|
|
3004
3001
|
"children": [
|
|
3005
3002
|
{
|
|
3003
|
+
"direction": "vertical",
|
|
3004
|
+
"gap": "lg",
|
|
3006
3005
|
"children": [
|
|
3007
3006
|
{
|
|
3007
|
+
"align": "center",
|
|
3008
|
+
"type": "stack",
|
|
3008
3009
|
"children": [
|
|
3009
3010
|
{
|
|
3010
3011
|
"type": "icon",
|
|
@@ -3017,81 +3018,80 @@
|
|
|
3017
3018
|
}
|
|
3018
3019
|
],
|
|
3019
3020
|
"direction": "horizontal",
|
|
3020
|
-
"gap": "sm"
|
|
3021
|
-
"type": "stack",
|
|
3022
|
-
"align": "center"
|
|
3021
|
+
"gap": "sm"
|
|
3023
3022
|
},
|
|
3024
3023
|
{
|
|
3025
|
-
"count": 2.0,
|
|
3026
3024
|
"currentIndex": 0.0,
|
|
3027
|
-
"type": "progress-dots"
|
|
3025
|
+
"type": "progress-dots",
|
|
3026
|
+
"count": 2.0
|
|
3028
3027
|
},
|
|
3029
3028
|
{
|
|
3030
|
-
"
|
|
3029
|
+
"type": "wizard-progress",
|
|
3031
3030
|
"steps": [
|
|
3032
3031
|
"Student Info",
|
|
3033
3032
|
"Course Selection"
|
|
3034
3033
|
],
|
|
3035
|
-
"
|
|
3034
|
+
"currentStep": 0.0
|
|
3036
3035
|
},
|
|
3037
3036
|
{
|
|
3038
3037
|
"type": "divider"
|
|
3039
3038
|
},
|
|
3040
3039
|
{
|
|
3041
|
-
"
|
|
3040
|
+
"variant": "h3",
|
|
3042
3041
|
"content": "Student Info",
|
|
3043
|
-
"
|
|
3042
|
+
"type": "typography"
|
|
3044
3043
|
},
|
|
3045
3044
|
{
|
|
3046
3045
|
"cancelEvent": "INIT",
|
|
3047
|
-
"submitEvent": "NEXT",
|
|
3048
3046
|
"fields": [
|
|
3049
3047
|
"studentName",
|
|
3050
3048
|
"email"
|
|
3051
3049
|
],
|
|
3052
3050
|
"mode": "create",
|
|
3053
|
-
"type": "form-section"
|
|
3051
|
+
"type": "form-section",
|
|
3052
|
+
"submitEvent": "NEXT"
|
|
3054
3053
|
},
|
|
3055
3054
|
{
|
|
3055
|
+
"type": "stack",
|
|
3056
|
+
"justify": "end",
|
|
3057
|
+
"direction": "horizontal",
|
|
3056
3058
|
"children": [
|
|
3057
3059
|
{
|
|
3058
|
-
"
|
|
3060
|
+
"type": "button",
|
|
3059
3061
|
"label": "Next",
|
|
3060
3062
|
"action": "NEXT",
|
|
3061
|
-
"
|
|
3062
|
-
"
|
|
3063
|
+
"icon": "arrow-right",
|
|
3064
|
+
"variant": "primary"
|
|
3063
3065
|
}
|
|
3064
3066
|
],
|
|
3065
|
-
"
|
|
3066
|
-
"justify": "end",
|
|
3067
|
-
"gap": "sm",
|
|
3068
|
-
"direction": "horizontal"
|
|
3067
|
+
"gap": "sm"
|
|
3069
3068
|
}
|
|
3070
3069
|
],
|
|
3071
|
-
"type": "stack"
|
|
3072
|
-
"direction": "vertical",
|
|
3073
|
-
"gap": "lg"
|
|
3070
|
+
"type": "stack"
|
|
3074
3071
|
}
|
|
3075
|
-
]
|
|
3072
|
+
],
|
|
3073
|
+
"type": "container",
|
|
3074
|
+
"padding": "lg"
|
|
3076
3075
|
}
|
|
3077
3076
|
],
|
|
3078
3077
|
"navItems": [
|
|
3079
3078
|
{
|
|
3080
|
-
"
|
|
3079
|
+
"label": "Courses",
|
|
3081
3080
|
"href": "/courses",
|
|
3082
|
-
"
|
|
3081
|
+
"icon": "book-open"
|
|
3083
3082
|
},
|
|
3084
3083
|
{
|
|
3085
|
-
"href": "/enroll",
|
|
3086
3084
|
"label": "Enroll",
|
|
3085
|
+
"href": "/enroll",
|
|
3087
3086
|
"icon": "layout-list"
|
|
3088
3087
|
},
|
|
3089
3088
|
{
|
|
3090
|
-
"href": "/progress",
|
|
3091
3089
|
"label": "Progress",
|
|
3090
|
+
"href": "/progress",
|
|
3092
3091
|
"icon": "layout-list"
|
|
3093
3092
|
}
|
|
3094
|
-
]
|
|
3093
|
+
],
|
|
3094
|
+
"type": "dashboard-layout"
|
|
3095
3095
|
}
|
|
3096
3096
|
]
|
|
3097
3097
|
]
|
|
@@ -3156,7 +3156,7 @@
|
|
|
3156
3156
|
"event": "ProgressLoaded",
|
|
3157
3157
|
"description": "Fired when Progress finishes loading",
|
|
3158
3158
|
"scope": "internal",
|
|
3159
|
-
"
|
|
3159
|
+
"payloadSchema": [
|
|
3160
3160
|
{
|
|
3161
3161
|
"name": "data",
|
|
3162
3162
|
"type": "[Progress]"
|
|
@@ -3167,7 +3167,7 @@
|
|
|
3167
3167
|
"event": "ProgressLoadFailed",
|
|
3168
3168
|
"description": "Fired when Progress fails to load",
|
|
3169
3169
|
"scope": "internal",
|
|
3170
|
-
"
|
|
3170
|
+
"payloadSchema": [
|
|
3171
3171
|
{
|
|
3172
3172
|
"name": "error",
|
|
3173
3173
|
"type": "string"
|
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
{
|
|
3222
3222
|
"key": "ProgressLoaded",
|
|
3223
3223
|
"name": "Progress loaded",
|
|
3224
|
-
"
|
|
3224
|
+
"payloadSchema": [
|
|
3225
3225
|
{
|
|
3226
3226
|
"name": "data",
|
|
3227
3227
|
"type": "[Progress]"
|
|
@@ -3231,7 +3231,7 @@
|
|
|
3231
3231
|
{
|
|
3232
3232
|
"key": "ProgressLoadFailed",
|
|
3233
3233
|
"name": "Progress load failed",
|
|
3234
|
-
"
|
|
3234
|
+
"payloadSchema": [
|
|
3235
3235
|
{
|
|
3236
3236
|
"name": "error",
|
|
3237
3237
|
"type": "string"
|
|
@@ -3264,94 +3264,77 @@
|
|
|
3264
3264
|
"main",
|
|
3265
3265
|
{
|
|
3266
3266
|
"type": "dashboard-layout",
|
|
3267
|
-
"navItems": [
|
|
3268
|
-
{
|
|
3269
|
-
"icon": "book-open",
|
|
3270
|
-
"label": "Courses",
|
|
3271
|
-
"href": "/courses"
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"href": "/enroll",
|
|
3275
|
-
"icon": "layout-list",
|
|
3276
|
-
"label": "Enroll"
|
|
3277
|
-
},
|
|
3278
|
-
{
|
|
3279
|
-
"href": "/progress",
|
|
3280
|
-
"label": "Progress",
|
|
3281
|
-
"icon": "layout-list"
|
|
3282
|
-
}
|
|
3283
|
-
],
|
|
3284
|
-
"appName": "LMS",
|
|
3285
3267
|
"children": [
|
|
3286
3268
|
{
|
|
3269
|
+
"type": "scaled-diagram",
|
|
3287
3270
|
"children": [
|
|
3288
3271
|
{
|
|
3289
3272
|
"type": "stack",
|
|
3290
|
-
"
|
|
3273
|
+
"direction": "vertical",
|
|
3291
3274
|
"children": [
|
|
3292
3275
|
{
|
|
3276
|
+
"type": "breadcrumb",
|
|
3293
3277
|
"items": [
|
|
3294
3278
|
{
|
|
3295
|
-
"
|
|
3296
|
-
"
|
|
3279
|
+
"href": "/",
|
|
3280
|
+
"label": "Home"
|
|
3297
3281
|
},
|
|
3298
3282
|
{
|
|
3299
3283
|
"label": "Progress"
|
|
3300
3284
|
}
|
|
3301
|
-
]
|
|
3302
|
-
"type": "breadcrumb"
|
|
3285
|
+
]
|
|
3303
3286
|
},
|
|
3304
3287
|
{
|
|
3305
|
-
"
|
|
3288
|
+
"gap": "md",
|
|
3289
|
+
"justify": "between",
|
|
3306
3290
|
"children": [
|
|
3307
3291
|
{
|
|
3308
|
-
"type": "stack",
|
|
3309
|
-
"gap": "md",
|
|
3310
3292
|
"direction": "horizontal",
|
|
3293
|
+
"type": "stack",
|
|
3311
3294
|
"children": [
|
|
3312
3295
|
{
|
|
3313
3296
|
"type": "icon",
|
|
3314
3297
|
"name": "trending-up"
|
|
3315
3298
|
},
|
|
3316
3299
|
{
|
|
3317
|
-
"
|
|
3300
|
+
"variant": "h2",
|
|
3318
3301
|
"type": "typography",
|
|
3319
|
-
"
|
|
3302
|
+
"content": "Progress"
|
|
3320
3303
|
}
|
|
3321
|
-
]
|
|
3304
|
+
],
|
|
3305
|
+
"gap": "md"
|
|
3322
3306
|
},
|
|
3323
3307
|
{
|
|
3308
|
+
"variant": "secondary",
|
|
3324
3309
|
"label": "Refresh",
|
|
3325
3310
|
"type": "button",
|
|
3326
|
-
"variant": "secondary",
|
|
3327
3311
|
"icon": "refresh-cw",
|
|
3328
3312
|
"action": "REFRESH"
|
|
3329
3313
|
}
|
|
3330
3314
|
],
|
|
3331
|
-
"gap": "md",
|
|
3332
3315
|
"type": "stack",
|
|
3333
|
-
"
|
|
3316
|
+
"direction": "horizontal"
|
|
3334
3317
|
},
|
|
3335
3318
|
{
|
|
3336
3319
|
"type": "divider"
|
|
3337
3320
|
},
|
|
3338
3321
|
{
|
|
3339
3322
|
"type": "box",
|
|
3323
|
+
"padding": "md",
|
|
3340
3324
|
"children": [
|
|
3341
3325
|
{
|
|
3342
|
-
"
|
|
3326
|
+
"type": "simple-grid",
|
|
3343
3327
|
"children": [
|
|
3344
3328
|
{
|
|
3345
|
-
"type": "card",
|
|
3346
3329
|
"children": [
|
|
3347
3330
|
{
|
|
3348
3331
|
"type": "stack",
|
|
3349
|
-
"gap": "sm",
|
|
3350
3332
|
"direction": "vertical",
|
|
3333
|
+
"gap": "sm",
|
|
3351
3334
|
"children": [
|
|
3352
3335
|
{
|
|
3353
|
-
"type": "typography",
|
|
3354
3336
|
"variant": "caption",
|
|
3337
|
+
"type": "typography",
|
|
3355
3338
|
"content": "CourseName"
|
|
3356
3339
|
},
|
|
3357
3340
|
{
|
|
@@ -3361,7 +3344,8 @@
|
|
|
3361
3344
|
}
|
|
3362
3345
|
]
|
|
3363
3346
|
}
|
|
3364
|
-
]
|
|
3347
|
+
],
|
|
3348
|
+
"type": "card"
|
|
3365
3349
|
},
|
|
3366
3350
|
{
|
|
3367
3351
|
"value": "@entity.lessonsCompleted",
|
|
@@ -3369,42 +3353,41 @@
|
|
|
3369
3353
|
"type": "stat-display"
|
|
3370
3354
|
},
|
|
3371
3355
|
{
|
|
3372
|
-
"type": "stat-display",
|
|
3373
3356
|
"label": "TotalLessons",
|
|
3374
|
-
"value": "@entity.totalLessons"
|
|
3357
|
+
"value": "@entity.totalLessons",
|
|
3358
|
+
"type": "stat-display"
|
|
3375
3359
|
},
|
|
3376
3360
|
{
|
|
3377
|
-
"value": "@entity.percentComplete",
|
|
3378
3361
|
"type": "stat-display",
|
|
3379
|
-
"label": "PercentComplete"
|
|
3362
|
+
"label": "PercentComplete",
|
|
3363
|
+
"value": "@entity.percentComplete"
|
|
3380
3364
|
},
|
|
3381
3365
|
{
|
|
3366
|
+
"type": "card",
|
|
3382
3367
|
"children": [
|
|
3383
3368
|
{
|
|
3384
|
-
"type": "stack",
|
|
3385
|
-
"gap": "sm",
|
|
3386
3369
|
"direction": "vertical",
|
|
3370
|
+
"gap": "sm",
|
|
3387
3371
|
"children": [
|
|
3388
3372
|
{
|
|
3389
|
-
"variant": "caption",
|
|
3390
3373
|
"content": "LastActivity",
|
|
3391
|
-
"type": "typography"
|
|
3374
|
+
"type": "typography",
|
|
3375
|
+
"variant": "caption"
|
|
3392
3376
|
},
|
|
3393
3377
|
{
|
|
3394
|
-
"
|
|
3378
|
+
"content": "@entity.lastActivity",
|
|
3395
3379
|
"variant": "h3",
|
|
3396
|
-
"
|
|
3380
|
+
"type": "typography"
|
|
3397
3381
|
}
|
|
3398
|
-
]
|
|
3382
|
+
],
|
|
3383
|
+
"type": "stack"
|
|
3399
3384
|
}
|
|
3400
|
-
]
|
|
3401
|
-
"type": "card"
|
|
3385
|
+
]
|
|
3402
3386
|
}
|
|
3403
3387
|
],
|
|
3404
|
-
"
|
|
3388
|
+
"cols": 3.0
|
|
3405
3389
|
}
|
|
3406
|
-
]
|
|
3407
|
-
"padding": "md"
|
|
3390
|
+
]
|
|
3408
3391
|
},
|
|
3409
3392
|
{
|
|
3410
3393
|
"type": "divider"
|
|
@@ -3412,36 +3395,35 @@
|
|
|
3412
3395
|
{
|
|
3413
3396
|
"children": [
|
|
3414
3397
|
{
|
|
3415
|
-
"type": "card",
|
|
3416
3398
|
"children": [
|
|
3417
3399
|
{
|
|
3418
3400
|
"content": "Chart View",
|
|
3419
3401
|
"type": "typography",
|
|
3420
3402
|
"variant": "caption"
|
|
3421
3403
|
}
|
|
3422
|
-
]
|
|
3404
|
+
],
|
|
3405
|
+
"type": "card"
|
|
3423
3406
|
},
|
|
3424
3407
|
{
|
|
3425
3408
|
"type": "card",
|
|
3426
3409
|
"children": [
|
|
3427
3410
|
{
|
|
3428
|
-
"
|
|
3411
|
+
"type": "typography",
|
|
3429
3412
|
"variant": "caption",
|
|
3430
|
-
"
|
|
3413
|
+
"content": "Graph View"
|
|
3431
3414
|
}
|
|
3432
3415
|
]
|
|
3433
3416
|
}
|
|
3434
3417
|
],
|
|
3418
|
+
"cols": 2.0,
|
|
3435
3419
|
"type": "grid",
|
|
3436
|
-
"gap": "md"
|
|
3437
|
-
"cols": 2.0
|
|
3420
|
+
"gap": "md"
|
|
3438
3421
|
},
|
|
3439
3422
|
{
|
|
3440
|
-
"type": "line-chart",
|
|
3441
3423
|
"data": [
|
|
3442
3424
|
{
|
|
3443
|
-
"
|
|
3444
|
-
"
|
|
3425
|
+
"date": "Jan",
|
|
3426
|
+
"value": 12.0
|
|
3445
3427
|
},
|
|
3446
3428
|
{
|
|
3447
3429
|
"value": 19.0,
|
|
@@ -3452,8 +3434,8 @@
|
|
|
3452
3434
|
"value": 15.0
|
|
3453
3435
|
},
|
|
3454
3436
|
{
|
|
3455
|
-
"
|
|
3456
|
-
"
|
|
3437
|
+
"value": 25.0,
|
|
3438
|
+
"date": "Apr"
|
|
3457
3439
|
},
|
|
3458
3440
|
{
|
|
3459
3441
|
"date": "May",
|
|
@@ -3463,55 +3445,73 @@
|
|
|
3463
3445
|
"date": "Jun",
|
|
3464
3446
|
"value": 30.0
|
|
3465
3447
|
}
|
|
3466
|
-
]
|
|
3448
|
+
],
|
|
3449
|
+
"type": "line-chart"
|
|
3467
3450
|
},
|
|
3468
3451
|
{
|
|
3452
|
+
"type": "chart-legend",
|
|
3469
3453
|
"items": [
|
|
3470
3454
|
{
|
|
3471
3455
|
"label": "Current",
|
|
3472
3456
|
"color": "primary"
|
|
3473
3457
|
},
|
|
3474
3458
|
{
|
|
3475
|
-
"
|
|
3476
|
-
"
|
|
3459
|
+
"label": "Previous",
|
|
3460
|
+
"color": "muted"
|
|
3477
3461
|
}
|
|
3478
|
-
]
|
|
3479
|
-
"type": "chart-legend"
|
|
3462
|
+
]
|
|
3480
3463
|
},
|
|
3481
3464
|
{
|
|
3482
|
-
"width": 400.0,
|
|
3483
|
-
"height": 200.0,
|
|
3484
3465
|
"nodes": [
|
|
3485
3466
|
{
|
|
3486
|
-
"
|
|
3487
|
-
"
|
|
3467
|
+
"label": "Start",
|
|
3468
|
+
"id": "a"
|
|
3488
3469
|
},
|
|
3489
3470
|
{
|
|
3490
3471
|
"id": "b",
|
|
3491
3472
|
"label": "Process"
|
|
3492
3473
|
},
|
|
3493
3474
|
{
|
|
3494
|
-
"
|
|
3495
|
-
"
|
|
3475
|
+
"id": "c",
|
|
3476
|
+
"label": "End"
|
|
3496
3477
|
}
|
|
3497
3478
|
],
|
|
3498
|
-
"type": "graph-view",
|
|
3499
3479
|
"edges": [
|
|
3500
3480
|
{
|
|
3501
|
-
"
|
|
3502
|
-
"
|
|
3481
|
+
"source": "a",
|
|
3482
|
+
"target": "b"
|
|
3503
3483
|
},
|
|
3504
3484
|
{
|
|
3505
3485
|
"target": "c",
|
|
3506
3486
|
"source": "b"
|
|
3507
3487
|
}
|
|
3508
|
-
]
|
|
3488
|
+
],
|
|
3489
|
+
"type": "graph-view",
|
|
3490
|
+
"width": 400.0,
|
|
3491
|
+
"height": 200.0
|
|
3509
3492
|
}
|
|
3510
3493
|
],
|
|
3511
|
-
"
|
|
3494
|
+
"gap": "lg"
|
|
3512
3495
|
}
|
|
3513
|
-
]
|
|
3514
|
-
|
|
3496
|
+
]
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"appName": "LMS",
|
|
3500
|
+
"navItems": [
|
|
3501
|
+
{
|
|
3502
|
+
"href": "/courses",
|
|
3503
|
+
"icon": "book-open",
|
|
3504
|
+
"label": "Courses"
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"label": "Enroll",
|
|
3508
|
+
"href": "/enroll",
|
|
3509
|
+
"icon": "layout-list"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"icon": "layout-list",
|
|
3513
|
+
"label": "Progress",
|
|
3514
|
+
"href": "/progress"
|
|
3515
3515
|
}
|
|
3516
3516
|
]
|
|
3517
3517
|
}
|
|
@@ -3537,53 +3537,57 @@
|
|
|
3537
3537
|
"render-ui",
|
|
3538
3538
|
"main",
|
|
3539
3539
|
{
|
|
3540
|
+
"appName": "LMS",
|
|
3540
3541
|
"children": [
|
|
3541
3542
|
{
|
|
3542
3543
|
"children": [
|
|
3543
3544
|
{
|
|
3545
|
+
"gap": "lg",
|
|
3546
|
+
"direction": "vertical",
|
|
3547
|
+
"type": "stack",
|
|
3544
3548
|
"children": [
|
|
3545
3549
|
{
|
|
3546
|
-
"type": "breadcrumb",
|
|
3547
3550
|
"items": [
|
|
3548
|
-
{
|
|
3549
|
-
"
|
|
3550
|
-
"
|
|
3551
|
+
{
|
|
3552
|
+
"label": "Home",
|
|
3553
|
+
"href": "/"
|
|
3551
3554
|
},
|
|
3552
3555
|
{
|
|
3553
3556
|
"label": "Progress"
|
|
3554
3557
|
}
|
|
3555
|
-
]
|
|
3558
|
+
],
|
|
3559
|
+
"type": "breadcrumb"
|
|
3556
3560
|
},
|
|
3557
3561
|
{
|
|
3558
|
-
"justify": "between",
|
|
3559
3562
|
"type": "stack",
|
|
3563
|
+
"gap": "md",
|
|
3560
3564
|
"direction": "horizontal",
|
|
3565
|
+
"justify": "between",
|
|
3561
3566
|
"children": [
|
|
3562
3567
|
{
|
|
3563
|
-
"
|
|
3568
|
+
"gap": "md",
|
|
3569
|
+
"direction": "horizontal",
|
|
3564
3570
|
"children": [
|
|
3565
3571
|
{
|
|
3566
3572
|
"type": "icon",
|
|
3567
3573
|
"name": "trending-up"
|
|
3568
3574
|
},
|
|
3569
3575
|
{
|
|
3576
|
+
"type": "typography",
|
|
3570
3577
|
"content": "Progress",
|
|
3571
|
-
"variant": "h2"
|
|
3572
|
-
"type": "typography"
|
|
3578
|
+
"variant": "h2"
|
|
3573
3579
|
}
|
|
3574
3580
|
],
|
|
3575
|
-
"
|
|
3576
|
-
"direction": "horizontal"
|
|
3581
|
+
"type": "stack"
|
|
3577
3582
|
},
|
|
3578
3583
|
{
|
|
3579
|
-
"
|
|
3584
|
+
"action": "REFRESH",
|
|
3580
3585
|
"variant": "secondary",
|
|
3581
3586
|
"label": "Refresh",
|
|
3582
|
-
"
|
|
3583
|
-
"
|
|
3587
|
+
"type": "button",
|
|
3588
|
+
"icon": "refresh-cw"
|
|
3584
3589
|
}
|
|
3585
|
-
]
|
|
3586
|
-
"gap": "md"
|
|
3590
|
+
]
|
|
3587
3591
|
},
|
|
3588
3592
|
{
|
|
3589
3593
|
"type": "divider"
|
|
@@ -3593,17 +3597,17 @@
|
|
|
3593
3597
|
"type": "box",
|
|
3594
3598
|
"children": [
|
|
3595
3599
|
{
|
|
3596
|
-
"type": "simple-grid",
|
|
3597
|
-
"cols": 3.0,
|
|
3598
3600
|
"children": [
|
|
3599
3601
|
{
|
|
3600
3602
|
"type": "card",
|
|
3601
3603
|
"children": [
|
|
3602
3604
|
{
|
|
3605
|
+
"direction": "vertical",
|
|
3606
|
+
"gap": "sm",
|
|
3603
3607
|
"children": [
|
|
3604
3608
|
{
|
|
3605
|
-
"type": "typography",
|
|
3606
3609
|
"content": "CourseName",
|
|
3610
|
+
"type": "typography",
|
|
3607
3611
|
"variant": "caption"
|
|
3608
3612
|
},
|
|
3609
3613
|
{
|
|
@@ -3612,26 +3616,24 @@
|
|
|
3612
3616
|
"content": "@entity.courseName"
|
|
3613
3617
|
}
|
|
3614
3618
|
],
|
|
3615
|
-
"type": "stack"
|
|
3616
|
-
"gap": "sm",
|
|
3617
|
-
"direction": "vertical"
|
|
3619
|
+
"type": "stack"
|
|
3618
3620
|
}
|
|
3619
3621
|
]
|
|
3620
3622
|
},
|
|
3621
3623
|
{
|
|
3624
|
+
"label": "LessonsCompleted",
|
|
3622
3625
|
"value": "@entity.lessonsCompleted",
|
|
3623
|
-
"type": "stat-display"
|
|
3624
|
-
"label": "LessonsCompleted"
|
|
3626
|
+
"type": "stat-display"
|
|
3625
3627
|
},
|
|
3626
3628
|
{
|
|
3627
|
-
"
|
|
3629
|
+
"value": "@entity.totalLessons",
|
|
3628
3630
|
"type": "stat-display",
|
|
3629
|
-
"
|
|
3631
|
+
"label": "TotalLessons"
|
|
3630
3632
|
},
|
|
3631
3633
|
{
|
|
3634
|
+
"type": "stat-display",
|
|
3632
3635
|
"value": "@entity.percentComplete",
|
|
3633
|
-
"label": "PercentComplete"
|
|
3634
|
-
"type": "stat-display"
|
|
3636
|
+
"label": "PercentComplete"
|
|
3635
3637
|
},
|
|
3636
3638
|
{
|
|
3637
3639
|
"type": "card",
|
|
@@ -3639,14 +3641,14 @@
|
|
|
3639
3641
|
{
|
|
3640
3642
|
"children": [
|
|
3641
3643
|
{
|
|
3642
|
-
"content": "LastActivity",
|
|
3643
3644
|
"type": "typography",
|
|
3645
|
+
"content": "LastActivity",
|
|
3644
3646
|
"variant": "caption"
|
|
3645
3647
|
},
|
|
3646
3648
|
{
|
|
3649
|
+
"type": "typography",
|
|
3647
3650
|
"variant": "h3",
|
|
3648
|
-
"content": "@entity.lastActivity"
|
|
3649
|
-
"type": "typography"
|
|
3651
|
+
"content": "@entity.lastActivity"
|
|
3650
3652
|
}
|
|
3651
3653
|
],
|
|
3652
3654
|
"gap": "sm",
|
|
@@ -3655,7 +3657,9 @@
|
|
|
3655
3657
|
}
|
|
3656
3658
|
]
|
|
3657
3659
|
}
|
|
3658
|
-
]
|
|
3660
|
+
],
|
|
3661
|
+
"cols": 3.0,
|
|
3662
|
+
"type": "simple-grid"
|
|
3659
3663
|
}
|
|
3660
3664
|
]
|
|
3661
3665
|
},
|
|
@@ -3663,17 +3667,17 @@
|
|
|
3663
3667
|
"type": "divider"
|
|
3664
3668
|
},
|
|
3665
3669
|
{
|
|
3670
|
+
"type": "grid",
|
|
3666
3671
|
"cols": 2.0,
|
|
3667
3672
|
"gap": "md",
|
|
3668
|
-
"type": "grid",
|
|
3669
3673
|
"children": [
|
|
3670
3674
|
{
|
|
3671
3675
|
"type": "card",
|
|
3672
3676
|
"children": [
|
|
3673
3677
|
{
|
|
3678
|
+
"type": "typography",
|
|
3674
3679
|
"variant": "caption",
|
|
3675
|
-
"content": "Chart View"
|
|
3676
|
-
"type": "typography"
|
|
3680
|
+
"content": "Chart View"
|
|
3677
3681
|
}
|
|
3678
3682
|
]
|
|
3679
3683
|
},
|
|
@@ -3696,8 +3700,8 @@
|
|
|
3696
3700
|
"value": 12.0
|
|
3697
3701
|
},
|
|
3698
3702
|
{
|
|
3699
|
-
"
|
|
3700
|
-
"
|
|
3703
|
+
"date": "Feb",
|
|
3704
|
+
"value": 19.0
|
|
3701
3705
|
},
|
|
3702
3706
|
{
|
|
3703
3707
|
"value": 15.0,
|
|
@@ -3719,20 +3723,19 @@
|
|
|
3719
3723
|
"type": "line-chart"
|
|
3720
3724
|
},
|
|
3721
3725
|
{
|
|
3726
|
+
"type": "chart-legend",
|
|
3722
3727
|
"items": [
|
|
3723
3728
|
{
|
|
3724
|
-
"
|
|
3725
|
-
"
|
|
3729
|
+
"color": "primary",
|
|
3730
|
+
"label": "Current"
|
|
3726
3731
|
},
|
|
3727
3732
|
{
|
|
3728
|
-
"
|
|
3729
|
-
"
|
|
3733
|
+
"label": "Previous",
|
|
3734
|
+
"color": "muted"
|
|
3730
3735
|
}
|
|
3731
|
-
]
|
|
3732
|
-
"type": "chart-legend"
|
|
3736
|
+
]
|
|
3733
3737
|
},
|
|
3734
3738
|
{
|
|
3735
|
-
"width": 400.0,
|
|
3736
3739
|
"nodes": [
|
|
3737
3740
|
{
|
|
3738
3741
|
"id": "a",
|
|
@@ -3743,11 +3746,10 @@
|
|
|
3743
3746
|
"label": "Process"
|
|
3744
3747
|
},
|
|
3745
3748
|
{
|
|
3746
|
-
"
|
|
3747
|
-
"
|
|
3749
|
+
"label": "End",
|
|
3750
|
+
"id": "c"
|
|
3748
3751
|
}
|
|
3749
3752
|
],
|
|
3750
|
-
"type": "graph-view",
|
|
3751
3753
|
"edges": [
|
|
3752
3754
|
{
|
|
3753
3755
|
"target": "b",
|
|
@@ -3758,23 +3760,22 @@
|
|
|
3758
3760
|
"source": "b"
|
|
3759
3761
|
}
|
|
3760
3762
|
],
|
|
3761
|
-
"
|
|
3763
|
+
"type": "graph-view",
|
|
3764
|
+
"height": 200.0,
|
|
3765
|
+
"width": 400.0
|
|
3762
3766
|
}
|
|
3763
|
-
]
|
|
3764
|
-
"gap": "lg",
|
|
3765
|
-
"type": "stack",
|
|
3766
|
-
"direction": "vertical"
|
|
3767
|
+
]
|
|
3767
3768
|
}
|
|
3768
3769
|
],
|
|
3769
3770
|
"type": "scaled-diagram"
|
|
3770
3771
|
}
|
|
3771
3772
|
],
|
|
3772
|
-
"
|
|
3773
|
+
"type": "dashboard-layout",
|
|
3773
3774
|
"navItems": [
|
|
3774
3775
|
{
|
|
3775
|
-
"
|
|
3776
|
+
"icon": "book-open",
|
|
3776
3777
|
"href": "/courses",
|
|
3777
|
-
"
|
|
3778
|
+
"label": "Courses"
|
|
3778
3779
|
},
|
|
3779
3780
|
{
|
|
3780
3781
|
"href": "/enroll",
|
|
@@ -3782,12 +3783,11 @@
|
|
|
3782
3783
|
"icon": "layout-list"
|
|
3783
3784
|
},
|
|
3784
3785
|
{
|
|
3786
|
+
"icon": "layout-list",
|
|
3785
3787
|
"label": "Progress",
|
|
3786
|
-
"href": "/progress"
|
|
3787
|
-
"icon": "layout-list"
|
|
3788
|
+
"href": "/progress"
|
|
3788
3789
|
}
|
|
3789
|
-
]
|
|
3790
|
-
"type": "dashboard-layout"
|
|
3790
|
+
]
|
|
3791
3791
|
}
|
|
3792
3792
|
]
|
|
3793
3793
|
]
|
|
@@ -3818,25 +3818,22 @@
|
|
|
3818
3818
|
"icon": "book-open"
|
|
3819
3819
|
},
|
|
3820
3820
|
{
|
|
3821
|
-
"label": "Enroll",
|
|
3822
3821
|
"icon": "layout-list",
|
|
3822
|
+
"label": "Enroll",
|
|
3823
3823
|
"href": "/enroll"
|
|
3824
3824
|
},
|
|
3825
3825
|
{
|
|
3826
3826
|
"label": "Progress",
|
|
3827
|
-
"
|
|
3828
|
-
"
|
|
3827
|
+
"href": "/progress",
|
|
3828
|
+
"icon": "layout-list"
|
|
3829
3829
|
}
|
|
3830
3830
|
],
|
|
3831
3831
|
"children": [
|
|
3832
3832
|
{
|
|
3833
|
-
"type": "scaled-diagram",
|
|
3834
3833
|
"children": [
|
|
3835
3834
|
{
|
|
3836
|
-
"type": "stack",
|
|
3837
3835
|
"children": [
|
|
3838
3836
|
{
|
|
3839
|
-
"type": "breadcrumb",
|
|
3840
3837
|
"items": [
|
|
3841
3838
|
{
|
|
3842
3839
|
"href": "/",
|
|
@@ -3845,43 +3842,45 @@
|
|
|
3845
3842
|
{
|
|
3846
3843
|
"label": "Progress"
|
|
3847
3844
|
}
|
|
3848
|
-
]
|
|
3845
|
+
],
|
|
3846
|
+
"type": "breadcrumb"
|
|
3849
3847
|
},
|
|
3850
3848
|
{
|
|
3851
|
-
"type": "stack",
|
|
3852
|
-
"direction": "horizontal",
|
|
3853
|
-
"gap": "md",
|
|
3854
|
-
"justify": "between",
|
|
3855
3849
|
"children": [
|
|
3856
3850
|
{
|
|
3857
3851
|
"direction": "horizontal",
|
|
3858
|
-
"gap": "md",
|
|
3859
3852
|
"children": [
|
|
3860
3853
|
{
|
|
3861
|
-
"
|
|
3862
|
-
"
|
|
3854
|
+
"type": "icon",
|
|
3855
|
+
"name": "trending-up"
|
|
3863
3856
|
},
|
|
3864
3857
|
{
|
|
3858
|
+
"variant": "h2",
|
|
3865
3859
|
"content": "Progress",
|
|
3866
|
-
"type": "typography"
|
|
3867
|
-
"variant": "h2"
|
|
3860
|
+
"type": "typography"
|
|
3868
3861
|
}
|
|
3869
3862
|
],
|
|
3863
|
+
"gap": "md",
|
|
3870
3864
|
"type": "stack"
|
|
3871
3865
|
},
|
|
3872
3866
|
{
|
|
3873
|
-
"variant": "secondary",
|
|
3874
3867
|
"label": "Refresh",
|
|
3875
3868
|
"action": "REFRESH",
|
|
3876
|
-
"
|
|
3877
|
-
"
|
|
3869
|
+
"type": "button",
|
|
3870
|
+
"variant": "secondary",
|
|
3871
|
+
"icon": "refresh-cw"
|
|
3878
3872
|
}
|
|
3879
|
-
]
|
|
3873
|
+
],
|
|
3874
|
+
"justify": "between",
|
|
3875
|
+
"type": "stack",
|
|
3876
|
+
"gap": "md",
|
|
3877
|
+
"direction": "horizontal"
|
|
3880
3878
|
},
|
|
3881
3879
|
{
|
|
3882
3880
|
"type": "divider"
|
|
3883
3881
|
},
|
|
3884
3882
|
{
|
|
3883
|
+
"type": "box",
|
|
3885
3884
|
"padding": "md",
|
|
3886
3885
|
"children": [
|
|
3887
3886
|
{
|
|
@@ -3892,102 +3891,101 @@
|
|
|
3892
3891
|
"type": "card",
|
|
3893
3892
|
"children": [
|
|
3894
3893
|
{
|
|
3894
|
+
"direction": "vertical",
|
|
3895
3895
|
"children": [
|
|
3896
3896
|
{
|
|
3897
|
-
"content": "CourseName",
|
|
3898
3897
|
"type": "typography",
|
|
3899
|
-
"variant": "caption"
|
|
3898
|
+
"variant": "caption",
|
|
3899
|
+
"content": "CourseName"
|
|
3900
3900
|
},
|
|
3901
3901
|
{
|
|
3902
|
-
"type": "typography",
|
|
3903
3902
|
"content": "@entity.courseName",
|
|
3903
|
+
"type": "typography",
|
|
3904
3904
|
"variant": "h3"
|
|
3905
3905
|
}
|
|
3906
3906
|
],
|
|
3907
|
-
"type": "stack",
|
|
3908
3907
|
"gap": "sm",
|
|
3909
|
-
"
|
|
3908
|
+
"type": "stack"
|
|
3910
3909
|
}
|
|
3911
3910
|
]
|
|
3912
3911
|
},
|
|
3913
3912
|
{
|
|
3914
|
-
"type": "stat-display",
|
|
3915
3913
|
"value": "@entity.lessonsCompleted",
|
|
3916
|
-
"label": "LessonsCompleted"
|
|
3914
|
+
"label": "LessonsCompleted",
|
|
3915
|
+
"type": "stat-display"
|
|
3917
3916
|
},
|
|
3918
3917
|
{
|
|
3918
|
+
"label": "TotalLessons",
|
|
3919
3919
|
"value": "@entity.totalLessons",
|
|
3920
|
-
"type": "stat-display"
|
|
3921
|
-
"label": "TotalLessons"
|
|
3920
|
+
"type": "stat-display"
|
|
3922
3921
|
},
|
|
3923
3922
|
{
|
|
3923
|
+
"label": "PercentComplete",
|
|
3924
3924
|
"value": "@entity.percentComplete",
|
|
3925
|
-
"type": "stat-display"
|
|
3926
|
-
"label": "PercentComplete"
|
|
3925
|
+
"type": "stat-display"
|
|
3927
3926
|
},
|
|
3928
3927
|
{
|
|
3928
|
+
"type": "card",
|
|
3929
3929
|
"children": [
|
|
3930
3930
|
{
|
|
3931
3931
|
"direction": "vertical",
|
|
3932
|
+
"type": "stack",
|
|
3933
|
+
"gap": "sm",
|
|
3932
3934
|
"children": [
|
|
3933
3935
|
{
|
|
3934
|
-
"type": "typography",
|
|
3935
3936
|
"variant": "caption",
|
|
3937
|
+
"type": "typography",
|
|
3936
3938
|
"content": "LastActivity"
|
|
3937
3939
|
},
|
|
3938
3940
|
{
|
|
3939
3941
|
"content": "@entity.lastActivity",
|
|
3940
|
-
"
|
|
3941
|
-
"
|
|
3942
|
+
"type": "typography",
|
|
3943
|
+
"variant": "h3"
|
|
3942
3944
|
}
|
|
3943
|
-
]
|
|
3944
|
-
"type": "stack",
|
|
3945
|
-
"gap": "sm"
|
|
3945
|
+
]
|
|
3946
3946
|
}
|
|
3947
|
-
]
|
|
3948
|
-
"type": "card"
|
|
3947
|
+
]
|
|
3949
3948
|
}
|
|
3950
3949
|
]
|
|
3951
3950
|
}
|
|
3952
|
-
]
|
|
3953
|
-
"type": "box"
|
|
3951
|
+
]
|
|
3954
3952
|
},
|
|
3955
3953
|
{
|
|
3956
3954
|
"type": "divider"
|
|
3957
3955
|
},
|
|
3958
3956
|
{
|
|
3959
|
-
"
|
|
3957
|
+
"gap": "md",
|
|
3958
|
+
"type": "grid",
|
|
3960
3959
|
"children": [
|
|
3961
3960
|
{
|
|
3962
3961
|
"type": "card",
|
|
3963
3962
|
"children": [
|
|
3964
3963
|
{
|
|
3965
3964
|
"variant": "caption",
|
|
3966
|
-
"
|
|
3967
|
-
"
|
|
3965
|
+
"type": "typography",
|
|
3966
|
+
"content": "Chart View"
|
|
3968
3967
|
}
|
|
3969
3968
|
]
|
|
3970
3969
|
},
|
|
3971
3970
|
{
|
|
3972
3971
|
"children": [
|
|
3973
3972
|
{
|
|
3974
|
-
"
|
|
3973
|
+
"type": "typography",
|
|
3975
3974
|
"content": "Graph View",
|
|
3976
|
-
"
|
|
3975
|
+
"variant": "caption"
|
|
3977
3976
|
}
|
|
3978
3977
|
],
|
|
3979
3978
|
"type": "card"
|
|
3980
3979
|
}
|
|
3981
3980
|
],
|
|
3982
|
-
"
|
|
3983
|
-
"gap": "md"
|
|
3981
|
+
"cols": 2.0
|
|
3984
3982
|
},
|
|
3985
3983
|
{
|
|
3986
3984
|
"type": "line-chart",
|
|
3987
3985
|
"data": [
|
|
3988
3986
|
{
|
|
3989
|
-
"
|
|
3990
|
-
"
|
|
3987
|
+
"value": 12.0,
|
|
3988
|
+
"date": "Jan"
|
|
3991
3989
|
},
|
|
3992
3990
|
{
|
|
3993
3991
|
"date": "Feb",
|
|
@@ -4012,52 +4010,54 @@
|
|
|
4012
4010
|
]
|
|
4013
4011
|
},
|
|
4014
4012
|
{
|
|
4015
|
-
"type": "chart-legend",
|
|
4016
4013
|
"items": [
|
|
4017
4014
|
{
|
|
4018
4015
|
"label": "Current",
|
|
4019
4016
|
"color": "primary"
|
|
4020
4017
|
},
|
|
4021
4018
|
{
|
|
4022
|
-
"
|
|
4023
|
-
"
|
|
4019
|
+
"color": "muted",
|
|
4020
|
+
"label": "Previous"
|
|
4024
4021
|
}
|
|
4025
|
-
]
|
|
4022
|
+
],
|
|
4023
|
+
"type": "chart-legend"
|
|
4026
4024
|
},
|
|
4027
4025
|
{
|
|
4028
|
-
"
|
|
4029
|
-
{
|
|
4030
|
-
"id": "a",
|
|
4031
|
-
"label": "Start"
|
|
4032
|
-
},
|
|
4026
|
+
"edges": [
|
|
4033
4027
|
{
|
|
4034
|
-
"
|
|
4035
|
-
"
|
|
4028
|
+
"source": "a",
|
|
4029
|
+
"target": "b"
|
|
4036
4030
|
},
|
|
4037
4031
|
{
|
|
4038
|
-
"
|
|
4039
|
-
"
|
|
4032
|
+
"source": "b",
|
|
4033
|
+
"target": "c"
|
|
4040
4034
|
}
|
|
4041
4035
|
],
|
|
4042
4036
|
"height": 200.0,
|
|
4043
|
-
"
|
|
4037
|
+
"nodes": [
|
|
4044
4038
|
{
|
|
4045
|
-
"
|
|
4046
|
-
"
|
|
4039
|
+
"label": "Start",
|
|
4040
|
+
"id": "a"
|
|
4047
4041
|
},
|
|
4048
4042
|
{
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
4043
|
+
"label": "Process",
|
|
4044
|
+
"id": "b"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"label": "End",
|
|
4048
|
+
"id": "c"
|
|
4051
4049
|
}
|
|
4052
4050
|
],
|
|
4053
4051
|
"type": "graph-view",
|
|
4054
4052
|
"width": 400.0
|
|
4055
4053
|
}
|
|
4056
4054
|
],
|
|
4055
|
+
"type": "stack",
|
|
4057
4056
|
"gap": "lg",
|
|
4058
4057
|
"direction": "vertical"
|
|
4059
4058
|
}
|
|
4060
|
-
]
|
|
4059
|
+
],
|
|
4060
|
+
"type": "scaled-diagram"
|
|
4061
4061
|
}
|
|
4062
4062
|
],
|
|
4063
4063
|
"appName": "LMS",
|
|
@@ -4090,16 +4090,14 @@
|
|
|
4090
4090
|
{
|
|
4091
4091
|
"children": [
|
|
4092
4092
|
{
|
|
4093
|
-
"type": "stack",
|
|
4094
|
-
"gap": "lg",
|
|
4095
4093
|
"direction": "vertical",
|
|
4096
4094
|
"children": [
|
|
4097
4095
|
{
|
|
4098
4096
|
"type": "breadcrumb",
|
|
4099
4097
|
"items": [
|
|
4100
4098
|
{
|
|
4101
|
-
"
|
|
4102
|
-
"
|
|
4099
|
+
"href": "/",
|
|
4100
|
+
"label": "Home"
|
|
4103
4101
|
},
|
|
4104
4102
|
{
|
|
4105
4103
|
"label": "Progress"
|
|
@@ -4107,33 +4105,33 @@
|
|
|
4107
4105
|
]
|
|
4108
4106
|
},
|
|
4109
4107
|
{
|
|
4110
|
-
"direction": "horizontal",
|
|
4111
|
-
"type": "stack",
|
|
4112
|
-
"justify": "between",
|
|
4113
4108
|
"gap": "md",
|
|
4109
|
+
"justify": "between",
|
|
4110
|
+
"type": "stack",
|
|
4111
|
+
"direction": "horizontal",
|
|
4114
4112
|
"children": [
|
|
4115
4113
|
{
|
|
4116
4114
|
"type": "stack",
|
|
4117
|
-
"direction": "horizontal",
|
|
4118
|
-
"gap": "md",
|
|
4119
4115
|
"children": [
|
|
4120
4116
|
{
|
|
4121
|
-
"
|
|
4122
|
-
"
|
|
4117
|
+
"type": "icon",
|
|
4118
|
+
"name": "trending-up"
|
|
4123
4119
|
},
|
|
4124
4120
|
{
|
|
4125
4121
|
"type": "typography",
|
|
4126
|
-
"
|
|
4127
|
-
"
|
|
4122
|
+
"variant": "h2",
|
|
4123
|
+
"content": "Progress"
|
|
4128
4124
|
}
|
|
4129
|
-
]
|
|
4125
|
+
],
|
|
4126
|
+
"direction": "horizontal",
|
|
4127
|
+
"gap": "md"
|
|
4130
4128
|
},
|
|
4131
4129
|
{
|
|
4132
|
-
"label": "Refresh",
|
|
4133
4130
|
"icon": "refresh-cw",
|
|
4134
|
-
"
|
|
4131
|
+
"variant": "secondary",
|
|
4135
4132
|
"action": "REFRESH",
|
|
4136
|
-
"
|
|
4133
|
+
"label": "Refresh",
|
|
4134
|
+
"type": "button"
|
|
4137
4135
|
}
|
|
4138
4136
|
]
|
|
4139
4137
|
},
|
|
@@ -4141,66 +4139,65 @@
|
|
|
4141
4139
|
"type": "divider"
|
|
4142
4140
|
},
|
|
4143
4141
|
{
|
|
4144
|
-
"type": "box",
|
|
4145
4142
|
"children": [
|
|
4146
4143
|
{
|
|
4147
4144
|
"cols": 3.0,
|
|
4148
4145
|
"children": [
|
|
4149
4146
|
{
|
|
4150
|
-
"type": "card",
|
|
4151
4147
|
"children": [
|
|
4152
4148
|
{
|
|
4153
|
-
"type": "stack",
|
|
4154
4149
|
"direction": "vertical",
|
|
4155
4150
|
"gap": "sm",
|
|
4156
4151
|
"children": [
|
|
4157
4152
|
{
|
|
4158
|
-
"content": "CourseName",
|
|
4159
4153
|
"type": "typography",
|
|
4160
|
-
"variant": "caption"
|
|
4154
|
+
"variant": "caption",
|
|
4155
|
+
"content": "CourseName"
|
|
4161
4156
|
},
|
|
4162
4157
|
{
|
|
4163
|
-
"variant": "h3",
|
|
4164
4158
|
"content": "@entity.courseName",
|
|
4159
|
+
"variant": "h3",
|
|
4165
4160
|
"type": "typography"
|
|
4166
4161
|
}
|
|
4167
|
-
]
|
|
4162
|
+
],
|
|
4163
|
+
"type": "stack"
|
|
4168
4164
|
}
|
|
4169
|
-
]
|
|
4165
|
+
],
|
|
4166
|
+
"type": "card"
|
|
4170
4167
|
},
|
|
4171
4168
|
{
|
|
4172
4169
|
"type": "stat-display",
|
|
4173
|
-
"
|
|
4174
|
-
"
|
|
4170
|
+
"value": "@entity.lessonsCompleted",
|
|
4171
|
+
"label": "LessonsCompleted"
|
|
4175
4172
|
},
|
|
4176
4173
|
{
|
|
4174
|
+
"value": "@entity.totalLessons",
|
|
4177
4175
|
"type": "stat-display",
|
|
4178
|
-
"label": "TotalLessons"
|
|
4179
|
-
"value": "@entity.totalLessons"
|
|
4176
|
+
"label": "TotalLessons"
|
|
4180
4177
|
},
|
|
4181
4178
|
{
|
|
4182
|
-
"value": "@entity.percentComplete",
|
|
4183
4179
|
"type": "stat-display",
|
|
4184
|
-
"label": "PercentComplete"
|
|
4180
|
+
"label": "PercentComplete",
|
|
4181
|
+
"value": "@entity.percentComplete"
|
|
4185
4182
|
},
|
|
4186
4183
|
{
|
|
4187
4184
|
"children": [
|
|
4188
4185
|
{
|
|
4189
|
-
"type": "stack",
|
|
4190
4186
|
"direction": "vertical",
|
|
4191
|
-
"
|
|
4187
|
+
"type": "stack",
|
|
4192
4188
|
"children": [
|
|
4193
4189
|
{
|
|
4194
|
-
"content": "LastActivity",
|
|
4195
4190
|
"variant": "caption",
|
|
4191
|
+
"content": "LastActivity",
|
|
4196
4192
|
"type": "typography"
|
|
4197
4193
|
},
|
|
4198
4194
|
{
|
|
4195
|
+
"variant": "h3",
|
|
4199
4196
|
"content": "@entity.lastActivity",
|
|
4200
|
-
"type": "typography"
|
|
4201
|
-
"variant": "h3"
|
|
4197
|
+
"type": "typography"
|
|
4202
4198
|
}
|
|
4203
|
-
]
|
|
4199
|
+
],
|
|
4200
|
+
"gap": "sm"
|
|
4204
4201
|
}
|
|
4205
4202
|
],
|
|
4206
4203
|
"type": "card"
|
|
@@ -4209,23 +4206,24 @@
|
|
|
4209
4206
|
"type": "simple-grid"
|
|
4210
4207
|
}
|
|
4211
4208
|
],
|
|
4209
|
+
"type": "box",
|
|
4212
4210
|
"padding": "md"
|
|
4213
4211
|
},
|
|
4214
4212
|
{
|
|
4215
4213
|
"type": "divider"
|
|
4216
4214
|
},
|
|
4217
4215
|
{
|
|
4218
|
-
"
|
|
4216
|
+
"cols": 2.0,
|
|
4219
4217
|
"children": [
|
|
4220
4218
|
{
|
|
4219
|
+
"type": "card",
|
|
4221
4220
|
"children": [
|
|
4222
4221
|
{
|
|
4223
4222
|
"type": "typography",
|
|
4224
4223
|
"content": "Chart View",
|
|
4225
4224
|
"variant": "caption"
|
|
4226
4225
|
}
|
|
4227
|
-
]
|
|
4228
|
-
"type": "card"
|
|
4226
|
+
]
|
|
4229
4227
|
},
|
|
4230
4228
|
{
|
|
4231
4229
|
"type": "card",
|
|
@@ -4238,23 +4236,22 @@
|
|
|
4238
4236
|
]
|
|
4239
4237
|
}
|
|
4240
4238
|
],
|
|
4241
|
-
"
|
|
4239
|
+
"type": "grid",
|
|
4242
4240
|
"gap": "md"
|
|
4243
4241
|
},
|
|
4244
4242
|
{
|
|
4245
|
-
"type": "line-chart",
|
|
4246
4243
|
"data": [
|
|
4247
4244
|
{
|
|
4248
4245
|
"date": "Jan",
|
|
4249
4246
|
"value": 12.0
|
|
4250
4247
|
},
|
|
4251
4248
|
{
|
|
4252
|
-
"
|
|
4253
|
-
"
|
|
4249
|
+
"date": "Feb",
|
|
4250
|
+
"value": 19.0
|
|
4254
4251
|
},
|
|
4255
4252
|
{
|
|
4256
|
-
"
|
|
4257
|
-
"
|
|
4253
|
+
"value": 15.0,
|
|
4254
|
+
"date": "Mar"
|
|
4258
4255
|
},
|
|
4259
4256
|
{
|
|
4260
4257
|
"date": "Apr",
|
|
@@ -4268,13 +4265,14 @@
|
|
|
4268
4265
|
"value": 30.0,
|
|
4269
4266
|
"date": "Jun"
|
|
4270
4267
|
}
|
|
4271
|
-
]
|
|
4268
|
+
],
|
|
4269
|
+
"type": "line-chart"
|
|
4272
4270
|
},
|
|
4273
4271
|
{
|
|
4274
4272
|
"items": [
|
|
4275
4273
|
{
|
|
4276
|
-
"
|
|
4277
|
-
"
|
|
4274
|
+
"label": "Current",
|
|
4275
|
+
"color": "primary"
|
|
4278
4276
|
},
|
|
4279
4277
|
{
|
|
4280
4278
|
"label": "Previous",
|
|
@@ -4284,6 +4282,17 @@
|
|
|
4284
4282
|
"type": "chart-legend"
|
|
4285
4283
|
},
|
|
4286
4284
|
{
|
|
4285
|
+
"edges": [
|
|
4286
|
+
{
|
|
4287
|
+
"source": "a",
|
|
4288
|
+
"target": "b"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"target": "c",
|
|
4292
|
+
"source": "b"
|
|
4293
|
+
}
|
|
4294
|
+
],
|
|
4295
|
+
"type": "graph-view",
|
|
4287
4296
|
"width": 400.0,
|
|
4288
4297
|
"height": 200.0,
|
|
4289
4298
|
"nodes": [
|
|
@@ -4292,33 +4301,23 @@
|
|
|
4292
4301
|
"label": "Start"
|
|
4293
4302
|
},
|
|
4294
4303
|
{
|
|
4295
|
-
"
|
|
4296
|
-
"
|
|
4297
|
-
},
|
|
4298
|
-
{
|
|
4299
|
-
"label": "End",
|
|
4300
|
-
"id": "c"
|
|
4301
|
-
}
|
|
4302
|
-
],
|
|
4303
|
-
"edges": [
|
|
4304
|
-
{
|
|
4305
|
-
"source": "a",
|
|
4306
|
-
"target": "b"
|
|
4304
|
+
"id": "b",
|
|
4305
|
+
"label": "Process"
|
|
4307
4306
|
},
|
|
4308
4307
|
{
|
|
4309
|
-
"
|
|
4310
|
-
"
|
|
4308
|
+
"id": "c",
|
|
4309
|
+
"label": "End"
|
|
4311
4310
|
}
|
|
4312
|
-
]
|
|
4313
|
-
"type": "graph-view"
|
|
4311
|
+
]
|
|
4314
4312
|
}
|
|
4315
|
-
]
|
|
4313
|
+
],
|
|
4314
|
+
"type": "stack",
|
|
4315
|
+
"gap": "lg"
|
|
4316
4316
|
}
|
|
4317
4317
|
],
|
|
4318
4318
|
"type": "scaled-diagram"
|
|
4319
4319
|
}
|
|
4320
4320
|
],
|
|
4321
|
-
"appName": "LMS",
|
|
4322
4321
|
"navItems": [
|
|
4323
4322
|
{
|
|
4324
4323
|
"label": "Courses",
|
|
@@ -4327,15 +4326,16 @@
|
|
|
4327
4326
|
},
|
|
4328
4327
|
{
|
|
4329
4328
|
"label": "Enroll",
|
|
4330
|
-
"
|
|
4331
|
-
"
|
|
4329
|
+
"href": "/enroll",
|
|
4330
|
+
"icon": "layout-list"
|
|
4332
4331
|
},
|
|
4333
4332
|
{
|
|
4334
4333
|
"label": "Progress",
|
|
4335
|
-
"
|
|
4336
|
-
"
|
|
4334
|
+
"href": "/progress",
|
|
4335
|
+
"icon": "layout-list"
|
|
4337
4336
|
}
|
|
4338
|
-
]
|
|
4337
|
+
],
|
|
4338
|
+
"appName": "LMS"
|
|
4339
4339
|
}
|
|
4340
4340
|
]
|
|
4341
4341
|
]
|
|
@@ -4350,8 +4350,8 @@
|
|
|
4350
4350
|
"Progress",
|
|
4351
4351
|
{
|
|
4352
4352
|
"emit": {
|
|
4353
|
-
"
|
|
4354
|
-
"
|
|
4353
|
+
"success": "ProgressLoaded",
|
|
4354
|
+
"failure": "ProgressLoadFailed"
|
|
4355
4355
|
}
|
|
4356
4356
|
}
|
|
4357
4357
|
],
|
|
@@ -4359,8 +4359,6 @@
|
|
|
4359
4359
|
"render-ui",
|
|
4360
4360
|
"main",
|
|
4361
4361
|
{
|
|
4362
|
-
"appName": "LMS",
|
|
4363
|
-
"type": "dashboard-layout",
|
|
4364
4362
|
"navItems": [
|
|
4365
4363
|
{
|
|
4366
4364
|
"href": "/courses",
|
|
@@ -4369,8 +4367,8 @@
|
|
|
4369
4367
|
},
|
|
4370
4368
|
{
|
|
4371
4369
|
"label": "Enroll",
|
|
4372
|
-
"
|
|
4373
|
-
"
|
|
4370
|
+
"href": "/enroll",
|
|
4371
|
+
"icon": "layout-list"
|
|
4374
4372
|
},
|
|
4375
4373
|
{
|
|
4376
4374
|
"label": "Progress",
|
|
@@ -4383,16 +4381,13 @@
|
|
|
4383
4381
|
"type": "scaled-diagram",
|
|
4384
4382
|
"children": [
|
|
4385
4383
|
{
|
|
4386
|
-
"direction": "vertical",
|
|
4387
|
-
"type": "stack",
|
|
4388
|
-
"gap": "lg",
|
|
4389
4384
|
"children": [
|
|
4390
4385
|
{
|
|
4391
4386
|
"type": "breadcrumb",
|
|
4392
4387
|
"items": [
|
|
4393
4388
|
{
|
|
4394
|
-
"
|
|
4395
|
-
"
|
|
4389
|
+
"href": "/",
|
|
4390
|
+
"label": "Home"
|
|
4396
4391
|
},
|
|
4397
4392
|
{
|
|
4398
4393
|
"label": "Progress"
|
|
@@ -4402,12 +4397,11 @@
|
|
|
4402
4397
|
{
|
|
4403
4398
|
"type": "stack",
|
|
4404
4399
|
"gap": "md",
|
|
4405
|
-
"direction": "horizontal",
|
|
4406
4400
|
"justify": "between",
|
|
4407
4401
|
"children": [
|
|
4408
4402
|
{
|
|
4409
4403
|
"gap": "md",
|
|
4410
|
-
"
|
|
4404
|
+
"direction": "horizontal",
|
|
4411
4405
|
"children": [
|
|
4412
4406
|
{
|
|
4413
4407
|
"type": "icon",
|
|
@@ -4415,38 +4409,37 @@
|
|
|
4415
4409
|
},
|
|
4416
4410
|
{
|
|
4417
4411
|
"content": "Progress",
|
|
4418
|
-
"
|
|
4419
|
-
"
|
|
4412
|
+
"variant": "h2",
|
|
4413
|
+
"type": "typography"
|
|
4420
4414
|
}
|
|
4421
4415
|
],
|
|
4422
|
-
"
|
|
4416
|
+
"type": "stack"
|
|
4423
4417
|
},
|
|
4424
4418
|
{
|
|
4419
|
+
"variant": "secondary",
|
|
4425
4420
|
"icon": "refresh-cw",
|
|
4421
|
+
"label": "Refresh",
|
|
4426
4422
|
"type": "button",
|
|
4427
|
-
"action": "REFRESH"
|
|
4428
|
-
"variant": "secondary",
|
|
4429
|
-
"label": "Refresh"
|
|
4423
|
+
"action": "REFRESH"
|
|
4430
4424
|
}
|
|
4431
|
-
]
|
|
4425
|
+
],
|
|
4426
|
+
"direction": "horizontal"
|
|
4432
4427
|
},
|
|
4433
4428
|
{
|
|
4434
4429
|
"type": "divider"
|
|
4435
4430
|
},
|
|
4436
4431
|
{
|
|
4437
4432
|
"padding": "md",
|
|
4433
|
+
"type": "box",
|
|
4438
4434
|
"children": [
|
|
4439
4435
|
{
|
|
4440
|
-
"cols": 3.0,
|
|
4441
4436
|
"type": "simple-grid",
|
|
4437
|
+
"cols": 3.0,
|
|
4442
4438
|
"children": [
|
|
4443
4439
|
{
|
|
4444
|
-
"type": "card",
|
|
4445
4440
|
"children": [
|
|
4446
4441
|
{
|
|
4447
4442
|
"type": "stack",
|
|
4448
|
-
"direction": "vertical",
|
|
4449
|
-
"gap": "sm",
|
|
4450
4443
|
"children": [
|
|
4451
4444
|
{
|
|
4452
4445
|
"variant": "caption",
|
|
@@ -4455,44 +4448,47 @@
|
|
|
4455
4448
|
},
|
|
4456
4449
|
{
|
|
4457
4450
|
"type": "typography",
|
|
4458
|
-
"
|
|
4459
|
-
"
|
|
4451
|
+
"content": "@entity.courseName",
|
|
4452
|
+
"variant": "h3"
|
|
4460
4453
|
}
|
|
4461
|
-
]
|
|
4454
|
+
],
|
|
4455
|
+
"direction": "vertical",
|
|
4456
|
+
"gap": "sm"
|
|
4462
4457
|
}
|
|
4463
|
-
]
|
|
4458
|
+
],
|
|
4459
|
+
"type": "card"
|
|
4464
4460
|
},
|
|
4465
4461
|
{
|
|
4466
4462
|
"type": "stat-display",
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4463
|
+
"label": "LessonsCompleted",
|
|
4464
|
+
"value": "@entity.lessonsCompleted"
|
|
4469
4465
|
},
|
|
4470
4466
|
{
|
|
4471
|
-
"value": "@entity.totalLessons",
|
|
4472
4467
|
"type": "stat-display",
|
|
4468
|
+
"value": "@entity.totalLessons",
|
|
4473
4469
|
"label": "TotalLessons"
|
|
4474
4470
|
},
|
|
4475
4471
|
{
|
|
4476
4472
|
"type": "stat-display",
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4473
|
+
"label": "PercentComplete",
|
|
4474
|
+
"value": "@entity.percentComplete"
|
|
4479
4475
|
},
|
|
4480
4476
|
{
|
|
4481
4477
|
"children": [
|
|
4482
4478
|
{
|
|
4483
|
-
"direction": "vertical",
|
|
4484
|
-
"type": "stack",
|
|
4485
4479
|
"gap": "sm",
|
|
4480
|
+
"type": "stack",
|
|
4481
|
+
"direction": "vertical",
|
|
4486
4482
|
"children": [
|
|
4487
4483
|
{
|
|
4484
|
+
"variant": "caption",
|
|
4488
4485
|
"content": "LastActivity",
|
|
4489
|
-
"type": "typography"
|
|
4490
|
-
"variant": "caption"
|
|
4486
|
+
"type": "typography"
|
|
4491
4487
|
},
|
|
4492
4488
|
{
|
|
4489
|
+
"content": "@entity.lastActivity",
|
|
4493
4490
|
"variant": "h3",
|
|
4494
|
-
"type": "typography"
|
|
4495
|
-
"content": "@entity.lastActivity"
|
|
4491
|
+
"type": "typography"
|
|
4496
4492
|
}
|
|
4497
4493
|
]
|
|
4498
4494
|
}
|
|
@@ -4501,44 +4497,44 @@
|
|
|
4501
4497
|
}
|
|
4502
4498
|
]
|
|
4503
4499
|
}
|
|
4504
|
-
]
|
|
4505
|
-
"type": "box"
|
|
4500
|
+
]
|
|
4506
4501
|
},
|
|
4507
4502
|
{
|
|
4508
4503
|
"type": "divider"
|
|
4509
4504
|
},
|
|
4510
4505
|
{
|
|
4511
4506
|
"type": "grid",
|
|
4507
|
+
"cols": 2.0,
|
|
4508
|
+
"gap": "md",
|
|
4512
4509
|
"children": [
|
|
4513
4510
|
{
|
|
4511
|
+
"type": "card",
|
|
4514
4512
|
"children": [
|
|
4515
4513
|
{
|
|
4516
|
-
"
|
|
4514
|
+
"variant": "caption",
|
|
4517
4515
|
"content": "Chart View",
|
|
4518
|
-
"
|
|
4516
|
+
"type": "typography"
|
|
4519
4517
|
}
|
|
4520
|
-
]
|
|
4521
|
-
"type": "card"
|
|
4518
|
+
]
|
|
4522
4519
|
},
|
|
4523
4520
|
{
|
|
4524
4521
|
"type": "card",
|
|
4525
4522
|
"children": [
|
|
4526
4523
|
{
|
|
4527
|
-
"
|
|
4524
|
+
"type": "typography",
|
|
4528
4525
|
"variant": "caption",
|
|
4529
|
-
"
|
|
4526
|
+
"content": "Graph View"
|
|
4530
4527
|
}
|
|
4531
4528
|
]
|
|
4532
4529
|
}
|
|
4533
|
-
]
|
|
4534
|
-
"gap": "md",
|
|
4535
|
-
"cols": 2.0
|
|
4530
|
+
]
|
|
4536
4531
|
},
|
|
4537
4532
|
{
|
|
4533
|
+
"type": "line-chart",
|
|
4538
4534
|
"data": [
|
|
4539
4535
|
{
|
|
4540
|
-
"
|
|
4541
|
-
"
|
|
4536
|
+
"value": 12.0,
|
|
4537
|
+
"date": "Jan"
|
|
4542
4538
|
},
|
|
4543
4539
|
{
|
|
4544
4540
|
"date": "Feb",
|
|
@@ -4549,46 +4545,47 @@
|
|
|
4549
4545
|
"value": 15.0
|
|
4550
4546
|
},
|
|
4551
4547
|
{
|
|
4552
|
-
"
|
|
4553
|
-
"
|
|
4548
|
+
"date": "Apr",
|
|
4549
|
+
"value": 25.0
|
|
4554
4550
|
},
|
|
4555
4551
|
{
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4552
|
+
"value": 22.0,
|
|
4553
|
+
"date": "May"
|
|
4558
4554
|
},
|
|
4559
4555
|
{
|
|
4560
4556
|
"date": "Jun",
|
|
4561
4557
|
"value": 30.0
|
|
4562
4558
|
}
|
|
4563
|
-
]
|
|
4564
|
-
"type": "line-chart"
|
|
4559
|
+
]
|
|
4565
4560
|
},
|
|
4566
4561
|
{
|
|
4562
|
+
"type": "chart-legend",
|
|
4567
4563
|
"items": [
|
|
4568
4564
|
{
|
|
4569
4565
|
"label": "Current",
|
|
4570
4566
|
"color": "primary"
|
|
4571
4567
|
},
|
|
4572
4568
|
{
|
|
4573
|
-
"
|
|
4574
|
-
"
|
|
4569
|
+
"label": "Previous",
|
|
4570
|
+
"color": "muted"
|
|
4575
4571
|
}
|
|
4576
|
-
]
|
|
4577
|
-
"type": "chart-legend"
|
|
4572
|
+
]
|
|
4578
4573
|
},
|
|
4579
4574
|
{
|
|
4575
|
+
"type": "graph-view",
|
|
4576
|
+
"width": 400.0,
|
|
4580
4577
|
"nodes": [
|
|
4581
4578
|
{
|
|
4582
|
-
"
|
|
4583
|
-
"
|
|
4579
|
+
"id": "a",
|
|
4580
|
+
"label": "Start"
|
|
4584
4581
|
},
|
|
4585
4582
|
{
|
|
4586
4583
|
"label": "Process",
|
|
4587
4584
|
"id": "b"
|
|
4588
4585
|
},
|
|
4589
4586
|
{
|
|
4590
|
-
"
|
|
4591
|
-
"
|
|
4587
|
+
"label": "End",
|
|
4588
|
+
"id": "c"
|
|
4592
4589
|
}
|
|
4593
4590
|
],
|
|
4594
4591
|
"edges": [
|
|
@@ -4597,19 +4594,22 @@
|
|
|
4597
4594
|
"source": "a"
|
|
4598
4595
|
},
|
|
4599
4596
|
{
|
|
4600
|
-
"
|
|
4601
|
-
"
|
|
4597
|
+
"target": "c",
|
|
4598
|
+
"source": "b"
|
|
4602
4599
|
}
|
|
4603
4600
|
],
|
|
4604
|
-
"width": 400.0,
|
|
4605
|
-
"type": "graph-view",
|
|
4606
4601
|
"height": 200.0
|
|
4607
4602
|
}
|
|
4608
|
-
]
|
|
4603
|
+
],
|
|
4604
|
+
"type": "stack",
|
|
4605
|
+
"direction": "vertical",
|
|
4606
|
+
"gap": "lg"
|
|
4609
4607
|
}
|
|
4610
4608
|
]
|
|
4611
4609
|
}
|
|
4612
|
-
]
|
|
4610
|
+
],
|
|
4611
|
+
"appName": "LMS",
|
|
4612
|
+
"type": "dashboard-layout"
|
|
4613
4613
|
}
|
|
4614
4614
|
]
|
|
4615
4615
|
]
|
|
@@ -4632,4 +4632,4 @@
|
|
|
4632
4632
|
]
|
|
4633
4633
|
}
|
|
4634
4634
|
]
|
|
4635
|
-
}
|
|
4635
|
+
}
|