From 7ae92448962a3279b2b71f1d9a8922186165dc61 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 15 Jul 2024 13:45:38 +0530 Subject: [PATCH] feat: batch categories filter --- frontend/src/pages/Batches.vue | 119 +++++++++++++++++++++++++-------- frontend/src/pages/Courses.vue | 23 ++++--- frontend/src/stores/session.js | 5 +- frontend/src/stores/user.js | 1 - lms/lms/api.py | 18 +++++ lms/lms/utils.py | 1 + 6 files changed, 129 insertions(+), 38 deletions(-) diff --git a/frontend/src/pages/Batches.vue b/frontend/src/pages/Batches.vue index 0964c1ff..b099826c 100644 --- a/frontend/src/pages/Batches.vue +++ b/frontend/src/pages/Batches.vue @@ -7,7 +7,15 @@ class="h-7" :items="[{ label: __('All Batches'), route: { name: 'Batches' } }]" /> -
+
+
+