From c888d365e23d5a3941b2a1a859e56b34aaab0502 Mon Sep 17 00:00:00 2001 From: Nadim Ritter Date: Mon, 21 Oct 2024 17:07:06 +0200 Subject: [PATCH] SEBSP-162 add seperate proctoring view for application search --- .../ApplicationsSearchUserList.vue | 20 + .../components/views/gallery/GalleryImage.vue | 8 +- .../ProctoringApplicationSearchPage.vue | 478 ++++++++++++++++++ .../views/proctoring/ProctoringViewPage.vue | 8 +- client/src/router/router.ts | 9 + .../api-services/applicationsSearchService.ts | 15 + .../applicationsSearchViewService.ts | 9 + .../{liveService.ts => linkService.ts} | 0 .../proctoringViewService.ts | 16 +- .../component-services/searchViewService.ts | 5 + client/src/utils/constants.ts | 1 + .../application-search.controller.ts | 15 + server/src/routes/routes.ts | 2 + .../services/application-search.service.ts | 7 + 14 files changed, 577 insertions(+), 16 deletions(-) create mode 100644 client/src/components/views/proctoring/ProctoringApplicationSearchPage.vue rename client/src/services/component-services/{liveService.ts => linkService.ts} (100%) diff --git a/client/src/components/views/applications-search/ApplicationsSearchUserList.vue b/client/src/components/views/applications-search/ApplicationsSearchUserList.vue index 9a28306..f43e0d0 100644 --- a/client/src/components/views/applications-search/ApplicationsSearchUserList.vue +++ b/client/src/components/views/applications-search/ApplicationsSearchUserList.vue @@ -9,6 +9,14 @@