From 36c4e2f4dc98ca8e3e53cac40b974aa96017a1ac Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 19 Feb 2024 16:54:07 +0530 Subject: [PATCH] feat: job application modal --- .../components/Modals/JobApplicationModal.vue | 49 +++++++++++++++++++ .../src/components/UpcomingEvaluations.vue | 2 +- frontend/src/pages/JobDetail.vue | 6 ++- .../job_opportunity/job_opportunity.json | 17 ++++--- .../job_opportunity/job_opportunity.py | 1 - 5 files changed, 64 insertions(+), 11 deletions(-) create mode 100644 frontend/src/components/Modals/JobApplicationModal.vue diff --git a/frontend/src/components/Modals/JobApplicationModal.vue b/frontend/src/components/Modals/JobApplicationModal.vue new file mode 100644 index 00000000..3280c727 --- /dev/null +++ b/frontend/src/components/Modals/JobApplicationModal.vue @@ -0,0 +1,49 @@ + + diff --git a/frontend/src/components/UpcomingEvaluations.vue b/frontend/src/components/UpcomingEvaluations.vue index c39890ab..c24c56d6 100644 --- a/frontend/src/components/UpcomingEvaluations.vue +++ b/frontend/src/components/UpcomingEvaluations.vue @@ -10,7 +10,7 @@
-
+
{{ evl.course_title }}
diff --git a/frontend/src/pages/JobDetail.vue b/frontend/src/pages/JobDetail.vue index 8ca28ec3..b7bfd35e 100644 --- a/frontend/src/pages/JobDetail.vue +++ b/frontend/src/pages/JobDetail.vue @@ -23,7 +23,7 @@ {{ __('Report') }} -