Closed dheepak-aot closed 1 week ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Totals | |
---|---|
Statements: | 22.3% ( 3709 / 16632 ) |
Methods: | 10.38% ( 214 / 2062 ) |
Lines: | 25.64% ( 3217 / 12545 ) |
Branches: | 13.73% ( 278 / 2025 ) |
Totals | |
---|---|
Statements: | 65.43% ( 583 / 891 ) |
Methods: | 59.26% ( 64 / 108 ) |
Lines: | 68.54% ( 464 / 677 ) |
Branches: | 51.89% ( 55 / 106 ) |
Totals | |
---|---|
Statements: | 86.92% ( 1243 / 1430 ) |
Methods: | 88.57% ( 124 / 140 ) |
Lines: | 87.77% ( 1055 / 1202 ) |
Branches: | 72.73% ( 64 / 88 ) |
Totals | |
---|---|
Statements: | 66.46% ( 5644 / 8492 ) |
Methods: | 63.93% ( 693 / 1084 ) |
Lines: | 70.48% ( 4446 / 6308 ) |
Branches: | 45.91% ( 505 / 1100 ) |
Student Application - Partner current year income
Student application form update
[x] The form input
IsYourPartnerAbleToReport
which was coming from BCSC question is now converted to a form.io calculated variable which returnstrue | false
instead of"yes" | "no"
.[x] Added a question to enable the current year partner income submission in the partner information panel. The question blurb consists of the
dynamic current year
Yes
show the current year income question with options and file upload instead of current tax return income.Content Updates
Partner Income
section.Assessment gateway updates
assessment-gateway
andfulltime-assessment-*
to use the inputIsYourPartnerAbleToReport
to evaluatetrue | false
instead of"yes" | "no"
Workflow E2E test updates
studentDataIsYourPartnerAbleToReport
to boolean from YesNo.Upcoming PR
part-time-assessment-*
changes