Skip to content

HDPI-5350: Respond to Claim confirmedSections enum field on DefendantResponses#1840

Open
arun-hmcts wants to merge 9 commits into
masterfrom
HDPI-5350-task-list-BE
Open

HDPI-5350: Respond to Claim confirmedSections enum field on DefendantResponses#1840
arun-hmcts wants to merge 9 commits into
masterfrom
HDPI-5350-task-list-BE

Conversation

@arun-hmcts
Copy link
Copy Markdown
Contributor

@arun-hmcts arun-hmcts commented May 18, 2026

Jira link

https://tools.hmcts.net/jira/browse/HDPI-5350

Change description

Adds List<RespondToClaimSection> confirmedSections to DefendantResponses
(citizen-access multi-select). The frontend writes to it when the citizen
clicks Save and continue on a section's CYA, then reads it back to
distinguish Done from In progress on the task-list hub.

Testing done

{
"caseLinks": [],
"possessionClaimResponse": {
"defendantResponses": {
"freeLegalAdvice": "NO",
"confirmedSections": [
"START_NOW_AND_DETAILS"
]
},
"defendantContactDetails": {
"party": {
"address": {},
"nameKnown": "NO",
"addressKnown": "NO"
}
}
}
}

Security 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?

  • Yes
  • No

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 2026

CCD diff summary

👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/26217057720?check_suite_focus=true

ComplexTypes/2_DefendantResponses.json

MaxListElementCodeIDFieldTypeParameterFieldTypeElementLabel
+
+completedSections
+DefendantResponses
+RespondToClaimSection
+MultiSelectList
+ 

FixedLists/TaskGroupId.json

ListElementCodeListElementID
-DOCUMENTS
-DOCUMENTS
-TaskGroupId

FixedLists/RespondToClaimSection.json

IDListElementListElementCode
+RespondToClaimSection
+CHECK_YOUR_ANSWERS_AND_SUBMIT
+CHECK_YOUR_ANSWERS_AND_SUBMIT
+RespondToClaimSection
+DISPUTE_AND_TENANCY
+DISPUTE_AND_TENANCY
+RespondToClaimSection
+INCOME_AND_EXPENDITURE
+INCOME_AND_EXPENDITURE
+RespondToClaimSection
+PAYMENTS
+PAYMENTS
+RespondToClaimSection
+PERSONAL_DETAILS
+PERSONAL_DETAILS
+RespondToClaimSection
+SITUATION_AND_CIRCUMSTANCES
+SITUATION_AND_CIRCUMSTANCES
+RespondToClaimSection
+START_NOW_AND_DETAILS
+START_NOW_AND_DETAILS
+RespondToClaimSection
+UPLOAD_FILES
+UPLOAD_FILES

@arun-hmcts arun-hmcts force-pushed the HDPI-5350-task-list-BE branch from 90523a2 to bd1deb7 Compare May 18, 2026 09:50
@arun-hmcts arun-hmcts changed the title HDPI-5350: Add confirmedSections enum field on DefendantResponses for… HDPI-5350: Respond to Claim confirmedSections enum field on DefendantResponses May 18, 2026
@arun-hmcts arun-hmcts marked this pull request as ready for review May 18, 2026 11:45
@hmcts-jenkins-j-to-z hmcts-jenkins-j-to-z Bot requested a deployment to preview May 19, 2026 07:35 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants