Skip to content

HDPI-6636: Caseworker gen apps#2144

Open
libanAbdirahman1 wants to merge 9 commits into
masterfrom
HDPI-6636-Caseworker-genapps
Open

HDPI-6636: Caseworker gen apps#2144
libanAbdirahman1 wants to merge 9 commits into
masterfrom
HDPI-6636-Caseworker-genapps

Conversation

@libanAbdirahman1

@libanAbdirahman1 libanAbdirahman1 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Jira link

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

Change description

  • Creating the initial screens that allow Caseworkers to enter the details of paper general applications on behalf of defendants and claimants.

Testing done

  • Tests added for new event and page
image image

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

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

CCD diff summary

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

CaseField.json

RegularExpressionMaxSearchableMinFieldTypeParameterHintTextLabelIDFieldType
+
+
+
+
+
+
+---
+applicationDetails-lineSeparator
+Label
+
+
+
+
+
+
+---
+applicationFee-lineSeparator
+Label
+
+
+
+
+
+
+Application fee details(placeholder)
+applicationFee-placeholder
+Label
+
+
+
+
+EnterGenAppType
+
+Which type of application has the applicant made?
+enter_genapp_ApplicationTypeOption
+FixedRadioList
+
+
+
+
+VerticalYesNo
+
+Has the applicant included a Help With Fees reference number on their application
+enter_genapp_AppliedForHwf
+FixedRadioList
+
+
+
+
+
+
+What date was the application received?
+enter_genapp_DateReceived
+Date
+
+60
+
+
+
+
+Enter their Help with Fees reference number
+enter_genapp_HwfReference
+Text
+
+
+
+
+
+
+Which categories apply?
+enter_genapp_SomethingElseDetails
+TextArea
+
+
+
+
+VerticalYesNo
+
+Is there a hearing for this case in the next 14 days?
+enter_genapp_Within14Days
+FixedRadioList
+
+
+
+
+
+
+---
+hearingDate-lineSeparator
+Label
+
+
+N
+
+
+
+Which party made the application?
+partyRadioList
+DynamicRadioList

AuthorisationCaseEvent/AuthorisationCaseEvent.json

UserRoleCaseEventIDCRUD
+circuit-judge
+enterGenApp
+R
+ctsc
+enterGenApp
+R
+ctsc-team-leader
+enterGenApp
+R
+fee-paid-judge
+enterGenApp
+R
+hearing-centre-admin
+enterGenApp
+CRU
+hearing-centre-team-leader
+enterGenApp
+CRU
+judge
+enterGenApp
+R
+leadership-judge
+enterGenApp
+R
+wlu-admin
+enterGenApp
+R
+wlu-team-leader
+enterGenApp
+R

AuthorisationCaseField/wlu-team-leader.json

UserRoleCaseFieldIDCRUD
+wlu-team-leader
+applicationDetails-lineSeparator
+CR
+wlu-team-leader
+applicationFee-lineSeparator
+CR
+wlu-team-leader
+applicationFee-placeholder
+CR
+wlu-team-leader
+enter_genapp_ApplicationTypeOption
+R
+wlu-team-leader
+enter_genapp_DateReceived
+R
+wlu-team-leader
+enter_genapp_SomethingElseDetails
+R
+wlu-team-leader
+enter_genapp_Within14Days
+R
+wlu-team-leader
+hearingDate-lineSeparator
+CR
+wlu-team-leader
+partyRadioList
+R

AuthorisationCaseField/wlu-admin.json

UserRoleCaseFieldIDCRUD
+wlu-admin
+applicationDetails-lineSeparator
+CR
+wlu-admin
+applicationFee-lineSeparator
+CR
+wlu-admin
+applicationFee-placeholder
+CR
+wlu-admin
+enter_genapp_ApplicationTypeOption
+R
+wlu-admin
+enter_genapp_DateReceived
+R
+wlu-admin
+enter_genapp_SomethingElseDetails
+R
+wlu-admin
+enter_genapp_Within14Days
+R
+wlu-admin
+hearingDate-lineSeparator
+CR
+wlu-admin
+partyRadioList
+R

AuthorisationCaseField/leadership-judge.json

UserRoleCaseFieldIDCRUD
+leadership-judge
+applicationDetails-lineSeparator
+CR
+leadership-judge
+applicationFee-lineSeparator
+CR
+leadership-judge
+applicationFee-placeholder
+CR
+leadership-judge
+enter_genapp_ApplicationTypeOption
+R
+leadership-judge
+enter_genapp_DateReceived
+R
+leadership-judge
+enter_genapp_SomethingElseDetails
+R
+leadership-judge
+enter_genapp_Within14Days
+R
+leadership-judge
+hearingDate-lineSeparator
+CR
+leadership-judge
+partyRadioList
+R

AuthorisationCaseField/judge.json

UserRoleCaseFieldIDCRUD
+judge
+applicationDetails-lineSeparator
+CR
+judge
+applicationFee-lineSeparator
+CR
+judge
+applicationFee-placeholder
+CR
+judge
+enter_genapp_ApplicationTypeOption
+R
+judge
+enter_genapp_DateReceived
+R
+judge
+enter_genapp_SomethingElseDetails
+R
+judge
+enter_genapp_Within14Days
+R
+judge
+hearingDate-lineSeparator
+CR
+judge
+partyRadioList
+R

AuthorisationCaseField/hearing-centre-team-leader.json

UserRoleCaseFieldIDCRUD
+hearing-centre-team-leader
+applicationDetails-lineSeparator
+CR
+hearing-centre-team-leader
+applicationFee-lineSeparator
+CR
+hearing-centre-team-leader
+applicationFee-placeholder
+CR
+hearing-centre-team-leader
+enter_genapp_ApplicationTypeOption
+CRU
+hearing-centre-team-leader
+enter_genapp_DateReceived
+CRU
+hearing-centre-team-leader
+enter_genapp_SomethingElseDetails
+CRU
+hearing-centre-team-leader
+enter_genapp_Within14Days
+CRU
+hearing-centre-team-leader
+hearingDate-lineSeparator
+CR
+hearing-centre-team-leader
+partyRadioList
+CRU

AuthorisationCaseField/hearing-centre-admin.json

UserRoleCaseFieldIDCRUD
+hearing-centre-admin
+applicationDetails-lineSeparator
+CR
+hearing-centre-admin
+applicationFee-lineSeparator
+CR
+hearing-centre-admin
+applicationFee-placeholder
+CR
+hearing-centre-admin
+enter_genapp_ApplicationTypeOption
+CRU
+hearing-centre-admin
+enter_genapp_DateReceived
+CRU
+hearing-centre-admin
+enter_genapp_SomethingElseDetails
+CRU
+hearing-centre-admin
+enter_genapp_Within14Days
+CRU
+hearing-centre-admin
+hearingDate-lineSeparator
+CR
+hearing-centre-admin
+partyRadioList
+CRU

AuthorisationCaseField/fee-paid-judge.json

UserRoleCaseFieldIDCRUD
+fee-paid-judge
+applicationDetails-lineSeparator
+CR
+fee-paid-judge
+applicationFee-lineSeparator
+CR
+fee-paid-judge
+applicationFee-placeholder
+CR
+fee-paid-judge
+enter_genapp_ApplicationTypeOption
+R
+fee-paid-judge
+enter_genapp_DateReceived
+R
+fee-paid-judge
+enter_genapp_SomethingElseDetails
+R
+fee-paid-judge
+enter_genapp_Within14Days
+R
+fee-paid-judge
+hearingDate-lineSeparator
+CR
+fee-paid-judge
+partyRadioList
+R

AuthorisationCaseField/ctsc.json

UserRoleCaseFieldIDCRUD
+ctsc
+applicationDetails-lineSeparator
+CR
+ctsc
+applicationFee-lineSeparator
+CR
+ctsc
+applicationFee-placeholder
+CR
+ctsc
+enter_genapp_ApplicationTypeOption
+R
+ctsc
+enter_genapp_DateReceived
+R
+ctsc
+enter_genapp_SomethingElseDetails
+R
+ctsc
+enter_genapp_Within14Days
+R
+ctsc
+hearingDate-lineSeparator
+CR
+ctsc
+partyRadioList
+R

AuthorisationCaseField/ctsc-team-leader.json

UserRoleCaseFieldIDCRUD
+ctsc-team-leader
+applicationDetails-lineSeparator
+CR
+ctsc-team-leader
+applicationFee-lineSeparator
+CR
+ctsc-team-leader
+applicationFee-placeholder
+CR
+ctsc-team-leader
+enter_genapp_ApplicationTypeOption
+R
+ctsc-team-leader
+enter_genapp_DateReceived
+R
+ctsc-team-leader
+enter_genapp_SomethingElseDetails
+R
+ctsc-team-leader
+enter_genapp_Within14Days
+R
+ctsc-team-leader
+hearingDate-lineSeparator
+CR
+ctsc-team-leader
+partyRadioList
+R

AuthorisationCaseField/circuit-judge.json

UserRoleCaseFieldIDCRUD
+circuit-judge
+applicationDetails-lineSeparator
+CR
+circuit-judge
+applicationFee-lineSeparator
+CR
+circuit-judge
+applicationFee-placeholder
+CR
+circuit-judge
+enter_genapp_ApplicationTypeOption
+R
+circuit-judge
+enter_genapp_DateReceived
+R
+circuit-judge
+enter_genapp_SomethingElseDetails
+R
+circuit-judge
+enter_genapp_Within14Days
+R
+circuit-judge
+hearingDate-lineSeparator
+CR
+circuit-judge
+partyRadioList
+R

CaseEvent/enterGenApp.json

CallBackURLAboutToStartEventDescriptionEndButtonLabelIDNamePostConditionStatePreConditionState(s)PublishShowEventNotesShowSummary
+http://localhost:3206/callbacks/about-to-start?eventId=enterGenApp
+Enter a general application
+Save and continue
+enterGenApp
+Enter a general application
+CASE_ISSUED
+CASE_ISSUED
+N
+N
+N

CaseEventToFields/enterGenApp.json

CallBackURLMidEventCaseEventIDCaseFieldIDDisplayContextPageColumnNumberPageDisplayOrderPageFieldDisplayOrderPageIDPageLabel
+http://localhost:3206/callbacks/mid-event?page=applicationDetails&eventId=enterGenApp
+enterGenApp
+applicationDetails-lineSeparator
+READONLY
+1
+1
+1
+applicationDetails
+Application details
+enterGenApp
+applicationFee-lineSeparator
+READONLY
+1
+3
+1
+applicationFee
+Application fee
+enterGenApp
+applicationFee-placeholder
+READONLY
+1
+3
+2
+applicationFee
+Application fee
+enterGenApp
+enter_genapp_ApplicationTypeOption
+MANDATORY
+1
+1
+4
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_DateReceived
+MANDATORY
+1
+1
+3
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_SomethingElseDetails
+MANDATORY
+enter_genapp_ApplicationTypeOption="SOMETHING_ELSE"
+1
+1
+5
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_Within14Days
+MANDATORY
+1
+2
+2
+hearingDate
+Hearing date
+Y
+enterGenApp
+hearingDate-lineSeparator
+READONLY
+1
+2
+1
+hearingDate
+Hearing date
+enter_genapp_ApplicationTypeOption="ADJOURN"
+enterGenApp
+partyRadioList
+MANDATORY
+1
+1
+2
+applicationDetails
+Application details
+Y

FixedLists/EnterGenAppType.json

IDListElementListElementCode
+EnterGenAppType
+Adjourn
+ADJOURN
+EnterGenAppType
+Set aside
+SET_ASIDE
+EnterGenAppType
+Something else
+SOMETHING_ELSE

Comment thread src/main/java/uk/gov/hmcts/reform/pcs/ccd/domain/PCSCase.java Outdated
Comment thread src/main/java/uk/gov/hmcts/reform/pcs/ccd/event/entergenapp/EnterGenApp.java Outdated
@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown

DB breaking change scan

Recommended reading: HMCTS zero-downtime database deployments

No potentially breaking database changes were detected in the changed Flyway migration .sql files.

This check only scans changed .sql files under src/main/resources/db/migration and flags high-risk DDL patterns. It does not replace a full migration review.

Run details: https://github.com/hmcts/pcs-api/actions/runs/29104538397?check_suite_focus=true

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.

3 participants