@hed-hog/lms 0.0.305 → 0.0.306

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.
@@ -591,10 +591,10 @@ let CourseService = class CourseService {
591
591
  }
592
592
  try {
593
593
  const idsCsv = normalizedIds.join(',');
594
- const rows = (await this.prisma.$queryRawUnsafe(`
595
- SELECT id, code, is_featured, has_certificate, is_listed, offering_type
596
- FROM course
597
- WHERE id IN (${idsCsv})
594
+ const rows = (await this.prisma.$queryRawUnsafe(`
595
+ SELECT id, code, is_featured, has_certificate, is_listed, offering_type
596
+ FROM course
597
+ WHERE id IN (${idsCsv})
598
598
  `));
599
599
  for (const row of rows) {
600
600
  extrasById.set(row.id, {
@@ -1,153 +1,153 @@
1
- - slug: total-students-kpi
2
- library_slug: lms
3
- width: 2
4
- height: 2
5
- name:
6
- en: Total Students
7
- pt: Total de Alunos
8
- description:
9
- en: Shows the total number of enrolled students and trend.
10
- pt: Mostra o total de alunos matriculados e a tendência.
11
-
12
- - slug: active-courses-kpi
13
- library_slug: lms
14
- width: 2
15
- height: 2
16
- name:
17
- en: Active Courses
18
- pt: Cursos Ativos
19
- description:
20
- en: Shows the number of active courses and recent additions.
21
- pt: Mostra o número de cursos ativos e adições recentes.
22
-
23
- - slug: active-classes-kpi
24
- library_slug: lms
25
- width: 2
26
- height: 2
27
- name:
28
- en: Active Classes
29
- pt: Turmas Ativas
30
- description:
31
- en: Shows the number of active class groups currently running.
32
- pt: Mostra o número de turmas ativas em andamento.
33
-
34
- - slug: issued-certificates-kpi
35
- library_slug: lms
36
- width: 2
37
- height: 2
38
- name:
39
- en: Issued Certificates
40
- pt: Certificados Emitidos
41
- description:
42
- en: Shows the total number of certificates issued to students.
43
- pt: Mostra o total de certificados emitidos aos alunos.
44
-
45
- - slug: completion-rate-kpi
46
- library_slug: lms
47
- width: 2
48
- height: 2
49
- name:
50
- en: Completion Rate
51
- pt: Taxa de Conclusão
52
- description:
53
- en: Shows the percentage of students who completed their enrolled courses.
54
- pt: Mostra o percentual de alunos que concluíram os cursos matriculados.
55
-
56
- - slug: approval-rate-kpi
57
- library_slug: lms
58
- width: 2
59
- height: 2
60
- name:
61
- en: Approval Rate
62
- pt: Taxa de Aprovação
63
- description:
64
- en: Shows the percentage of students who passed their assessments.
65
- pt: Mostra o percentual de alunos aprovados nas avaliações.
66
-
67
- - slug: student-growth-chart
68
- library_slug: lms
69
- width: 7
70
- height: 4
71
- name:
72
- en: Student Growth
73
- pt: Crescimento de Alunos
74
- description:
75
- en: Monthly line chart showing the evolution of student enrollments over time.
76
- pt: Gráfico de linha mensal mostrando a evolução das matrículas ao longo do tempo.
77
-
78
- - slug: engagement-chart
79
- library_slug: lms
80
- width: 5
81
- height: 4
82
- name:
83
- en: Engagement Overview
84
- pt: Visão de Engajamento
85
- description:
86
- en: Weekly area chart comparing accesses, watched videos, and completed exercises.
87
- pt: Gráfico de área semanal comparando acessos, vídeos assistidos e exercícios realizados.
88
-
89
- - slug: top-courses-chart
90
- library_slug: lms
91
- width: 7
92
- height: 4
93
- name:
94
- en: Top Courses
95
- pt: Cursos mais Acessados
96
- description:
97
- en: Bar chart showing the most accessed courses by number of student visits.
98
- pt: Gráfico de barras com os cursos mais acessados por número de visitas.
99
-
100
- - slug: category-distribution-chart
101
- library_slug: lms
102
- width: 5
103
- height: 4
104
- name:
105
- en: Category Distribution
106
- pt: Distribuição por Categoria
107
- description:
108
- en: Donut chart showing course distribution across categories.
109
- pt: Gráfico de rosca mostrando a distribuição de cursos por categoria.
110
-
111
- - slug: class-calendar
112
- library_slug: lms
113
- width: 12
114
- height: 8
115
- name:
116
- en: Class Calendar
117
- pt: Calendário de Turmas
118
- description:
119
- en: Monthly calendar displaying scheduled class sessions with event detail drawer.
120
- pt: Calendário mensal com as sessões de turmas agendadas e painel de detalhes do evento.
121
-
122
- - slug: latest-enrollments
123
- library_slug: lms
124
- width: 6
125
- height: 5
126
- name:
127
- en: Latest Enrollments
128
- pt: Últimas Matrículas
129
- description:
130
- en: Table of the most recent student enrollments with status badges.
131
- pt: Tabela com as matrículas mais recentes e indicadores de status.
132
-
133
- - slug: upcoming-classes
134
- library_slug: lms
135
- width: 6
136
- height: 5
137
- name:
138
- en: Upcoming Classes
139
- pt: Próximas Aulas
140
- description:
141
- en: Table listing the next scheduled class sessions with time and instructor info.
142
- pt: Tabela com as próximas aulas agendadas, horário e informações do instrutor.
143
-
144
- - slug: footer-summary
145
- library_slug: lms
146
- width: 12
147
- height: 1
148
- name:
149
- en: LMS Summary
150
- pt: Resumo do LMS
151
- description:
152
- en: System status bar showing key operational counts at a glance.
1
+ - slug: total-students-kpi
2
+ library_slug: lms
3
+ width: 2
4
+ height: 2
5
+ name:
6
+ en: Total Students
7
+ pt: Total de Alunos
8
+ description:
9
+ en: Shows the total number of enrolled students and trend.
10
+ pt: Mostra o total de alunos matriculados e a tendência.
11
+
12
+ - slug: active-courses-kpi
13
+ library_slug: lms
14
+ width: 2
15
+ height: 2
16
+ name:
17
+ en: Active Courses
18
+ pt: Cursos Ativos
19
+ description:
20
+ en: Shows the number of active courses and recent additions.
21
+ pt: Mostra o número de cursos ativos e adições recentes.
22
+
23
+ - slug: active-classes-kpi
24
+ library_slug: lms
25
+ width: 2
26
+ height: 2
27
+ name:
28
+ en: Active Classes
29
+ pt: Turmas Ativas
30
+ description:
31
+ en: Shows the number of active class groups currently running.
32
+ pt: Mostra o número de turmas ativas em andamento.
33
+
34
+ - slug: issued-certificates-kpi
35
+ library_slug: lms
36
+ width: 2
37
+ height: 2
38
+ name:
39
+ en: Issued Certificates
40
+ pt: Certificados Emitidos
41
+ description:
42
+ en: Shows the total number of certificates issued to students.
43
+ pt: Mostra o total de certificados emitidos aos alunos.
44
+
45
+ - slug: completion-rate-kpi
46
+ library_slug: lms
47
+ width: 2
48
+ height: 2
49
+ name:
50
+ en: Completion Rate
51
+ pt: Taxa de Conclusão
52
+ description:
53
+ en: Shows the percentage of students who completed their enrolled courses.
54
+ pt: Mostra o percentual de alunos que concluíram os cursos matriculados.
55
+
56
+ - slug: approval-rate-kpi
57
+ library_slug: lms
58
+ width: 2
59
+ height: 2
60
+ name:
61
+ en: Approval Rate
62
+ pt: Taxa de Aprovação
63
+ description:
64
+ en: Shows the percentage of students who passed their assessments.
65
+ pt: Mostra o percentual de alunos aprovados nas avaliações.
66
+
67
+ - slug: student-growth-chart
68
+ library_slug: lms
69
+ width: 7
70
+ height: 4
71
+ name:
72
+ en: Student Growth
73
+ pt: Crescimento de Alunos
74
+ description:
75
+ en: Monthly line chart showing the evolution of student enrollments over time.
76
+ pt: Gráfico de linha mensal mostrando a evolução das matrículas ao longo do tempo.
77
+
78
+ - slug: engagement-chart
79
+ library_slug: lms
80
+ width: 5
81
+ height: 4
82
+ name:
83
+ en: Engagement Overview
84
+ pt: Visão de Engajamento
85
+ description:
86
+ en: Weekly area chart comparing accesses, watched videos, and completed exercises.
87
+ pt: Gráfico de área semanal comparando acessos, vídeos assistidos e exercícios realizados.
88
+
89
+ - slug: top-courses-chart
90
+ library_slug: lms
91
+ width: 7
92
+ height: 4
93
+ name:
94
+ en: Top Courses
95
+ pt: Cursos mais Acessados
96
+ description:
97
+ en: Bar chart showing the most accessed courses by number of student visits.
98
+ pt: Gráfico de barras com os cursos mais acessados por número de visitas.
99
+
100
+ - slug: category-distribution-chart
101
+ library_slug: lms
102
+ width: 5
103
+ height: 4
104
+ name:
105
+ en: Category Distribution
106
+ pt: Distribuição por Categoria
107
+ description:
108
+ en: Donut chart showing course distribution across categories.
109
+ pt: Gráfico de rosca mostrando a distribuição de cursos por categoria.
110
+
111
+ - slug: class-calendar
112
+ library_slug: lms
113
+ width: 12
114
+ height: 8
115
+ name:
116
+ en: Class Calendar
117
+ pt: Calendário de Turmas
118
+ description:
119
+ en: Monthly calendar displaying scheduled class sessions with event detail drawer.
120
+ pt: Calendário mensal com as sessões de turmas agendadas e painel de detalhes do evento.
121
+
122
+ - slug: latest-enrollments
123
+ library_slug: lms
124
+ width: 6
125
+ height: 5
126
+ name:
127
+ en: Latest Enrollments
128
+ pt: Últimas Matrículas
129
+ description:
130
+ en: Table of the most recent student enrollments with status badges.
131
+ pt: Tabela com as matrículas mais recentes e indicadores de status.
132
+
133
+ - slug: upcoming-classes
134
+ library_slug: lms
135
+ width: 6
136
+ height: 5
137
+ name:
138
+ en: Upcoming Classes
139
+ pt: Próximas Aulas
140
+ description:
141
+ en: Table listing the next scheduled class sessions with time and instructor info.
142
+ pt: Tabela com as próximas aulas agendadas, horário e informações do instrutor.
143
+
144
+ - slug: footer-summary
145
+ library_slug: lms
146
+ width: 12
147
+ height: 1
148
+ name:
149
+ en: LMS Summary
150
+ pt: Resumo do LMS
151
+ description:
152
+ en: System status bar showing key operational counts at a glance.
153
153
  pt: Barra de status do sistema com os principais totais operacionais.
@@ -1,167 +1,167 @@
1
- - component_id:
2
- where:
3
- slug: total-students-kpi
4
- library_slug: lms
5
- dashboard_id:
6
- where:
7
- slug: lms-admin-overview
8
- width: 2
9
- height: 2
10
- x_axis: 0
11
- y_axis: 0
12
-
13
- - component_id:
14
- where:
15
- slug: active-courses-kpi
16
- library_slug: lms
17
- dashboard_id:
18
- where:
19
- slug: lms-admin-overview
20
- width: 2
21
- height: 2
22
- x_axis: 2
23
- y_axis: 0
24
-
25
- - component_id:
26
- where:
27
- slug: active-classes-kpi
28
- library_slug: lms
29
- dashboard_id:
30
- where:
31
- slug: lms-admin-overview
32
- width: 2
33
- height: 2
34
- x_axis: 4
35
- y_axis: 0
36
-
37
- - component_id:
38
- where:
39
- slug: issued-certificates-kpi
40
- library_slug: lms
41
- dashboard_id:
42
- where:
43
- slug: lms-admin-overview
44
- width: 2
45
- height: 2
46
- x_axis: 6
47
- y_axis: 0
48
-
49
- - component_id:
50
- where:
51
- slug: completion-rate-kpi
52
- library_slug: lms
53
- dashboard_id:
54
- where:
55
- slug: lms-admin-overview
56
- width: 2
57
- height: 2
58
- x_axis: 8
59
- y_axis: 0
60
-
61
- - component_id:
62
- where:
63
- slug: approval-rate-kpi
64
- library_slug: lms
65
- dashboard_id:
66
- where:
67
- slug: lms-admin-overview
68
- width: 2
69
- height: 2
70
- x_axis: 10
71
- y_axis: 0
72
-
73
- - component_id:
74
- where:
75
- slug: student-growth-chart
76
- library_slug: lms
77
- dashboard_id:
78
- where:
79
- slug: lms-admin-overview
80
- width: 7
81
- height: 4
82
- x_axis: 0
83
- y_axis: 2
84
-
85
- - component_id:
86
- where:
87
- slug: engagement-chart
88
- library_slug: lms
89
- dashboard_id:
90
- where:
91
- slug: lms-admin-overview
92
- width: 5
93
- height: 4
94
- x_axis: 7
95
- y_axis: 2
96
-
97
- - component_id:
98
- where:
99
- slug: top-courses-chart
100
- library_slug: lms
101
- dashboard_id:
102
- where:
103
- slug: lms-admin-overview
104
- width: 7
105
- height: 4
106
- x_axis: 0
107
- y_axis: 6
108
-
109
- - component_id:
110
- where:
111
- slug: category-distribution-chart
112
- library_slug: lms
113
- dashboard_id:
114
- where:
115
- slug: lms-admin-overview
116
- width: 5
117
- height: 4
118
- x_axis: 7
119
- y_axis: 6
120
-
121
- - component_id:
122
- where:
123
- slug: class-calendar
124
- library_slug: lms
125
- dashboard_id:
126
- where:
127
- slug: lms-admin-overview
128
- width: 12
129
- height: 8
130
- x_axis: 0
131
- y_axis: 10
132
-
133
- - component_id:
134
- where:
135
- slug: latest-enrollments
136
- library_slug: lms
137
- dashboard_id:
138
- where:
139
- slug: lms-admin-overview
140
- width: 6
141
- height: 5
142
- x_axis: 0
143
- y_axis: 18
144
-
145
- - component_id:
146
- where:
147
- slug: upcoming-classes
148
- library_slug: lms
149
- dashboard_id:
150
- where:
151
- slug: lms-admin-overview
152
- width: 6
153
- height: 5
154
- x_axis: 6
155
- y_axis: 18
156
-
157
- - component_id:
158
- where:
159
- slug: footer-summary
160
- library_slug: lms
161
- dashboard_id:
162
- where:
163
- slug: lms-admin-overview
164
- width: 12
165
- height: 1
166
- x_axis: 0
1
+ - component_id:
2
+ where:
3
+ slug: total-students-kpi
4
+ library_slug: lms
5
+ dashboard_id:
6
+ where:
7
+ slug: lms-admin-overview
8
+ width: 2
9
+ height: 2
10
+ x_axis: 0
11
+ y_axis: 0
12
+
13
+ - component_id:
14
+ where:
15
+ slug: active-courses-kpi
16
+ library_slug: lms
17
+ dashboard_id:
18
+ where:
19
+ slug: lms-admin-overview
20
+ width: 2
21
+ height: 2
22
+ x_axis: 2
23
+ y_axis: 0
24
+
25
+ - component_id:
26
+ where:
27
+ slug: active-classes-kpi
28
+ library_slug: lms
29
+ dashboard_id:
30
+ where:
31
+ slug: lms-admin-overview
32
+ width: 2
33
+ height: 2
34
+ x_axis: 4
35
+ y_axis: 0
36
+
37
+ - component_id:
38
+ where:
39
+ slug: issued-certificates-kpi
40
+ library_slug: lms
41
+ dashboard_id:
42
+ where:
43
+ slug: lms-admin-overview
44
+ width: 2
45
+ height: 2
46
+ x_axis: 6
47
+ y_axis: 0
48
+
49
+ - component_id:
50
+ where:
51
+ slug: completion-rate-kpi
52
+ library_slug: lms
53
+ dashboard_id:
54
+ where:
55
+ slug: lms-admin-overview
56
+ width: 2
57
+ height: 2
58
+ x_axis: 8
59
+ y_axis: 0
60
+
61
+ - component_id:
62
+ where:
63
+ slug: approval-rate-kpi
64
+ library_slug: lms
65
+ dashboard_id:
66
+ where:
67
+ slug: lms-admin-overview
68
+ width: 2
69
+ height: 2
70
+ x_axis: 10
71
+ y_axis: 0
72
+
73
+ - component_id:
74
+ where:
75
+ slug: student-growth-chart
76
+ library_slug: lms
77
+ dashboard_id:
78
+ where:
79
+ slug: lms-admin-overview
80
+ width: 7
81
+ height: 4
82
+ x_axis: 0
83
+ y_axis: 2
84
+
85
+ - component_id:
86
+ where:
87
+ slug: engagement-chart
88
+ library_slug: lms
89
+ dashboard_id:
90
+ where:
91
+ slug: lms-admin-overview
92
+ width: 5
93
+ height: 4
94
+ x_axis: 7
95
+ y_axis: 2
96
+
97
+ - component_id:
98
+ where:
99
+ slug: top-courses-chart
100
+ library_slug: lms
101
+ dashboard_id:
102
+ where:
103
+ slug: lms-admin-overview
104
+ width: 7
105
+ height: 4
106
+ x_axis: 0
107
+ y_axis: 6
108
+
109
+ - component_id:
110
+ where:
111
+ slug: category-distribution-chart
112
+ library_slug: lms
113
+ dashboard_id:
114
+ where:
115
+ slug: lms-admin-overview
116
+ width: 5
117
+ height: 4
118
+ x_axis: 7
119
+ y_axis: 6
120
+
121
+ - component_id:
122
+ where:
123
+ slug: class-calendar
124
+ library_slug: lms
125
+ dashboard_id:
126
+ where:
127
+ slug: lms-admin-overview
128
+ width: 12
129
+ height: 8
130
+ x_axis: 0
131
+ y_axis: 10
132
+
133
+ - component_id:
134
+ where:
135
+ slug: latest-enrollments
136
+ library_slug: lms
137
+ dashboard_id:
138
+ where:
139
+ slug: lms-admin-overview
140
+ width: 6
141
+ height: 5
142
+ x_axis: 0
143
+ y_axis: 18
144
+
145
+ - component_id:
146
+ where:
147
+ slug: upcoming-classes
148
+ library_slug: lms
149
+ dashboard_id:
150
+ where:
151
+ slug: lms-admin-overview
152
+ width: 6
153
+ height: 5
154
+ x_axis: 6
155
+ y_axis: 18
156
+
157
+ - component_id:
158
+ where:
159
+ slug: footer-summary
160
+ library_slug: lms
161
+ dashboard_id:
162
+ where:
163
+ slug: lms-admin-overview
164
+ width: 12
165
+ height: 1
166
+ x_axis: 0
167
167
  y_axis: 23