-
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
#2621 - Notice of Assessment Updates #3801
Conversation
andrepestana-aot
commented
Oct 17, 2024
•
edited
Loading
edited
- Updated NOA as per FIGMA layout;
- Formatted currency to $##,###.00 format;
- Updated assessment costs:
- order;
- tooltips;
- layout to fit the columns;
- Changed date format to "MMMM D, YYYY";
- Updated to dynamically display:
- "Your Part-time MSFAA number:";
- "Your cancelled Part-time MSFAA number:";
- "Your new Part-time MSFAA number:";
- Duplicated buttons and added a red color to the Cancel application button;
- Second disbursements now are show dynamically.
sources/packages/web/src/components/common/NoticeOfAssessmentFormView.vue
Outdated
Show resolved
Hide resolved
sources/packages/web/src/components/common/NoticeOfAssessmentFormView.vue
Outdated
Show resolved
Hide resolved
.../packages/backend/apps/api/src/route-controllers/assessment/assessment.controller.service.ts
Outdated
Show resolved
Hide resolved
sources/packages/forms/src/form-definitions/noticeofassessment.json
Outdated
Show resolved
Hide resolved
sources/packages/forms/src/form-definitions/noticeofassessment.json
Outdated
Show resolved
Hide resolved
sources/packages/forms/src/form-definitions/noticeofassessment.json
Outdated
Show resolved
Hide resolved
sources/packages/forms/src/form-definitions/noticeofassessment.json
Outdated
Show resolved
Hide resolved
sources/packages/forms/src/form-definitions/noticeofassessment.json
Outdated
Show resolved
Hide resolved
sources/packages/forms/src/form-definitions/noticeofassessment.json
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.
Great UI review. Please take a look at the comments.
...llers/assessment/_tests_/e2e/assessment.institutions.controller.getAssessmentNOA.e2e-spec.ts
Outdated
Show resolved
Hide resolved
@@ -17081,7 +17080,7 @@ | |||
"value": "" | |||
} | |||
], | |||
"content": "If you’ve had a loan in the last 2 years from StudentAid BC, or have a valid MSFAA on file, you do not need to submit an MSFAA.", | |||
"content": "Please accept your assessment to move your application forward. Please ensure your banking information is up to date by logging in to your <strong>\n <a \n class=\"primary-color\"\n href=\"https://protege-secure.csnpe-nslsc.canada.ca/en/public/sign-in-method\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n >National Student Loan Service Centre account</a\n >\n </strong> if your banking information is not up to date, you may not receive your funding.", |
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.
Looks great to me 👍 Nice work @andrepestana-aot
Quality Gate passedIssues Measures |
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 making the changes, looks good 👍