-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1788 - Institution student profile #1863
Conversation
sources/packages/backend/libs/test-utils/src/factories/application.ts
Outdated
Show resolved
Hide resolved
sources/packages/backend/libs/test-utils/src/factories/application.ts
Outdated
Show resolved
Hide resolved
...ontrollers/student/_tests_/e2e/student.institutions.controller.getStudentProfile.e2e-spec.ts
Outdated
Show resolved
Hide resolved
birthDateFormatted: string; | ||
} | ||
|
||
export interface AESTStudentForm extends StudentFormInfo { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for creating the placeholder pages, Please work on the other devs comments. Nice work @dheepak-aot
@@ -0,0 +1,3 @@ | |||
<template> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
@@ -120,21 +111,13 @@ export default defineComponent({ | |||
}, | |||
]); | |||
|
|||
const goBack = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
sources/packages/web/src/views/institution/student/InstitutionStudentDetails.vue
Outdated
Show resolved
Hide resolved
sources/packages/web/src/views/institution/student/InstitutionStudentDetails.vue
Outdated
Show resolved
Hide resolved
sources/packages/web/src/views/institution/student/InstitutionStudentDetails.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @dheepak-aot . added some comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work and thanks for the placeholders also.
Please take a look at the comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sources/packages/backend/libs/test-utils/src/factories/application.ts
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing the changes, look good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @dheepak-aot 👍 Thanks for doing the changes 👍
Institution view student profile
student.controller.service.ts
andStudentRestrictionChip.vue
to get the props typed.