-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:implement loading student summary using nestjs (#2471)
* feat: implement nestjs route returning mock data * feat: implement getting student summary from new api * refactor: fix eslint issue * fix: fixed incorrect display of technical screening results on student dashboard page * refactor: remove unused code * refactor: remove redundant code * refactor: fix linter issue * fix: fix student summary api response type * fix: throw not found error when student is not found * fix: reactor if-else to ternary operation * refactor: rewrite database queries * refactor: make function getCurrentTaskScore more readable * refactor:refactor getStudentSummary function return statement * refactor: update course-student.service.ts imports not to use files from commons * refactor: use StudentSummaryDto instead of (MentorBasic & MentorContact) * reafactor: remove unused code * refactor: avoid using 'me' to load student summary data * refactor: fix syntax error at comment * refactor: shorten return statement at getStageInterviewRating function * refactor: remove unused import * refactor: avoid using unnecessary typecast * refactor: add destructuring to convertToMentorBasic function * refactor: remove types duplication * refactor: fix eslint error * fix: fix merge issues * refactor: fix eslint issue --------- Co-authored-by: Maksim Shylau <[email protected]>
- Loading branch information
1 parent
1f4be2d
commit 0ed6eba
Showing
18 changed files
with
654 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
client/src/modules/StudentDashboard/components/MentorCard/MentorCard.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.