Skip to content
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

Student: FT: Self Report Parent Income #3930

Closed
15 tasks done
JerPearson opened this issue Nov 13, 2024 · 2 comments
Closed
15 tasks done

Student: FT: Self Report Parent Income #3930

JerPearson opened this issue Nov 13, 2024 · 2 comments
Assignees
Labels
Student Student Features User Story

Comments

@JerPearson
Copy link
Collaborator

JerPearson commented Nov 13, 2024

As a student I want to be asked all relevant questions to accurately report my parents financial situation.

Acceptance Criteria

  • All changes for 25/26 application
  • The following questions will be added to the Parent Income section, which populates when a student indicates they are self reporting parent income.
  • Add: "Total income tax from line 43500. Enter ‘0’ if none"
  • Add: "Canada Pension Plan contributions (CPP) from line 30800 (contributions through employment). Enter ‘0’ if none."
  • Add: "Canada Pension Plan contributions (CPP) from line 31000 (contributions payable on self-employment and other earnings). Enter ‘0’ if none."
  • Add: "Employment insurance (EI) from line 31200. Enter ‘0’ if none."
  • For each question above add field to enter amount and format to align with other questions on page.
  • These changes are for self report parent income only. No changes to be made to the support user portal and these questions are already present on the page

image.png

  • Put questions in the following order.
  • Update all questions with content below
  • Confirm dynamic date is being used for income question (second question below)

How much will your parent(s)/step-parent/sponsor/legal guardian be giving you to help meet your specific
educational costs during this study period?

Enter the reported total income from line 15000 of your parent(s)/step-parent/sponsor/legal guardian 2023 income tax return. If they did not file a 2023 income tax return, enter the total income from all sources both inside and outside of Canada.

Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.

Total income tax from line 43500. Enter ‘0’ if none

Canada Pension Plan contributions (CPP) from line 30800 (contributions through employment). Enter ‘0’ if none.

Canada Pension Plan contributions (CPP) from line 31000 (contributions payable on self-employment and other earnings). Enter ‘0’ if none.

Employment insurance (EI) from line 31200. Enter ‘0’ if none.

  • Net new questions will require variables into the FT assessment. Please create reasonable names and bring into FT assessment.

image.png

Technical

  • No workflow changes required.
  • The fields are supposed to have an equivalent one in the supporting users form, please use the same name for the variable.
  • No E2E tests required.
@JerPearson JerPearson self-assigned this Nov 13, 2024
@JerPearson JerPearson added this to the 3.0 Full-Time Students MVP milestone Nov 13, 2024
@JerPearson JerPearson added the Business Items under Business Consideration label Nov 13, 2024
@JerPearson JerPearson added the Student Student Features label Nov 26, 2024
@JerPearson JerPearson changed the title Student: Self Report Parent Income Student: FT: Self Report Parent Income Nov 28, 2024
@Joshua-Lakusta Joshua-Lakusta added Dev & Architecture Development and Architecture and removed Business Items under Business Consideration labels Dec 31, 2024
@andrewsignori-aot andrewsignori-aot removed the Dev & Architecture Development and Architecture label Jan 9, 2025
@guru-aot guru-aot self-assigned this Feb 11, 2025
@guru-aot
Copy link
Collaborator

guru-aot commented Feb 12, 2025

As part of the implementation, for the new fields key added the prefix studentParents and used the existing keys of the stuedent application for the description change.
No workflow update to update the consolidatedData is taken care as part of this ticket.
@CarlyCotton @JerPearson @Joshua-Lakusta FYI

github-merge-queue bot pushed a commit that referenced this issue Feb 14, 2025
| Supporting users Key | Supporting users Consolidated Variable Name |
2025-2026 Program Year Key | 2025-2026 Program Year Consolidated
Variable Name | Remaining Years Key | Remaining Years Consolidated
Variable Name |

|----------------------|--------------------------------------------|----------------------------|-----------------------------------------------|----------------|------------------------------------|
| foreignAssets | parent1NetAssests, parent2NetAssests
|studentParentsNetAssests |studentDataStudentParentNetAssests
|studentParentsNetAssests | studentDataStudentParentNetAssests |
| parentalContributions | parent1Contributions, parent2Contributions |
studentParentsNetContribution | studentDataStudentParentNetContribution
| studentParentsNetContribution |
studentDataStudentParentNetContribution |
| totalIncome | parent1TotalIncome, parent2TotalIncome |
studentParentsTotalIncome | studentDataStudentParentsTotalIncome |
studentParentsTotalIncome | studentDataStudentParentsTotalIncome |
| totalIncomeTaxLine43500 | parent1Tax, parent2Tax |
studentParentsTotalIncomeTaxLine43500 |
studentDataStudentParentsTotalIncomeTaxLine43500 | null | null |
| cppLine30800 | parent1CppEmployment, parent2CppEmployment |
studentParentsCppLine30800 | studentDataStudentParentsCppLine30800 |
null | null |
| cppLine31000 | parent1CppSelfemploymentOther,
parent2CppSelfemploymentOther | studentParentsCppLine31000 |
studentDataStudentParentsCppLine31000 | null | null |
| eiLine31200 |parent1Ei, paren2Ei | studentParentsEiLine31200 |
studentDataStudentParentsEiLine31200 | null | null |
@ninosamson
Copy link
Collaborator

Moving to 2.6 as 2.5 branch has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Student Student Features User Story
Projects
None yet
Development

No branches or pull requests

5 participants