From 26a278c5f4f72376b78a3d37e647f0c9c7cd2f03 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 24 Apr 2025 18:22:00 +0530 Subject: [PATCH] feat: country filter in job list --- frontend/src/components/BatchCard.vue | 2 +- frontend/src/components/JobCard.vue | 16 +-- frontend/src/pages/JobDetail.vue | 17 +++- frontend/src/pages/Jobs.vue | 99 +++++++++++-------- .../job_opportunity/job_opportunity.json | 14 ++- lms/lms/api.py | 1 + lms/patches.txt | 3 +- .../v2_0/update_job_city_and_country.py | 28 ++++++ 8 files changed, 122 insertions(+), 58 deletions(-) create mode 100644 lms/patches/v2_0/update_job_city_and_country.py diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue index fe9d7b01..46b3095b 100644 --- a/frontend/src/components/BatchCard.vue +++ b/frontend/src/components/BatchCard.vue @@ -1,6 +1,6 @@