From 0ce7c74778d69ffe1b2ef28af18ece123a30cd80 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 5 Mar 2024 23:07:58 +0530 Subject: [PATCH] feat: lesson creation --- frontend/src/components/CourseOutline.vue | 14 +- .../src/components/Modals/BatchCreation.vue | 164 +++++++----- frontend/src/pages/Batch.vue | 2 +- frontend/src/pages/BatchDetail.vue | 4 +- frontend/src/pages/Batches.vue | 10 +- frontend/src/pages/CreateCourse.vue | 26 +- frontend/src/pages/CreateLesson.vue | 251 +++++++++++++++--- frontend/src/pages/Lesson.vue | 53 +++- frontend/src/pages/Statistics.vue | 24 +- frontend/src/router.js | 1 - lms/lms/utils.py | 15 +- 11 files changed, 409 insertions(+), 155 deletions(-) diff --git a/frontend/src/components/CourseOutline.vue b/frontend/src/components/CourseOutline.vue index 3f7e761d..6d667966 100644 --- a/frontend/src/components/CourseOutline.vue +++ b/frontend/src/components/CourseOutline.vue @@ -7,7 +7,7 @@
{{ __(title) }}
-