feat: program self enrollment

This commit is contained in:
Jannat Patel
2025-08-19 17:33:20 +05:30
parent acd003814a
commit 9d3b6e0556
12 changed files with 437 additions and 138 deletions

View File

@@ -188,6 +188,12 @@ const routes = [
name: 'Programs',
component: () => import('@/pages/Programs/Programs.vue'),
},
{
path: '/programs/:programName',
name: 'ProgramDetail',
component: () => import('@/pages/Programs/ProgramDetail.vue'),
props: true,
},
{
path: '/assignments',
name: 'Assignments',