@almadar/std 14.5.1 → 14.6.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/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-lms",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "LMS: courses, student enrollments, and lesson progress tracking.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "CourseOrbital",
|
|
@@ -62,32 +62,32 @@
|
|
|
62
62
|
"ref": "AppShell.traits.AppLayout",
|
|
63
63
|
"name": "CourseAppLayout",
|
|
64
64
|
"config": {
|
|
65
|
-
"appName": "LMS",
|
|
66
65
|
"navItems": [
|
|
67
66
|
{
|
|
68
|
-
"
|
|
67
|
+
"icon": "book-open",
|
|
69
68
|
"label": "Courses",
|
|
70
|
-
"
|
|
69
|
+
"href": "/courses"
|
|
71
70
|
},
|
|
72
71
|
{
|
|
73
72
|
"label": "Enroll",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
73
|
+
"href": "/enroll",
|
|
74
|
+
"icon": "layout-list"
|
|
76
75
|
},
|
|
77
76
|
{
|
|
78
77
|
"label": "Progress",
|
|
79
|
-
"
|
|
80
|
-
"
|
|
78
|
+
"href": "/progress",
|
|
79
|
+
"icon": "layout-list"
|
|
81
80
|
}
|
|
82
81
|
],
|
|
82
|
+
"appName": "LMS",
|
|
83
83
|
"searchEvent": "COURSE_SEARCH",
|
|
84
84
|
"notifications": [],
|
|
85
85
|
"notificationClickEvent": "COURSE_NOTIFICATIONS_OPEN",
|
|
86
86
|
"contentTrait": "@trait.CourseBrowse"
|
|
87
87
|
},
|
|
88
88
|
"events": {
|
|
89
|
-
"
|
|
90
|
-
"
|
|
89
|
+
"SEARCH": "COURSE_SEARCH",
|
|
90
|
+
"NOTIFY_CLICK": "COURSE_NOTIFICATIONS_OPEN"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
{
|
|
@@ -616,22 +616,22 @@
|
|
|
616
616
|
"render-ui",
|
|
617
617
|
"main",
|
|
618
618
|
{
|
|
619
|
-
"direction": "vertical",
|
|
620
619
|
"gap": "md",
|
|
621
620
|
"className": "py-12",
|
|
622
|
-
"type": "stack",
|
|
623
|
-
"align": "center",
|
|
624
621
|
"children": [
|
|
625
622
|
{
|
|
626
623
|
"type": "spinner"
|
|
627
624
|
},
|
|
628
625
|
{
|
|
629
|
-
"variant": "caption",
|
|
630
|
-
"color": "muted",
|
|
631
626
|
"type": "typography",
|
|
632
|
-
"content": "Loading…"
|
|
627
|
+
"content": "Loading…",
|
|
628
|
+
"color": "muted",
|
|
629
|
+
"variant": "caption"
|
|
633
630
|
}
|
|
634
|
-
]
|
|
631
|
+
],
|
|
632
|
+
"type": "stack",
|
|
633
|
+
"direction": "vertical",
|
|
634
|
+
"align": "center"
|
|
635
635
|
}
|
|
636
636
|
]
|
|
637
637
|
]
|
|
@@ -657,20 +657,20 @@
|
|
|
657
657
|
{
|
|
658
658
|
"gap": "md",
|
|
659
659
|
"type": "stack",
|
|
660
|
+
"direction": "vertical",
|
|
661
|
+
"align": "center",
|
|
662
|
+
"className": "py-12",
|
|
660
663
|
"children": [
|
|
661
664
|
{
|
|
662
665
|
"type": "spinner"
|
|
663
666
|
},
|
|
664
667
|
{
|
|
665
|
-
"type": "typography",
|
|
666
668
|
"color": "muted",
|
|
667
669
|
"content": "Searching…",
|
|
670
|
+
"type": "typography",
|
|
668
671
|
"variant": "caption"
|
|
669
672
|
}
|
|
670
|
-
]
|
|
671
|
-
"align": "center",
|
|
672
|
-
"className": "py-12",
|
|
673
|
-
"direction": "vertical"
|
|
673
|
+
]
|
|
674
674
|
}
|
|
675
675
|
]
|
|
676
676
|
]
|
|
@@ -684,34 +684,34 @@
|
|
|
684
684
|
"render-ui",
|
|
685
685
|
"main",
|
|
686
686
|
{
|
|
687
|
-
"
|
|
687
|
+
"gap": "md",
|
|
688
|
+
"align": "center",
|
|
689
|
+
"type": "stack",
|
|
688
690
|
"children": [
|
|
689
691
|
{
|
|
690
|
-
"
|
|
691
|
-
"
|
|
692
|
+
"name": "bell",
|
|
693
|
+
"type": "icon"
|
|
692
694
|
},
|
|
693
695
|
{
|
|
696
|
+
"variant": "h3",
|
|
694
697
|
"content": "No notifications",
|
|
695
|
-
"type": "typography"
|
|
696
|
-
"variant": "h3"
|
|
698
|
+
"type": "typography"
|
|
697
699
|
},
|
|
698
700
|
{
|
|
699
701
|
"content": "You're all caught up.",
|
|
700
702
|
"color": "muted",
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
+
"variant": "caption",
|
|
704
|
+
"type": "typography"
|
|
703
705
|
},
|
|
704
706
|
{
|
|
705
|
-
"label": "Back to courses",
|
|
706
707
|
"type": "button",
|
|
707
|
-
"
|
|
708
|
-
"
|
|
708
|
+
"action": "INIT",
|
|
709
|
+
"label": "Back to courses",
|
|
710
|
+
"variant": "ghost"
|
|
709
711
|
}
|
|
710
712
|
],
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
"type": "stack",
|
|
714
|
-
"align": "center"
|
|
713
|
+
"className": "py-8",
|
|
714
|
+
"direction": "vertical"
|
|
715
715
|
}
|
|
716
716
|
]
|
|
717
717
|
]
|
|
@@ -725,51 +725,56 @@
|
|
|
725
725
|
"render-ui",
|
|
726
726
|
"main",
|
|
727
727
|
{
|
|
728
|
+
"direction": "vertical",
|
|
728
729
|
"children": [
|
|
729
730
|
{
|
|
730
|
-
"
|
|
731
|
+
"justify": "between",
|
|
731
732
|
"align": "center",
|
|
733
|
+
"gap": "md",
|
|
732
734
|
"children": [
|
|
733
735
|
{
|
|
736
|
+
"gap": "sm",
|
|
737
|
+
"type": "stack",
|
|
734
738
|
"children": [
|
|
735
739
|
{
|
|
736
|
-
"
|
|
737
|
-
"
|
|
740
|
+
"name": "book-open",
|
|
741
|
+
"type": "icon"
|
|
738
742
|
},
|
|
739
743
|
{
|
|
740
744
|
"variant": "h2",
|
|
741
|
-
"
|
|
742
|
-
"
|
|
745
|
+
"content": "Courses",
|
|
746
|
+
"type": "typography"
|
|
743
747
|
}
|
|
744
748
|
],
|
|
745
|
-
"
|
|
746
|
-
"align": "center"
|
|
747
|
-
"gap": "sm",
|
|
748
|
-
"direction": "horizontal"
|
|
749
|
+
"direction": "horizontal",
|
|
750
|
+
"align": "center"
|
|
749
751
|
},
|
|
750
752
|
{
|
|
751
753
|
"children": [
|
|
752
754
|
{
|
|
753
|
-
"
|
|
754
|
-
"icon": "plus",
|
|
755
|
+
"type": "button",
|
|
755
756
|
"label": "Add Course",
|
|
757
|
+
"icon": "plus",
|
|
756
758
|
"action": "CREATE",
|
|
757
|
-
"
|
|
759
|
+
"variant": "primary"
|
|
758
760
|
}
|
|
759
761
|
],
|
|
760
762
|
"type": "stack",
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
+
"direction": "horizontal",
|
|
764
|
+
"gap": "sm"
|
|
763
765
|
}
|
|
764
766
|
],
|
|
765
|
-
"
|
|
766
|
-
"direction": "horizontal"
|
|
767
|
-
"type": "stack"
|
|
767
|
+
"type": "stack",
|
|
768
|
+
"direction": "horizontal"
|
|
768
769
|
},
|
|
769
770
|
{
|
|
770
771
|
"type": "divider"
|
|
771
772
|
},
|
|
772
773
|
{
|
|
774
|
+
"type": "data-grid",
|
|
775
|
+
"cols": 2.0,
|
|
776
|
+
"gap": "md",
|
|
777
|
+
"entity": "@payload.data",
|
|
773
778
|
"fields": [
|
|
774
779
|
{
|
|
775
780
|
"variant": "h3",
|
|
@@ -785,41 +790,36 @@
|
|
|
785
790
|
"variant": "body"
|
|
786
791
|
},
|
|
787
792
|
{
|
|
788
|
-
"
|
|
789
|
-
"
|
|
793
|
+
"name": "duration",
|
|
794
|
+
"variant": "body"
|
|
790
795
|
},
|
|
791
796
|
{
|
|
792
|
-
"
|
|
793
|
-
"
|
|
797
|
+
"variant": "caption",
|
|
798
|
+
"name": "description"
|
|
794
799
|
}
|
|
795
800
|
],
|
|
796
|
-
"type": "data-grid",
|
|
797
|
-
"cols": 2.0,
|
|
798
801
|
"itemActions": [
|
|
799
802
|
{
|
|
800
|
-
"label": "View",
|
|
801
803
|
"variant": "ghost",
|
|
804
|
+
"label": "View",
|
|
802
805
|
"event": "VIEW"
|
|
803
806
|
},
|
|
804
807
|
{
|
|
805
808
|
"label": "Edit",
|
|
806
|
-
"
|
|
807
|
-
"
|
|
809
|
+
"event": "EDIT",
|
|
810
|
+
"variant": "ghost"
|
|
808
811
|
},
|
|
809
812
|
{
|
|
810
|
-
"variant": "danger",
|
|
811
813
|
"event": "DELETE",
|
|
812
|
-
"label": "Delete"
|
|
814
|
+
"label": "Delete",
|
|
815
|
+
"variant": "danger"
|
|
813
816
|
}
|
|
814
|
-
]
|
|
815
|
-
"entity": "@payload.data",
|
|
816
|
-
"gap": "md"
|
|
817
|
+
]
|
|
817
818
|
}
|
|
818
819
|
],
|
|
819
|
-
"gap": "lg",
|
|
820
|
-
"type": "stack",
|
|
821
820
|
"className": "max-w-5xl mx-auto w-full",
|
|
822
|
-
"
|
|
821
|
+
"type": "stack",
|
|
822
|
+
"gap": "lg"
|
|
823
823
|
}
|
|
824
824
|
]
|
|
825
825
|
]
|
|
@@ -833,34 +833,34 @@
|
|
|
833
833
|
"render-ui",
|
|
834
834
|
"main",
|
|
835
835
|
{
|
|
836
|
+
"type": "stack",
|
|
837
|
+
"direction": "vertical",
|
|
838
|
+
"gap": "md",
|
|
836
839
|
"align": "center",
|
|
837
840
|
"className": "py-12",
|
|
838
|
-
"gap": "md",
|
|
839
|
-
"direction": "vertical",
|
|
840
|
-
"type": "stack",
|
|
841
841
|
"children": [
|
|
842
842
|
{
|
|
843
|
-
"
|
|
843
|
+
"name": "alert-triangle",
|
|
844
844
|
"color": "destructive",
|
|
845
|
-
"
|
|
845
|
+
"type": "icon"
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
"type": "typography",
|
|
849
|
-
"
|
|
850
|
-
"
|
|
849
|
+
"variant": "h3",
|
|
850
|
+
"content": "Failed to load course"
|
|
851
851
|
},
|
|
852
852
|
{
|
|
853
853
|
"color": "muted",
|
|
854
|
-
"type": "typography",
|
|
855
854
|
"content": "@payload.error",
|
|
856
|
-
"variant": "body"
|
|
855
|
+
"variant": "body",
|
|
856
|
+
"type": "typography"
|
|
857
857
|
},
|
|
858
858
|
{
|
|
859
|
-
"action": "INIT",
|
|
860
859
|
"variant": "primary",
|
|
860
|
+
"icon": "rotate-ccw",
|
|
861
|
+
"action": "INIT",
|
|
861
862
|
"type": "button",
|
|
862
|
-
"label": "Retry"
|
|
863
|
-
"icon": "rotate-ccw"
|
|
863
|
+
"label": "Retry"
|
|
864
864
|
}
|
|
865
865
|
]
|
|
866
866
|
}
|
|
@@ -1045,8 +1045,8 @@
|
|
|
1045
1045
|
"Course",
|
|
1046
1046
|
{
|
|
1047
1047
|
"emit": {
|
|
1048
|
-
"
|
|
1049
|
-
"
|
|
1048
|
+
"failure": "CourseLoadFailed",
|
|
1049
|
+
"success": "CourseLoaded"
|
|
1050
1050
|
}
|
|
1051
1051
|
}
|
|
1052
1052
|
]
|
|
@@ -1071,28 +1071,28 @@
|
|
|
1071
1071
|
"render-ui",
|
|
1072
1072
|
"modal",
|
|
1073
1073
|
{
|
|
1074
|
-
"type": "stack",
|
|
1075
1074
|
"children": [
|
|
1076
1075
|
{
|
|
1077
|
-
"gap": "sm",
|
|
1078
|
-
"direction": "horizontal",
|
|
1079
1076
|
"children": [
|
|
1080
1077
|
{
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1078
|
+
"name": "plus-circle",
|
|
1079
|
+
"type": "icon"
|
|
1083
1080
|
},
|
|
1084
1081
|
{
|
|
1082
|
+
"content": "New Course",
|
|
1085
1083
|
"variant": "h3",
|
|
1086
|
-
"type": "typography"
|
|
1087
|
-
"content": "New Course"
|
|
1084
|
+
"type": "typography"
|
|
1088
1085
|
}
|
|
1089
1086
|
],
|
|
1090
|
-
"
|
|
1087
|
+
"gap": "sm",
|
|
1088
|
+
"type": "stack",
|
|
1089
|
+
"direction": "horizontal"
|
|
1091
1090
|
},
|
|
1092
1091
|
{
|
|
1093
1092
|
"type": "divider"
|
|
1094
1093
|
},
|
|
1095
1094
|
{
|
|
1095
|
+
"cancelEvent": "CLOSE",
|
|
1096
1096
|
"fields": [
|
|
1097
1097
|
"title",
|
|
1098
1098
|
"description",
|
|
@@ -1100,14 +1100,14 @@
|
|
|
1100
1100
|
"duration",
|
|
1101
1101
|
"level"
|
|
1102
1102
|
],
|
|
1103
|
-
"
|
|
1103
|
+
"mode": "create",
|
|
1104
1104
|
"submitEvent": "SAVE",
|
|
1105
|
-
"type": "form-section"
|
|
1106
|
-
"mode": "create"
|
|
1105
|
+
"type": "form-section"
|
|
1107
1106
|
}
|
|
1108
1107
|
],
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1108
|
+
"gap": "md",
|
|
1109
|
+
"type": "stack",
|
|
1110
|
+
"direction": "vertical"
|
|
1111
1111
|
}
|
|
1112
1112
|
]
|
|
1113
1113
|
]
|
|
@@ -1384,11 +1384,11 @@
|
|
|
1384
1384
|
"fetch",
|
|
1385
1385
|
"Course",
|
|
1386
1386
|
{
|
|
1387
|
+
"id": "@payload.id",
|
|
1387
1388
|
"emit": {
|
|
1388
1389
|
"success": "CourseLoaded",
|
|
1389
1390
|
"failure": "CourseLoadFailed"
|
|
1390
|
-
}
|
|
1391
|
-
"id": "@payload.id"
|
|
1391
|
+
}
|
|
1392
1392
|
}
|
|
1393
1393
|
],
|
|
1394
1394
|
[
|
|
@@ -1396,31 +1396,30 @@
|
|
|
1396
1396
|
"modal",
|
|
1397
1397
|
{
|
|
1398
1398
|
"type": "stack",
|
|
1399
|
-
"direction": "vertical",
|
|
1400
|
-
"gap": "md",
|
|
1401
1399
|
"children": [
|
|
1402
1400
|
{
|
|
1403
1401
|
"type": "stack",
|
|
1404
|
-
"
|
|
1402
|
+
"gap": "sm",
|
|
1405
1403
|
"children": [
|
|
1406
1404
|
{
|
|
1407
1405
|
"name": "edit",
|
|
1408
1406
|
"type": "icon"
|
|
1409
1407
|
},
|
|
1410
1408
|
{
|
|
1411
|
-
"type": "typography",
|
|
1412
1409
|
"variant": "h3",
|
|
1413
|
-
"content": "Edit Course"
|
|
1410
|
+
"content": "Edit Course",
|
|
1411
|
+
"type": "typography"
|
|
1414
1412
|
}
|
|
1415
1413
|
],
|
|
1416
|
-
"
|
|
1414
|
+
"direction": "horizontal"
|
|
1417
1415
|
},
|
|
1418
1416
|
{
|
|
1419
1417
|
"type": "divider"
|
|
1420
1418
|
},
|
|
1421
1419
|
{
|
|
1420
|
+
"cancelEvent": "CLOSE",
|
|
1422
1421
|
"mode": "edit",
|
|
1423
|
-
"
|
|
1422
|
+
"type": "form-section",
|
|
1424
1423
|
"fields": [
|
|
1425
1424
|
"title",
|
|
1426
1425
|
"description",
|
|
@@ -1429,10 +1428,11 @@
|
|
|
1429
1428
|
"level"
|
|
1430
1429
|
],
|
|
1431
1430
|
"entity": "@payload.row",
|
|
1432
|
-
"
|
|
1433
|
-
"cancelEvent": "CLOSE"
|
|
1431
|
+
"submitEvent": "SAVE"
|
|
1434
1432
|
}
|
|
1435
|
-
]
|
|
1433
|
+
],
|
|
1434
|
+
"direction": "vertical",
|
|
1435
|
+
"gap": "md"
|
|
1436
1436
|
}
|
|
1437
1437
|
]
|
|
1438
1438
|
]
|
|
@@ -1675,8 +1675,8 @@
|
|
|
1675
1675
|
{
|
|
1676
1676
|
"id": "@payload.id",
|
|
1677
1677
|
"emit": {
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1678
|
+
"failure": "CourseLoadFailed",
|
|
1679
|
+
"success": "CourseLoaded"
|
|
1680
1680
|
}
|
|
1681
1681
|
}
|
|
1682
1682
|
],
|
|
@@ -1684,69 +1684,71 @@
|
|
|
1684
1684
|
"render-ui",
|
|
1685
1685
|
"modal",
|
|
1686
1686
|
{
|
|
1687
|
-
"gap": "md",
|
|
1688
1687
|
"direction": "vertical",
|
|
1688
|
+
"type": "stack",
|
|
1689
|
+
"gap": "md",
|
|
1689
1690
|
"children": [
|
|
1690
1691
|
{
|
|
1691
|
-
"
|
|
1692
|
+
"direction": "horizontal",
|
|
1693
|
+
"align": "center",
|
|
1692
1694
|
"children": [
|
|
1693
1695
|
{
|
|
1694
1696
|
"name": "eye",
|
|
1695
1697
|
"type": "icon"
|
|
1696
1698
|
},
|
|
1697
1699
|
{
|
|
1698
|
-
"content": "@entity.title",
|
|
1699
1700
|
"type": "typography",
|
|
1700
|
-
"variant": "h3"
|
|
1701
|
+
"variant": "h3",
|
|
1702
|
+
"content": "@entity.title"
|
|
1701
1703
|
}
|
|
1702
1704
|
],
|
|
1703
1705
|
"type": "stack",
|
|
1704
|
-
"
|
|
1705
|
-
"direction": "horizontal"
|
|
1706
|
+
"gap": "sm"
|
|
1706
1707
|
},
|
|
1707
1708
|
{
|
|
1708
1709
|
"type": "divider"
|
|
1709
1710
|
},
|
|
1710
1711
|
{
|
|
1712
|
+
"type": "stack",
|
|
1711
1713
|
"direction": "horizontal",
|
|
1712
1714
|
"gap": "md",
|
|
1713
|
-
"type": "stack",
|
|
1714
1715
|
"children": [
|
|
1715
1716
|
{
|
|
1716
|
-
"content": "Title",
|
|
1717
1717
|
"variant": "caption",
|
|
1718
|
+
"content": "Title",
|
|
1718
1719
|
"type": "typography"
|
|
1719
1720
|
},
|
|
1720
1721
|
{
|
|
1721
|
-
"content": "@entity.title",
|
|
1722
1722
|
"type": "typography",
|
|
1723
|
-
"variant": "body"
|
|
1723
|
+
"variant": "body",
|
|
1724
|
+
"content": "@entity.title"
|
|
1724
1725
|
}
|
|
1725
1726
|
]
|
|
1726
1727
|
},
|
|
1727
1728
|
{
|
|
1729
|
+
"type": "stack",
|
|
1730
|
+
"direction": "horizontal",
|
|
1728
1731
|
"gap": "md",
|
|
1729
1732
|
"children": [
|
|
1730
1733
|
{
|
|
1731
|
-
"content": "Description",
|
|
1732
1734
|
"type": "typography",
|
|
1735
|
+
"content": "Description",
|
|
1733
1736
|
"variant": "caption"
|
|
1734
1737
|
},
|
|
1735
1738
|
{
|
|
1736
|
-
"variant": "body",
|
|
1737
1739
|
"content": "@entity.description",
|
|
1738
|
-
"type": "typography"
|
|
1740
|
+
"type": "typography",
|
|
1741
|
+
"variant": "body"
|
|
1739
1742
|
}
|
|
1740
|
-
]
|
|
1741
|
-
"type": "stack",
|
|
1742
|
-
"direction": "horizontal"
|
|
1743
|
+
]
|
|
1743
1744
|
},
|
|
1744
1745
|
{
|
|
1746
|
+
"gap": "md",
|
|
1745
1747
|
"children": [
|
|
1746
1748
|
{
|
|
1747
1749
|
"type": "typography",
|
|
1748
|
-
"
|
|
1749
|
-
"
|
|
1750
|
+
"variant": "caption",
|
|
1751
|
+
"content": "Instructor"
|
|
1750
1752
|
},
|
|
1751
1753
|
{
|
|
1752
1754
|
"content": "@entity.instructor",
|
|
@@ -1754,16 +1756,17 @@
|
|
|
1754
1756
|
"variant": "body"
|
|
1755
1757
|
}
|
|
1756
1758
|
],
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1759
|
-
"type": "stack"
|
|
1759
|
+
"type": "stack",
|
|
1760
|
+
"direction": "horizontal"
|
|
1760
1761
|
},
|
|
1761
1762
|
{
|
|
1763
|
+
"type": "stack",
|
|
1764
|
+
"gap": "md",
|
|
1762
1765
|
"children": [
|
|
1763
1766
|
{
|
|
1764
|
-
"content": "Duration",
|
|
1765
1767
|
"type": "typography",
|
|
1766
|
-
"variant": "caption"
|
|
1768
|
+
"variant": "caption",
|
|
1769
|
+
"content": "Duration"
|
|
1767
1770
|
},
|
|
1768
1771
|
{
|
|
1769
1772
|
"content": "@entity.duration",
|
|
@@ -1771,40 +1774,37 @@
|
|
|
1771
1774
|
"variant": "body"
|
|
1772
1775
|
}
|
|
1773
1776
|
],
|
|
1774
|
-
"direction": "horizontal"
|
|
1775
|
-
"gap": "md",
|
|
1776
|
-
"type": "stack"
|
|
1777
|
+
"direction": "horizontal"
|
|
1777
1778
|
},
|
|
1778
1779
|
{
|
|
1779
|
-
"direction": "horizontal",
|
|
1780
1780
|
"children": [
|
|
1781
1781
|
{
|
|
1782
1782
|
"type": "typography",
|
|
1783
|
-
"
|
|
1784
|
-
"
|
|
1783
|
+
"content": "Level",
|
|
1784
|
+
"variant": "caption"
|
|
1785
1785
|
},
|
|
1786
1786
|
{
|
|
1787
|
-
"type": "typography",
|
|
1788
1787
|
"variant": "body",
|
|
1789
|
-
"content": "@entity.level"
|
|
1788
|
+
"content": "@entity.level",
|
|
1789
|
+
"type": "typography"
|
|
1790
1790
|
}
|
|
1791
1791
|
],
|
|
1792
1792
|
"type": "stack",
|
|
1793
|
-
"gap": "md"
|
|
1793
|
+
"gap": "md",
|
|
1794
|
+
"direction": "horizontal"
|
|
1794
1795
|
},
|
|
1795
1796
|
{
|
|
1796
1797
|
"type": "divider"
|
|
1797
1798
|
},
|
|
1798
1799
|
{
|
|
1799
|
-
"direction": "horizontal",
|
|
1800
1800
|
"justify": "end",
|
|
1801
1801
|
"children": [
|
|
1802
1802
|
{
|
|
1803
|
-
"
|
|
1803
|
+
"icon": "edit",
|
|
1804
|
+
"label": "Edit",
|
|
1804
1805
|
"variant": "primary",
|
|
1805
1806
|
"type": "button",
|
|
1806
|
-
"
|
|
1807
|
-
"icon": "edit"
|
|
1807
|
+
"action": "EDIT"
|
|
1808
1808
|
},
|
|
1809
1809
|
{
|
|
1810
1810
|
"variant": "ghost",
|
|
@@ -1814,10 +1814,10 @@
|
|
|
1814
1814
|
}
|
|
1815
1815
|
],
|
|
1816
1816
|
"type": "stack",
|
|
1817
|
+
"direction": "horizontal",
|
|
1817
1818
|
"gap": "sm"
|
|
1818
1819
|
}
|
|
1819
|
-
]
|
|
1820
|
-
"type": "stack"
|
|
1820
|
+
]
|
|
1821
1821
|
}
|
|
1822
1822
|
]
|
|
1823
1823
|
]
|
|
@@ -2068,29 +2068,27 @@
|
|
|
2068
2068
|
"fetch",
|
|
2069
2069
|
"Course",
|
|
2070
2070
|
{
|
|
2071
|
+
"id": "@payload.id",
|
|
2071
2072
|
"emit": {
|
|
2072
2073
|
"success": "CourseLoaded",
|
|
2073
2074
|
"failure": "CourseLoadFailed"
|
|
2074
|
-
}
|
|
2075
|
-
"id": "@payload.id"
|
|
2075
|
+
}
|
|
2076
2076
|
}
|
|
2077
2077
|
],
|
|
2078
2078
|
[
|
|
2079
2079
|
"render-ui",
|
|
2080
2080
|
"modal",
|
|
2081
2081
|
{
|
|
2082
|
-
"gap": "md",
|
|
2083
2082
|
"type": "stack",
|
|
2084
|
-
"direction": "vertical",
|
|
2085
2083
|
"children": [
|
|
2086
2084
|
{
|
|
2087
2085
|
"align": "center",
|
|
2088
|
-
"
|
|
2086
|
+
"type": "stack",
|
|
2089
2087
|
"gap": "sm",
|
|
2090
2088
|
"children": [
|
|
2091
2089
|
{
|
|
2092
|
-
"
|
|
2093
|
-
"
|
|
2090
|
+
"name": "alert-triangle",
|
|
2091
|
+
"type": "icon"
|
|
2094
2092
|
},
|
|
2095
2093
|
{
|
|
2096
2094
|
"type": "typography",
|
|
@@ -2098,7 +2096,7 @@
|
|
|
2098
2096
|
"content": "Delete Course"
|
|
2099
2097
|
}
|
|
2100
2098
|
],
|
|
2101
|
-
"
|
|
2099
|
+
"direction": "horizontal"
|
|
2102
2100
|
},
|
|
2103
2101
|
{
|
|
2104
2102
|
"type": "divider"
|
|
@@ -2109,27 +2107,29 @@
|
|
|
2109
2107
|
"type": "alert"
|
|
2110
2108
|
},
|
|
2111
2109
|
{
|
|
2112
|
-
"type": "stack",
|
|
2113
2110
|
"gap": "sm",
|
|
2114
|
-
"direction": "horizontal",
|
|
2115
2111
|
"justify": "end",
|
|
2116
2112
|
"children": [
|
|
2117
2113
|
{
|
|
2114
|
+
"type": "button",
|
|
2118
2115
|
"action": "CANCEL",
|
|
2119
2116
|
"label": "Cancel",
|
|
2120
|
-
"variant": "ghost"
|
|
2121
|
-
"type": "button"
|
|
2117
|
+
"variant": "ghost"
|
|
2122
2118
|
},
|
|
2123
2119
|
{
|
|
2120
|
+
"type": "button",
|
|
2124
2121
|
"action": "CONFIRM_DELETE",
|
|
2125
|
-
"
|
|
2122
|
+
"variant": "danger",
|
|
2126
2123
|
"label": "Delete",
|
|
2127
|
-
"
|
|
2128
|
-
"variant": "danger"
|
|
2124
|
+
"icon": "check"
|
|
2129
2125
|
}
|
|
2130
|
-
]
|
|
2126
|
+
],
|
|
2127
|
+
"type": "stack",
|
|
2128
|
+
"direction": "horizontal"
|
|
2131
2129
|
}
|
|
2132
|
-
]
|
|
2130
|
+
],
|
|
2131
|
+
"gap": "md",
|
|
2132
|
+
"direction": "vertical"
|
|
2133
2133
|
}
|
|
2134
2134
|
]
|
|
2135
2135
|
]
|
|
@@ -2201,8 +2201,8 @@
|
|
|
2201
2201
|
"Course",
|
|
2202
2202
|
{
|
|
2203
2203
|
"emit": {
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2204
|
+
"success": "CourseLoaded",
|
|
2205
|
+
"failure": "CourseLoadFailed"
|
|
2206
2206
|
}
|
|
2207
2207
|
}
|
|
2208
2208
|
]
|
|
@@ -2230,8 +2230,8 @@
|
|
|
2230
2230
|
"Course",
|
|
2231
2231
|
{
|
|
2232
2232
|
"emit": {
|
|
2233
|
-
"
|
|
2234
|
-
"
|
|
2233
|
+
"failure": "CourseLoadFailed",
|
|
2234
|
+
"success": "CourseLoaded"
|
|
2235
2235
|
}
|
|
2236
2236
|
}
|
|
2237
2237
|
]
|
|
@@ -2512,8 +2512,8 @@
|
|
|
2512
2512
|
"Enrollment",
|
|
2513
2513
|
{
|
|
2514
2514
|
"emit": {
|
|
2515
|
-
"
|
|
2516
|
-
"
|
|
2515
|
+
"failure": "EnrollmentLoadFailed",
|
|
2516
|
+
"success": "EnrollmentLoaded"
|
|
2517
2517
|
}
|
|
2518
2518
|
}
|
|
2519
2519
|
],
|
|
@@ -2521,104 +2521,104 @@
|
|
|
2521
2521
|
"render-ui",
|
|
2522
2522
|
"main",
|
|
2523
2523
|
{
|
|
2524
|
-
"
|
|
2525
|
-
{
|
|
2526
|
-
"href": "/courses",
|
|
2527
|
-
"icon": "book-open",
|
|
2528
|
-
"label": "Courses"
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"label": "Enroll",
|
|
2532
|
-
"href": "/enroll",
|
|
2533
|
-
"icon": "layout-list"
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"icon": "layout-list",
|
|
2537
|
-
"label": "Progress",
|
|
2538
|
-
"href": "/progress"
|
|
2539
|
-
}
|
|
2540
|
-
],
|
|
2524
|
+
"appName": "LMS",
|
|
2541
2525
|
"children": [
|
|
2542
2526
|
{
|
|
2527
|
+
"maxWidth": "lg",
|
|
2543
2528
|
"padding": "lg",
|
|
2544
2529
|
"children": [
|
|
2545
2530
|
{
|
|
2531
|
+
"type": "stack",
|
|
2546
2532
|
"gap": "lg",
|
|
2547
|
-
"direction": "vertical",
|
|
2548
2533
|
"children": [
|
|
2549
2534
|
{
|
|
2535
|
+
"align": "center",
|
|
2536
|
+
"gap": "sm",
|
|
2550
2537
|
"children": [
|
|
2551
2538
|
{
|
|
2552
|
-
"
|
|
2553
|
-
"
|
|
2554
|
-
},
|
|
2539
|
+
"type": "icon",
|
|
2540
|
+
"name": "user-plus"
|
|
2541
|
+
},
|
|
2555
2542
|
{
|
|
2543
|
+
"content": "Course Enrollment",
|
|
2556
2544
|
"variant": "h2",
|
|
2557
|
-
"type": "typography"
|
|
2558
|
-
"content": "Course Enrollment"
|
|
2545
|
+
"type": "typography"
|
|
2559
2546
|
}
|
|
2560
2547
|
],
|
|
2561
|
-
"align": "center",
|
|
2562
2548
|
"type": "stack",
|
|
2563
|
-
"gap": "sm",
|
|
2564
2549
|
"direction": "horizontal"
|
|
2565
2550
|
},
|
|
2566
2551
|
{
|
|
2567
2552
|
"type": "progress-dots",
|
|
2568
|
-
"
|
|
2569
|
-
"
|
|
2553
|
+
"count": 2.0,
|
|
2554
|
+
"currentIndex": 0.0
|
|
2570
2555
|
},
|
|
2571
2556
|
{
|
|
2572
2557
|
"type": "wizard-progress",
|
|
2573
|
-
"currentStep": 0.0,
|
|
2574
2558
|
"steps": [
|
|
2575
2559
|
"Student Info",
|
|
2576
2560
|
"Course Selection"
|
|
2577
|
-
]
|
|
2561
|
+
],
|
|
2562
|
+
"currentStep": 0.0
|
|
2578
2563
|
},
|
|
2579
2564
|
{
|
|
2580
2565
|
"type": "divider"
|
|
2581
2566
|
},
|
|
2582
2567
|
{
|
|
2583
|
-
"type": "typography",
|
|
2584
2568
|
"content": "Student Info",
|
|
2585
|
-
"variant": "h3"
|
|
2569
|
+
"variant": "h3",
|
|
2570
|
+
"type": "typography"
|
|
2586
2571
|
},
|
|
2587
2572
|
{
|
|
2588
|
-
"submitEvent": "NEXT",
|
|
2589
|
-
"mode": "create",
|
|
2590
|
-
"type": "form-section",
|
|
2591
2573
|
"cancelEvent": "INIT",
|
|
2574
|
+
"type": "form-section",
|
|
2592
2575
|
"fields": [
|
|
2593
2576
|
"studentName",
|
|
2594
2577
|
"email"
|
|
2595
|
-
]
|
|
2578
|
+
],
|
|
2579
|
+
"mode": "create",
|
|
2580
|
+
"submitEvent": "NEXT"
|
|
2596
2581
|
},
|
|
2597
2582
|
{
|
|
2598
|
-
"
|
|
2599
|
-
"
|
|
2583
|
+
"type": "stack",
|
|
2584
|
+
"direction": "horizontal",
|
|
2600
2585
|
"children": [
|
|
2601
2586
|
{
|
|
2602
|
-
"label": "Next",
|
|
2603
|
-
"type": "button",
|
|
2604
|
-
"icon": "arrow-right",
|
|
2605
2587
|
"action": "NEXT",
|
|
2606
|
-
"
|
|
2588
|
+
"icon": "arrow-right",
|
|
2589
|
+
"type": "button",
|
|
2590
|
+
"variant": "primary",
|
|
2591
|
+
"label": "Next"
|
|
2607
2592
|
}
|
|
2608
2593
|
],
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2594
|
+
"gap": "sm",
|
|
2595
|
+
"justify": "end"
|
|
2611
2596
|
}
|
|
2612
2597
|
],
|
|
2613
|
-
"
|
|
2598
|
+
"direction": "vertical"
|
|
2614
2599
|
}
|
|
2615
2600
|
],
|
|
2616
|
-
"maxWidth": "lg",
|
|
2617
2601
|
"type": "container"
|
|
2618
2602
|
}
|
|
2619
2603
|
],
|
|
2620
2604
|
"type": "dashboard-layout",
|
|
2621
|
-
"
|
|
2605
|
+
"navItems": [
|
|
2606
|
+
{
|
|
2607
|
+
"label": "Courses",
|
|
2608
|
+
"href": "/courses",
|
|
2609
|
+
"icon": "book-open"
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"label": "Enroll",
|
|
2613
|
+
"href": "/enroll",
|
|
2614
|
+
"icon": "layout-list"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"label": "Progress",
|
|
2618
|
+
"icon": "layout-list",
|
|
2619
|
+
"href": "/progress"
|
|
2620
|
+
}
|
|
2621
|
+
]
|
|
2622
2622
|
}
|
|
2623
2623
|
]
|
|
2624
2624
|
]
|
|
@@ -2643,17 +2643,16 @@
|
|
|
2643
2643
|
"main",
|
|
2644
2644
|
{
|
|
2645
2645
|
"type": "dashboard-layout",
|
|
2646
|
-
"appName": "LMS",
|
|
2647
2646
|
"navItems": [
|
|
2648
2647
|
{
|
|
2649
|
-
"
|
|
2648
|
+
"label": "Courses",
|
|
2650
2649
|
"href": "/courses",
|
|
2651
|
-
"
|
|
2650
|
+
"icon": "book-open"
|
|
2652
2651
|
},
|
|
2653
2652
|
{
|
|
2653
|
+
"icon": "layout-list",
|
|
2654
2654
|
"label": "Enroll",
|
|
2655
|
-
"href": "/enroll"
|
|
2656
|
-
"icon": "layout-list"
|
|
2655
|
+
"href": "/enroll"
|
|
2657
2656
|
},
|
|
2658
2657
|
{
|
|
2659
2658
|
"icon": "layout-list",
|
|
@@ -2667,23 +2666,25 @@
|
|
|
2667
2666
|
"maxWidth": "lg",
|
|
2668
2667
|
"children": [
|
|
2669
2668
|
{
|
|
2669
|
+
"gap": "lg",
|
|
2670
|
+
"direction": "vertical",
|
|
2670
2671
|
"children": [
|
|
2671
2672
|
{
|
|
2672
|
-
"gap": "sm",
|
|
2673
|
-
"align": "center",
|
|
2674
|
-
"direction": "horizontal",
|
|
2675
2673
|
"children": [
|
|
2676
2674
|
{
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2675
|
+
"name": "user-plus",
|
|
2676
|
+
"type": "icon"
|
|
2679
2677
|
},
|
|
2680
2678
|
{
|
|
2681
|
-
"
|
|
2679
|
+
"type": "typography",
|
|
2682
2680
|
"variant": "h2",
|
|
2683
|
-
"
|
|
2681
|
+
"content": "Course Enrollment"
|
|
2684
2682
|
}
|
|
2685
2683
|
],
|
|
2686
|
-
"type": "stack"
|
|
2684
|
+
"type": "stack",
|
|
2685
|
+
"align": "center",
|
|
2686
|
+
"direction": "horizontal",
|
|
2687
|
+
"gap": "sm"
|
|
2687
2688
|
},
|
|
2688
2689
|
{
|
|
2689
2690
|
"type": "progress-dots",
|
|
@@ -2703,49 +2704,48 @@
|
|
|
2703
2704
|
},
|
|
2704
2705
|
{
|
|
2705
2706
|
"type": "typography",
|
|
2706
|
-
"
|
|
2707
|
-
"
|
|
2707
|
+
"variant": "h3",
|
|
2708
|
+
"content": "Course Selection"
|
|
2708
2709
|
},
|
|
2709
2710
|
{
|
|
2710
|
-
"type": "form-section",
|
|
2711
2711
|
"submitEvent": "NEXT",
|
|
2712
|
+
"mode": "create",
|
|
2713
|
+
"type": "form-section",
|
|
2714
|
+
"cancelEvent": "PREV",
|
|
2712
2715
|
"fields": [
|
|
2713
2716
|
"courseId"
|
|
2714
|
-
]
|
|
2715
|
-
"cancelEvent": "PREV",
|
|
2716
|
-
"mode": "create"
|
|
2717
|
+
]
|
|
2717
2718
|
},
|
|
2718
2719
|
{
|
|
2719
|
-
"direction": "horizontal",
|
|
2720
|
-
"type": "stack",
|
|
2721
2720
|
"gap": "sm",
|
|
2721
|
+
"justify": "end",
|
|
2722
2722
|
"children": [
|
|
2723
2723
|
{
|
|
2724
|
-
"
|
|
2724
|
+
"icon": "arrow-left",
|
|
2725
2725
|
"label": "Back",
|
|
2726
|
-
"type": "button",
|
|
2727
2726
|
"variant": "ghost",
|
|
2728
|
-
"
|
|
2727
|
+
"action": "PREV",
|
|
2728
|
+
"type": "button"
|
|
2729
2729
|
},
|
|
2730
2730
|
{
|
|
2731
|
-
"type": "button",
|
|
2732
2731
|
"action": "NEXT",
|
|
2733
2732
|
"label": "Next",
|
|
2734
2733
|
"variant": "primary",
|
|
2734
|
+
"type": "button",
|
|
2735
2735
|
"icon": "arrow-right"
|
|
2736
2736
|
}
|
|
2737
2737
|
],
|
|
2738
|
-
"
|
|
2738
|
+
"direction": "horizontal",
|
|
2739
|
+
"type": "stack"
|
|
2739
2740
|
}
|
|
2740
2741
|
],
|
|
2741
|
-
"type": "stack"
|
|
2742
|
-
"gap": "lg",
|
|
2743
|
-
"direction": "vertical"
|
|
2742
|
+
"type": "stack"
|
|
2744
2743
|
}
|
|
2745
2744
|
],
|
|
2746
2745
|
"padding": "lg"
|
|
2747
2746
|
}
|
|
2748
|
-
]
|
|
2747
|
+
],
|
|
2748
|
+
"appName": "LMS"
|
|
2749
2749
|
}
|
|
2750
2750
|
]
|
|
2751
2751
|
]
|
|
@@ -2769,83 +2769,79 @@
|
|
|
2769
2769
|
"render-ui",
|
|
2770
2770
|
"main",
|
|
2771
2771
|
{
|
|
2772
|
-
"appName": "LMS",
|
|
2773
|
-
"type": "dashboard-layout",
|
|
2774
2772
|
"navItems": [
|
|
2775
2773
|
{
|
|
2776
|
-
"icon": "book-open",
|
|
2777
2774
|
"href": "/courses",
|
|
2775
|
+
"icon": "book-open",
|
|
2778
2776
|
"label": "Courses"
|
|
2779
2777
|
},
|
|
2780
2778
|
{
|
|
2781
|
-
"label": "Enroll",
|
|
2782
2779
|
"icon": "layout-list",
|
|
2780
|
+
"label": "Enroll",
|
|
2783
2781
|
"href": "/enroll"
|
|
2784
2782
|
},
|
|
2785
2783
|
{
|
|
2784
|
+
"href": "/progress",
|
|
2786
2785
|
"icon": "layout-list",
|
|
2787
|
-
"label": "Progress"
|
|
2788
|
-
"href": "/progress"
|
|
2786
|
+
"label": "Progress"
|
|
2789
2787
|
}
|
|
2790
2788
|
],
|
|
2789
|
+
"type": "dashboard-layout",
|
|
2791
2790
|
"children": [
|
|
2792
2791
|
{
|
|
2793
|
-
"type": "stack",
|
|
2794
2792
|
"direction": "vertical",
|
|
2795
|
-
"gap": "lg",
|
|
2796
2793
|
"children": [
|
|
2797
2794
|
{
|
|
2795
|
+
"gap": "sm",
|
|
2796
|
+
"direction": "horizontal",
|
|
2797
|
+
"align": "center",
|
|
2798
|
+
"type": "stack",
|
|
2798
2799
|
"children": [
|
|
2799
2800
|
{
|
|
2800
|
-
"
|
|
2801
|
-
"
|
|
2801
|
+
"type": "icon",
|
|
2802
|
+
"name": "user-plus"
|
|
2802
2803
|
},
|
|
2803
2804
|
{
|
|
2805
|
+
"type": "typography",
|
|
2804
2806
|
"content": "Course Enrollment",
|
|
2805
|
-
"variant": "h2"
|
|
2806
|
-
"type": "typography"
|
|
2807
|
+
"variant": "h2"
|
|
2807
2808
|
}
|
|
2808
|
-
]
|
|
2809
|
-
"direction": "horizontal",
|
|
2810
|
-
"align": "center",
|
|
2811
|
-
"type": "stack",
|
|
2812
|
-
"gap": "sm"
|
|
2809
|
+
]
|
|
2813
2810
|
},
|
|
2814
2811
|
{
|
|
2815
|
-
"
|
|
2816
|
-
"
|
|
2812
|
+
"label": "Review",
|
|
2813
|
+
"type": "badge"
|
|
2817
2814
|
},
|
|
2818
2815
|
{
|
|
2816
|
+
"type": "wizard-progress",
|
|
2819
2817
|
"steps": [
|
|
2820
2818
|
"Student Info",
|
|
2821
2819
|
"Course Selection"
|
|
2822
2820
|
],
|
|
2823
|
-
"type": "wizard-progress",
|
|
2824
2821
|
"currentStep": 2.0
|
|
2825
2822
|
},
|
|
2826
2823
|
{
|
|
2827
2824
|
"type": "divider"
|
|
2828
2825
|
},
|
|
2829
2826
|
{
|
|
2830
|
-
"direction": "vertical",
|
|
2831
|
-
"gap": "sm",
|
|
2832
2827
|
"type": "stack",
|
|
2828
|
+
"gap": "sm",
|
|
2833
2829
|
"children": [
|
|
2834
2830
|
{
|
|
2835
2831
|
"gap": "md",
|
|
2832
|
+
"type": "stack",
|
|
2836
2833
|
"justify": "between",
|
|
2837
2834
|
"direction": "horizontal",
|
|
2838
|
-
"type": "stack",
|
|
2839
2835
|
"children": [
|
|
2840
2836
|
{
|
|
2837
|
+
"content": "Student Name",
|
|
2841
2838
|
"variant": "caption",
|
|
2842
|
-
"type": "typography"
|
|
2843
|
-
"content": "Student Name"
|
|
2839
|
+
"type": "typography"
|
|
2844
2840
|
},
|
|
2845
2841
|
{
|
|
2846
|
-
"
|
|
2842
|
+
"content": "@entity.studentName",
|
|
2847
2843
|
"variant": "body",
|
|
2848
|
-
"
|
|
2844
|
+
"type": "typography"
|
|
2849
2845
|
}
|
|
2850
2846
|
]
|
|
2851
2847
|
},
|
|
@@ -2858,38 +2854,37 @@
|
|
|
2858
2854
|
},
|
|
2859
2855
|
{
|
|
2860
2856
|
"type": "typography",
|
|
2861
|
-
"
|
|
2862
|
-
"
|
|
2857
|
+
"content": "@entity.email",
|
|
2858
|
+
"variant": "body"
|
|
2863
2859
|
}
|
|
2864
2860
|
],
|
|
2865
2861
|
"type": "stack",
|
|
2866
2862
|
"gap": "md",
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2863
|
+
"direction": "horizontal",
|
|
2864
|
+
"justify": "between"
|
|
2869
2865
|
},
|
|
2870
2866
|
{
|
|
2871
|
-
"
|
|
2867
|
+
"direction": "horizontal",
|
|
2868
|
+
"gap": "md",
|
|
2872
2869
|
"type": "stack",
|
|
2870
|
+
"justify": "between",
|
|
2873
2871
|
"children": [
|
|
2874
2872
|
{
|
|
2875
|
-
"
|
|
2873
|
+
"content": "Course Id",
|
|
2876
2874
|
"variant": "caption",
|
|
2877
|
-
"
|
|
2875
|
+
"type": "typography"
|
|
2878
2876
|
},
|
|
2879
2877
|
{
|
|
2880
|
-
"type": "typography",
|
|
2881
2878
|
"content": "@entity.courseId",
|
|
2882
|
-
"variant": "body"
|
|
2879
|
+
"variant": "body",
|
|
2880
|
+
"type": "typography"
|
|
2883
2881
|
}
|
|
2884
|
-
]
|
|
2885
|
-
"direction": "horizontal",
|
|
2886
|
-
"gap": "md"
|
|
2882
|
+
]
|
|
2887
2883
|
},
|
|
2888
2884
|
{
|
|
2889
|
-
"justify": "between",
|
|
2890
|
-
"direction": "horizontal",
|
|
2891
|
-
"gap": "md",
|
|
2892
2885
|
"type": "stack",
|
|
2886
|
+
"gap": "md",
|
|
2887
|
+
"direction": "horizontal",
|
|
2893
2888
|
"children": [
|
|
2894
2889
|
{
|
|
2895
2890
|
"variant": "caption",
|
|
@@ -2897,43 +2892,48 @@
|
|
|
2897
2892
|
"type": "typography"
|
|
2898
2893
|
},
|
|
2899
2894
|
{
|
|
2900
|
-
"type": "typography",
|
|
2901
2895
|
"content": "@entity.enrolledAt",
|
|
2902
|
-
"variant": "body"
|
|
2896
|
+
"variant": "body",
|
|
2897
|
+
"type": "typography"
|
|
2903
2898
|
}
|
|
2904
|
-
]
|
|
2899
|
+
],
|
|
2900
|
+
"justify": "between"
|
|
2905
2901
|
},
|
|
2906
2902
|
{
|
|
2907
|
-
"justify": "between",
|
|
2908
|
-
"gap": "md",
|
|
2909
2903
|
"direction": "horizontal",
|
|
2904
|
+
"type": "stack",
|
|
2905
|
+
"gap": "md",
|
|
2906
|
+
"justify": "between",
|
|
2910
2907
|
"children": [
|
|
2911
2908
|
{
|
|
2912
2909
|
"content": "Status",
|
|
2913
|
-
"
|
|
2914
|
-
"
|
|
2910
|
+
"type": "typography",
|
|
2911
|
+
"variant": "caption"
|
|
2915
2912
|
},
|
|
2916
2913
|
{
|
|
2917
|
-
"variant": "body",
|
|
2918
2914
|
"type": "typography",
|
|
2915
|
+
"variant": "body",
|
|
2919
2916
|
"content": "@entity.status"
|
|
2920
2917
|
}
|
|
2921
|
-
]
|
|
2922
|
-
"type": "stack"
|
|
2918
|
+
]
|
|
2923
2919
|
}
|
|
2924
|
-
]
|
|
2920
|
+
],
|
|
2921
|
+
"direction": "vertical"
|
|
2925
2922
|
},
|
|
2926
2923
|
{
|
|
2927
|
-
"type": "wizard-navigation",
|
|
2928
|
-
"showBack": true,
|
|
2929
|
-
"showNext": false,
|
|
2930
2924
|
"currentStep": 2.0,
|
|
2925
|
+
"showBack": true,
|
|
2931
2926
|
"showComplete": true,
|
|
2927
|
+
"type": "wizard-navigation",
|
|
2928
|
+
"showNext": false,
|
|
2932
2929
|
"totalSteps": 3.0
|
|
2933
2930
|
}
|
|
2934
|
-
]
|
|
2931
|
+
],
|
|
2932
|
+
"type": "stack",
|
|
2933
|
+
"gap": "lg"
|
|
2935
2934
|
}
|
|
2936
|
-
]
|
|
2935
|
+
],
|
|
2936
|
+
"appName": "LMS"
|
|
2937
2937
|
}
|
|
2938
2938
|
]
|
|
2939
2939
|
]
|
|
@@ -2958,36 +2958,53 @@
|
|
|
2958
2958
|
"main",
|
|
2959
2959
|
{
|
|
2960
2960
|
"type": "dashboard-layout",
|
|
2961
|
+
"navItems": [
|
|
2962
|
+
{
|
|
2963
|
+
"label": "Courses",
|
|
2964
|
+
"icon": "book-open",
|
|
2965
|
+
"href": "/courses"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"icon": "layout-list",
|
|
2969
|
+
"href": "/enroll",
|
|
2970
|
+
"label": "Enroll"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"label": "Progress",
|
|
2974
|
+
"icon": "layout-list",
|
|
2975
|
+
"href": "/progress"
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"appName": "LMS",
|
|
2961
2979
|
"children": [
|
|
2962
2980
|
{
|
|
2963
2981
|
"maxWidth": "lg",
|
|
2964
2982
|
"type": "container",
|
|
2965
2983
|
"children": [
|
|
2966
2984
|
{
|
|
2967
|
-
"
|
|
2968
|
-
"direction": "vertical",
|
|
2985
|
+
"type": "stack",
|
|
2969
2986
|
"children": [
|
|
2970
2987
|
{
|
|
2971
|
-
"
|
|
2988
|
+
"type": "stack",
|
|
2972
2989
|
"align": "center",
|
|
2973
2990
|
"children": [
|
|
2974
2991
|
{
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2992
|
+
"type": "icon",
|
|
2993
|
+
"name": "user-plus"
|
|
2977
2994
|
},
|
|
2978
2995
|
{
|
|
2979
|
-
"content": "Course Enrollment",
|
|
2980
2996
|
"type": "typography",
|
|
2997
|
+
"content": "Course Enrollment",
|
|
2981
2998
|
"variant": "h2"
|
|
2982
2999
|
}
|
|
2983
3000
|
],
|
|
2984
|
-
"
|
|
3001
|
+
"gap": "sm",
|
|
2985
3002
|
"direction": "horizontal"
|
|
2986
3003
|
},
|
|
2987
3004
|
{
|
|
2988
|
-
"count": 2.0,
|
|
2989
3005
|
"currentIndex": 0.0,
|
|
2990
|
-
"type": "progress-dots"
|
|
3006
|
+
"type": "progress-dots",
|
|
3007
|
+
"count": 2.0
|
|
2991
3008
|
},
|
|
2992
3009
|
{
|
|
2993
3010
|
"steps": [
|
|
@@ -3001,60 +3018,43 @@
|
|
|
3001
3018
|
"type": "divider"
|
|
3002
3019
|
},
|
|
3003
3020
|
{
|
|
3004
|
-
"variant": "h3",
|
|
3005
3021
|
"type": "typography",
|
|
3006
|
-
"content": "Student Info"
|
|
3022
|
+
"content": "Student Info",
|
|
3023
|
+
"variant": "h3"
|
|
3007
3024
|
},
|
|
3008
3025
|
{
|
|
3009
3026
|
"type": "form-section",
|
|
3010
|
-
"mode": "create",
|
|
3011
3027
|
"cancelEvent": "INIT",
|
|
3028
|
+
"submitEvent": "NEXT",
|
|
3029
|
+
"mode": "create",
|
|
3012
3030
|
"fields": [
|
|
3013
3031
|
"studentName",
|
|
3014
3032
|
"email"
|
|
3015
|
-
]
|
|
3016
|
-
"submitEvent": "NEXT"
|
|
3033
|
+
]
|
|
3017
3034
|
},
|
|
3018
3035
|
{
|
|
3019
|
-
"justify": "end",
|
|
3020
|
-
"type": "stack",
|
|
3021
3036
|
"gap": "sm",
|
|
3037
|
+
"direction": "horizontal",
|
|
3038
|
+
"type": "stack",
|
|
3039
|
+
"justify": "end",
|
|
3022
3040
|
"children": [
|
|
3023
3041
|
{
|
|
3024
3042
|
"label": "Next",
|
|
3025
|
-
"
|
|
3026
|
-
"type": "button",
|
|
3043
|
+
"variant": "primary",
|
|
3027
3044
|
"icon": "arrow-right",
|
|
3028
|
-
"
|
|
3045
|
+
"type": "button",
|
|
3046
|
+
"action": "NEXT"
|
|
3029
3047
|
}
|
|
3030
|
-
]
|
|
3031
|
-
"direction": "horizontal"
|
|
3048
|
+
]
|
|
3032
3049
|
}
|
|
3033
3050
|
],
|
|
3034
|
-
"
|
|
3051
|
+
"direction": "vertical",
|
|
3052
|
+
"gap": "lg"
|
|
3035
3053
|
}
|
|
3036
3054
|
],
|
|
3037
3055
|
"padding": "lg"
|
|
3038
3056
|
}
|
|
3039
|
-
]
|
|
3040
|
-
"navItems": [
|
|
3041
|
-
{
|
|
3042
|
-
"icon": "book-open",
|
|
3043
|
-
"href": "/courses",
|
|
3044
|
-
"label": "Courses"
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
"label": "Enroll",
|
|
3048
|
-
"icon": "layout-list",
|
|
3049
|
-
"href": "/enroll"
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"icon": "layout-list",
|
|
3053
|
-
"label": "Progress",
|
|
3054
|
-
"href": "/progress"
|
|
3055
|
-
}
|
|
3056
|
-
],
|
|
3057
|
-
"appName": "LMS"
|
|
3057
|
+
]
|
|
3058
3058
|
}
|
|
3059
3059
|
]
|
|
3060
3060
|
]
|
|
@@ -3078,47 +3078,32 @@
|
|
|
3078
3078
|
"render-ui",
|
|
3079
3079
|
"main",
|
|
3080
3080
|
{
|
|
3081
|
-
"
|
|
3082
|
-
{
|
|
3083
|
-
"href": "/courses",
|
|
3084
|
-
"label": "Courses",
|
|
3085
|
-
"icon": "book-open"
|
|
3086
|
-
},
|
|
3087
|
-
{
|
|
3088
|
-
"label": "Enroll",
|
|
3089
|
-
"href": "/enroll",
|
|
3090
|
-
"icon": "layout-list"
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"label": "Progress",
|
|
3094
|
-
"href": "/progress",
|
|
3095
|
-
"icon": "layout-list"
|
|
3096
|
-
}
|
|
3097
|
-
],
|
|
3098
|
-
"appName": "LMS",
|
|
3081
|
+
"type": "dashboard-layout",
|
|
3099
3082
|
"children": [
|
|
3100
3083
|
{
|
|
3101
|
-
"
|
|
3084
|
+
"maxWidth": "lg",
|
|
3085
|
+
"padding": "lg",
|
|
3102
3086
|
"children": [
|
|
3103
3087
|
{
|
|
3104
|
-
"
|
|
3088
|
+
"type": "stack",
|
|
3089
|
+
"direction": "vertical",
|
|
3105
3090
|
"children": [
|
|
3106
3091
|
{
|
|
3107
|
-
"align": "center",
|
|
3108
|
-
"direction": "horizontal",
|
|
3109
3092
|
"gap": "sm",
|
|
3093
|
+
"align": "center",
|
|
3110
3094
|
"children": [
|
|
3111
3095
|
{
|
|
3112
|
-
"
|
|
3113
|
-
"
|
|
3096
|
+
"name": "user-plus",
|
|
3097
|
+
"type": "icon"
|
|
3114
3098
|
},
|
|
3115
3099
|
{
|
|
3100
|
+
"content": "Course Enrollment",
|
|
3116
3101
|
"variant": "h2",
|
|
3117
|
-
"type": "typography"
|
|
3118
|
-
"content": "Course Enrollment"
|
|
3102
|
+
"type": "typography"
|
|
3119
3103
|
}
|
|
3120
3104
|
],
|
|
3121
|
-
"type": "stack"
|
|
3105
|
+
"type": "stack",
|
|
3106
|
+
"direction": "horizontal"
|
|
3122
3107
|
},
|
|
3123
3108
|
{
|
|
3124
3109
|
"type": "progress-dots",
|
|
@@ -3126,62 +3111,77 @@
|
|
|
3126
3111
|
"currentIndex": 1.0
|
|
3127
3112
|
},
|
|
3128
3113
|
{
|
|
3114
|
+
"currentStep": 1.0,
|
|
3129
3115
|
"steps": [
|
|
3130
3116
|
"Student Info",
|
|
3131
3117
|
"Course Selection"
|
|
3132
3118
|
],
|
|
3133
|
-
"currentStep": 1.0,
|
|
3134
3119
|
"type": "wizard-progress"
|
|
3135
3120
|
},
|
|
3136
3121
|
{
|
|
3137
3122
|
"type": "divider"
|
|
3138
3123
|
},
|
|
3139
3124
|
{
|
|
3140
|
-
"content": "Course Selection",
|
|
3141
3125
|
"variant": "h3",
|
|
3142
|
-
"type": "typography"
|
|
3126
|
+
"type": "typography",
|
|
3127
|
+
"content": "Course Selection"
|
|
3143
3128
|
},
|
|
3144
3129
|
{
|
|
3145
|
-
"submitEvent": "NEXT",
|
|
3146
|
-
"cancelEvent": "PREV",
|
|
3147
3130
|
"type": "form-section",
|
|
3148
|
-
"mode": "create",
|
|
3149
3131
|
"fields": [
|
|
3150
3132
|
"courseId"
|
|
3151
|
-
]
|
|
3133
|
+
],
|
|
3134
|
+
"cancelEvent": "PREV",
|
|
3135
|
+
"mode": "create",
|
|
3136
|
+
"submitEvent": "NEXT"
|
|
3152
3137
|
},
|
|
3153
3138
|
{
|
|
3154
|
-
"gap": "sm",
|
|
3155
|
-
"direction": "horizontal",
|
|
3156
3139
|
"children": [
|
|
3157
3140
|
{
|
|
3158
|
-
"
|
|
3159
|
-
"icon": "arrow-left",
|
|
3160
|
-
"label": "Back",
|
|
3141
|
+
"type": "button",
|
|
3161
3142
|
"action": "PREV",
|
|
3162
|
-
"
|
|
3143
|
+
"label": "Back",
|
|
3144
|
+
"icon": "arrow-left",
|
|
3145
|
+
"variant": "ghost"
|
|
3163
3146
|
},
|
|
3164
3147
|
{
|
|
3165
|
-
"action": "NEXT",
|
|
3166
|
-
"type": "button",
|
|
3167
|
-
"icon": "arrow-right",
|
|
3168
3148
|
"label": "Next",
|
|
3169
|
-
"
|
|
3149
|
+
"type": "button",
|
|
3150
|
+
"action": "NEXT",
|
|
3151
|
+
"variant": "primary",
|
|
3152
|
+
"icon": "arrow-right"
|
|
3170
3153
|
}
|
|
3171
3154
|
],
|
|
3155
|
+
"gap": "sm",
|
|
3156
|
+
"justify": "end",
|
|
3172
3157
|
"type": "stack",
|
|
3173
|
-
"
|
|
3158
|
+
"direction": "horizontal"
|
|
3174
3159
|
}
|
|
3175
3160
|
],
|
|
3176
|
-
"
|
|
3177
|
-
"type": "stack"
|
|
3161
|
+
"gap": "lg"
|
|
3178
3162
|
}
|
|
3179
3163
|
],
|
|
3180
|
-
"
|
|
3181
|
-
"padding": "lg"
|
|
3164
|
+
"type": "container"
|
|
3182
3165
|
}
|
|
3183
3166
|
],
|
|
3184
|
-
"
|
|
3167
|
+
"navItems": [
|
|
3168
|
+
{
|
|
3169
|
+
"label": "Courses",
|
|
3170
|
+
"href": "/courses",
|
|
3171
|
+
"icon": "book-open"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"href": "/enroll",
|
|
3175
|
+
"icon": "layout-list",
|
|
3176
|
+
"label": "Enroll"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"label": "Progress",
|
|
3180
|
+
"href": "/progress",
|
|
3181
|
+
"icon": "layout-list"
|
|
3182
|
+
}
|
|
3183
|
+
],
|
|
3184
|
+
"appName": "LMS"
|
|
3185
3185
|
}
|
|
3186
3186
|
]
|
|
3187
3187
|
]
|
|
@@ -3212,56 +3212,56 @@
|
|
|
3212
3212
|
"render-ui",
|
|
3213
3213
|
"main",
|
|
3214
3214
|
{
|
|
3215
|
-
"type": "dashboard-layout",
|
|
3216
|
-
"appName": "LMS",
|
|
3217
3215
|
"children": [
|
|
3218
3216
|
{
|
|
3219
|
-
"type": "stack",
|
|
3220
|
-
"direction": "vertical",
|
|
3221
|
-
"gap": "lg",
|
|
3222
|
-
"align": "center",
|
|
3223
3217
|
"children": [
|
|
3224
3218
|
{
|
|
3225
3219
|
"name": "check-circle",
|
|
3226
3220
|
"type": "icon"
|
|
3227
3221
|
},
|
|
3228
3222
|
{
|
|
3229
|
-
"
|
|
3223
|
+
"variant": "h2",
|
|
3230
3224
|
"content": "Enrolled!",
|
|
3231
|
-
"
|
|
3225
|
+
"type": "typography"
|
|
3232
3226
|
},
|
|
3233
3227
|
{
|
|
3234
3228
|
"type": "typography",
|
|
3235
|
-
"
|
|
3236
|
-
"
|
|
3229
|
+
"content": "You have been successfully enrolled in the course.",
|
|
3230
|
+
"variant": "body"
|
|
3237
3231
|
},
|
|
3238
3232
|
{
|
|
3239
|
-
"type": "button",
|
|
3240
|
-
"icon": "refresh-cw",
|
|
3241
3233
|
"variant": "primary",
|
|
3234
|
+
"action": "RESTART",
|
|
3235
|
+
"icon": "refresh-cw",
|
|
3242
3236
|
"label": "Start New",
|
|
3243
|
-
"
|
|
3237
|
+
"type": "button"
|
|
3244
3238
|
}
|
|
3245
|
-
]
|
|
3239
|
+
],
|
|
3240
|
+
"direction": "vertical",
|
|
3241
|
+
"align": "center",
|
|
3242
|
+
"type": "stack",
|
|
3243
|
+
"gap": "lg"
|
|
3246
3244
|
}
|
|
3247
3245
|
],
|
|
3248
3246
|
"navItems": [
|
|
3249
3247
|
{
|
|
3250
|
-
"icon": "book-open",
|
|
3251
3248
|
"href": "/courses",
|
|
3252
|
-
"label": "Courses"
|
|
3249
|
+
"label": "Courses",
|
|
3250
|
+
"icon": "book-open"
|
|
3253
3251
|
},
|
|
3254
3252
|
{
|
|
3255
|
-
"label": "Enroll",
|
|
3256
3253
|
"href": "/enroll",
|
|
3254
|
+
"label": "Enroll",
|
|
3257
3255
|
"icon": "layout-list"
|
|
3258
3256
|
},
|
|
3259
3257
|
{
|
|
3258
|
+
"label": "Progress",
|
|
3260
3259
|
"icon": "layout-list",
|
|
3261
|
-
"href": "/progress"
|
|
3262
|
-
"label": "Progress"
|
|
3260
|
+
"href": "/progress"
|
|
3263
3261
|
}
|
|
3264
|
-
]
|
|
3262
|
+
],
|
|
3263
|
+
"type": "dashboard-layout",
|
|
3264
|
+
"appName": "LMS"
|
|
3265
3265
|
}
|
|
3266
3266
|
]
|
|
3267
3267
|
]
|
|
@@ -3285,103 +3285,103 @@
|
|
|
3285
3285
|
"render-ui",
|
|
3286
3286
|
"main",
|
|
3287
3287
|
{
|
|
3288
|
+
"type": "dashboard-layout",
|
|
3288
3289
|
"navItems": [
|
|
3289
3290
|
{
|
|
3290
3291
|
"href": "/courses",
|
|
3291
|
-
"
|
|
3292
|
-
"
|
|
3292
|
+
"icon": "book-open",
|
|
3293
|
+
"label": "Courses"
|
|
3293
3294
|
},
|
|
3294
3295
|
{
|
|
3295
3296
|
"label": "Enroll",
|
|
3296
|
-
"
|
|
3297
|
-
"
|
|
3297
|
+
"icon": "layout-list",
|
|
3298
|
+
"href": "/enroll"
|
|
3298
3299
|
},
|
|
3299
3300
|
{
|
|
3300
|
-
"icon": "layout-list",
|
|
3301
3301
|
"label": "Progress",
|
|
3302
|
-
"href": "/progress"
|
|
3302
|
+
"href": "/progress",
|
|
3303
|
+
"icon": "layout-list"
|
|
3303
3304
|
}
|
|
3304
3305
|
],
|
|
3305
3306
|
"children": [
|
|
3306
3307
|
{
|
|
3307
3308
|
"type": "container",
|
|
3309
|
+
"padding": "lg",
|
|
3310
|
+
"maxWidth": "lg",
|
|
3308
3311
|
"children": [
|
|
3309
3312
|
{
|
|
3310
|
-
"
|
|
3311
|
-
"type": "stack",
|
|
3313
|
+
"gap": "lg",
|
|
3312
3314
|
"children": [
|
|
3313
3315
|
{
|
|
3314
3316
|
"gap": "sm",
|
|
3315
|
-
"type": "stack",
|
|
3316
3317
|
"direction": "horizontal",
|
|
3317
3318
|
"align": "center",
|
|
3319
|
+
"type": "stack",
|
|
3318
3320
|
"children": [
|
|
3319
3321
|
{
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3322
|
+
"name": "user-plus",
|
|
3323
|
+
"type": "icon"
|
|
3322
3324
|
},
|
|
3323
3325
|
{
|
|
3324
|
-
"type": "typography",
|
|
3325
3326
|
"content": "Course Enrollment",
|
|
3326
|
-
"variant": "h2"
|
|
3327
|
+
"variant": "h2",
|
|
3328
|
+
"type": "typography"
|
|
3327
3329
|
}
|
|
3328
3330
|
]
|
|
3329
3331
|
},
|
|
3330
3332
|
{
|
|
3333
|
+
"count": 2.0,
|
|
3331
3334
|
"type": "progress-dots",
|
|
3332
|
-
"currentIndex": 0.0
|
|
3333
|
-
"count": 2.0
|
|
3335
|
+
"currentIndex": 0.0
|
|
3334
3336
|
},
|
|
3335
3337
|
{
|
|
3336
|
-
"currentStep": 0.0,
|
|
3337
|
-
"type": "wizard-progress",
|
|
3338
3338
|
"steps": [
|
|
3339
3339
|
"Student Info",
|
|
3340
3340
|
"Course Selection"
|
|
3341
|
-
]
|
|
3341
|
+
],
|
|
3342
|
+
"type": "wizard-progress",
|
|
3343
|
+
"currentStep": 0.0
|
|
3342
3344
|
},
|
|
3343
3345
|
{
|
|
3344
3346
|
"type": "divider"
|
|
3345
3347
|
},
|
|
3346
3348
|
{
|
|
3347
|
-
"
|
|
3349
|
+
"variant": "h3",
|
|
3348
3350
|
"type": "typography",
|
|
3349
|
-
"
|
|
3351
|
+
"content": "Student Info"
|
|
3350
3352
|
},
|
|
3351
3353
|
{
|
|
3352
|
-
"cancelEvent": "INIT",
|
|
3353
|
-
"type": "form-section",
|
|
3354
3354
|
"submitEvent": "NEXT",
|
|
3355
|
+
"mode": "create",
|
|
3356
|
+
"type": "form-section",
|
|
3357
|
+
"cancelEvent": "INIT",
|
|
3355
3358
|
"fields": [
|
|
3356
3359
|
"studentName",
|
|
3357
3360
|
"email"
|
|
3358
|
-
]
|
|
3359
|
-
"mode": "create"
|
|
3361
|
+
]
|
|
3360
3362
|
},
|
|
3361
3363
|
{
|
|
3362
3364
|
"direction": "horizontal",
|
|
3365
|
+
"type": "stack",
|
|
3366
|
+
"gap": "sm",
|
|
3363
3367
|
"children": [
|
|
3364
3368
|
{
|
|
3365
|
-
"variant": "primary",
|
|
3366
|
-
"icon": "arrow-right",
|
|
3367
3369
|
"type": "button",
|
|
3370
|
+
"label": "Next",
|
|
3371
|
+
"icon": "arrow-right",
|
|
3368
3372
|
"action": "NEXT",
|
|
3369
|
-
"
|
|
3373
|
+
"variant": "primary"
|
|
3370
3374
|
}
|
|
3371
3375
|
],
|
|
3372
|
-
"gap": "sm",
|
|
3373
|
-
"type": "stack",
|
|
3374
3376
|
"justify": "end"
|
|
3375
3377
|
}
|
|
3376
3378
|
],
|
|
3377
|
-
"
|
|
3379
|
+
"type": "stack",
|
|
3380
|
+
"direction": "vertical"
|
|
3378
3381
|
}
|
|
3379
|
-
]
|
|
3380
|
-
"maxWidth": "lg",
|
|
3381
|
-
"padding": "lg"
|
|
3382
|
+
]
|
|
3382
3383
|
}
|
|
3383
3384
|
],
|
|
3384
|
-
"type": "dashboard-layout",
|
|
3385
3385
|
"appName": "LMS"
|
|
3386
3386
|
}
|
|
3387
3387
|
]
|
|
@@ -3406,42 +3406,37 @@
|
|
|
3406
3406
|
"render-ui",
|
|
3407
3407
|
"main",
|
|
3408
3408
|
{
|
|
3409
|
+
"appName": "LMS",
|
|
3410
|
+
"type": "dashboard-layout",
|
|
3409
3411
|
"navItems": [
|
|
3410
3412
|
{
|
|
3411
|
-
"
|
|
3413
|
+
"label": "Courses",
|
|
3412
3414
|
"icon": "book-open",
|
|
3413
|
-
"
|
|
3415
|
+
"href": "/courses"
|
|
3414
3416
|
},
|
|
3415
3417
|
{
|
|
3416
3418
|
"label": "Enroll",
|
|
3417
|
-
"
|
|
3418
|
-
"
|
|
3419
|
+
"href": "/enroll",
|
|
3420
|
+
"icon": "layout-list"
|
|
3419
3421
|
},
|
|
3420
3422
|
{
|
|
3421
|
-
"
|
|
3423
|
+
"href": "/progress",
|
|
3422
3424
|
"label": "Progress",
|
|
3423
|
-
"
|
|
3425
|
+
"icon": "layout-list"
|
|
3424
3426
|
}
|
|
3425
3427
|
],
|
|
3426
|
-
"type": "dashboard-layout",
|
|
3427
3428
|
"children": [
|
|
3428
3429
|
{
|
|
3429
|
-
"type": "container",
|
|
3430
|
-
"maxWidth": "lg",
|
|
3431
|
-
"padding": "lg",
|
|
3432
3430
|
"children": [
|
|
3433
3431
|
{
|
|
3434
|
-
"gap": "lg",
|
|
3435
|
-
"type": "stack",
|
|
3436
3432
|
"children": [
|
|
3437
3433
|
{
|
|
3438
|
-
"type": "stack",
|
|
3439
3434
|
"direction": "horizontal",
|
|
3440
3435
|
"align": "center",
|
|
3441
3436
|
"children": [
|
|
3442
3437
|
{
|
|
3443
|
-
"
|
|
3444
|
-
"
|
|
3438
|
+
"name": "user-plus",
|
|
3439
|
+
"type": "icon"
|
|
3445
3440
|
},
|
|
3446
3441
|
{
|
|
3447
3442
|
"variant": "h2",
|
|
@@ -3449,61 +3444,66 @@
|
|
|
3449
3444
|
"content": "Course Enrollment"
|
|
3450
3445
|
}
|
|
3451
3446
|
],
|
|
3447
|
+
"type": "stack",
|
|
3452
3448
|
"gap": "sm"
|
|
3453
3449
|
},
|
|
3454
3450
|
{
|
|
3455
|
-
"currentIndex": 0.0,
|
|
3456
3451
|
"count": 2.0,
|
|
3452
|
+
"currentIndex": 0.0,
|
|
3457
3453
|
"type": "progress-dots"
|
|
3458
3454
|
},
|
|
3459
3455
|
{
|
|
3456
|
+
"type": "wizard-progress",
|
|
3457
|
+
"currentStep": 0.0,
|
|
3460
3458
|
"steps": [
|
|
3461
3459
|
"Student Info",
|
|
3462
3460
|
"Course Selection"
|
|
3463
|
-
]
|
|
3464
|
-
"currentStep": 0.0,
|
|
3465
|
-
"type": "wizard-progress"
|
|
3461
|
+
]
|
|
3466
3462
|
},
|
|
3467
3463
|
{
|
|
3468
3464
|
"type": "divider"
|
|
3469
3465
|
},
|
|
3470
3466
|
{
|
|
3471
3467
|
"variant": "h3",
|
|
3472
|
-
"
|
|
3473
|
-
"
|
|
3468
|
+
"type": "typography",
|
|
3469
|
+
"content": "Student Info"
|
|
3474
3470
|
},
|
|
3475
3471
|
{
|
|
3472
|
+
"mode": "create",
|
|
3473
|
+
"submitEvent": "NEXT",
|
|
3476
3474
|
"type": "form-section",
|
|
3477
3475
|
"cancelEvent": "INIT",
|
|
3478
|
-
"submitEvent": "NEXT",
|
|
3479
3476
|
"fields": [
|
|
3480
3477
|
"studentName",
|
|
3481
3478
|
"email"
|
|
3482
|
-
]
|
|
3483
|
-
"mode": "create"
|
|
3479
|
+
]
|
|
3484
3480
|
},
|
|
3485
3481
|
{
|
|
3486
|
-
"
|
|
3482
|
+
"type": "stack",
|
|
3483
|
+
"direction": "horizontal",
|
|
3487
3484
|
"children": [
|
|
3488
3485
|
{
|
|
3489
3486
|
"action": "NEXT",
|
|
3487
|
+
"variant": "primary",
|
|
3490
3488
|
"type": "button",
|
|
3491
3489
|
"label": "Next",
|
|
3492
|
-
"variant": "primary",
|
|
3493
3490
|
"icon": "arrow-right"
|
|
3494
3491
|
}
|
|
3495
3492
|
],
|
|
3496
|
-
"direction": "horizontal",
|
|
3497
3493
|
"gap": "sm",
|
|
3498
|
-
"
|
|
3494
|
+
"justify": "end"
|
|
3499
3495
|
}
|
|
3500
3496
|
],
|
|
3501
|
-
"
|
|
3497
|
+
"type": "stack",
|
|
3498
|
+
"direction": "vertical",
|
|
3499
|
+
"gap": "lg"
|
|
3502
3500
|
}
|
|
3503
|
-
]
|
|
3501
|
+
],
|
|
3502
|
+
"padding": "lg",
|
|
3503
|
+
"maxWidth": "lg",
|
|
3504
|
+
"type": "container"
|
|
3504
3505
|
}
|
|
3505
|
-
]
|
|
3506
|
-
"appName": "LMS"
|
|
3506
|
+
]
|
|
3507
3507
|
}
|
|
3508
3508
|
]
|
|
3509
3509
|
]
|
|
@@ -3693,8 +3693,8 @@
|
|
|
3693
3693
|
"Progress",
|
|
3694
3694
|
{
|
|
3695
3695
|
"emit": {
|
|
3696
|
-
"
|
|
3697
|
-
"
|
|
3696
|
+
"success": "ProgressLoaded",
|
|
3697
|
+
"failure": "ProgressLoadFailed"
|
|
3698
3698
|
}
|
|
3699
3699
|
}
|
|
3700
3700
|
],
|
|
@@ -3702,91 +3702,86 @@
|
|
|
3702
3702
|
"render-ui",
|
|
3703
3703
|
"main",
|
|
3704
3704
|
{
|
|
3705
|
-
"type": "dashboard-layout",
|
|
3706
3705
|
"appName": "LMS",
|
|
3707
3706
|
"navItems": [
|
|
3708
3707
|
{
|
|
3709
|
-
"icon": "book-open",
|
|
3710
3708
|
"href": "/courses",
|
|
3709
|
+
"icon": "book-open",
|
|
3711
3710
|
"label": "Courses"
|
|
3712
3711
|
},
|
|
3713
3712
|
{
|
|
3714
|
-
"icon": "layout-list",
|
|
3715
3713
|
"href": "/enroll",
|
|
3716
|
-
"label": "Enroll"
|
|
3714
|
+
"label": "Enroll",
|
|
3715
|
+
"icon": "layout-list"
|
|
3717
3716
|
},
|
|
3718
3717
|
{
|
|
3718
|
+
"icon": "layout-list",
|
|
3719
3719
|
"label": "Progress",
|
|
3720
|
-
"href": "/progress"
|
|
3721
|
-
"icon": "layout-list"
|
|
3720
|
+
"href": "/progress"
|
|
3722
3721
|
}
|
|
3723
3722
|
],
|
|
3724
3723
|
"children": [
|
|
3725
3724
|
{
|
|
3726
3725
|
"children": [
|
|
3727
3726
|
{
|
|
3728
|
-
"direction": "vertical",
|
|
3729
|
-
"type": "stack",
|
|
3730
3727
|
"gap": "lg",
|
|
3731
3728
|
"children": [
|
|
3732
3729
|
{
|
|
3730
|
+
"type": "breadcrumb",
|
|
3733
3731
|
"items": [
|
|
3734
3732
|
{
|
|
3735
|
-
"
|
|
3736
|
-
"
|
|
3733
|
+
"label": "Home",
|
|
3734
|
+
"href": "/"
|
|
3737
3735
|
},
|
|
3738
3736
|
{
|
|
3739
3737
|
"label": "Progress"
|
|
3740
3738
|
}
|
|
3741
|
-
]
|
|
3742
|
-
"type": "breadcrumb"
|
|
3739
|
+
]
|
|
3743
3740
|
},
|
|
3744
3741
|
{
|
|
3745
3742
|
"type": "stack",
|
|
3746
|
-
"
|
|
3743
|
+
"gap": "md",
|
|
3747
3744
|
"children": [
|
|
3748
3745
|
{
|
|
3749
|
-
"direction": "horizontal",
|
|
3750
3746
|
"gap": "md",
|
|
3751
3747
|
"children": [
|
|
3752
3748
|
{
|
|
3753
|
-
"
|
|
3754
|
-
"
|
|
3749
|
+
"type": "icon",
|
|
3750
|
+
"name": "trending-up"
|
|
3755
3751
|
},
|
|
3756
3752
|
{
|
|
3757
3753
|
"content": "Progress",
|
|
3758
|
-
"
|
|
3759
|
-
"
|
|
3754
|
+
"variant": "h2",
|
|
3755
|
+
"type": "typography"
|
|
3760
3756
|
}
|
|
3761
3757
|
],
|
|
3762
|
-
"type": "stack"
|
|
3758
|
+
"type": "stack",
|
|
3759
|
+
"direction": "horizontal"
|
|
3763
3760
|
},
|
|
3764
3761
|
{
|
|
3765
|
-
"
|
|
3766
|
-
"action": "REFRESH",
|
|
3767
|
-
"label": "Refresh",
|
|
3762
|
+
"icon": "refresh-cw",
|
|
3768
3763
|
"variant": "secondary",
|
|
3769
|
-
"
|
|
3764
|
+
"label": "Refresh",
|
|
3765
|
+
"type": "button",
|
|
3766
|
+
"action": "REFRESH"
|
|
3770
3767
|
}
|
|
3771
3768
|
],
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3769
|
+
"justify": "between",
|
|
3770
|
+
"direction": "horizontal"
|
|
3774
3771
|
},
|
|
3775
3772
|
{
|
|
3776
3773
|
"type": "divider"
|
|
3777
3774
|
},
|
|
3778
3775
|
{
|
|
3776
|
+
"padding": "md",
|
|
3779
3777
|
"children": [
|
|
3780
3778
|
{
|
|
3781
3779
|
"type": "simple-grid",
|
|
3782
|
-
"cols": 3.0,
|
|
3783
3780
|
"children": [
|
|
3784
3781
|
{
|
|
3785
3782
|
"children": [
|
|
3786
3783
|
{
|
|
3787
3784
|
"type": "stack",
|
|
3788
|
-
"gap": "sm",
|
|
3789
|
-
"direction": "vertical",
|
|
3790
3785
|
"children": [
|
|
3791
3786
|
{
|
|
3792
3787
|
"content": "CourseName",
|
|
@@ -3794,24 +3789,26 @@
|
|
|
3794
3789
|
"variant": "caption"
|
|
3795
3790
|
},
|
|
3796
3791
|
{
|
|
3797
|
-
"variant": "h3",
|
|
3798
3792
|
"content": "@entity.courseName",
|
|
3793
|
+
"variant": "h3",
|
|
3799
3794
|
"type": "typography"
|
|
3800
3795
|
}
|
|
3801
|
-
]
|
|
3796
|
+
],
|
|
3797
|
+
"direction": "vertical",
|
|
3798
|
+
"gap": "sm"
|
|
3802
3799
|
}
|
|
3803
3800
|
],
|
|
3804
3801
|
"type": "card"
|
|
3805
3802
|
},
|
|
3806
3803
|
{
|
|
3807
|
-
"label": "LessonsCompleted",
|
|
3808
3804
|
"value": "@entity.lessonsCompleted",
|
|
3809
|
-
"type": "stat-display"
|
|
3805
|
+
"type": "stat-display",
|
|
3806
|
+
"label": "LessonsCompleted"
|
|
3810
3807
|
},
|
|
3811
3808
|
{
|
|
3812
|
-
"type": "stat-display",
|
|
3813
3809
|
"label": "TotalLessons",
|
|
3814
|
-
"value": "@entity.totalLessons"
|
|
3810
|
+
"value": "@entity.totalLessons",
|
|
3811
|
+
"type": "stat-display"
|
|
3815
3812
|
},
|
|
3816
3813
|
{
|
|
3817
3814
|
"type": "stat-display",
|
|
@@ -3821,7 +3818,7 @@
|
|
|
3821
3818
|
{
|
|
3822
3819
|
"children": [
|
|
3823
3820
|
{
|
|
3824
|
-
"
|
|
3821
|
+
"gap": "sm",
|
|
3825
3822
|
"children": [
|
|
3826
3823
|
{
|
|
3827
3824
|
"type": "typography",
|
|
@@ -3829,36 +3826,34 @@
|
|
|
3829
3826
|
"content": "LastActivity"
|
|
3830
3827
|
},
|
|
3831
3828
|
{
|
|
3832
|
-
"
|
|
3829
|
+
"type": "typography",
|
|
3833
3830
|
"content": "@entity.lastActivity",
|
|
3834
|
-
"
|
|
3831
|
+
"variant": "h3"
|
|
3835
3832
|
}
|
|
3836
3833
|
],
|
|
3837
|
-
"
|
|
3838
|
-
"
|
|
3834
|
+
"direction": "vertical",
|
|
3835
|
+
"type": "stack"
|
|
3839
3836
|
}
|
|
3840
3837
|
],
|
|
3841
3838
|
"type": "card"
|
|
3842
3839
|
}
|
|
3843
|
-
]
|
|
3840
|
+
],
|
|
3841
|
+
"cols": 3.0
|
|
3844
3842
|
}
|
|
3845
3843
|
],
|
|
3846
|
-
"padding": "md",
|
|
3847
3844
|
"type": "box"
|
|
3848
3845
|
},
|
|
3849
3846
|
{
|
|
3850
3847
|
"type": "divider"
|
|
3851
3848
|
},
|
|
3852
3849
|
{
|
|
3853
|
-
"cols": 2.0,
|
|
3854
|
-
"type": "grid",
|
|
3855
3850
|
"children": [
|
|
3856
3851
|
{
|
|
3857
3852
|
"children": [
|
|
3858
3853
|
{
|
|
3859
|
-
"
|
|
3854
|
+
"type": "typography",
|
|
3860
3855
|
"variant": "caption",
|
|
3861
|
-
"
|
|
3856
|
+
"content": "Chart View"
|
|
3862
3857
|
}
|
|
3863
3858
|
],
|
|
3864
3859
|
"type": "card"
|
|
@@ -3866,14 +3861,16 @@
|
|
|
3866
3861
|
{
|
|
3867
3862
|
"children": [
|
|
3868
3863
|
{
|
|
3869
|
-
"
|
|
3864
|
+
"type": "typography",
|
|
3870
3865
|
"variant": "caption",
|
|
3871
|
-
"
|
|
3866
|
+
"content": "Graph View"
|
|
3872
3867
|
}
|
|
3873
3868
|
],
|
|
3874
3869
|
"type": "card"
|
|
3875
3870
|
}
|
|
3876
3871
|
],
|
|
3872
|
+
"type": "grid",
|
|
3873
|
+
"cols": 2.0,
|
|
3877
3874
|
"gap": "md"
|
|
3878
3875
|
},
|
|
3879
3876
|
{
|
|
@@ -3887,20 +3884,20 @@
|
|
|
3887
3884
|
"value": 19.0
|
|
3888
3885
|
},
|
|
3889
3886
|
{
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3887
|
+
"date": "Mar",
|
|
3888
|
+
"value": 15.0
|
|
3892
3889
|
},
|
|
3893
3890
|
{
|
|
3894
3891
|
"date": "Apr",
|
|
3895
3892
|
"value": 25.0
|
|
3896
3893
|
},
|
|
3897
3894
|
{
|
|
3898
|
-
"
|
|
3899
|
-
"
|
|
3895
|
+
"value": 22.0,
|
|
3896
|
+
"date": "May"
|
|
3900
3897
|
},
|
|
3901
3898
|
{
|
|
3902
|
-
"
|
|
3903
|
-
"
|
|
3899
|
+
"date": "Jun",
|
|
3900
|
+
"value": 30.0
|
|
3904
3901
|
}
|
|
3905
3902
|
],
|
|
3906
3903
|
"type": "line-chart"
|
|
@@ -3913,27 +3910,28 @@
|
|
|
3913
3910
|
"color": "primary"
|
|
3914
3911
|
},
|
|
3915
3912
|
{
|
|
3916
|
-
"
|
|
3917
|
-
"
|
|
3913
|
+
"color": "muted",
|
|
3914
|
+
"label": "Previous"
|
|
3918
3915
|
}
|
|
3919
3916
|
]
|
|
3920
3917
|
},
|
|
3921
3918
|
{
|
|
3919
|
+
"type": "graph-view",
|
|
3922
3920
|
"nodes": [
|
|
3923
3921
|
{
|
|
3924
3922
|
"id": "a",
|
|
3925
3923
|
"label": "Start"
|
|
3926
3924
|
},
|
|
3927
3925
|
{
|
|
3928
|
-
"
|
|
3929
|
-
"
|
|
3926
|
+
"label": "Process",
|
|
3927
|
+
"id": "b"
|
|
3930
3928
|
},
|
|
3931
3929
|
{
|
|
3932
3930
|
"id": "c",
|
|
3933
3931
|
"label": "End"
|
|
3934
3932
|
}
|
|
3935
3933
|
],
|
|
3936
|
-
"
|
|
3934
|
+
"width": 400.0,
|
|
3937
3935
|
"height": 200.0,
|
|
3938
3936
|
"edges": [
|
|
3939
3937
|
{
|
|
@@ -3941,18 +3939,20 @@
|
|
|
3941
3939
|
"target": "b"
|
|
3942
3940
|
},
|
|
3943
3941
|
{
|
|
3944
|
-
"
|
|
3945
|
-
"
|
|
3942
|
+
"target": "c",
|
|
3943
|
+
"source": "b"
|
|
3946
3944
|
}
|
|
3947
|
-
]
|
|
3948
|
-
"width": 400.0
|
|
3945
|
+
]
|
|
3949
3946
|
}
|
|
3950
|
-
]
|
|
3947
|
+
],
|
|
3948
|
+
"direction": "vertical",
|
|
3949
|
+
"type": "stack"
|
|
3951
3950
|
}
|
|
3952
3951
|
],
|
|
3953
3952
|
"type": "scaled-diagram"
|
|
3954
3953
|
}
|
|
3955
|
-
]
|
|
3954
|
+
],
|
|
3955
|
+
"type": "dashboard-layout"
|
|
3956
3956
|
}
|
|
3957
3957
|
]
|
|
3958
3958
|
]
|
|
@@ -3976,20 +3976,38 @@
|
|
|
3976
3976
|
"render-ui",
|
|
3977
3977
|
"main",
|
|
3978
3978
|
{
|
|
3979
|
+
"appName": "LMS",
|
|
3979
3980
|
"type": "dashboard-layout",
|
|
3981
|
+
"navItems": [
|
|
3982
|
+
{
|
|
3983
|
+
"label": "Courses",
|
|
3984
|
+
"href": "/courses",
|
|
3985
|
+
"icon": "book-open"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"label": "Enroll",
|
|
3989
|
+
"href": "/enroll",
|
|
3990
|
+
"icon": "layout-list"
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"label": "Progress",
|
|
3994
|
+
"href": "/progress",
|
|
3995
|
+
"icon": "layout-list"
|
|
3996
|
+
}
|
|
3997
|
+
],
|
|
3980
3998
|
"children": [
|
|
3981
3999
|
{
|
|
4000
|
+
"type": "scaled-diagram",
|
|
3982
4001
|
"children": [
|
|
3983
4002
|
{
|
|
3984
4003
|
"gap": "lg",
|
|
3985
|
-
"direction": "vertical",
|
|
3986
4004
|
"children": [
|
|
3987
4005
|
{
|
|
3988
4006
|
"type": "breadcrumb",
|
|
3989
4007
|
"items": [
|
|
3990
4008
|
{
|
|
3991
|
-
"
|
|
3992
|
-
"
|
|
4009
|
+
"href": "/",
|
|
4010
|
+
"label": "Home"
|
|
3993
4011
|
},
|
|
3994
4012
|
{
|
|
3995
4013
|
"label": "Progress"
|
|
@@ -3997,14 +4015,12 @@
|
|
|
3997
4015
|
]
|
|
3998
4016
|
},
|
|
3999
4017
|
{
|
|
4000
|
-
"gap": "md",
|
|
4001
|
-
"type": "stack",
|
|
4002
4018
|
"justify": "between",
|
|
4019
|
+
"type": "stack",
|
|
4003
4020
|
"direction": "horizontal",
|
|
4021
|
+
"gap": "md",
|
|
4004
4022
|
"children": [
|
|
4005
4023
|
{
|
|
4006
|
-
"direction": "horizontal",
|
|
4007
|
-
"type": "stack",
|
|
4008
4024
|
"children": [
|
|
4009
4025
|
{
|
|
4010
4026
|
"type": "icon",
|
|
@@ -4012,17 +4028,19 @@
|
|
|
4012
4028
|
},
|
|
4013
4029
|
{
|
|
4014
4030
|
"type": "typography",
|
|
4015
|
-
"
|
|
4016
|
-
"
|
|
4031
|
+
"variant": "h2",
|
|
4032
|
+
"content": "Progress"
|
|
4017
4033
|
}
|
|
4018
4034
|
],
|
|
4019
|
-
"
|
|
4035
|
+
"type": "stack",
|
|
4036
|
+
"gap": "md",
|
|
4037
|
+
"direction": "horizontal"
|
|
4020
4038
|
},
|
|
4021
4039
|
{
|
|
4022
|
-
"variant": "secondary",
|
|
4023
|
-
"label": "Refresh",
|
|
4024
4040
|
"action": "REFRESH",
|
|
4025
4041
|
"type": "button",
|
|
4042
|
+
"variant": "secondary",
|
|
4043
|
+
"label": "Refresh",
|
|
4026
4044
|
"icon": "refresh-cw"
|
|
4027
4045
|
}
|
|
4028
4046
|
]
|
|
@@ -4031,36 +4049,37 @@
|
|
|
4031
4049
|
"type": "divider"
|
|
4032
4050
|
},
|
|
4033
4051
|
{
|
|
4052
|
+
"type": "box",
|
|
4053
|
+
"padding": "md",
|
|
4034
4054
|
"children": [
|
|
4035
4055
|
{
|
|
4036
|
-
"cols": 3.0,
|
|
4037
4056
|
"children": [
|
|
4038
4057
|
{
|
|
4039
4058
|
"children": [
|
|
4040
4059
|
{
|
|
4060
|
+
"type": "stack",
|
|
4041
4061
|
"gap": "sm",
|
|
4062
|
+
"direction": "vertical",
|
|
4042
4063
|
"children": [
|
|
4043
4064
|
{
|
|
4044
|
-
"type": "typography",
|
|
4045
4065
|
"content": "CourseName",
|
|
4066
|
+
"type": "typography",
|
|
4046
4067
|
"variant": "caption"
|
|
4047
4068
|
},
|
|
4048
4069
|
{
|
|
4049
|
-
"variant": "h3",
|
|
4050
4070
|
"content": "@entity.courseName",
|
|
4051
|
-
"type": "typography"
|
|
4071
|
+
"type": "typography",
|
|
4072
|
+
"variant": "h3"
|
|
4052
4073
|
}
|
|
4053
|
-
]
|
|
4054
|
-
"type": "stack",
|
|
4055
|
-
"direction": "vertical"
|
|
4074
|
+
]
|
|
4056
4075
|
}
|
|
4057
4076
|
],
|
|
4058
4077
|
"type": "card"
|
|
4059
4078
|
},
|
|
4060
4079
|
{
|
|
4080
|
+
"type": "stat-display",
|
|
4061
4081
|
"label": "LessonsCompleted",
|
|
4062
|
-
"value": "@entity.lessonsCompleted"
|
|
4063
|
-
"type": "stat-display"
|
|
4082
|
+
"value": "@entity.lessonsCompleted"
|
|
4064
4083
|
},
|
|
4065
4084
|
{
|
|
4066
4085
|
"type": "stat-display",
|
|
@@ -4068,64 +4087,63 @@
|
|
|
4068
4087
|
"value": "@entity.totalLessons"
|
|
4069
4088
|
},
|
|
4070
4089
|
{
|
|
4071
|
-
"type": "stat-display",
|
|
4072
4090
|
"label": "PercentComplete",
|
|
4091
|
+
"type": "stat-display",
|
|
4073
4092
|
"value": "@entity.percentComplete"
|
|
4074
4093
|
},
|
|
4075
4094
|
{
|
|
4076
|
-
"type": "card",
|
|
4077
4095
|
"children": [
|
|
4078
4096
|
{
|
|
4079
4097
|
"direction": "vertical",
|
|
4080
|
-
"type": "stack",
|
|
4081
|
-
"gap": "sm",
|
|
4082
4098
|
"children": [
|
|
4083
4099
|
{
|
|
4084
|
-
"variant": "caption",
|
|
4085
4100
|
"type": "typography",
|
|
4101
|
+
"variant": "caption",
|
|
4086
4102
|
"content": "LastActivity"
|
|
4087
4103
|
},
|
|
4088
4104
|
{
|
|
4089
|
-
"content": "@entity.lastActivity",
|
|
4090
4105
|
"variant": "h3",
|
|
4106
|
+
"content": "@entity.lastActivity",
|
|
4091
4107
|
"type": "typography"
|
|
4092
4108
|
}
|
|
4093
|
-
]
|
|
4109
|
+
],
|
|
4110
|
+
"gap": "sm",
|
|
4111
|
+
"type": "stack"
|
|
4094
4112
|
}
|
|
4095
|
-
]
|
|
4113
|
+
],
|
|
4114
|
+
"type": "card"
|
|
4096
4115
|
}
|
|
4097
4116
|
],
|
|
4117
|
+
"cols": 3.0,
|
|
4098
4118
|
"type": "simple-grid"
|
|
4099
4119
|
}
|
|
4100
|
-
]
|
|
4101
|
-
"padding": "md",
|
|
4102
|
-
"type": "box"
|
|
4120
|
+
]
|
|
4103
4121
|
},
|
|
4104
4122
|
{
|
|
4105
4123
|
"type": "divider"
|
|
4106
4124
|
},
|
|
4107
4125
|
{
|
|
4108
|
-
"cols": 2.0,
|
|
4109
|
-
"gap": "md",
|
|
4110
4126
|
"type": "grid",
|
|
4127
|
+
"gap": "md",
|
|
4128
|
+
"cols": 2.0,
|
|
4111
4129
|
"children": [
|
|
4112
4130
|
{
|
|
4131
|
+
"type": "card",
|
|
4113
4132
|
"children": [
|
|
4114
4133
|
{
|
|
4115
|
-
"content": "Chart View",
|
|
4116
4134
|
"type": "typography",
|
|
4117
|
-
"variant": "caption"
|
|
4135
|
+
"variant": "caption",
|
|
4136
|
+
"content": "Chart View"
|
|
4118
4137
|
}
|
|
4119
|
-
]
|
|
4120
|
-
"type": "card"
|
|
4138
|
+
]
|
|
4121
4139
|
},
|
|
4122
4140
|
{
|
|
4123
4141
|
"type": "card",
|
|
4124
4142
|
"children": [
|
|
4125
4143
|
{
|
|
4126
4144
|
"content": "Graph View",
|
|
4127
|
-
"
|
|
4128
|
-
"
|
|
4145
|
+
"type": "typography",
|
|
4146
|
+
"variant": "caption"
|
|
4129
4147
|
}
|
|
4130
4148
|
]
|
|
4131
4149
|
}
|
|
@@ -4143,24 +4161,25 @@
|
|
|
4143
4161
|
"value": 19.0
|
|
4144
4162
|
},
|
|
4145
4163
|
{
|
|
4146
|
-
"
|
|
4147
|
-
"
|
|
4164
|
+
"date": "Mar",
|
|
4165
|
+
"value": 15.0
|
|
4148
4166
|
},
|
|
4149
4167
|
{
|
|
4150
4168
|
"date": "Apr",
|
|
4151
4169
|
"value": 25.0
|
|
4152
4170
|
},
|
|
4153
4171
|
{
|
|
4154
|
-
"
|
|
4155
|
-
"
|
|
4172
|
+
"value": 22.0,
|
|
4173
|
+
"date": "May"
|
|
4156
4174
|
},
|
|
4157
4175
|
{
|
|
4158
|
-
"
|
|
4159
|
-
"
|
|
4176
|
+
"date": "Jun",
|
|
4177
|
+
"value": 30.0
|
|
4160
4178
|
}
|
|
4161
4179
|
]
|
|
4162
4180
|
},
|
|
4163
4181
|
{
|
|
4182
|
+
"type": "chart-legend",
|
|
4164
4183
|
"items": [
|
|
4165
4184
|
{
|
|
4166
4185
|
"label": "Current",
|
|
@@ -4170,26 +4189,14 @@
|
|
|
4170
4189
|
"label": "Previous",
|
|
4171
4190
|
"color": "muted"
|
|
4172
4191
|
}
|
|
4173
|
-
]
|
|
4174
|
-
"type": "chart-legend"
|
|
4192
|
+
]
|
|
4175
4193
|
},
|
|
4176
4194
|
{
|
|
4177
|
-
"
|
|
4178
|
-
"edges": [
|
|
4179
|
-
{
|
|
4180
|
-
"source": "a",
|
|
4181
|
-
"target": "b"
|
|
4182
|
-
},
|
|
4183
|
-
{
|
|
4184
|
-
"source": "b",
|
|
4185
|
-
"target": "c"
|
|
4186
|
-
}
|
|
4187
|
-
],
|
|
4188
|
-
"height": 200.0,
|
|
4195
|
+
"type": "graph-view",
|
|
4189
4196
|
"nodes": [
|
|
4190
4197
|
{
|
|
4191
|
-
"
|
|
4192
|
-
"
|
|
4198
|
+
"id": "a",
|
|
4199
|
+
"label": "Start"
|
|
4193
4200
|
},
|
|
4194
4201
|
{
|
|
4195
4202
|
"id": "b",
|
|
@@ -4200,33 +4207,26 @@
|
|
|
4200
4207
|
"label": "End"
|
|
4201
4208
|
}
|
|
4202
4209
|
],
|
|
4203
|
-
"
|
|
4210
|
+
"height": 200.0,
|
|
4211
|
+
"width": 400.0,
|
|
4212
|
+
"edges": [
|
|
4213
|
+
{
|
|
4214
|
+
"source": "a",
|
|
4215
|
+
"target": "b"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"source": "b",
|
|
4219
|
+
"target": "c"
|
|
4220
|
+
}
|
|
4221
|
+
]
|
|
4204
4222
|
}
|
|
4205
4223
|
],
|
|
4224
|
+
"direction": "vertical",
|
|
4206
4225
|
"type": "stack"
|
|
4207
4226
|
}
|
|
4208
|
-
]
|
|
4209
|
-
"type": "scaled-diagram"
|
|
4210
|
-
}
|
|
4211
|
-
],
|
|
4212
|
-
"navItems": [
|
|
4213
|
-
{
|
|
4214
|
-
"label": "Courses",
|
|
4215
|
-
"href": "/courses",
|
|
4216
|
-
"icon": "book-open"
|
|
4217
|
-
},
|
|
4218
|
-
{
|
|
4219
|
-
"href": "/enroll",
|
|
4220
|
-
"icon": "layout-list",
|
|
4221
|
-
"label": "Enroll"
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"label": "Progress",
|
|
4225
|
-
"icon": "layout-list",
|
|
4226
|
-
"href": "/progress"
|
|
4227
|
+
]
|
|
4227
4228
|
}
|
|
4228
|
-
]
|
|
4229
|
-
"appName": "LMS"
|
|
4229
|
+
]
|
|
4230
4230
|
}
|
|
4231
4231
|
]
|
|
4232
4232
|
]
|
|
@@ -4250,32 +4250,53 @@
|
|
|
4250
4250
|
"render-ui",
|
|
4251
4251
|
"main",
|
|
4252
4252
|
{
|
|
4253
|
+
"appName": "LMS",
|
|
4254
|
+
"navItems": [
|
|
4255
|
+
{
|
|
4256
|
+
"label": "Courses",
|
|
4257
|
+
"href": "/courses",
|
|
4258
|
+
"icon": "book-open"
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"icon": "layout-list",
|
|
4262
|
+
"label": "Enroll",
|
|
4263
|
+
"href": "/enroll"
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
"icon": "layout-list",
|
|
4267
|
+
"label": "Progress",
|
|
4268
|
+
"href": "/progress"
|
|
4269
|
+
}
|
|
4270
|
+
],
|
|
4253
4271
|
"children": [
|
|
4254
4272
|
{
|
|
4255
4273
|
"children": [
|
|
4256
4274
|
{
|
|
4257
4275
|
"direction": "vertical",
|
|
4258
|
-
"
|
|
4276
|
+
"gap": "lg",
|
|
4259
4277
|
"children": [
|
|
4260
4278
|
{
|
|
4279
|
+
"type": "breadcrumb",
|
|
4261
4280
|
"items": [
|
|
4262
4281
|
{
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4282
|
+
"href": "/",
|
|
4283
|
+
"label": "Home"
|
|
4265
4284
|
},
|
|
4266
4285
|
{
|
|
4267
4286
|
"label": "Progress"
|
|
4268
4287
|
}
|
|
4269
|
-
]
|
|
4270
|
-
"type": "breadcrumb"
|
|
4288
|
+
]
|
|
4271
4289
|
},
|
|
4272
4290
|
{
|
|
4291
|
+
"gap": "md",
|
|
4273
4292
|
"direction": "horizontal",
|
|
4274
4293
|
"type": "stack",
|
|
4275
4294
|
"justify": "between",
|
|
4276
|
-
"gap": "md",
|
|
4277
4295
|
"children": [
|
|
4278
4296
|
{
|
|
4297
|
+
"type": "stack",
|
|
4298
|
+
"gap": "md",
|
|
4299
|
+
"direction": "horizontal",
|
|
4279
4300
|
"children": [
|
|
4280
4301
|
{
|
|
4281
4302
|
"type": "icon",
|
|
@@ -4286,17 +4307,14 @@
|
|
|
4286
4307
|
"content": "Progress",
|
|
4287
4308
|
"variant": "h2"
|
|
4288
4309
|
}
|
|
4289
|
-
]
|
|
4290
|
-
"gap": "md",
|
|
4291
|
-
"direction": "horizontal",
|
|
4292
|
-
"type": "stack"
|
|
4310
|
+
]
|
|
4293
4311
|
},
|
|
4294
4312
|
{
|
|
4295
|
-
"type": "button",
|
|
4296
|
-
"variant": "secondary",
|
|
4297
4313
|
"label": "Refresh",
|
|
4298
|
-
"
|
|
4299
|
-
"
|
|
4314
|
+
"variant": "secondary",
|
|
4315
|
+
"type": "button",
|
|
4316
|
+
"action": "REFRESH",
|
|
4317
|
+
"icon": "refresh-cw"
|
|
4300
4318
|
}
|
|
4301
4319
|
]
|
|
4302
4320
|
},
|
|
@@ -4304,18 +4322,22 @@
|
|
|
4304
4322
|
"type": "divider"
|
|
4305
4323
|
},
|
|
4306
4324
|
{
|
|
4325
|
+
"padding": "md",
|
|
4307
4326
|
"children": [
|
|
4308
4327
|
{
|
|
4309
|
-
"type": "simple-grid",
|
|
4310
4328
|
"cols": 3.0,
|
|
4311
4329
|
"children": [
|
|
4312
4330
|
{
|
|
4331
|
+
"type": "card",
|
|
4313
4332
|
"children": [
|
|
4314
4333
|
{
|
|
4334
|
+
"type": "stack",
|
|
4335
|
+
"direction": "vertical",
|
|
4336
|
+
"gap": "sm",
|
|
4315
4337
|
"children": [
|
|
4316
4338
|
{
|
|
4317
|
-
"variant": "caption",
|
|
4318
4339
|
"type": "typography",
|
|
4340
|
+
"variant": "caption",
|
|
4319
4341
|
"content": "CourseName"
|
|
4320
4342
|
},
|
|
4321
4343
|
{
|
|
@@ -4323,89 +4345,84 @@
|
|
|
4323
4345
|
"variant": "h3",
|
|
4324
4346
|
"content": "@entity.courseName"
|
|
4325
4347
|
}
|
|
4326
|
-
]
|
|
4327
|
-
"gap": "sm",
|
|
4328
|
-
"type": "stack",
|
|
4329
|
-
"direction": "vertical"
|
|
4348
|
+
]
|
|
4330
4349
|
}
|
|
4331
|
-
]
|
|
4332
|
-
"type": "card"
|
|
4350
|
+
]
|
|
4333
4351
|
},
|
|
4334
4352
|
{
|
|
4335
|
-
"
|
|
4353
|
+
"type": "stat-display",
|
|
4336
4354
|
"value": "@entity.lessonsCompleted",
|
|
4337
|
-
"
|
|
4355
|
+
"label": "LessonsCompleted"
|
|
4338
4356
|
},
|
|
4339
4357
|
{
|
|
4340
|
-
"value": "@entity.totalLessons",
|
|
4341
4358
|
"type": "stat-display",
|
|
4359
|
+
"value": "@entity.totalLessons",
|
|
4342
4360
|
"label": "TotalLessons"
|
|
4343
4361
|
},
|
|
4344
4362
|
{
|
|
4363
|
+
"value": "@entity.percentComplete",
|
|
4345
4364
|
"type": "stat-display",
|
|
4346
|
-
"label": "PercentComplete"
|
|
4347
|
-
"value": "@entity.percentComplete"
|
|
4365
|
+
"label": "PercentComplete"
|
|
4348
4366
|
},
|
|
4349
4367
|
{
|
|
4350
|
-
"type": "card",
|
|
4351
4368
|
"children": [
|
|
4352
4369
|
{
|
|
4353
4370
|
"gap": "sm",
|
|
4354
|
-
"type": "stack",
|
|
4355
4371
|
"direction": "vertical",
|
|
4356
4372
|
"children": [
|
|
4357
4373
|
{
|
|
4358
|
-
"type": "typography",
|
|
4359
4374
|
"content": "LastActivity",
|
|
4375
|
+
"type": "typography",
|
|
4360
4376
|
"variant": "caption"
|
|
4361
4377
|
},
|
|
4362
4378
|
{
|
|
4379
|
+
"type": "typography",
|
|
4363
4380
|
"variant": "h3",
|
|
4364
|
-
"content": "@entity.lastActivity"
|
|
4365
|
-
"type": "typography"
|
|
4381
|
+
"content": "@entity.lastActivity"
|
|
4366
4382
|
}
|
|
4367
|
-
]
|
|
4383
|
+
],
|
|
4384
|
+
"type": "stack"
|
|
4368
4385
|
}
|
|
4369
|
-
]
|
|
4386
|
+
],
|
|
4387
|
+
"type": "card"
|
|
4370
4388
|
}
|
|
4371
|
-
]
|
|
4389
|
+
],
|
|
4390
|
+
"type": "simple-grid"
|
|
4372
4391
|
}
|
|
4373
4392
|
],
|
|
4374
|
-
"type": "box"
|
|
4375
|
-
"padding": "md"
|
|
4393
|
+
"type": "box"
|
|
4376
4394
|
},
|
|
4377
4395
|
{
|
|
4378
4396
|
"type": "divider"
|
|
4379
4397
|
},
|
|
4380
4398
|
{
|
|
4381
|
-
"cols": 2.0,
|
|
4382
4399
|
"gap": "md",
|
|
4383
4400
|
"children": [
|
|
4384
4401
|
{
|
|
4385
|
-
"type": "card",
|
|
4386
4402
|
"children": [
|
|
4387
4403
|
{
|
|
4388
4404
|
"variant": "caption",
|
|
4389
|
-
"
|
|
4390
|
-
"
|
|
4405
|
+
"content": "Chart View",
|
|
4406
|
+
"type": "typography"
|
|
4391
4407
|
}
|
|
4392
|
-
]
|
|
4408
|
+
],
|
|
4409
|
+
"type": "card"
|
|
4393
4410
|
},
|
|
4394
4411
|
{
|
|
4395
4412
|
"type": "card",
|
|
4396
4413
|
"children": [
|
|
4397
4414
|
{
|
|
4398
|
-
"variant": "caption",
|
|
4399
4415
|
"type": "typography",
|
|
4400
|
-
"content": "Graph View"
|
|
4416
|
+
"content": "Graph View",
|
|
4417
|
+
"variant": "caption"
|
|
4401
4418
|
}
|
|
4402
4419
|
]
|
|
4403
4420
|
}
|
|
4404
4421
|
],
|
|
4405
|
-
"type": "grid"
|
|
4422
|
+
"type": "grid",
|
|
4423
|
+
"cols": 2.0
|
|
4406
4424
|
},
|
|
4407
4425
|
{
|
|
4408
|
-
"type": "line-chart",
|
|
4409
4426
|
"data": [
|
|
4410
4427
|
{
|
|
4411
4428
|
"value": 12.0,
|
|
@@ -4416,22 +4433,23 @@
|
|
|
4416
4433
|
"value": 19.0
|
|
4417
4434
|
},
|
|
4418
4435
|
{
|
|
4419
|
-
"
|
|
4420
|
-
"
|
|
4436
|
+
"value": 15.0,
|
|
4437
|
+
"date": "Mar"
|
|
4421
4438
|
},
|
|
4422
4439
|
{
|
|
4423
|
-
"
|
|
4424
|
-
"
|
|
4440
|
+
"date": "Apr",
|
|
4441
|
+
"value": 25.0
|
|
4425
4442
|
},
|
|
4426
4443
|
{
|
|
4427
4444
|
"value": 22.0,
|
|
4428
4445
|
"date": "May"
|
|
4429
4446
|
},
|
|
4430
4447
|
{
|
|
4431
|
-
"
|
|
4432
|
-
"
|
|
4448
|
+
"date": "Jun",
|
|
4449
|
+
"value": 30.0
|
|
4433
4450
|
}
|
|
4434
|
-
]
|
|
4451
|
+
],
|
|
4452
|
+
"type": "line-chart"
|
|
4435
4453
|
},
|
|
4436
4454
|
{
|
|
4437
4455
|
"items": [
|
|
@@ -4449,58 +4467,40 @@
|
|
|
4449
4467
|
{
|
|
4450
4468
|
"nodes": [
|
|
4451
4469
|
{
|
|
4452
|
-
"
|
|
4453
|
-
"
|
|
4470
|
+
"label": "Start",
|
|
4471
|
+
"id": "a"
|
|
4454
4472
|
},
|
|
4455
4473
|
{
|
|
4456
4474
|
"id": "b",
|
|
4457
4475
|
"label": "Process"
|
|
4458
4476
|
},
|
|
4459
4477
|
{
|
|
4460
|
-
"
|
|
4461
|
-
"
|
|
4478
|
+
"id": "c",
|
|
4479
|
+
"label": "End"
|
|
4462
4480
|
}
|
|
4463
4481
|
],
|
|
4464
|
-
"
|
|
4482
|
+
"width": 400.0,
|
|
4483
|
+
"height": 200.0,
|
|
4465
4484
|
"edges": [
|
|
4466
4485
|
{
|
|
4467
|
-
"
|
|
4468
|
-
"
|
|
4486
|
+
"source": "a",
|
|
4487
|
+
"target": "b"
|
|
4469
4488
|
},
|
|
4470
4489
|
{
|
|
4471
4490
|
"source": "b",
|
|
4472
4491
|
"target": "c"
|
|
4473
4492
|
}
|
|
4474
4493
|
],
|
|
4475
|
-
"
|
|
4476
|
-
"height": 200.0
|
|
4494
|
+
"type": "graph-view"
|
|
4477
4495
|
}
|
|
4478
4496
|
],
|
|
4479
|
-
"
|
|
4497
|
+
"type": "stack"
|
|
4480
4498
|
}
|
|
4481
4499
|
],
|
|
4482
4500
|
"type": "scaled-diagram"
|
|
4483
4501
|
}
|
|
4484
4502
|
],
|
|
4485
|
-
"
|
|
4486
|
-
"type": "dashboard-layout",
|
|
4487
|
-
"navItems": [
|
|
4488
|
-
{
|
|
4489
|
-
"href": "/courses",
|
|
4490
|
-
"label": "Courses",
|
|
4491
|
-
"icon": "book-open"
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"label": "Enroll",
|
|
4495
|
-
"icon": "layout-list",
|
|
4496
|
-
"href": "/enroll"
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"icon": "layout-list",
|
|
4500
|
-
"label": "Progress",
|
|
4501
|
-
"href": "/progress"
|
|
4502
|
-
}
|
|
4503
|
-
]
|
|
4503
|
+
"type": "dashboard-layout"
|
|
4504
4504
|
}
|
|
4505
4505
|
]
|
|
4506
4506
|
]
|
|
@@ -4515,8 +4515,8 @@
|
|
|
4515
4515
|
"Progress",
|
|
4516
4516
|
{
|
|
4517
4517
|
"emit": {
|
|
4518
|
-
"
|
|
4519
|
-
"
|
|
4518
|
+
"failure": "ProgressLoadFailed",
|
|
4519
|
+
"success": "ProgressLoaded"
|
|
4520
4520
|
}
|
|
4521
4521
|
}
|
|
4522
4522
|
],
|
|
@@ -4525,30 +4525,32 @@
|
|
|
4525
4525
|
"main",
|
|
4526
4526
|
{
|
|
4527
4527
|
"type": "dashboard-layout",
|
|
4528
|
-
"appName": "LMS",
|
|
4529
4528
|
"navItems": [
|
|
4530
4529
|
{
|
|
4531
4530
|
"href": "/courses",
|
|
4532
|
-
"
|
|
4533
|
-
"
|
|
4531
|
+
"label": "Courses",
|
|
4532
|
+
"icon": "book-open"
|
|
4534
4533
|
},
|
|
4535
4534
|
{
|
|
4536
|
-
"label": "Enroll",
|
|
4537
4535
|
"href": "/enroll",
|
|
4536
|
+
"label": "Enroll",
|
|
4538
4537
|
"icon": "layout-list"
|
|
4539
4538
|
},
|
|
4540
4539
|
{
|
|
4540
|
+
"label": "Progress",
|
|
4541
4541
|
"href": "/progress",
|
|
4542
|
-
"icon": "layout-list"
|
|
4543
|
-
"label": "Progress"
|
|
4542
|
+
"icon": "layout-list"
|
|
4544
4543
|
}
|
|
4545
4544
|
],
|
|
4545
|
+
"appName": "LMS",
|
|
4546
4546
|
"children": [
|
|
4547
4547
|
{
|
|
4548
|
+
"type": "scaled-diagram",
|
|
4548
4549
|
"children": [
|
|
4549
4550
|
{
|
|
4550
|
-
"direction": "vertical",
|
|
4551
4551
|
"type": "stack",
|
|
4552
|
+
"gap": "lg",
|
|
4553
|
+
"direction": "vertical",
|
|
4552
4554
|
"children": [
|
|
4553
4555
|
{
|
|
4554
4556
|
"items": [
|
|
@@ -4563,10 +4565,14 @@
|
|
|
4563
4565
|
"type": "breadcrumb"
|
|
4564
4566
|
},
|
|
4565
4567
|
{
|
|
4568
|
+
"gap": "md",
|
|
4569
|
+
"direction": "horizontal",
|
|
4566
4570
|
"type": "stack",
|
|
4571
|
+
"justify": "between",
|
|
4567
4572
|
"children": [
|
|
4568
4573
|
{
|
|
4569
4574
|
"direction": "horizontal",
|
|
4575
|
+
"gap": "md",
|
|
4570
4576
|
"type": "stack",
|
|
4571
4577
|
"children": [
|
|
4572
4578
|
{
|
|
@@ -4575,23 +4581,19 @@
|
|
|
4575
4581
|
},
|
|
4576
4582
|
{
|
|
4577
4583
|
"content": "Progress",
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4584
|
+
"variant": "h2",
|
|
4585
|
+
"type": "typography"
|
|
4580
4586
|
}
|
|
4581
|
-
]
|
|
4582
|
-
"gap": "md"
|
|
4587
|
+
]
|
|
4583
4588
|
},
|
|
4584
4589
|
{
|
|
4585
4590
|
"icon": "refresh-cw",
|
|
4586
4591
|
"label": "Refresh",
|
|
4587
|
-
"action": "REFRESH",
|
|
4588
4592
|
"type": "button",
|
|
4593
|
+
"action": "REFRESH",
|
|
4589
4594
|
"variant": "secondary"
|
|
4590
4595
|
}
|
|
4591
|
-
]
|
|
4592
|
-
"justify": "between",
|
|
4593
|
-
"gap": "md",
|
|
4594
|
-
"direction": "horizontal"
|
|
4596
|
+
]
|
|
4595
4597
|
},
|
|
4596
4598
|
{
|
|
4597
4599
|
"type": "divider"
|
|
@@ -4599,6 +4601,8 @@
|
|
|
4599
4601
|
{
|
|
4600
4602
|
"children": [
|
|
4601
4603
|
{
|
|
4604
|
+
"cols": 3.0,
|
|
4605
|
+
"type": "simple-grid",
|
|
4602
4606
|
"children": [
|
|
4603
4607
|
{
|
|
4604
4608
|
"type": "card",
|
|
@@ -4611,40 +4615,41 @@
|
|
|
4611
4615
|
"type": "typography"
|
|
4612
4616
|
},
|
|
4613
4617
|
{
|
|
4614
|
-
"type": "typography",
|
|
4615
4618
|
"content": "@entity.courseName",
|
|
4616
|
-
"variant": "h3"
|
|
4619
|
+
"variant": "h3",
|
|
4620
|
+
"type": "typography"
|
|
4617
4621
|
}
|
|
4618
4622
|
],
|
|
4619
4623
|
"direction": "vertical",
|
|
4620
|
-
"
|
|
4621
|
-
"
|
|
4624
|
+
"type": "stack",
|
|
4625
|
+
"gap": "sm"
|
|
4622
4626
|
}
|
|
4623
4627
|
]
|
|
4624
4628
|
},
|
|
4625
4629
|
{
|
|
4630
|
+
"label": "LessonsCompleted",
|
|
4626
4631
|
"value": "@entity.lessonsCompleted",
|
|
4627
|
-
"type": "stat-display"
|
|
4628
|
-
"label": "LessonsCompleted"
|
|
4632
|
+
"type": "stat-display"
|
|
4629
4633
|
},
|
|
4630
4634
|
{
|
|
4631
|
-
"label": "TotalLessons",
|
|
4632
4635
|
"type": "stat-display",
|
|
4636
|
+
"label": "TotalLessons",
|
|
4633
4637
|
"value": "@entity.totalLessons"
|
|
4634
4638
|
},
|
|
4635
4639
|
{
|
|
4636
|
-
"type": "stat-display",
|
|
4637
4640
|
"value": "@entity.percentComplete",
|
|
4641
|
+
"type": "stat-display",
|
|
4638
4642
|
"label": "PercentComplete"
|
|
4639
4643
|
},
|
|
4640
4644
|
{
|
|
4641
|
-
"type": "card",
|
|
4642
4645
|
"children": [
|
|
4643
4646
|
{
|
|
4647
|
+
"type": "stack",
|
|
4648
|
+
"direction": "vertical",
|
|
4644
4649
|
"children": [
|
|
4645
4650
|
{
|
|
4646
|
-
"variant": "caption",
|
|
4647
4651
|
"content": "LastActivity",
|
|
4652
|
+
"variant": "caption",
|
|
4648
4653
|
"type": "typography"
|
|
4649
4654
|
},
|
|
4650
4655
|
{
|
|
@@ -4653,64 +4658,60 @@
|
|
|
4653
4658
|
"type": "typography"
|
|
4654
4659
|
}
|
|
4655
4660
|
],
|
|
4656
|
-
"gap": "sm"
|
|
4657
|
-
"type": "stack",
|
|
4658
|
-
"direction": "vertical"
|
|
4661
|
+
"gap": "sm"
|
|
4659
4662
|
}
|
|
4660
|
-
]
|
|
4663
|
+
],
|
|
4664
|
+
"type": "card"
|
|
4661
4665
|
}
|
|
4662
|
-
]
|
|
4663
|
-
"type": "simple-grid",
|
|
4664
|
-
"cols": 3.0
|
|
4666
|
+
]
|
|
4665
4667
|
}
|
|
4666
4668
|
],
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
+
"padding": "md",
|
|
4670
|
+
"type": "box"
|
|
4669
4671
|
},
|
|
4670
4672
|
{
|
|
4671
4673
|
"type": "divider"
|
|
4672
4674
|
},
|
|
4673
4675
|
{
|
|
4674
|
-
"gap": "md",
|
|
4675
|
-
"type": "grid",
|
|
4676
4676
|
"cols": 2.0,
|
|
4677
4677
|
"children": [
|
|
4678
4678
|
{
|
|
4679
|
-
"type": "card",
|
|
4680
4679
|
"children": [
|
|
4681
4680
|
{
|
|
4681
|
+
"variant": "caption",
|
|
4682
4682
|
"content": "Chart View",
|
|
4683
|
-
"type": "typography"
|
|
4684
|
-
"variant": "caption"
|
|
4683
|
+
"type": "typography"
|
|
4685
4684
|
}
|
|
4686
|
-
]
|
|
4685
|
+
],
|
|
4686
|
+
"type": "card"
|
|
4687
4687
|
},
|
|
4688
4688
|
{
|
|
4689
4689
|
"type": "card",
|
|
4690
4690
|
"children": [
|
|
4691
4691
|
{
|
|
4692
|
+
"variant": "caption",
|
|
4692
4693
|
"content": "Graph View",
|
|
4693
|
-
"type": "typography"
|
|
4694
|
-
"variant": "caption"
|
|
4694
|
+
"type": "typography"
|
|
4695
4695
|
}
|
|
4696
4696
|
]
|
|
4697
4697
|
}
|
|
4698
|
-
]
|
|
4698
|
+
],
|
|
4699
|
+
"gap": "md",
|
|
4700
|
+
"type": "grid"
|
|
4699
4701
|
},
|
|
4700
4702
|
{
|
|
4701
|
-
"type": "line-chart",
|
|
4702
4703
|
"data": [
|
|
4703
4704
|
{
|
|
4704
|
-
"
|
|
4705
|
-
"
|
|
4705
|
+
"date": "Jan",
|
|
4706
|
+
"value": 12.0
|
|
4706
4707
|
},
|
|
4707
4708
|
{
|
|
4708
4709
|
"value": 19.0,
|
|
4709
4710
|
"date": "Feb"
|
|
4710
4711
|
},
|
|
4711
4712
|
{
|
|
4712
|
-
"
|
|
4713
|
-
"
|
|
4713
|
+
"date": "Mar",
|
|
4714
|
+
"value": 15.0
|
|
4714
4715
|
},
|
|
4715
4716
|
{
|
|
4716
4717
|
"date": "Apr",
|
|
@@ -4724,14 +4725,15 @@
|
|
|
4724
4725
|
"date": "Jun",
|
|
4725
4726
|
"value": 30.0
|
|
4726
4727
|
}
|
|
4727
|
-
]
|
|
4728
|
+
],
|
|
4729
|
+
"type": "line-chart"
|
|
4728
4730
|
},
|
|
4729
4731
|
{
|
|
4730
4732
|
"type": "chart-legend",
|
|
4731
4733
|
"items": [
|
|
4732
4734
|
{
|
|
4733
|
-
"
|
|
4734
|
-
"
|
|
4735
|
+
"color": "primary",
|
|
4736
|
+
"label": "Current"
|
|
4735
4737
|
},
|
|
4736
4738
|
{
|
|
4737
4739
|
"color": "muted",
|
|
@@ -4740,18 +4742,9 @@
|
|
|
4740
4742
|
]
|
|
4741
4743
|
},
|
|
4742
4744
|
{
|
|
4743
|
-
"edges": [
|
|
4744
|
-
{
|
|
4745
|
-
"source": "a",
|
|
4746
|
-
"target": "b"
|
|
4747
|
-
},
|
|
4748
|
-
{
|
|
4749
|
-
"target": "c",
|
|
4750
|
-
"source": "b"
|
|
4751
|
-
}
|
|
4752
|
-
],
|
|
4753
|
-
"width": 400.0,
|
|
4754
4745
|
"type": "graph-view",
|
|
4746
|
+
"width": 400.0,
|
|
4747
|
+
"height": 200.0,
|
|
4755
4748
|
"nodes": [
|
|
4756
4749
|
{
|
|
4757
4750
|
"id": "a",
|
|
@@ -4762,17 +4755,24 @@
|
|
|
4762
4755
|
"id": "b"
|
|
4763
4756
|
},
|
|
4764
4757
|
{
|
|
4765
|
-
"
|
|
4766
|
-
"
|
|
4758
|
+
"id": "c",
|
|
4759
|
+
"label": "End"
|
|
4767
4760
|
}
|
|
4768
4761
|
],
|
|
4769
|
-
"
|
|
4762
|
+
"edges": [
|
|
4763
|
+
{
|
|
4764
|
+
"source": "a",
|
|
4765
|
+
"target": "b"
|
|
4766
|
+
},
|
|
4767
|
+
{
|
|
4768
|
+
"target": "c",
|
|
4769
|
+
"source": "b"
|
|
4770
|
+
}
|
|
4771
|
+
]
|
|
4770
4772
|
}
|
|
4771
|
-
]
|
|
4772
|
-
"gap": "lg"
|
|
4773
|
+
]
|
|
4773
4774
|
}
|
|
4774
|
-
]
|
|
4775
|
-
"type": "scaled-diagram"
|
|
4775
|
+
]
|
|
4776
4776
|
}
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
@@ -4789,8 +4789,8 @@
|
|
|
4789
4789
|
"Progress",
|
|
4790
4790
|
{
|
|
4791
4791
|
"emit": {
|
|
4792
|
-
"
|
|
4793
|
-
"
|
|
4792
|
+
"success": "ProgressLoaded",
|
|
4793
|
+
"failure": "ProgressLoadFailed"
|
|
4794
4794
|
}
|
|
4795
4795
|
}
|
|
4796
4796
|
],
|
|
@@ -4798,33 +4798,16 @@
|
|
|
4798
4798
|
"render-ui",
|
|
4799
4799
|
"main",
|
|
4800
4800
|
{
|
|
4801
|
-
"navItems": [
|
|
4802
|
-
{
|
|
4803
|
-
"icon": "book-open",
|
|
4804
|
-
"href": "/courses",
|
|
4805
|
-
"label": "Courses"
|
|
4806
|
-
},
|
|
4807
|
-
{
|
|
4808
|
-
"label": "Enroll",
|
|
4809
|
-
"icon": "layout-list",
|
|
4810
|
-
"href": "/enroll"
|
|
4811
|
-
},
|
|
4812
|
-
{
|
|
4813
|
-
"label": "Progress",
|
|
4814
|
-
"icon": "layout-list",
|
|
4815
|
-
"href": "/progress"
|
|
4816
|
-
}
|
|
4817
|
-
],
|
|
4818
|
-
"type": "dashboard-layout",
|
|
4819
4801
|
"appName": "LMS",
|
|
4820
4802
|
"children": [
|
|
4821
4803
|
{
|
|
4804
|
+
"type": "scaled-diagram",
|
|
4822
4805
|
"children": [
|
|
4823
4806
|
{
|
|
4824
|
-
"
|
|
4825
|
-
"gap": "lg",
|
|
4807
|
+
"type": "stack",
|
|
4826
4808
|
"children": [
|
|
4827
4809
|
{
|
|
4810
|
+
"type": "breadcrumb",
|
|
4828
4811
|
"items": [
|
|
4829
4812
|
{
|
|
4830
4813
|
"href": "/",
|
|
@@ -4833,44 +4816,44 @@
|
|
|
4833
4816
|
{
|
|
4834
4817
|
"label": "Progress"
|
|
4835
4818
|
}
|
|
4836
|
-
]
|
|
4837
|
-
"type": "breadcrumb"
|
|
4819
|
+
]
|
|
4838
4820
|
},
|
|
4839
4821
|
{
|
|
4840
4822
|
"children": [
|
|
4841
4823
|
{
|
|
4824
|
+
"gap": "md",
|
|
4825
|
+
"direction": "horizontal",
|
|
4826
|
+
"type": "stack",
|
|
4842
4827
|
"children": [
|
|
4843
4828
|
{
|
|
4844
|
-
"
|
|
4845
|
-
"
|
|
4829
|
+
"name": "trending-up",
|
|
4830
|
+
"type": "icon"
|
|
4846
4831
|
},
|
|
4847
4832
|
{
|
|
4848
|
-
"content": "Progress",
|
|
4849
4833
|
"type": "typography",
|
|
4834
|
+
"content": "Progress",
|
|
4850
4835
|
"variant": "h2"
|
|
4851
4836
|
}
|
|
4852
|
-
]
|
|
4853
|
-
"gap": "md",
|
|
4854
|
-
"type": "stack",
|
|
4855
|
-
"direction": "horizontal"
|
|
4837
|
+
]
|
|
4856
4838
|
},
|
|
4857
4839
|
{
|
|
4858
4840
|
"type": "button",
|
|
4859
|
-
"label": "Refresh",
|
|
4860
|
-
"variant": "secondary",
|
|
4861
4841
|
"icon": "refresh-cw",
|
|
4862
|
-
"
|
|
4842
|
+
"label": "Refresh",
|
|
4843
|
+
"action": "REFRESH",
|
|
4844
|
+
"variant": "secondary"
|
|
4863
4845
|
}
|
|
4864
4846
|
],
|
|
4865
|
-
"gap": "md",
|
|
4866
|
-
"type": "stack",
|
|
4867
4847
|
"justify": "between",
|
|
4868
|
-
"direction": "horizontal"
|
|
4848
|
+
"direction": "horizontal",
|
|
4849
|
+
"type": "stack",
|
|
4850
|
+
"gap": "md"
|
|
4869
4851
|
},
|
|
4870
4852
|
{
|
|
4871
4853
|
"type": "divider"
|
|
4872
4854
|
},
|
|
4873
4855
|
{
|
|
4856
|
+
"type": "box",
|
|
4874
4857
|
"children": [
|
|
4875
4858
|
{
|
|
4876
4859
|
"cols": 3.0,
|
|
@@ -4879,21 +4862,21 @@
|
|
|
4879
4862
|
"type": "card",
|
|
4880
4863
|
"children": [
|
|
4881
4864
|
{
|
|
4882
|
-
"type": "stack",
|
|
4883
4865
|
"gap": "sm",
|
|
4866
|
+
"direction": "vertical",
|
|
4884
4867
|
"children": [
|
|
4885
4868
|
{
|
|
4869
|
+
"content": "CourseName",
|
|
4886
4870
|
"type": "typography",
|
|
4887
|
-
"variant": "caption"
|
|
4888
|
-
"content": "CourseName"
|
|
4871
|
+
"variant": "caption"
|
|
4889
4872
|
},
|
|
4890
4873
|
{
|
|
4874
|
+
"type": "typography",
|
|
4891
4875
|
"variant": "h3",
|
|
4892
|
-
"content": "@entity.courseName"
|
|
4893
|
-
"type": "typography"
|
|
4876
|
+
"content": "@entity.courseName"
|
|
4894
4877
|
}
|
|
4895
4878
|
],
|
|
4896
|
-
"
|
|
4879
|
+
"type": "stack"
|
|
4897
4880
|
}
|
|
4898
4881
|
]
|
|
4899
4882
|
},
|
|
@@ -4903,18 +4886,21 @@
|
|
|
4903
4886
|
"label": "LessonsCompleted"
|
|
4904
4887
|
},
|
|
4905
4888
|
{
|
|
4906
|
-
"label": "TotalLessons",
|
|
4907
4889
|
"type": "stat-display",
|
|
4890
|
+
"label": "TotalLessons",
|
|
4908
4891
|
"value": "@entity.totalLessons"
|
|
4909
4892
|
},
|
|
4910
4893
|
{
|
|
4911
|
-
"label": "PercentComplete",
|
|
4912
4894
|
"type": "stat-display",
|
|
4895
|
+
"label": "PercentComplete",
|
|
4913
4896
|
"value": "@entity.percentComplete"
|
|
4914
4897
|
},
|
|
4915
4898
|
{
|
|
4916
4899
|
"children": [
|
|
4917
4900
|
{
|
|
4901
|
+
"direction": "vertical",
|
|
4902
|
+
"gap": "sm",
|
|
4903
|
+
"type": "stack",
|
|
4918
4904
|
"children": [
|
|
4919
4905
|
{
|
|
4920
4906
|
"content": "LastActivity",
|
|
@@ -4922,14 +4908,11 @@
|
|
|
4922
4908
|
"variant": "caption"
|
|
4923
4909
|
},
|
|
4924
4910
|
{
|
|
4911
|
+
"content": "@entity.lastActivity",
|
|
4925
4912
|
"variant": "h3",
|
|
4926
|
-
"type": "typography"
|
|
4927
|
-
"content": "@entity.lastActivity"
|
|
4913
|
+
"type": "typography"
|
|
4928
4914
|
}
|
|
4929
|
-
]
|
|
4930
|
-
"direction": "vertical",
|
|
4931
|
-
"type": "stack",
|
|
4932
|
-
"gap": "sm"
|
|
4915
|
+
]
|
|
4933
4916
|
}
|
|
4934
4917
|
],
|
|
4935
4918
|
"type": "card"
|
|
@@ -4938,7 +4921,6 @@
|
|
|
4938
4921
|
"type": "simple-grid"
|
|
4939
4922
|
}
|
|
4940
4923
|
],
|
|
4941
|
-
"type": "box",
|
|
4942
4924
|
"padding": "md"
|
|
4943
4925
|
},
|
|
4944
4926
|
{
|
|
@@ -4946,8 +4928,6 @@
|
|
|
4946
4928
|
},
|
|
4947
4929
|
{
|
|
4948
4930
|
"type": "grid",
|
|
4949
|
-
"gap": "md",
|
|
4950
|
-
"cols": 2.0,
|
|
4951
4931
|
"children": [
|
|
4952
4932
|
{
|
|
4953
4933
|
"children": [
|
|
@@ -4969,21 +4949,24 @@
|
|
|
4969
4949
|
],
|
|
4970
4950
|
"type": "card"
|
|
4971
4951
|
}
|
|
4972
|
-
]
|
|
4952
|
+
],
|
|
4953
|
+
"gap": "md",
|
|
4954
|
+
"cols": 2.0
|
|
4973
4955
|
},
|
|
4974
4956
|
{
|
|
4957
|
+
"type": "line-chart",
|
|
4975
4958
|
"data": [
|
|
4976
4959
|
{
|
|
4977
4960
|
"value": 12.0,
|
|
4978
4961
|
"date": "Jan"
|
|
4979
4962
|
},
|
|
4980
4963
|
{
|
|
4981
|
-
"
|
|
4982
|
-
"
|
|
4964
|
+
"date": "Feb",
|
|
4965
|
+
"value": 19.0
|
|
4983
4966
|
},
|
|
4984
4967
|
{
|
|
4985
|
-
"
|
|
4986
|
-
"
|
|
4968
|
+
"date": "Mar",
|
|
4969
|
+
"value": 15.0
|
|
4987
4970
|
},
|
|
4988
4971
|
{
|
|
4989
4972
|
"value": 25.0,
|
|
@@ -4994,11 +4977,10 @@
|
|
|
4994
4977
|
"value": 22.0
|
|
4995
4978
|
},
|
|
4996
4979
|
{
|
|
4997
|
-
"
|
|
4998
|
-
"
|
|
4980
|
+
"value": 30.0,
|
|
4981
|
+
"date": "Jun"
|
|
4999
4982
|
}
|
|
5000
|
-
]
|
|
5001
|
-
"type": "line-chart"
|
|
4983
|
+
]
|
|
5002
4984
|
},
|
|
5003
4985
|
{
|
|
5004
4986
|
"items": [
|
|
@@ -5015,6 +4997,7 @@
|
|
|
5015
4997
|
},
|
|
5016
4998
|
{
|
|
5017
4999
|
"type": "graph-view",
|
|
5000
|
+
"width": 400.0,
|
|
5018
5001
|
"nodes": [
|
|
5019
5002
|
{
|
|
5020
5003
|
"label": "Start",
|
|
@@ -5025,28 +5008,45 @@
|
|
|
5025
5008
|
"label": "Process"
|
|
5026
5009
|
},
|
|
5027
5010
|
{
|
|
5028
|
-
"
|
|
5029
|
-
"
|
|
5011
|
+
"id": "c",
|
|
5012
|
+
"label": "End"
|
|
5030
5013
|
}
|
|
5031
5014
|
],
|
|
5032
5015
|
"edges": [
|
|
5033
5016
|
{
|
|
5034
|
-
"
|
|
5035
|
-
"
|
|
5017
|
+
"source": "a",
|
|
5018
|
+
"target": "b"
|
|
5036
5019
|
},
|
|
5037
5020
|
{
|
|
5038
|
-
"
|
|
5039
|
-
"
|
|
5021
|
+
"target": "c",
|
|
5022
|
+
"source": "b"
|
|
5040
5023
|
}
|
|
5041
5024
|
],
|
|
5042
|
-
"width": 400.0,
|
|
5043
5025
|
"height": 200.0
|
|
5044
5026
|
}
|
|
5045
5027
|
],
|
|
5046
|
-
"
|
|
5028
|
+
"direction": "vertical",
|
|
5029
|
+
"gap": "lg"
|
|
5047
5030
|
}
|
|
5048
|
-
]
|
|
5049
|
-
|
|
5031
|
+
]
|
|
5032
|
+
}
|
|
5033
|
+
],
|
|
5034
|
+
"type": "dashboard-layout",
|
|
5035
|
+
"navItems": [
|
|
5036
|
+
{
|
|
5037
|
+
"href": "/courses",
|
|
5038
|
+
"icon": "book-open",
|
|
5039
|
+
"label": "Courses"
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"href": "/enroll",
|
|
5043
|
+
"icon": "layout-list",
|
|
5044
|
+
"label": "Enroll"
|
|
5045
|
+
},
|
|
5046
|
+
{
|
|
5047
|
+
"label": "Progress",
|
|
5048
|
+
"icon": "layout-list",
|
|
5049
|
+
"href": "/progress"
|
|
5050
5050
|
}
|
|
5051
5051
|
]
|
|
5052
5052
|
}
|