Skip to content

Commit bab0227

Browse files
committed
CSCEXAM-1159 Move Collab search to Regular search as a tab
- Consolidate collaborative exam search into the main exam search component. - Introduce tab navigation for regular and collaborative exams. - Remove deprecated collaborative exam search component. - Update routing to reflect changes in exam search structure. - Enhance loading and error handling for exam searches.
1 parent 1de3a90 commit bab0227

File tree

4 files changed

+494
-297
lines changed

4 files changed

+494
-297
lines changed

ui/src/app/app.routes.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ export const APP_ROUTES: Route[] = [
8484
loadComponent: () => import('./enrolment/search/exam-search.component').then((mod) => mod.ExamSearchComponent),
8585
title: () => buildTitle('i18n_exams_title'),
8686
},
87-
{
88-
path: 'exams/collaborative',
89-
loadComponent: () =>
90-
import('./enrolment/search/collaborative-exam-search.component').then(
91-
(mod) => mod.CollaborativeExamSearchComponent,
92-
),
93-
title: () => buildTitle('i18n_collaborative_exams_title'),
94-
},
9587
{
9688
path: 'participations',
9789
loadComponent: () =>

ui/src/app/enrolment/search/collaborative-exam-search.component.ts

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)