Skip to content

HDPI-6638: Caseworker genapps without notice#2160

Open
scottstewart-sl wants to merge 13 commits into
HDPI-6637_caseworker_genapps_payment_confirmationfrom
HDPI-6638_caseworker_genapps_without_notice
Open

HDPI-6638: Caseworker genapps without notice#2160
scottstewart-sl wants to merge 13 commits into
HDPI-6637_caseworker_genapps_payment_confirmationfrom
HDPI-6638_caseworker_genapps_without_notice

Conversation

@scottstewart-sl

@scottstewart-sl scottstewart-sl commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Jira link

See HDPI-6638

Change description

Add a screen to the caseworker gen app journey to capture whether all parties consent, and if not, whether the application should be without notice.

enterGenApp_enterGenAppconsentAndNotice

Testing done

Manual testing locally and in preview. Unit tests extended to cover persistence of new fields.

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

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/29149534603?check_suite_focus=true

@scottstewart-sl
scottstewart-sl changed the base branch from master to HDPI-6637_caseworker_genapps_payment_confirmation July 11, 2026 10:33
@github-actions

Copy link
Copy Markdown

CCD diff summary

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

CaseField.json

RegularExpressionMaxSearchableMinFieldTypeParameterHintTextLabelIDFieldType
+
+
+
+
+
+
+---
+applicationDetails-lineSeparator
+Label
+
+
+
+
+
+
+---
+applicationFee-lineSeparator
+Label
+
+
+
+
+
+
+---
+consentAndNotice-lineSeparator
+Label
+
+
+
+
+VerticalYesNo
+
+Do all parties consent to this application?
+enter_genapp_AllPartiesAgree
+FixedRadioList
+
+
+
+
+
+
+<p class="govuk-body govuk-!-font-weight-bold">You must request payment from the applicant
before entering this application</p>
+enter_genapp_ApplicationFee-yourMustRequestPayment
+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
+
+1000000000
+
+
+
+
+Enter the amount received
+enter_genapp_FeeAmountReceived
+MoneyGBP
+
+
+
+
+VerticalYesNo
+
+Has HMCTS received the application fee?
+enter_genapp_FeeReceived
+FixedRadioList
+
+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
+
+
+
+
+VerticalYesNo
+
+Has the applicant asked for this application to be made without notice?
+enter_genapp_WithoutNotice
+FixedRadioList
+
+
+
+
+
+
+---
+hearingDate-lineSeparator
+Label
+
+
+N
+
+
+
+Which party made the application?
+partyRadioList
+DynamicRadioList
+
+
+
+
+
+
+---
+referApplicationToJudge-lineSeparator
+Label
+
+
+
+
+
+
+<div class="govuk-notification-banner" role="region"
aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
  <div class="govuk-notification-banner__content">
    <p class="govuk-notification-banner__heading">
      Placeholder
    </p>
  </div>
</div>
+referApplicationToJudge-placeholder
+Label
+
+
+
+
+
+
+---
+uploadGeneralApplication-lineSeparator
+Label
+
+
+
+
+
+
+<div class="govuk-notification-banner" role="region"
aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
  <div class="govuk-notification-banner__content">
    <p class="govuk-notification-banner__heading">
      Placeholder
    </p>
  </div>
</div>
+uploadGeneralApplication-placeholder
+Label
+
+
+
+
+
+
+---
+uploadRelatedEvidence-lineSeparator
+Label
+
+
+
+
+
+
+<div class="govuk-notification-banner" role="region"
aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
  <div class="govuk-notification-banner__content">
    <p class="govuk-notification-banner__heading">
      Placeholder
    </p>
  </div>
</div>
+uploadRelatedEvidence-placeholder
+Label

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
+consentAndNotice-lineSeparator
+CR
+wlu-team-leader
+enter_genapp_AllPartiesAgree
+R
+wlu-team-leader
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+wlu-team-leader
+enter_genapp_ApplicationTypeOption
+R
+wlu-team-leader
+enter_genapp_AppliedForHwf
+R
+wlu-team-leader
+enter_genapp_DateReceived
+R
+wlu-team-leader
+enter_genapp_FeeAmountReceived
+R
+wlu-team-leader
+enter_genapp_FeeReceived
+R
+wlu-team-leader
+enter_genapp_HwfReference
+R
+wlu-team-leader
+enter_genapp_SomethingElseDetails
+R
+wlu-team-leader
+enter_genapp_Within14Days
+R
+wlu-team-leader
+enter_genapp_WithoutNotice
+R
+wlu-team-leader
+hearingDate-lineSeparator
+CR
+wlu-team-leader
+partyRadioList
+R
+wlu-team-leader
+referApplicationToJudge-lineSeparator
+CR
+wlu-team-leader
+referApplicationToJudge-placeholder
+CR
+wlu-team-leader
+uploadGeneralApplication-lineSeparator
+CR
+wlu-team-leader
+uploadGeneralApplication-placeholder
+CR
+wlu-team-leader
+uploadRelatedEvidence-lineSeparator
+CR
+wlu-team-leader
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/wlu-admin.json

UserRoleCaseFieldIDCRUD
+wlu-admin
+applicationDetails-lineSeparator
+CR
+wlu-admin
+applicationFee-lineSeparator
+CR
+wlu-admin
+consentAndNotice-lineSeparator
+CR
+wlu-admin
+enter_genapp_AllPartiesAgree
+R
+wlu-admin
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+wlu-admin
+enter_genapp_ApplicationTypeOption
+R
+wlu-admin
+enter_genapp_AppliedForHwf
+R
+wlu-admin
+enter_genapp_DateReceived
+R
+wlu-admin
+enter_genapp_FeeAmountReceived
+R
+wlu-admin
+enter_genapp_FeeReceived
+R
+wlu-admin
+enter_genapp_HwfReference
+R
+wlu-admin
+enter_genapp_SomethingElseDetails
+R
+wlu-admin
+enter_genapp_Within14Days
+R
+wlu-admin
+enter_genapp_WithoutNotice
+R
+wlu-admin
+hearingDate-lineSeparator
+CR
+wlu-admin
+partyRadioList
+R
+wlu-admin
+referApplicationToJudge-lineSeparator
+CR
+wlu-admin
+referApplicationToJudge-placeholder
+CR
+wlu-admin
+uploadGeneralApplication-lineSeparator
+CR
+wlu-admin
+uploadGeneralApplication-placeholder
+CR
+wlu-admin
+uploadRelatedEvidence-lineSeparator
+CR
+wlu-admin
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/leadership-judge.json

UserRoleCaseFieldIDCRUD
+leadership-judge
+applicationDetails-lineSeparator
+CR
+leadership-judge
+applicationFee-lineSeparator
+CR
+leadership-judge
+consentAndNotice-lineSeparator
+CR
+leadership-judge
+enter_genapp_AllPartiesAgree
+R
+leadership-judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+leadership-judge
+enter_genapp_ApplicationTypeOption
+R
+leadership-judge
+enter_genapp_AppliedForHwf
+R
+leadership-judge
+enter_genapp_DateReceived
+R
+leadership-judge
+enter_genapp_FeeAmountReceived
+R
+leadership-judge
+enter_genapp_FeeReceived
+R
+leadership-judge
+enter_genapp_HwfReference
+R
+leadership-judge
+enter_genapp_SomethingElseDetails
+R
+leadership-judge
+enter_genapp_Within14Days
+R
+leadership-judge
+enter_genapp_WithoutNotice
+R
+leadership-judge
+hearingDate-lineSeparator
+CR
+leadership-judge
+partyRadioList
+R
+leadership-judge
+referApplicationToJudge-lineSeparator
+CR
+leadership-judge
+referApplicationToJudge-placeholder
+CR
+leadership-judge
+uploadGeneralApplication-lineSeparator
+CR
+leadership-judge
+uploadGeneralApplication-placeholder
+CR
+leadership-judge
+uploadRelatedEvidence-lineSeparator
+CR
+leadership-judge
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/judge.json

UserRoleCaseFieldIDCRUD
+judge
+applicationDetails-lineSeparator
+CR
+judge
+applicationFee-lineSeparator
+CR
+judge
+consentAndNotice-lineSeparator
+CR
+judge
+enter_genapp_AllPartiesAgree
+R
+judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+judge
+enter_genapp_ApplicationTypeOption
+R
+judge
+enter_genapp_AppliedForHwf
+R
+judge
+enter_genapp_DateReceived
+R
+judge
+enter_genapp_FeeAmountReceived
+R
+judge
+enter_genapp_FeeReceived
+R
+judge
+enter_genapp_HwfReference
+R
+judge
+enter_genapp_SomethingElseDetails
+R
+judge
+enter_genapp_Within14Days
+R
+judge
+enter_genapp_WithoutNotice
+R
+judge
+hearingDate-lineSeparator
+CR
+judge
+partyRadioList
+R
+judge
+referApplicationToJudge-lineSeparator
+CR
+judge
+referApplicationToJudge-placeholder
+CR
+judge
+uploadGeneralApplication-lineSeparator
+CR
+judge
+uploadGeneralApplication-placeholder
+CR
+judge
+uploadRelatedEvidence-lineSeparator
+CR
+judge
+uploadRelatedEvidence-placeholder
+CR

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
+consentAndNotice-lineSeparator
+CR
+hearing-centre-team-leader
+enter_genapp_AllPartiesAgree
+CRU
+hearing-centre-team-leader
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+hearing-centre-team-leader
+enter_genapp_ApplicationTypeOption
+CRU
+hearing-centre-team-leader
+enter_genapp_AppliedForHwf
+CRU
+hearing-centre-team-leader
+enter_genapp_DateReceived
+CRU
+hearing-centre-team-leader
+enter_genapp_FeeAmountReceived
+CRU
+hearing-centre-team-leader
+enter_genapp_FeeReceived
+CRU
+hearing-centre-team-leader
+enter_genapp_HwfReference
+CRU
+hearing-centre-team-leader
+enter_genapp_SomethingElseDetails
+CRU
+hearing-centre-team-leader
+enter_genapp_Within14Days
+CRU
+hearing-centre-team-leader
+enter_genapp_WithoutNotice
+CRU
+hearing-centre-team-leader
+hearingDate-lineSeparator
+CR
+hearing-centre-team-leader
+partyRadioList
+CRU
+hearing-centre-team-leader
+referApplicationToJudge-lineSeparator
+CR
+hearing-centre-team-leader
+referApplicationToJudge-placeholder
+CR
+hearing-centre-team-leader
+uploadGeneralApplication-lineSeparator
+CR
+hearing-centre-team-leader
+uploadGeneralApplication-placeholder
+CR
+hearing-centre-team-leader
+uploadRelatedEvidence-lineSeparator
+CR
+hearing-centre-team-leader
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/hearing-centre-admin.json

UserRoleCaseFieldIDCRUD
+hearing-centre-admin
+applicationDetails-lineSeparator
+CR
+hearing-centre-admin
+applicationFee-lineSeparator
+CR
+hearing-centre-admin
+consentAndNotice-lineSeparator
+CR
+hearing-centre-admin
+enter_genapp_AllPartiesAgree
+CRU
+hearing-centre-admin
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+hearing-centre-admin
+enter_genapp_ApplicationTypeOption
+CRU
+hearing-centre-admin
+enter_genapp_AppliedForHwf
+CRU
+hearing-centre-admin
+enter_genapp_DateReceived
+CRU
+hearing-centre-admin
+enter_genapp_FeeAmountReceived
+CRU
+hearing-centre-admin
+enter_genapp_FeeReceived
+CRU
+hearing-centre-admin
+enter_genapp_HwfReference
+CRU
+hearing-centre-admin
+enter_genapp_SomethingElseDetails
+CRU
+hearing-centre-admin
+enter_genapp_Within14Days
+CRU
+hearing-centre-admin
+enter_genapp_WithoutNotice
+CRU
+hearing-centre-admin
+hearingDate-lineSeparator
+CR
+hearing-centre-admin
+partyRadioList
+CRU
+hearing-centre-admin
+referApplicationToJudge-lineSeparator
+CR
+hearing-centre-admin
+referApplicationToJudge-placeholder
+CR
+hearing-centre-admin
+uploadGeneralApplication-lineSeparator
+CR
+hearing-centre-admin
+uploadGeneralApplication-placeholder
+CR
+hearing-centre-admin
+uploadRelatedEvidence-lineSeparator
+CR
+hearing-centre-admin
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/fee-paid-judge.json

UserRoleCaseFieldIDCRUD
+fee-paid-judge
+applicationDetails-lineSeparator
+CR
+fee-paid-judge
+applicationFee-lineSeparator
+CR
+fee-paid-judge
+consentAndNotice-lineSeparator
+CR
+fee-paid-judge
+enter_genapp_AllPartiesAgree
+R
+fee-paid-judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+fee-paid-judge
+enter_genapp_ApplicationTypeOption
+R
+fee-paid-judge
+enter_genapp_AppliedForHwf
+R
+fee-paid-judge
+enter_genapp_DateReceived
+R
+fee-paid-judge
+enter_genapp_FeeAmountReceived
+R
+fee-paid-judge
+enter_genapp_FeeReceived
+R
+fee-paid-judge
+enter_genapp_HwfReference
+R
+fee-paid-judge
+enter_genapp_SomethingElseDetails
+R
+fee-paid-judge
+enter_genapp_Within14Days
+R
+fee-paid-judge
+enter_genapp_WithoutNotice
+R
+fee-paid-judge
+hearingDate-lineSeparator
+CR
+fee-paid-judge
+partyRadioList
+R
+fee-paid-judge
+referApplicationToJudge-lineSeparator
+CR
+fee-paid-judge
+referApplicationToJudge-placeholder
+CR
+fee-paid-judge
+uploadGeneralApplication-lineSeparator
+CR
+fee-paid-judge
+uploadGeneralApplication-placeholder
+CR
+fee-paid-judge
+uploadRelatedEvidence-lineSeparator
+CR
+fee-paid-judge
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/ctsc.json

UserRoleCaseFieldIDCRUD
+ctsc
+applicationDetails-lineSeparator
+CR
+ctsc
+applicationFee-lineSeparator
+CR
+ctsc
+consentAndNotice-lineSeparator
+CR
+ctsc
+enter_genapp_AllPartiesAgree
+R
+ctsc
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+ctsc
+enter_genapp_ApplicationTypeOption
+R
+ctsc
+enter_genapp_AppliedForHwf
+R
+ctsc
+enter_genapp_DateReceived
+R
+ctsc
+enter_genapp_FeeAmountReceived
+R
+ctsc
+enter_genapp_FeeReceived
+R
+ctsc
+enter_genapp_HwfReference
+R
+ctsc
+enter_genapp_SomethingElseDetails
+R
+ctsc
+enter_genapp_Within14Days
+R
+ctsc
+enter_genapp_WithoutNotice
+R
+ctsc
+hearingDate-lineSeparator
+CR
+ctsc
+partyRadioList
+R
+ctsc
+referApplicationToJudge-lineSeparator
+CR
+ctsc
+referApplicationToJudge-placeholder
+CR
+ctsc
+uploadGeneralApplication-lineSeparator
+CR
+ctsc
+uploadGeneralApplication-placeholder
+CR
+ctsc
+uploadRelatedEvidence-lineSeparator
+CR
+ctsc
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/ctsc-team-leader.json

UserRoleCaseFieldIDCRUD
+ctsc-team-leader
+applicationDetails-lineSeparator
+CR
+ctsc-team-leader
+applicationFee-lineSeparator
+CR
+ctsc-team-leader
+consentAndNotice-lineSeparator
+CR
+ctsc-team-leader
+enter_genapp_AllPartiesAgree
+R
+ctsc-team-leader
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+ctsc-team-leader
+enter_genapp_ApplicationTypeOption
+R
+ctsc-team-leader
+enter_genapp_AppliedForHwf
+R
+ctsc-team-leader
+enter_genapp_DateReceived
+R
+ctsc-team-leader
+enter_genapp_FeeAmountReceived
+R
+ctsc-team-leader
+enter_genapp_FeeReceived
+R
+ctsc-team-leader
+enter_genapp_HwfReference
+R
+ctsc-team-leader
+enter_genapp_SomethingElseDetails
+R
+ctsc-team-leader
+enter_genapp_Within14Days
+R
+ctsc-team-leader
+enter_genapp_WithoutNotice
+R
+ctsc-team-leader
+hearingDate-lineSeparator
+CR
+ctsc-team-leader
+partyRadioList
+R
+ctsc-team-leader
+referApplicationToJudge-lineSeparator
+CR
+ctsc-team-leader
+referApplicationToJudge-placeholder
+CR
+ctsc-team-leader
+uploadGeneralApplication-lineSeparator
+CR
+ctsc-team-leader
+uploadGeneralApplication-placeholder
+CR
+ctsc-team-leader
+uploadRelatedEvidence-lineSeparator
+CR
+ctsc-team-leader
+uploadRelatedEvidence-placeholder
+CR

AuthorisationCaseField/circuit-judge.json

UserRoleCaseFieldIDCRUD
+circuit-judge
+applicationDetails-lineSeparator
+CR
+circuit-judge
+applicationFee-lineSeparator
+CR
+circuit-judge
+consentAndNotice-lineSeparator
+CR
+circuit-judge
+enter_genapp_AllPartiesAgree
+R
+circuit-judge
+enter_genapp_ApplicationFee-yourMustRequestPayment
+CR
+circuit-judge
+enter_genapp_ApplicationTypeOption
+R
+circuit-judge
+enter_genapp_AppliedForHwf
+R
+circuit-judge
+enter_genapp_DateReceived
+R
+circuit-judge
+enter_genapp_FeeAmountReceived
+R
+circuit-judge
+enter_genapp_FeeReceived
+R
+circuit-judge
+enter_genapp_HwfReference
+R
+circuit-judge
+enter_genapp_SomethingElseDetails
+R
+circuit-judge
+enter_genapp_Within14Days
+R
+circuit-judge
+enter_genapp_WithoutNotice
+R
+circuit-judge
+hearingDate-lineSeparator
+CR
+circuit-judge
+partyRadioList
+R
+circuit-judge
+referApplicationToJudge-lineSeparator
+CR
+circuit-judge
+referApplicationToJudge-placeholder
+CR
+circuit-judge
+uploadGeneralApplication-lineSeparator
+CR
+circuit-judge
+uploadGeneralApplication-placeholder
+CR
+circuit-judge
+uploadRelatedEvidence-lineSeparator
+CR
+circuit-judge
+uploadRelatedEvidence-placeholder
+CR

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
+Y

CaseEventToFields/enterGenApp.json

CallBackURLMidEventCaseEventIDCaseFieldIDDisplayContextPageColumnNumberPageDisplayOrderPageFieldDisplayOrderPageIDPageLabel
+http://localhost:3206/callbacks/mid-event?page=applicationDetails&eventId=enterGenApp
+enterGenApp
+applicationDetails-lineSeparator
+READONLY
+1
+1
+1
+applicationDetails
+Application details
+http://localhost:3206/callbacks/mid-event?page=applicationFee&eventId=enterGenApp
+enterGenApp
+applicationFee-lineSeparator
+READONLY
+1
+3
+1
+applicationFee
+Application fee
+enterGenApp
+consentAndNotice-lineSeparator
+READONLY
+1
+4
+1
+consentAndNotice
+Application consent and notice
+enterGenApp
+enter_genapp_AllPartiesAgree
+MANDATORY
+1
+4
+2
+consentAndNotice
+Application consent and notice
+Y
+enterGenApp
+enter_genapp_ApplicationFee-yourMustRequestPayment
+READONLY
+enter_genapp_FeeReceived="NO"
+1
+3
+4
+applicationFee
+Application fee
+enterGenApp
+enter_genapp_ApplicationTypeOption
+MANDATORY
+1
+1
+4
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_AppliedForHwf
+MANDATORY
+1
+3
+5
+applicationFee
+Application fee
+Y
+enterGenApp
+enter_genapp_DateReceived
+MANDATORY
+1
+1
+3
+applicationDetails
+Application details
+Y
+enterGenApp
+enter_genapp_FeeAmountReceived
+MANDATORY
+enter_genapp_FeeReceived="YES"
+1
+3
+3
+applicationFee
+Application fee
+Y
+enterGenApp
+enter_genapp_FeeReceived
+MANDATORY
+1
+3
+2
+applicationFee
+Application fee
+Y
+enterGenApp
+enter_genapp_HwfReference
+MANDATORY
+enter_genapp_AppliedForHwf="YES"
+1
+3
+6
+applicationFee
+Application fee
+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
+enter_genapp_WithoutNotice
+MANDATORY
+enter_genapp_AllPartiesAgree="NO"
+1
+4
+3
+consentAndNotice
+Application consent and notice
+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
+enterGenApp
+referApplicationToJudge-lineSeparator
+READONLY
+1
+7
+1
+referApplicationToJudge
+Refer without notice application to judge
+enterGenApp
+referApplicationToJudge-placeholder
+READONLY
+1
+7
+2
+referApplicationToJudge
+Refer without notice application to judge
+enterGenApp
+uploadGeneralApplication-lineSeparator
+READONLY
+1
+5
+1
+uploadGeneralApplication
+Upload general application
+enterGenApp
+uploadGeneralApplication-placeholder
+READONLY
+1
+5
+2
+uploadGeneralApplication
+Upload general application
+enterGenApp
+uploadRelatedEvidence-lineSeparator
+READONLY
+1
+6
+1
+uploadRelatedEvidence
+Upload related evidence
+enterGenApp
+uploadRelatedEvidence-placeholder
+READONLY
+1
+6
+2
+uploadRelatedEvidence
+Upload related evidence

FixedLists/EnterGenAppType.json

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

@tvr-hmcts
tvr-hmcts self-requested a review July 13, 2026 09:16

@tvr-hmcts tvr-hmcts left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Not sure why this is seperated out though as it is quite small.

… HDPI-6638_caseworker_genapps_without_notice
@hmcts-jenkins-j-to-z

Copy link
Copy Markdown
Contributor

Plan Result (aat)

⚠️ Resource Deletion will happen

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 0 to add, 0 to change, 1 to destroy.
  • Delete
    • module.postgresql.azurerm_postgresql_flexible_server_active_directory_administrator.pgsql_additional_principal_admin["14b22215-46e6-48a9-8681-e8cefe66236a"]
Change Result (Click me)
  # module.postgresql.azurerm_postgresql_flexible_server_active_directory_administrator.pgsql_additional_principal_admin["14b22215-46e6-48a9-8681-e8cefe66236a"] will be destroyed
  # (because azurerm_postgresql_flexible_server_active_directory_administrator.pgsql_additional_principal_admin is not in configuration)
  - resource "azurerm_postgresql_flexible_server_active_directory_administrator" "pgsql_additional_principal_admin" {
      - id                  = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/pcs-data-aat/providers/Microsoft.DBforPostgreSQL/flexibleServers/pcs-aat/administrators/14b22215-46e6-48a9-8681-e8cefe66236a" -> null
      - object_id           = "14b22215-46e6-48a9-8681-e8cefe66236a" -> null
      - principal_name      = "jenkins-aat-mi" -> null
      - principal_type      = "ServicePrincipal" -> null
      - resource_group_name = "pcs-data-aat" -> null
      - server_name         = "pcs-aat" -> null
      - tenant_id           = "531ff96d-0ae9-462a-8d2d-bec7c0b42082" -> null
    }

Plan: 0 to add, 0 to change, 1 to destroy.

… HDPI-6638_caseworker_genapps_without_notice
@hmcts-jenkins-j-to-z
hmcts-jenkins-j-to-z Bot requested a deployment to preview July 22, 2026 10:25 Abandoned
… HDPI-6638_caseworker_genapps_without_notice
… HDPI-6638_caseworker_genapps_without_notice
… HDPI-6638_caseworker_genapps_without_notice
… HDPI-6638_caseworker_genapps_without_notice
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.

5 participants