feat: show job applications on frontend

This commit is contained in:
Rehan Ansari
2025-10-20 11:17:02 +05:30
parent 7756a6d593
commit a1a302f222
4 changed files with 317 additions and 1 deletions
+6
View File
@@ -112,6 +112,12 @@ const routes = [
component: () => import('@/pages/JobDetail.vue'),
props: true,
},
{
path: '/job-openings/:job/applications',
name: 'JobApplications',
component: () => import('@/pages/JobApplications.vue'),
props: true,
},
{
path: '/courses/:courseName/edit',
name: 'CourseForm',