Open
Conversation
src/main/steps/respond-to-claim/how-much-afford-to-pay/index.ts
Outdated
Show resolved
Hide resolved
AlexBuzea
reviewed
Mar 25, 2026
scottstewart-sl
approved these changes
Mar 25, 2026
6 tasks
… by using stepButtons helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira link
See HDPI-4195
BACKEND PR
Screenshots
Change description
This branch implements the instalment-payment flow for respond-to-claim rent arrears journeys and
aligns draft-save, restoration, and navigation with CCD-backed data patterns.
Added the instalment flow steps and route wiring in
respond-to-claim:installment-paymentshow-much-afford-to-payyour-household-and-circumstancesinterstitial content and registrationUpdated route transitions in
flow.config.tsso rent-arrears users selectingnoonrepayments-agreedare routed into instalment questions, with progression toyour-household-and-circumstancesafter the branch.Implemented and refined CCD mapping/persistence for payment agreement data:
how-much-afford-to-pay/index.tsandautoSaveDraftToCCD.tsccdCase.interface.tsAdded/updated previous-step logic for household-and-circumstances in
yourHouseholdCircumstancesPreviousStep.ts, then wired it inflow.config.ts.Added/updated EN/CY translations for:
installmentPaymentshowMuchAffordToPayyourHouseholdAndCircumstancesUpdated tests and UI page-data fixtures for the changed flow, draft-save mapping, and
step restoration/navigation.
Testing done
Evidence from this branch diff includes updated/added automated tests:
src/test/unit/middleware/autoSaveDraftToCCD.test.tssrc/test/unit/steps/respond-to-claim/installment-payments.test.tssrc/test/unit/steps/respond-to-claim/installments.test.tssrc/test/unit/steps/respond-to-claim/yourHouseholdCircumstancesPreviousStep.test.tsSecurity Vulnerability Assessment
CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?
Checklist