-
Notifications
You must be signed in to change notification settings - Fork 1
HDPI-2237: Review and confirm defendant names and property address #950
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
base: master
Are you sure you want to change the base?
HDPI-2237: Review and confirm defendant names and property address #950
Conversation
…_details # Conflicts: # src/main/java/uk/gov/hmcts/reform/pcs/ccd/PCSCaseView.java # src/main/java/uk/gov/hmcts/reform/pcs/ccd/service/PcsCaseMergeService.java # src/main/java/uk/gov/hmcts/reform/pcs/ccd/service/PcsCaseService.java # src/test/java/uk/gov/hmcts/reform/pcs/ccd/PCSCaseViewTest.java # src/test/java/uk/gov/hmcts/reform/pcs/ccd/service/PcsCaseMergeServiceTest.java # src/test/java/uk/gov/hmcts/reform/pcs/ccd/service/PcsCaseServiceTest.java
…_details # Conflicts: # src/main/java/uk/gov/hmcts/reform/pcs/ccd/event/ResumePossessionClaim.java # src/test/java/uk/gov/hmcts/reform/pcs/ccd/page/resumepossessionclaim/DefendantsDetailsTest.java
…_details # Conflicts: # src/main/java/uk/gov/hmcts/reform/pcs/ccd/event/ResumePossessionClaim.java
…ditional navigation
…confirm-defendant-names-and-property-address
src/main/java/uk/gov/hmcts/reform/pcs/ccd/service/DefendantService.java
Outdated
Show resolved
Hide resolved
…antListItems method
…confirm-defendant-names-and-property-address
…rcementOrder class
…aftCaseJsonMergerTest
…es-and-property-address
CCD diff summary👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/19568312387?check_suite_focus=true CaseField.json
AuthorisationCaseField/caseworker-pcs-solicitor.json
ComplexTypes/0_VulnerableAdultsChildren.json
ComplexTypes/1_VulnerableAdultsChildren.json
CaseEventToFields/enforceTheOrder.json
|
…es-and-property-address
…es-and-property-address
…237-review-and-confirm-defendant-names-and-property-address # Conflicts: # src/main/java/uk/gov/hmcts/reform/pcs/ccd/event/enforcement/EnforcementOrderEvent.java # src/test/java/uk/gov/hmcts/reform/pcs/ccd/event/enforcement/EnforcementOrderEventTest.java
…237-review-and-confirm-defendant-names-and-property-address
…237-review-and-confirm-defendant-names-and-property-address # Conflicts: # src/main/java/uk/gov/hmcts/reform/pcs/ccd/event/enforcement/EnforcementOrderEvent.java # src/test/java/uk/gov/hmcts/reform/pcs/ccd/event/enforcement/EnforcementOrderEventTest.java
…237-review-and-confirm-defendant-names-and-property-address
Jira link
See HDPI-2237
Change description
This PR allows the user to review and confirm defendant and property address details, before proceeding with the enforcement journey.
Key Features Implemented:
Name and Address Review Screen (
NameAndAddressForEvictionPage)Error Page (
ChangeNameAddressPage)People Who Will Be Evicted Screen (
PeopleWhoWillBeEvictedPage)People You Want to Evict Screen (
PeopleYouWantToEvictPage)DynamicMultiSelectListfor multi-select functionalityTechnical Implementation:
NameAndAddressForEviction,PeopleToEvict,DynamicMultiSelectStringListEnforcementOrderto control page visibilityDefendantServicemethods to build defendant display names and list itemsEnforcementOrderEventwith proper page orderingLivingInThePropertyPageto use new navigation flagsTesting done
Automated Testing:
ChangeNameAddressPageTest- 62 lines of test coverageNameAndAddressForEvictionPageTest- 75 lines of test coveragePeopleWhoWillBeEvictedPageTest- 93 lines of test coveragePeopleYouWantToEvictPageTest- 138 lines of test coverageDefendantServiceTest- 280 lines of test coverage for new service methodsManual Testing:
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?
Checklist