#6415 - Remove student current year income appeal for dependant students - #6615
Conversation
|
There was a problem hiding this comment.
🟢 Approval recommended
The workflow eligibility change is narrowly scoped, aligns with the stated intent, and is covered by a new E2E test validating both dependant and independant scenarios.
Pull request overview
This PR updates the 2026–2027 full-time assessment workflow to make the Student Current Year Income appeal ineligible for dependant students, and adds an E2E workflow test to validate eligibility behavior for dependant vs. independant students.
Changes:
- Updated the 2026–2027 full-time assessment BPMN to set
isEligibleForStudentCurrentYearIncomeAppealbased onstudentDataDependantstatus. - Added a new E2E workflow spec to assert eligibility is
falsefor dependant andtruefor independant students. - Updated the workspace spellcheck word list to include “Selfemployment”.
File summaries
| File | Description |
|---|---|
| sources/packages/backend/workflow/test/2026-2027/fulltime-assessment/appeals/eligibility/fulltime-assessment-appeal-eligibility-student-current-year-income.e2e-spec.ts | New E2E workflow test verifying dependant vs. independant eligibility for the student current year income appeal. |
| sources/packages/backend/workflow/src/workflow-definitions/fulltime-assessment-2026-2027.bpmn | Changes eligibility mapping so the student current year income appeal is only eligible when studentDataDependantstatus is independant. |
| sims.code-workspace | Adds “Selfemployment” to cSpell words to avoid false-positive spellcheck flags in the repo. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
andrewsignori-aot
left a comment
There was a problem hiding this comment.
Nice work, looks good 👍



Summary
Screenshots
Independant student
FT Application
Application appeals
Dependant student
FT Application
Application appeals
Prod query
E2E tests
E2E Test Workflow fulltime-assessment-2026-2027-appeal-eligibility-student-current-year-income.