From eab929da4737856b286dc0444c23b4a1699de27b Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 11 Feb 2026 18:42:42 +0530 Subject: [PATCH] refactor: batch form --- frontend/src/pages/Batches/BatchDetail.vue | 51 +- frontend/src/pages/Batches/BatchForm.vue | 605 ++++++++---------- .../pages/Batches/components/Assessments.vue | 8 +- .../Batches/{ => components}/BatchCourses.vue | 38 +- .../Batches/components/BatchDashboard.vue | 5 +- .../pages/Batches/components/LiveClass.vue | 7 +- frontend/src/pages/Courses/CourseForm.vue | 4 +- 7 files changed, 343 insertions(+), 375 deletions(-) rename frontend/src/pages/Batches/{ => components}/BatchCourses.vue (83%) diff --git a/frontend/src/pages/Batches/BatchDetail.vue b/frontend/src/pages/Batches/BatchDetail.vue index 1b511741..97d33152 100644 --- a/frontend/src/pages/Batches/BatchDetail.vue +++ b/frontend/src/pages/Batches/BatchDetail.vue @@ -1,9 +1,22 @@ diff --git a/frontend/src/pages/Batches/components/Assessments.vue b/frontend/src/pages/Batches/components/Assessments.vue index f8b71c76..cf7893b9 100644 --- a/frontend/src/pages/Batches/components/Assessments.vue +++ b/frontend/src/pages/Batches/components/Assessments.vue @@ -1,7 +1,7 @@