@hed-hog/lms 0.0.304 → 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.
Files changed (458) hide show
  1. package/README.md +413 -401
  2. package/dist/certificate/certificate.controller.d.ts +90 -0
  3. package/dist/certificate/certificate.controller.d.ts.map +1 -0
  4. package/dist/certificate/certificate.controller.js +121 -0
  5. package/dist/certificate/certificate.controller.js.map +1 -0
  6. package/dist/certificate/certificate.module.d.ts +3 -0
  7. package/dist/certificate/certificate.module.d.ts.map +1 -0
  8. package/dist/certificate/certificate.module.js +26 -0
  9. package/dist/certificate/certificate.module.js.map +1 -0
  10. package/dist/certificate/certificate.service.d.ts +115 -0
  11. package/dist/certificate/certificate.service.d.ts.map +1 -0
  12. package/dist/certificate/certificate.service.js +343 -0
  13. package/dist/certificate/certificate.service.js.map +1 -0
  14. package/dist/certificate/dto/create-certificate-template.dto.d.ts +8 -0
  15. package/dist/certificate/dto/create-certificate-template.dto.d.ts.map +1 -0
  16. package/dist/certificate/dto/create-certificate-template.dto.js +44 -0
  17. package/dist/certificate/dto/create-certificate-template.dto.js.map +1 -0
  18. package/dist/certificate/dto/update-certificate-template.dto.d.ts +6 -0
  19. package/dist/certificate/dto/update-certificate-template.dto.d.ts.map +1 -0
  20. package/dist/certificate/dto/update-certificate-template.dto.js +9 -0
  21. package/dist/certificate/dto/update-certificate-template.dto.js.map +1 -0
  22. package/dist/class-group/class-group.controller.d.ts +305 -0
  23. package/dist/class-group/class-group.controller.d.ts.map +1 -0
  24. package/dist/class-group/class-group.controller.js +257 -0
  25. package/dist/class-group/class-group.controller.js.map +1 -0
  26. package/dist/class-group/class-group.module.d.ts +3 -0
  27. package/dist/class-group/class-group.module.d.ts.map +1 -0
  28. package/dist/class-group/class-group.module.js +25 -0
  29. package/dist/class-group/class-group.module.js.map +1 -0
  30. package/dist/class-group/class-group.service.d.ts +354 -0
  31. package/dist/class-group/class-group.service.d.ts.map +1 -0
  32. package/dist/class-group/class-group.service.js +1356 -0
  33. package/dist/class-group/class-group.service.js.map +1 -0
  34. package/dist/class-group/dto/create-class-group.dto.d.ts +33 -0
  35. package/dist/class-group/dto/create-class-group.dto.d.ts.map +1 -0
  36. package/dist/class-group/dto/create-class-group.dto.js +165 -0
  37. package/dist/class-group/dto/create-class-group.dto.js.map +1 -0
  38. package/dist/class-group/dto/create-session.dto.d.ts +22 -0
  39. package/dist/class-group/dto/create-session.dto.d.ts.map +1 -0
  40. package/dist/class-group/dto/create-session.dto.js +117 -0
  41. package/dist/class-group/dto/create-session.dto.js.map +1 -0
  42. package/dist/class-group/dto/enrollment.dto.d.ts +22 -0
  43. package/dist/class-group/dto/enrollment.dto.d.ts.map +1 -0
  44. package/dist/class-group/dto/enrollment.dto.js +89 -0
  45. package/dist/class-group/dto/enrollment.dto.js.map +1 -0
  46. package/dist/class-group/dto/update-class-group.dto.d.ts +6 -0
  47. package/dist/class-group/dto/update-class-group.dto.d.ts.map +1 -0
  48. package/dist/class-group/dto/update-class-group.dto.js +9 -0
  49. package/dist/class-group/dto/update-class-group.dto.js.map +1 -0
  50. package/dist/class-group/dto/update-session.dto.d.ts +7 -0
  51. package/dist/class-group/dto/update-session.dto.d.ts.map +1 -0
  52. package/dist/class-group/dto/update-session.dto.js +24 -0
  53. package/dist/class-group/dto/update-session.dto.js.map +1 -0
  54. package/dist/course/course-structure.controller.d.ts +127 -0
  55. package/dist/course/course-structure.controller.d.ts.map +1 -0
  56. package/dist/course/course-structure.controller.js +115 -0
  57. package/dist/course/course-structure.controller.js.map +1 -0
  58. package/dist/course/course-structure.service.d.ts +142 -0
  59. package/dist/course/course-structure.service.d.ts.map +1 -0
  60. package/dist/course/course-structure.service.js +445 -0
  61. package/dist/course/course-structure.service.js.map +1 -0
  62. package/dist/course/course.controller.d.ts +195 -0
  63. package/dist/course/course.controller.d.ts.map +1 -0
  64. package/dist/course/course.controller.js +104 -0
  65. package/dist/course/course.controller.js.map +1 -0
  66. package/dist/course/course.module.d.ts +3 -0
  67. package/dist/course/course.module.d.ts.map +1 -0
  68. package/dist/course/course.module.js +28 -0
  69. package/dist/course/course.module.js.map +1 -0
  70. package/dist/course/course.service.d.ts +215 -0
  71. package/dist/course/course.service.d.ts.map +1 -0
  72. package/dist/course/course.service.js +743 -0
  73. package/dist/course/course.service.js.map +1 -0
  74. package/dist/course/dto/create-course-structure-lesson.dto.d.ts +24 -0
  75. package/dist/course/dto/create-course-structure-lesson.dto.d.ts.map +1 -0
  76. package/dist/course/dto/create-course-structure-lesson.dto.js +118 -0
  77. package/dist/course/dto/create-course-structure-lesson.dto.js.map +1 -0
  78. package/dist/course/dto/create-course-structure-session.dto.d.ts +7 -0
  79. package/dist/course/dto/create-course-structure-session.dto.d.ts.map +1 -0
  80. package/dist/course/dto/create-course-structure-session.dto.js +40 -0
  81. package/dist/course/dto/create-course-structure-session.dto.js.map +1 -0
  82. package/dist/course/dto/create-course.dto.d.ts +26 -0
  83. package/dist/course/dto/create-course.dto.d.ts.map +1 -0
  84. package/dist/course/dto/create-course.dto.js +138 -0
  85. package/dist/course/dto/create-course.dto.js.map +1 -0
  86. package/dist/course/dto/update-course-structure-lesson.dto.d.ts +6 -0
  87. package/dist/course/dto/update-course-structure-lesson.dto.d.ts.map +1 -0
  88. package/dist/course/dto/update-course-structure-lesson.dto.js +9 -0
  89. package/dist/course/dto/update-course-structure-lesson.dto.js.map +1 -0
  90. package/dist/course/dto/update-course-structure-session.dto.d.ts +6 -0
  91. package/dist/course/dto/update-course-structure-session.dto.d.ts.map +1 -0
  92. package/dist/course/dto/update-course-structure-session.dto.js +9 -0
  93. package/dist/course/dto/update-course-structure-session.dto.js.map +1 -0
  94. package/dist/course/dto/update-course.dto.d.ts +6 -0
  95. package/dist/course/dto/update-course.dto.d.ts.map +1 -0
  96. package/dist/course/dto/update-course.dto.js +9 -0
  97. package/dist/course/dto/update-course.dto.js.map +1 -0
  98. package/dist/dashboard/dashboard.controller.d.ts +101 -0
  99. package/dist/dashboard/dashboard.controller.d.ts.map +1 -0
  100. package/dist/dashboard/dashboard.controller.js +40 -0
  101. package/dist/dashboard/dashboard.controller.js.map +1 -0
  102. package/dist/dashboard/dashboard.module.d.ts +3 -0
  103. package/dist/dashboard/dashboard.module.d.ts.map +1 -0
  104. package/dist/dashboard/dashboard.module.js +25 -0
  105. package/dist/dashboard/dashboard.module.js.map +1 -0
  106. package/dist/dashboard/dashboard.service.d.ts +130 -0
  107. package/dist/dashboard/dashboard.service.d.ts.map +1 -0
  108. package/dist/dashboard/dashboard.service.js +626 -0
  109. package/dist/dashboard/dashboard.service.js.map +1 -0
  110. package/dist/enterprise/dto/add-enterprise-class-group.dto.d.ts +4 -0
  111. package/dist/enterprise/dto/add-enterprise-class-group.dto.d.ts.map +1 -0
  112. package/dist/enterprise/dto/add-enterprise-class-group.dto.js +22 -0
  113. package/dist/enterprise/dto/add-enterprise-class-group.dto.js.map +1 -0
  114. package/dist/enterprise/dto/add-enterprise-course.dto.d.ts +5 -0
  115. package/dist/enterprise/dto/add-enterprise-course.dto.d.ts.map +1 -0
  116. package/dist/enterprise/dto/add-enterprise-course.dto.js +27 -0
  117. package/dist/enterprise/dto/add-enterprise-course.dto.js.map +1 -0
  118. package/dist/enterprise/dto/add-enterprise-student.dto.d.ts +5 -0
  119. package/dist/enterprise/dto/add-enterprise-student.dto.d.ts.map +1 -0
  120. package/dist/enterprise/dto/add-enterprise-student.dto.js +27 -0
  121. package/dist/enterprise/dto/add-enterprise-student.dto.js.map +1 -0
  122. package/dist/enterprise/dto/add-enterprise-user.dto.d.ts +7 -0
  123. package/dist/enterprise/dto/add-enterprise-user.dto.d.ts.map +1 -0
  124. package/dist/enterprise/dto/add-enterprise-user.dto.js +36 -0
  125. package/dist/enterprise/dto/add-enterprise-user.dto.js.map +1 -0
  126. package/dist/enterprise/dto/create-enterprise.dto.d.ts +10 -0
  127. package/dist/enterprise/dto/create-enterprise.dto.d.ts.map +1 -0
  128. package/dist/enterprise/dto/create-enterprise.dto.js +54 -0
  129. package/dist/enterprise/dto/create-enterprise.dto.js.map +1 -0
  130. package/dist/enterprise/dto/update-enterprise-student.dto.d.ts +4 -0
  131. package/dist/enterprise/dto/update-enterprise-student.dto.d.ts.map +1 -0
  132. package/dist/enterprise/dto/update-enterprise-student.dto.js +22 -0
  133. package/dist/enterprise/dto/update-enterprise-student.dto.js.map +1 -0
  134. package/dist/enterprise/dto/update-enterprise-user.dto.d.ts +5 -0
  135. package/dist/enterprise/dto/update-enterprise-user.dto.d.ts.map +1 -0
  136. package/dist/enterprise/dto/update-enterprise-user.dto.js +27 -0
  137. package/dist/enterprise/dto/update-enterprise-user.dto.js.map +1 -0
  138. package/dist/enterprise/dto/update-enterprise.dto.d.ts +6 -0
  139. package/dist/enterprise/dto/update-enterprise.dto.d.ts.map +1 -0
  140. package/dist/enterprise/dto/update-enterprise.dto.js +9 -0
  141. package/dist/enterprise/dto/update-enterprise.dto.js.map +1 -0
  142. package/dist/enterprise/enterprise.controller.d.ts +269 -0
  143. package/dist/enterprise/enterprise.controller.d.ts.map +1 -0
  144. package/dist/enterprise/enterprise.controller.js +311 -0
  145. package/dist/enterprise/enterprise.controller.js.map +1 -0
  146. package/dist/enterprise/enterprise.module.d.ts +3 -0
  147. package/dist/enterprise/enterprise.module.d.ts.map +1 -0
  148. package/dist/enterprise/enterprise.module.js +25 -0
  149. package/dist/enterprise/enterprise.module.js.map +1 -0
  150. package/dist/enterprise/enterprise.service.d.ts +282 -0
  151. package/dist/enterprise/enterprise.service.d.ts.map +1 -0
  152. package/dist/enterprise/enterprise.service.js +627 -0
  153. package/dist/enterprise/enterprise.service.js.map +1 -0
  154. package/dist/evaluation/evaluation.controller.d.ts +56 -0
  155. package/dist/evaluation/evaluation.controller.d.ts.map +1 -0
  156. package/dist/evaluation/evaluation.controller.js +76 -0
  157. package/dist/evaluation/evaluation.controller.js.map +1 -0
  158. package/dist/evaluation/evaluation.module.d.ts +3 -0
  159. package/dist/evaluation/evaluation.module.d.ts.map +1 -0
  160. package/dist/evaluation/evaluation.module.js +25 -0
  161. package/dist/evaluation/evaluation.module.js.map +1 -0
  162. package/dist/evaluation/evaluation.service.d.ts +67 -0
  163. package/dist/evaluation/evaluation.service.d.ts.map +1 -0
  164. package/dist/evaluation/evaluation.service.js +378 -0
  165. package/dist/evaluation/evaluation.service.js.map +1 -0
  166. package/dist/exam/dto/create-exam-question.dto.d.ts +25 -0
  167. package/dist/exam/dto/create-exam-question.dto.d.ts.map +1 -0
  168. package/dist/exam/dto/create-exam-question.dto.js +117 -0
  169. package/dist/exam/dto/create-exam-question.dto.js.map +1 -0
  170. package/dist/exam/dto/create-exam.dto.d.ts +11 -0
  171. package/dist/exam/dto/create-exam.dto.d.ts.map +1 -0
  172. package/dist/exam/dto/create-exam.dto.js +63 -0
  173. package/dist/exam/dto/create-exam.dto.js.map +1 -0
  174. package/dist/exam/dto/reorder-exam-questions.dto.d.ts +4 -0
  175. package/dist/exam/dto/reorder-exam-questions.dto.d.ts.map +1 -0
  176. package/dist/exam/dto/reorder-exam-questions.dto.js +23 -0
  177. package/dist/exam/dto/reorder-exam-questions.dto.js.map +1 -0
  178. package/dist/exam/dto/save-exam-attempt-answers.dto.d.ts +14 -0
  179. package/dist/exam/dto/save-exam-attempt-answers.dto.d.ts.map +1 -0
  180. package/dist/exam/dto/save-exam-attempt-answers.dto.js +68 -0
  181. package/dist/exam/dto/save-exam-attempt-answers.dto.js.map +1 -0
  182. package/dist/exam/dto/start-exam-attempt.dto.d.ts +4 -0
  183. package/dist/exam/dto/start-exam-attempt.dto.d.ts.map +1 -0
  184. package/dist/exam/dto/start-exam-attempt.dto.js +23 -0
  185. package/dist/exam/dto/start-exam-attempt.dto.js.map +1 -0
  186. package/dist/exam/dto/submit-exam-attempt.dto.d.ts +5 -0
  187. package/dist/exam/dto/submit-exam-attempt.dto.d.ts.map +1 -0
  188. package/dist/exam/dto/submit-exam-attempt.dto.js +23 -0
  189. package/dist/exam/dto/submit-exam-attempt.dto.js.map +1 -0
  190. package/dist/exam/dto/update-exam-question.dto.d.ts +6 -0
  191. package/dist/exam/dto/update-exam-question.dto.d.ts.map +1 -0
  192. package/dist/exam/dto/update-exam-question.dto.js +9 -0
  193. package/dist/exam/dto/update-exam-question.dto.js.map +1 -0
  194. package/dist/exam/dto/update-exam.dto.d.ts +6 -0
  195. package/dist/exam/dto/update-exam.dto.d.ts.map +1 -0
  196. package/dist/exam/dto/update-exam.dto.js +9 -0
  197. package/dist/exam/dto/update-exam.dto.js.map +1 -0
  198. package/dist/exam/exam-attempt.controller.d.ts +273 -0
  199. package/dist/exam/exam-attempt.controller.d.ts.map +1 -0
  200. package/dist/exam/exam-attempt.controller.js +84 -0
  201. package/dist/exam/exam-attempt.controller.js.map +1 -0
  202. package/dist/exam/exam-attempt.service.d.ts +302 -0
  203. package/dist/exam/exam-attempt.service.d.ts.map +1 -0
  204. package/dist/exam/exam-attempt.service.js +776 -0
  205. package/dist/exam/exam-attempt.service.js.map +1 -0
  206. package/dist/exam/exam.controller.d.ts +162 -0
  207. package/dist/exam/exam.controller.d.ts.map +1 -0
  208. package/dist/exam/exam.controller.js +158 -0
  209. package/dist/exam/exam.controller.js.map +1 -0
  210. package/dist/exam/exam.module.d.ts +3 -0
  211. package/dist/exam/exam.module.d.ts.map +1 -0
  212. package/dist/exam/exam.module.js +27 -0
  213. package/dist/exam/exam.module.js.map +1 -0
  214. package/dist/exam/exam.service.d.ts +179 -0
  215. package/dist/exam/exam.service.d.ts.map +1 -0
  216. package/dist/exam/exam.service.js +597 -0
  217. package/dist/exam/exam.service.js.map +1 -0
  218. package/dist/index.d.ts +28 -0
  219. package/dist/index.d.ts.map +1 -1
  220. package/dist/index.js +28 -0
  221. package/dist/index.js.map +1 -1
  222. package/dist/instructor/dto/create-instructor.dto.d.ts +10 -0
  223. package/dist/instructor/dto/create-instructor.dto.d.ts.map +1 -0
  224. package/dist/instructor/dto/create-instructor.dto.js +55 -0
  225. package/dist/instructor/dto/create-instructor.dto.js.map +1 -0
  226. package/dist/instructor/dto/update-instructor.dto.d.ts +9 -0
  227. package/dist/instructor/dto/update-instructor.dto.d.ts.map +1 -0
  228. package/dist/instructor/dto/update-instructor.dto.js +51 -0
  229. package/dist/instructor/dto/update-instructor.dto.js.map +1 -0
  230. package/dist/instructor/instructor.controller.d.ts +52 -0
  231. package/dist/instructor/instructor.controller.d.ts.map +1 -0
  232. package/dist/instructor/instructor.controller.js +98 -0
  233. package/dist/instructor/instructor.controller.js.map +1 -0
  234. package/dist/instructor/instructor.module.d.ts +3 -0
  235. package/dist/instructor/instructor.module.d.ts.map +1 -0
  236. package/dist/instructor/instructor.module.js +25 -0
  237. package/dist/instructor/instructor.module.js.map +1 -0
  238. package/dist/instructor/instructor.service.d.ts +79 -0
  239. package/dist/instructor/instructor.service.d.ts.map +1 -0
  240. package/dist/instructor/instructor.service.js +528 -0
  241. package/dist/instructor/instructor.service.js.map +1 -0
  242. package/dist/lms.module.d.ts.map +1 -1
  243. package/dist/lms.module.js +36 -4
  244. package/dist/lms.module.js.map +1 -1
  245. package/dist/reports/reports.controller.d.ts +69 -0
  246. package/dist/reports/reports.controller.d.ts.map +1 -0
  247. package/dist/reports/reports.controller.js +40 -0
  248. package/dist/reports/reports.controller.js.map +1 -0
  249. package/dist/reports/reports.module.d.ts +3 -0
  250. package/dist/reports/reports.module.d.ts.map +1 -0
  251. package/dist/reports/reports.module.js +25 -0
  252. package/dist/reports/reports.module.js.map +1 -0
  253. package/dist/reports/reports.service.d.ts +80 -0
  254. package/dist/reports/reports.service.d.ts.map +1 -0
  255. package/dist/reports/reports.service.js +366 -0
  256. package/dist/reports/reports.service.js.map +1 -0
  257. package/dist/training/dto/create-training.dto.d.ts +19 -0
  258. package/dist/training/dto/create-training.dto.d.ts.map +1 -0
  259. package/dist/training/dto/create-training.dto.js +98 -0
  260. package/dist/training/dto/create-training.dto.js.map +1 -0
  261. package/dist/training/dto/update-training.dto.d.ts +6 -0
  262. package/dist/training/dto/update-training.dto.d.ts.map +1 -0
  263. package/dist/training/dto/update-training.dto.js +9 -0
  264. package/dist/training/dto/update-training.dto.js.map +1 -0
  265. package/dist/training/training.controller.d.ts +195 -0
  266. package/dist/training/training.controller.d.ts.map +1 -0
  267. package/dist/training/training.controller.js +104 -0
  268. package/dist/training/training.controller.js.map +1 -0
  269. package/dist/training/training.module.d.ts +3 -0
  270. package/dist/training/training.module.d.ts.map +1 -0
  271. package/dist/training/training.module.js +25 -0
  272. package/dist/training/training.module.js.map +1 -0
  273. package/dist/training/training.service.d.ts +213 -0
  274. package/dist/training/training.service.d.ts.map +1 -0
  275. package/dist/training/training.service.js +497 -0
  276. package/dist/training/training.service.js.map +1 -0
  277. package/hedhog/data/dashboard.yaml +6 -0
  278. package/hedhog/data/dashboard_component.yaml +153 -0
  279. package/hedhog/data/dashboard_component_role.yaml +97 -0
  280. package/hedhog/data/dashboard_item.yaml +167 -0
  281. package/hedhog/data/dashboard_role.yaml +6 -0
  282. package/hedhog/data/instructor_qualification.yaml +16 -0
  283. package/hedhog/data/menu.yaml +129 -19
  284. package/hedhog/data/role.yaml +25 -1
  285. package/hedhog/data/route.yaml +867 -0
  286. package/hedhog/frontend/app/_components/class-form-sheet.tsx.ejs +1992 -0
  287. package/hedhog/frontend/app/_components/course-form-sheet.tsx.ejs +480 -0
  288. package/hedhog/frontend/app/_components/create-lms-instructor-sheet.tsx.ejs +591 -0
  289. package/hedhog/frontend/app/_components/create-lms-person-sheet.tsx.ejs +164 -0
  290. package/hedhog/frontend/app/_components/create-lms-student-person-sheet.tsx.ejs +120 -0
  291. package/hedhog/frontend/app/_components/lms-class-calendar.tsx.ejs +272 -0
  292. package/hedhog/frontend/app/_components/mobile-calendar.tsx.ejs +277 -0
  293. package/hedhog/frontend/app/_lib/editor/canvasInstance.ts.ejs +48 -0
  294. package/hedhog/frontend/app/_lib/editor/pctHelpers.ts.ejs +50 -0
  295. package/hedhog/frontend/app/_lib/editor/templateSerializer.ts.ejs +268 -0
  296. package/hedhog/frontend/app/_lib/editor/types.ts.ejs +94 -0
  297. package/hedhog/frontend/app/_lib/store/useTemplateStore.ts.ejs +284 -0
  298. package/hedhog/frontend/app/certificates/issued/page.tsx.ejs +638 -0
  299. package/hedhog/frontend/app/certificates/models/CanvasStage.tsx.ejs +916 -0
  300. package/hedhog/frontend/app/certificates/models/LeftPanel.tsx.ejs +200 -0
  301. package/hedhog/frontend/app/certificates/models/RightPanel.tsx.ejs +769 -0
  302. package/hedhog/frontend/app/certificates/models/TemplateEditorPage.tsx.ejs +104 -0
  303. package/hedhog/frontend/app/certificates/models/TopBar.tsx.ejs +354 -0
  304. package/hedhog/frontend/app/certificates/models/editor/page.tsx.ejs +5 -0
  305. package/hedhog/frontend/app/certificates/models/page.tsx.ejs +883 -0
  306. package/hedhog/frontend/app/classes/[id]/_components/event-summary-popover.tsx.ejs +279 -0
  307. package/hedhog/frontend/app/classes/[id]/_components/quick-create-session-popover.tsx.ejs +1027 -0
  308. package/hedhog/frontend/app/classes/[id]/page.tsx.ejs +3130 -993
  309. package/hedhog/frontend/app/classes/page.tsx.ejs +2731 -759
  310. package/hedhog/frontend/app/courses/[id]/_components/CourseCertificateCard.tsx.ejs +80 -0
  311. package/hedhog/frontend/app/courses/[id]/_components/CourseClassificationCard.tsx.ejs +226 -0
  312. package/hedhog/frontend/app/courses/[id]/_components/CourseContentCard.tsx.ejs +71 -0
  313. package/hedhog/frontend/app/courses/[id]/_components/CourseDangerZoneCard.tsx.ejs +42 -0
  314. package/hedhog/frontend/app/courses/[id]/_components/CourseFlagsCard.tsx.ejs +111 -0
  315. package/hedhog/frontend/app/courses/[id]/_components/CourseMainInfoCard.tsx.ejs +113 -0
  316. package/hedhog/frontend/app/courses/[id]/_components/CourseMediaCard.tsx.ejs +215 -0
  317. package/hedhog/frontend/app/courses/[id]/_components/CourseMultiEntityPicker.tsx.ejs +236 -0
  318. package/hedhog/frontend/app/courses/[id]/_components/CourseRelationsCard.tsx.ejs +141 -0
  319. package/hedhog/frontend/app/courses/[id]/_components/CourseSectionCard.tsx.ejs +57 -0
  320. package/hedhog/frontend/app/courses/[id]/_components/CourseSummaryCard.tsx.ejs +60 -0
  321. package/hedhog/frontend/app/courses/[id]/_components/course-edit-types.ts.ejs +33 -0
  322. package/hedhog/frontend/app/courses/[id]/page.tsx.ejs +933 -1103
  323. package/hedhog/frontend/app/courses/[id]/structure/page.tsx.ejs +699 -117
  324. package/hedhog/frontend/app/courses/page.tsx.ejs +1018 -1042
  325. package/hedhog/frontend/app/enterprise/[id]/page.tsx.ejs +317 -0
  326. package/hedhog/frontend/app/enterprise/_components/enterprise-activity-panel.tsx.ejs +88 -0
  327. package/hedhog/frontend/app/enterprise/_components/enterprise-admin-create-sheet.tsx.ejs +318 -0
  328. package/hedhog/frontend/app/enterprise/_components/enterprise-administrators-tab.tsx.ejs +332 -0
  329. package/hedhog/frontend/app/enterprise/_components/enterprise-class-create-sheet.tsx.ejs +58 -0
  330. package/hedhog/frontend/app/enterprise/_components/enterprise-classes-tab.tsx.ejs +390 -0
  331. package/hedhog/frontend/app/enterprise/_components/enterprise-company-identity-card.tsx.ejs +112 -0
  332. package/hedhog/frontend/app/enterprise/_components/enterprise-course-create-sheet.tsx.ejs +183 -0
  333. package/hedhog/frontend/app/enterprise/_components/enterprise-courses-tab.tsx.ejs +363 -0
  334. package/hedhog/frontend/app/enterprise/_components/enterprise-detail-constants.ts.ejs +88 -0
  335. package/hedhog/frontend/app/enterprise/_components/enterprise-detail-sheet.tsx.ejs +548 -0
  336. package/hedhog/frontend/app/enterprise/_components/enterprise-detail-utils.ts.ejs +33 -0
  337. package/hedhog/frontend/app/enterprise/_components/enterprise-mocks.ts.ejs +277 -0
  338. package/hedhog/frontend/app/enterprise/_components/enterprise-person-picker.ts.ejs +31 -0
  339. package/hedhog/frontend/app/enterprise/_components/enterprise-progress-bar.tsx.ejs +21 -0
  340. package/hedhog/frontend/app/enterprise/_components/enterprise-related-tab.tsx.ejs +224 -0
  341. package/hedhog/frontend/app/enterprise/_components/enterprise-sheet.tsx.ejs +397 -0
  342. package/hedhog/frontend/app/enterprise/_components/enterprise-student-create-sheet.tsx.ejs +167 -0
  343. package/hedhog/frontend/app/enterprise/_components/enterprise-students-tab.tsx.ejs +267 -0
  344. package/hedhog/frontend/app/enterprise/_components/enterprise-system-user-picker.ts.ejs +42 -0
  345. package/hedhog/frontend/app/enterprise/_components/enterprise-types.ts.ejs +96 -0
  346. package/hedhog/frontend/app/enterprise/_components/enterprise-user-create-sheet.tsx.ejs +207 -0
  347. package/hedhog/frontend/app/enterprise/_components/enterprise-user-distribution-chart.tsx.ejs +149 -0
  348. package/hedhog/frontend/app/enterprise/page.tsx.ejs +596 -0
  349. package/hedhog/frontend/app/evaluations/page.tsx.ejs +1250 -0
  350. package/hedhog/frontend/app/exams/[id]/attempt/page.tsx.ejs +642 -196
  351. package/hedhog/frontend/app/exams/[id]/page.tsx.ejs +11 -0
  352. package/hedhog/frontend/app/exams/[id]/questions/page.tsx.ejs +1316 -436
  353. package/hedhog/frontend/app/exams/page.tsx.ejs +799 -546
  354. package/hedhog/frontend/app/layout.tsx.ejs +5 -0
  355. package/hedhog/frontend/app/page.tsx.ejs +3 -1220
  356. package/hedhog/frontend/app/reports/courses/page.tsx.ejs +843 -0
  357. package/hedhog/frontend/app/reports/dashboard/page.tsx.ejs +890 -0
  358. package/hedhog/frontend/app/reports/page.tsx.ejs +802 -808
  359. package/hedhog/frontend/app/reports/students/page.tsx.ejs +772 -0
  360. package/hedhog/frontend/app/training/page.tsx.ejs +1873 -628
  361. package/hedhog/frontend/messages/en.json +1606 -111
  362. package/hedhog/frontend/messages/pt.json +1636 -134
  363. package/hedhog/frontend/widgets/active-classes-kpi.tsx.ejs +74 -0
  364. package/hedhog/frontend/widgets/active-courses-kpi.tsx.ejs +74 -0
  365. package/hedhog/frontend/widgets/approval-rate-kpi.tsx.ejs +81 -0
  366. package/hedhog/frontend/widgets/category-distribution-chart.tsx.ejs +119 -0
  367. package/hedhog/frontend/widgets/class-calendar.tsx.ejs +440 -0
  368. package/hedhog/frontend/widgets/completion-rate-kpi.tsx.ejs +81 -0
  369. package/hedhog/frontend/widgets/engagement-chart.tsx.ejs +120 -0
  370. package/hedhog/frontend/widgets/footer-summary.tsx.ejs +80 -0
  371. package/hedhog/frontend/widgets/issued-certificates-kpi.tsx.ejs +74 -0
  372. package/hedhog/frontend/widgets/latest-enrollments.tsx.ejs +166 -0
  373. package/hedhog/frontend/widgets/student-growth-chart.tsx.ejs +89 -0
  374. package/hedhog/frontend/widgets/top-courses-chart.tsx.ejs +104 -0
  375. package/hedhog/frontend/widgets/total-students-kpi.tsx.ejs +78 -0
  376. package/hedhog/frontend/widgets/upcoming-classes.tsx.ejs +152 -0
  377. package/hedhog/table/course.yaml +19 -1
  378. package/hedhog/table/course_class_group.yaml +8 -0
  379. package/hedhog/table/course_class_session.yaml +33 -0
  380. package/hedhog/table/course_instructor.yaml +27 -0
  381. package/hedhog/table/enterprise.yaml +29 -0
  382. package/hedhog/table/enterprise_class_group.yaml +20 -0
  383. package/hedhog/table/enterprise_course.yaml +23 -0
  384. package/hedhog/table/enterprise_student.yaml +24 -0
  385. package/hedhog/table/enterprise_user.yaml +35 -0
  386. package/hedhog/table/instructor_qualification.yaml +26 -0
  387. package/hedhog/table/instructor_qualification_assignment.yaml +22 -0
  388. package/hedhog/table/question.yaml +6 -0
  389. package/package.json +6 -6
  390. package/src/certificate/certificate.controller.ts +83 -0
  391. package/src/certificate/certificate.module.ts +13 -0
  392. package/src/certificate/certificate.service.ts +413 -0
  393. package/src/certificate/dto/create-certificate-template.dto.ts +25 -0
  394. package/src/certificate/dto/update-certificate-template.dto.ts +6 -0
  395. package/src/class-group/class-group.controller.ts +189 -0
  396. package/src/class-group/class-group.module.ts +12 -0
  397. package/src/class-group/class-group.service.ts +1802 -0
  398. package/src/class-group/dto/create-class-group.dto.ts +139 -0
  399. package/src/class-group/dto/create-session.dto.ts +102 -0
  400. package/src/class-group/dto/enrollment.dto.ts +70 -0
  401. package/src/class-group/dto/update-class-group.dto.ts +4 -0
  402. package/src/class-group/dto/update-session.dto.ts +9 -0
  403. package/src/course/course-structure.controller.ts +85 -0
  404. package/src/course/course-structure.service.ts +525 -0
  405. package/src/course/course.controller.ts +69 -0
  406. package/src/course/course.module.ts +15 -0
  407. package/src/course/course.service.ts +920 -0
  408. package/src/course/dto/create-course-structure-lesson.dto.ts +97 -0
  409. package/src/course/dto/create-course-structure-session.dto.ts +22 -0
  410. package/src/course/dto/create-course.dto.ts +111 -0
  411. package/src/course/dto/update-course-structure-lesson.dto.ts +6 -0
  412. package/src/course/dto/update-course-structure-session.dto.ts +6 -0
  413. package/src/course/dto/update-course.dto.ts +4 -0
  414. package/src/dashboard/dashboard.controller.ts +14 -0
  415. package/src/dashboard/dashboard.module.ts +12 -0
  416. package/src/dashboard/dashboard.service.ts +726 -0
  417. package/src/enterprise/dto/add-enterprise-class-group.dto.ts +7 -0
  418. package/src/enterprise/dto/add-enterprise-course.dto.ts +11 -0
  419. package/src/enterprise/dto/add-enterprise-student.dto.ts +16 -0
  420. package/src/enterprise/dto/add-enterprise-user.dto.ts +23 -0
  421. package/src/enterprise/dto/create-enterprise.dto.ts +41 -0
  422. package/src/enterprise/dto/update-enterprise-student.dto.ts +7 -0
  423. package/src/enterprise/dto/update-enterprise-user.dto.ts +11 -0
  424. package/src/enterprise/dto/update-enterprise.dto.ts +4 -0
  425. package/src/enterprise/enterprise.controller.ts +233 -0
  426. package/src/enterprise/enterprise.module.ts +12 -0
  427. package/src/enterprise/enterprise.service.ts +712 -0
  428. package/src/evaluation/evaluation.controller.ts +44 -0
  429. package/src/evaluation/evaluation.module.ts +12 -0
  430. package/src/evaluation/evaluation.service.ts +394 -0
  431. package/src/exam/dto/create-exam-question.dto.ts +103 -0
  432. package/src/exam/dto/create-exam.dto.ts +41 -0
  433. package/src/exam/dto/reorder-exam-questions.dto.ts +8 -0
  434. package/src/exam/dto/save-exam-attempt-answers.dto.ts +55 -0
  435. package/src/exam/dto/start-exam-attempt.dto.ts +8 -0
  436. package/src/exam/dto/submit-exam-attempt.dto.ts +8 -0
  437. package/src/exam/dto/update-exam-question.dto.ts +4 -0
  438. package/src/exam/dto/update-exam.dto.ts +4 -0
  439. package/src/exam/exam-attempt.controller.ts +65 -0
  440. package/src/exam/exam-attempt.service.ts +1008 -0
  441. package/src/exam/exam.controller.ts +102 -0
  442. package/src/exam/exam.module.ts +14 -0
  443. package/src/exam/exam.service.ts +784 -0
  444. package/src/index.ts +29 -0
  445. package/src/instructor/dto/create-instructor.dto.ts +43 -0
  446. package/src/instructor/dto/update-instructor.dto.ts +38 -0
  447. package/src/instructor/instructor.controller.ts +73 -0
  448. package/src/instructor/instructor.module.ts +12 -0
  449. package/src/instructor/instructor.service.ts +646 -0
  450. package/src/lms.module.ts +36 -4
  451. package/src/reports/reports.controller.ts +14 -0
  452. package/src/reports/reports.module.ts +12 -0
  453. package/src/reports/reports.service.ts +485 -0
  454. package/src/training/dto/create-training.dto.ts +81 -0
  455. package/src/training/dto/update-training.dto.ts +4 -0
  456. package/src/training/training.controller.ts +68 -0
  457. package/src/training/training.module.ts +12 -0
  458. package/src/training/training.service.ts +574 -0
@@ -0,0 +1,867 @@
1
+ - url: /lms/evaluations
2
+ method: GET
3
+ relations:
4
+ role:
5
+ - where:
6
+ slug: admin
7
+ - where:
8
+ slug: admin-lms
9
+
10
+ - url: /lms/evaluations/stats
11
+ method: GET
12
+ relations:
13
+ role:
14
+ - where:
15
+ slug: admin
16
+ - where:
17
+ slug: admin-lms
18
+
19
+ - url: /lms/evaluations/filter-options
20
+ method: GET
21
+ relations:
22
+ role:
23
+ - where:
24
+ slug: admin
25
+ - where:
26
+ slug: admin-lms
27
+
28
+ - url: /lms/courses
29
+ method: GET
30
+ relations:
31
+ role:
32
+ - where:
33
+ slug: admin
34
+ - where:
35
+ slug: admin-lms
36
+
37
+ - url: /lms/dashboard
38
+ method: GET
39
+ relations:
40
+ role:
41
+ - where:
42
+ slug: admin
43
+ - where:
44
+ slug: admin-lms
45
+
46
+ - url: /lms/reports
47
+ method: GET
48
+ relations:
49
+ role:
50
+ - where:
51
+ slug: admin
52
+ - where:
53
+ slug: admin-lms
54
+
55
+ - url: /lms/courses/stats
56
+ method: GET
57
+ relations:
58
+ role:
59
+ - where:
60
+ slug: admin
61
+ - where:
62
+ slug: admin-lms
63
+
64
+ - url: /lms/courses/:id
65
+ method: GET
66
+ relations:
67
+ role:
68
+ - where:
69
+ slug: admin
70
+ - where:
71
+ slug: admin-lms
72
+
73
+ - url: /lms/courses
74
+ method: POST
75
+ relations:
76
+ role:
77
+ - where:
78
+ slug: admin
79
+ - where:
80
+ slug: admin-lms
81
+
82
+ - url: /lms/courses/:id
83
+ method: PATCH
84
+ relations:
85
+ role:
86
+ - where:
87
+ slug: admin
88
+ - where:
89
+ slug: admin-lms
90
+
91
+ - url: /lms/courses/:id
92
+ method: DELETE
93
+ relations:
94
+ role:
95
+ - where:
96
+ slug: admin
97
+ - where:
98
+ slug: admin-lms
99
+
100
+ - url: /lms/courses/:id/structure
101
+ method: GET
102
+ relations:
103
+ role:
104
+ - where:
105
+ slug: admin
106
+ - where:
107
+ slug: admin-lms
108
+
109
+ - url: /lms/courses/:id/structure/sessions
110
+ method: POST
111
+ relations:
112
+ role:
113
+ - where:
114
+ slug: admin
115
+ - where:
116
+ slug: admin-lms
117
+
118
+ - url: /lms/courses/:id/structure/sessions/:sessionId
119
+ method: PATCH
120
+ relations:
121
+ role:
122
+ - where:
123
+ slug: admin
124
+ - where:
125
+ slug: admin-lms
126
+
127
+ - url: /lms/courses/:id/structure/sessions/:sessionId
128
+ method: DELETE
129
+ relations:
130
+ role:
131
+ - where:
132
+ slug: admin
133
+ - where:
134
+ slug: admin-lms
135
+
136
+ - url: /lms/courses/:id/structure/sessions/:sessionId/lessons
137
+ method: POST
138
+ relations:
139
+ role:
140
+ - where:
141
+ slug: admin
142
+ - where:
143
+ slug: admin-lms
144
+
145
+ - url: /lms/courses/:id/structure/sessions/:sessionId/lessons/:lessonId
146
+ method: PATCH
147
+ relations:
148
+ role:
149
+ - where:
150
+ slug: admin
151
+ - where:
152
+ slug: admin-lms
153
+
154
+ - url: /lms/courses/:id/structure/sessions/:sessionId/lessons/:lessonId
155
+ method: DELETE
156
+ relations:
157
+ role:
158
+ - where:
159
+ slug: admin
160
+ - where:
161
+ slug: admin-lms
162
+
163
+ - url: /lms/instructors
164
+ method: GET
165
+ relations:
166
+ role:
167
+ - where:
168
+ slug: admin
169
+ - where:
170
+ slug: admin-lms
171
+
172
+ - url: /lms/instructors
173
+ method: POST
174
+ relations:
175
+ role:
176
+ - where:
177
+ slug: admin
178
+ - where:
179
+ slug: admin-lms
180
+
181
+ - url: /lms/instructors/:id
182
+ method: GET
183
+ relations:
184
+ role:
185
+ - where:
186
+ slug: admin
187
+ - where:
188
+ slug: admin-lms
189
+
190
+ - url: /lms/instructors/:id
191
+ method: PATCH
192
+ relations:
193
+ role:
194
+ - where:
195
+ slug: admin
196
+ - where:
197
+ slug: admin-lms
198
+
199
+ - url: /lms/classes
200
+ method: GET
201
+ relations:
202
+ role:
203
+ - where:
204
+ slug: admin
205
+ - where:
206
+ slug: admin-lms
207
+
208
+ - url: /lms/classes/stats
209
+ method: GET
210
+ relations:
211
+ role:
212
+ - where:
213
+ slug: admin
214
+ - where:
215
+ slug: admin-lms
216
+
217
+ - url: /lms/classes/:id
218
+ method: GET
219
+ relations:
220
+ role:
221
+ - where:
222
+ slug: admin
223
+ - where:
224
+ slug: admin-lms
225
+
226
+ - url: /lms/classes
227
+ method: POST
228
+ relations:
229
+ role:
230
+ - where:
231
+ slug: admin
232
+ - where:
233
+ slug: admin-lms
234
+
235
+ - url: /lms/classes/:id
236
+ method: PATCH
237
+ relations:
238
+ role:
239
+ - where:
240
+ slug: admin
241
+ - where:
242
+ slug: admin-lms
243
+
244
+ - url: /lms/classes/:id
245
+ method: DELETE
246
+ relations:
247
+ role:
248
+ - where:
249
+ slug: admin
250
+ - where:
251
+ slug: admin-lms
252
+
253
+ - url: /lms/classes/:id/people/search
254
+ method: GET
255
+ relations:
256
+ role:
257
+ - where:
258
+ slug: admin
259
+ - where:
260
+ slug: admin-lms
261
+
262
+ - url: /lms/classes/:id/students
263
+ method: GET
264
+ relations:
265
+ role:
266
+ - where:
267
+ slug: admin
268
+ - where:
269
+ slug: admin-lms
270
+
271
+ - url: /lms/classes/:id/students
272
+ method: POST
273
+ relations:
274
+ role:
275
+ - where:
276
+ slug: admin
277
+ - where:
278
+ slug: admin-lms
279
+
280
+ - url: /lms/classes/:id/students/create
281
+ method: POST
282
+ relations:
283
+ role:
284
+ - where:
285
+ slug: admin
286
+ - where:
287
+ slug: admin-lms
288
+
289
+ - url: /lms/certificates/issued
290
+ method: GET
291
+ relations:
292
+ role:
293
+ - where:
294
+ slug: admin
295
+ - where:
296
+ slug: admin-lms
297
+
298
+ - url: /lms/certificates/templates
299
+ method: GET
300
+ relations:
301
+ role:
302
+ - where:
303
+ slug: admin
304
+ - where:
305
+ slug: admin-lms
306
+
307
+ - url: /lms/certificates/templates/:id
308
+ method: GET
309
+ relations:
310
+ role:
311
+ - where:
312
+ slug: admin
313
+ - where:
314
+ slug: admin-lms
315
+
316
+ - url: /lms/certificates/templates
317
+ method: POST
318
+ relations:
319
+ role:
320
+ - where:
321
+ slug: admin
322
+ - where:
323
+ slug: admin-lms
324
+
325
+ - url: /lms/certificates/templates/:id
326
+ method: PATCH
327
+ relations:
328
+ role:
329
+ - where:
330
+ slug: admin
331
+ - where:
332
+ slug: admin-lms
333
+
334
+ - url: /lms/certificates/templates/background-image
335
+ method: POST
336
+ relations:
337
+ role:
338
+ - where:
339
+ slug: admin
340
+ - where:
341
+ slug: admin-lms
342
+
343
+ - url: /lms/certificates/templates/:id
344
+ method: DELETE
345
+ relations:
346
+ role:
347
+ - where:
348
+ slug: admin
349
+ - where:
350
+ slug: admin-lms
351
+
352
+ - url: /lms/classes/:id/students/:personId
353
+ method: GET
354
+ relations:
355
+ role:
356
+ - where:
357
+ slug: admin
358
+ - where:
359
+ slug: admin-lms
360
+
361
+ - url: /lms/classes/:id/students/:personId
362
+ method: PATCH
363
+ relations:
364
+ role:
365
+ - where:
366
+ slug: admin
367
+ - where:
368
+ slug: admin-lms
369
+
370
+ - url: /lms/classes/:id/students/:personId
371
+ method: DELETE
372
+ relations:
373
+ role:
374
+ - where:
375
+ slug: admin
376
+ - where:
377
+ slug: admin-lms
378
+
379
+ - url: /lms/classes/:id/sessions
380
+ method: GET
381
+ relations:
382
+ role:
383
+ - where:
384
+ slug: admin
385
+ - where:
386
+ slug: admin-lms
387
+
388
+ - url: /lms/classes/:id/sessions
389
+ method: POST
390
+ relations:
391
+ role:
392
+ - where:
393
+ slug: admin
394
+ - where:
395
+ slug: admin-lms
396
+
397
+ - url: /lms/classes/:id/sessions/:sessionId
398
+ method: PATCH
399
+ relations:
400
+ role:
401
+ - where:
402
+ slug: admin
403
+ - where:
404
+ slug: admin-lms
405
+
406
+ - url: /lms/classes/:id/sessions/:sessionId
407
+ method: DELETE
408
+ relations:
409
+ role:
410
+ - where:
411
+ slug: admin
412
+ - where:
413
+ slug: admin-lms
414
+
415
+ - url: /lms/classes/:id/sessions/:sessionId/attendance
416
+ method: GET
417
+ relations:
418
+ role:
419
+ - where:
420
+ slug: admin
421
+ - where:
422
+ slug: admin-lms
423
+
424
+ - url: /lms/classes/:id/sessions/:sessionId/attendance
425
+ method: POST
426
+ relations:
427
+ role:
428
+ - where:
429
+ slug: admin
430
+ - where:
431
+ slug: admin-lms
432
+
433
+ - url: /lms/exams
434
+ method: GET
435
+ relations:
436
+ role:
437
+ - where:
438
+ slug: admin
439
+ - where:
440
+ slug: admin-lms
441
+
442
+ - url: /lms/exams/stats
443
+ method: GET
444
+ relations:
445
+ role:
446
+ - where:
447
+ slug: admin
448
+ - where:
449
+ slug: admin-lms
450
+
451
+ - url: /lms/exams/:id
452
+ method: GET
453
+ relations:
454
+ role:
455
+ - where:
456
+ slug: admin
457
+ - where:
458
+ slug: admin-lms
459
+
460
+ - url: /lms/exams
461
+ method: POST
462
+ relations:
463
+ role:
464
+ - where:
465
+ slug: admin
466
+ - where:
467
+ slug: admin-lms
468
+
469
+ - url: /lms/exams/:id
470
+ method: PATCH
471
+ relations:
472
+ role:
473
+ - where:
474
+ slug: admin
475
+ - where:
476
+ slug: admin-lms
477
+
478
+ - url: /lms/exams/:id
479
+ method: DELETE
480
+ relations:
481
+ role:
482
+ - where:
483
+ slug: admin
484
+ - where:
485
+ slug: admin-lms
486
+
487
+ - url: /lms/exams/:id/questions
488
+ method: GET
489
+ relations:
490
+ role:
491
+ - where:
492
+ slug: admin
493
+ - where:
494
+ slug: admin-lms
495
+
496
+ - url: /lms/exams/:id/questions
497
+ method: POST
498
+ relations:
499
+ role:
500
+ - where:
501
+ slug: admin
502
+ - where:
503
+ slug: admin-lms
504
+
505
+ - url: /lms/exams/:id/questions/:questionId
506
+ method: PATCH
507
+ relations:
508
+ role:
509
+ - where:
510
+ slug: admin
511
+ - where:
512
+ slug: admin-lms
513
+
514
+ - url: /lms/exams/:id/questions/:questionId
515
+ method: DELETE
516
+ relations:
517
+ role:
518
+ - where:
519
+ slug: admin
520
+ - where:
521
+ slug: admin-lms
522
+
523
+ - url: /lms/exams/:id/questions/order
524
+ method: PATCH
525
+ relations:
526
+ role:
527
+ - where:
528
+ slug: admin
529
+ - where:
530
+ slug: admin-lms
531
+
532
+ - url: /lms/exams/:id/attempt
533
+ method: GET
534
+ relations:
535
+ role:
536
+ - where:
537
+ slug: admin
538
+ - where:
539
+ slug: admin-lms
540
+
541
+ - url: /lms/exams/:id/attempt/start
542
+ method: POST
543
+ relations:
544
+ role:
545
+ - where:
546
+ slug: admin
547
+ - where:
548
+ slug: admin-lms
549
+
550
+ - url: /lms/exams/:id/attempt/:attemptId/answers
551
+ method: PATCH
552
+ relations:
553
+ role:
554
+ - where:
555
+ slug: admin
556
+ - where:
557
+ slug: admin-lms
558
+
559
+ - url: /lms/exams/:id/attempt/:attemptId/submit
560
+ method: POST
561
+ relations:
562
+ role:
563
+ - where:
564
+ slug: admin
565
+ - where:
566
+ slug: admin-lms
567
+
568
+ - url: /lms/training
569
+ method: GET
570
+ relations:
571
+ role:
572
+ - where:
573
+ slug: admin
574
+ - where:
575
+ slug: admin-lms
576
+
577
+ - url: /lms/training/stats
578
+ method: GET
579
+ relations:
580
+ role:
581
+ - where:
582
+ slug: admin
583
+ - where:
584
+ slug: admin-lms
585
+
586
+ - url: /lms/training/:id
587
+ method: GET
588
+ relations:
589
+ role:
590
+ - where:
591
+ slug: admin
592
+ - where:
593
+ slug: admin-lms
594
+
595
+ - url: /lms/training
596
+ method: POST
597
+ relations:
598
+ role:
599
+ - where:
600
+ slug: admin
601
+ - where:
602
+ slug: admin-lms
603
+
604
+ - url: /lms/training/:id
605
+ method: PATCH
606
+ relations:
607
+ role:
608
+ - where:
609
+ slug: admin
610
+ - where:
611
+ slug: admin-lms
612
+
613
+ - url: /lms/training/:id
614
+ method: DELETE
615
+ relations:
616
+ role:
617
+ - where:
618
+ slug: admin
619
+ - where:
620
+ slug: admin-lms
621
+
622
+ - url: /lms/enterprise
623
+ method: GET
624
+ relations:
625
+ role:
626
+ - where:
627
+ slug: admin
628
+ - where:
629
+ slug: admin-lms
630
+ - where:
631
+ slug: lms-enterprise-admin
632
+ - where:
633
+ slug: lms-instructor
634
+
635
+ - url: /lms/enterprise/stats
636
+ method: GET
637
+ relations:
638
+ role:
639
+ - where:
640
+ slug: admin
641
+ - where:
642
+ slug: admin-lms
643
+ - where:
644
+ slug: lms-enterprise-admin
645
+ - where:
646
+ slug: lms-instructor
647
+
648
+ - url: /lms/enterprise/crm-options
649
+ method: GET
650
+ relations:
651
+ role:
652
+ - where:
653
+ slug: admin
654
+ - where:
655
+ slug: admin-lms
656
+ - where:
657
+ slug: lms-enterprise-admin
658
+ - where:
659
+ slug: lms-instructor
660
+
661
+ - url: /lms/enterprise
662
+ method: POST
663
+ relations:
664
+ role:
665
+ - where:
666
+ slug: admin
667
+ - where:
668
+ slug: admin-lms
669
+ - where:
670
+ slug: lms-enterprise-admin
671
+
672
+ - url: /lms/enterprise/:id
673
+ method: GET
674
+ relations:
675
+ role:
676
+ - where:
677
+ slug: admin
678
+ - where:
679
+ slug: admin-lms
680
+ - where:
681
+ slug: lms-enterprise-admin
682
+ - where:
683
+ slug: lms-instructor
684
+
685
+ - url: /lms/enterprise/:id
686
+ method: PATCH
687
+ relations:
688
+ role:
689
+ - where:
690
+ slug: admin
691
+ - where:
692
+ slug: admin-lms
693
+ - where:
694
+ slug: lms-enterprise-admin
695
+
696
+ - url: /lms/enterprise/:id
697
+ method: DELETE
698
+ relations:
699
+ role:
700
+ - where:
701
+ slug: admin
702
+ - where:
703
+ slug: admin-lms
704
+ - where:
705
+ slug: lms-enterprise-admin
706
+
707
+ - url: /lms/enterprise/:id/users
708
+ method: GET
709
+ relations:
710
+ role:
711
+ - where:
712
+ slug: admin
713
+ - where:
714
+ slug: admin-lms
715
+ - where:
716
+ slug: lms-enterprise-admin
717
+ - where:
718
+ slug: lms-instructor
719
+
720
+ - url: /lms/enterprise/:id/users
721
+ method: POST
722
+ relations:
723
+ role:
724
+ - where:
725
+ slug: admin
726
+ - where:
727
+ slug: admin-lms
728
+ - where:
729
+ slug: lms-enterprise-admin
730
+
731
+ - url: /lms/enterprise/:id/users/:userId
732
+ method: PATCH
733
+ relations:
734
+ role:
735
+ - where:
736
+ slug: admin
737
+ - where:
738
+ slug: admin-lms
739
+ - where:
740
+ slug: lms-enterprise-admin
741
+
742
+ - url: /lms/enterprise/:id/users/:userId
743
+ method: DELETE
744
+ relations:
745
+ role:
746
+ - where:
747
+ slug: admin
748
+ - where:
749
+ slug: admin-lms
750
+ - where:
751
+ slug: lms-enterprise-admin
752
+
753
+ - url: /lms/enterprise/:id/courses
754
+ method: GET
755
+ relations:
756
+ role:
757
+ - where:
758
+ slug: admin
759
+ - where:
760
+ slug: admin-lms
761
+ - where:
762
+ slug: lms-enterprise-admin
763
+ - where:
764
+ slug: lms-instructor
765
+
766
+ - url: /lms/enterprise/:id/courses
767
+ method: POST
768
+ relations:
769
+ role:
770
+ - where:
771
+ slug: admin
772
+ - where:
773
+ slug: admin-lms
774
+ - where:
775
+ slug: lms-enterprise-admin
776
+
777
+ - url: /lms/enterprise/:id/courses/:courseId
778
+ method: DELETE
779
+ relations:
780
+ role:
781
+ - where:
782
+ slug: admin
783
+ - where:
784
+ slug: admin-lms
785
+ - where:
786
+ slug: lms-enterprise-admin
787
+
788
+ - url: /lms/enterprise/:id/classes
789
+ method: GET
790
+ relations:
791
+ role:
792
+ - where:
793
+ slug: admin
794
+ - where:
795
+ slug: admin-lms
796
+ - where:
797
+ slug: lms-enterprise-admin
798
+ - where:
799
+ slug: lms-instructor
800
+
801
+ - url: /lms/enterprise/:id/classes
802
+ method: POST
803
+ relations:
804
+ role:
805
+ - where:
806
+ slug: admin
807
+ - where:
808
+ slug: admin-lms
809
+ - where:
810
+ slug: lms-enterprise-admin
811
+
812
+ - url: /lms/enterprise/:id/classes/:classGroupId
813
+ method: DELETE
814
+ relations:
815
+ role:
816
+ - where:
817
+ slug: admin
818
+ - where:
819
+ slug: admin-lms
820
+ - where:
821
+ slug: lms-enterprise-admin
822
+
823
+ - url: /lms/enterprise/:id/students
824
+ method: GET
825
+ relations:
826
+ role:
827
+ - where:
828
+ slug: admin
829
+ - where:
830
+ slug: admin-lms
831
+ - where:
832
+ slug: lms-enterprise-admin
833
+ - where:
834
+ slug: lms-instructor
835
+
836
+ - url: /lms/enterprise/:id/students
837
+ method: POST
838
+ relations:
839
+ role:
840
+ - where:
841
+ slug: admin
842
+ - where:
843
+ slug: admin-lms
844
+ - where:
845
+ slug: lms-enterprise-admin
846
+
847
+ - url: /lms/enterprise/:id/students/:personId
848
+ method: PATCH
849
+ relations:
850
+ role:
851
+ - where:
852
+ slug: admin
853
+ - where:
854
+ slug: admin-lms
855
+ - where:
856
+ slug: lms-enterprise-admin
857
+
858
+ - url: /lms/enterprise/:id/students/:personId
859
+ method: DELETE
860
+ relations:
861
+ role:
862
+ - where:
863
+ slug: admin
864
+ - where:
865
+ slug: admin-lms
866
+ - where:
867
+ slug: lms-enterprise-admin