Skip to content

Commit

Permalink
CIV-15706 request a hearing (#5078)
Browse files Browse the repository at this point in the history
* Update relist hearing to be request a hearing

* request a hearing screens

* Update values.preview.template.yaml

* rebasing

* used dynamic list

* used dynamic list

* CIV-15718

* moving back to latest

* fix rebase

---------

Co-authored-by: vasudevganesanhmcts <[email protected]>
  • Loading branch information
drummondjm and vasudevganesanhmcts authored Nov 25, 2024
1 parent 74a6f57 commit d0c76bb
Show file tree
Hide file tree
Showing 10 changed files with 220 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "requestHearingNoticeLabel",
"UserRoles": [
"hearing-schedule-access"
],
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "requestHearingNoticeDynamic",
"UserRoles": [
"hearing-schedule-access"
],
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "requestHearingOtherText",
"UserRoles": [
"hearing-schedule-access"
],
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "requestAnotherHearingLabel",
"UserRoles": [
"hearing-schedule-access"
],
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "requestAnotherHearing",
"UserRoles": [
"hearing-schedule-access"
],
"CRUD": "CRU"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,23 @@
"EndButtonLabel": "Submit",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "HEARING_SCHEDULED_RETRIGGER",
"Name": "Request a listing",
"Description": "Request a listing",
"DisplayOrder": 23,
"PreConditionState(s)": "CASE_PROGRESSION;HEARING_READINESS;PREPARE_FOR_HEARING_CONDUCT_HEARING;DECISION_OUTCOME",
"PostConditionState": "CASE_PROGRESSION",
"SecurityClassification": "Public",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted",
"ShowSummary": "Y",
"ShowEventNotes": "N",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"Publish": "Y"
}
]
15 changes: 15 additions & 0 deletions ccd-definition/CaseEvent/User/UserEventsCaseProg-MINTI-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,20 @@
"SecurityClassification": "Public",
"ShowSummary": "N",
"ShowEventNotes": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "HEARING_SCHEDULED_RETRIGGER",
"Name": "Re-list Hearing",
"Description": "Re-list Hearing",
"DisplayOrder": 23,
"PreConditionState(s)": "HEARING_READINESS;PREPARE_FOR_HEARING_CONDUCT_HEARING;All_FINAL_ORDERS_ISSUED;DECISION_OUTCOME",
"PostConditionState": "CASE_PROGRESSION",
"SecurityClassification": "Public",
"ShowSummary": "Y",
"ShowEventNotes": "N",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"Publish": "Y"
}
]
15 changes: 0 additions & 15 deletions ccd-definition/CaseEvent/User/UserEventsCaseProg.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,6 @@
"ShowSummary": "N",
"ShowEventNotes": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "HEARING_SCHEDULED_RETRIGGER",
"Name": "Re-list Hearing",
"Description": "Re-list Hearing",
"DisplayOrder": 23,
"PreConditionState(s)": "HEARING_READINESS;PREPARE_FOR_HEARING_CONDUCT_HEARING;All_FINAL_ORDERS_ISSUED;DECISION_OUTCOME",
"PostConditionState": "CASE_PROGRESSION",
"SecurityClassification": "Public",
"ShowSummary": "Y",
"ShowEventNotes": "N",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "BUNDLE_CREATION_NOTIFICATION",
Expand Down
72 changes: 72 additions & 0 deletions ccd-definition/CaseEventToFields/HearingNotice-MINTI-nonprod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "relistHearingNotice",
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "RelistHearingNotice",
"PageDisplayOrder": 1,
"PageColumnNumber": 1,
"PageShowCondition" : "allocatedTrack = \"SMALL_CLAIM\" OR allocatedTrack = \"FAST_CLAIM\" OR responseClaimTrack = \"SMALL_CLAIM\" OR responseClaimTrack = \"FAST_CLAIM\"",
"ShowSummaryChangeOption": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "requestHearingNoticeLabel",
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "ListHearingNotice",
"PageDisplayOrder": 1,
"PageColumnNumber": 1,
"PageShowCondition" : "allocatedTrack = \"MULTI_CLAIM\" OR allocatedTrack = \"INTERMEDIATE_CLAIM\" OR responseClaimTrack = \"MULTI_CLAIM\" OR responseClaimTrack = \"INTERMEDIATE_CLAIM\"",
"ShowSummaryChangeOption": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "requestHearingNoticeDynamic",
"PageFieldDisplayOrder": 2,
"DisplayContext": "MANDATORY",
"PageID": "ListHearingNotice",
"PageDisplayOrder": 1,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "requestHearingOtherText",
"PageFieldDisplayOrder": 3,
"DisplayContext": "MANDATORY",
"PageID": "ListHearingNotice",
"PageDisplayOrder": 1,
"PageColumnNumber": 1,
"FieldShowCondition" : "requestHearingNoticeDynamic = \"OTHER\"",
"ShowSummaryChangeOption": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "requestAnotherHearingLabel",
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "RequestAnotherHearing",
"PageDisplayOrder": 2,
"PageColumnNumber": 1,
"PageShowCondition" : "allocatedTrack = \"MULTI_CLAIM\" OR allocatedTrack = \"INTERMEDIATE_CLAIM\" OR responseClaimTrack = \"MULTI_CLAIM\" OR responseClaimTrack = \"INTERMEDIATE_CLAIM\"",
"ShowSummaryChangeOption": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "requestAnotherHearing",
"PageFieldDisplayOrder": 2,
"DisplayContext": "MANDATORY",
"PageID": "RequestAnotherHearing",
"PageDisplayOrder": 2,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y"
}
]
13 changes: 13 additions & 0 deletions ccd-definition/CaseEventToFields/HearingNotice-MINTI-prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "relistHearingNotice",
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "RequestListHearingNotice",
"PageDisplayOrder": 1,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "N"
}
]
11 changes: 0 additions & 11 deletions ccd-definition/CaseEventToFields/HearingNotice.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,5 @@
"PageDisplayOrder": 5,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "relistHearingNotice",
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "RelistHearingNotice",
"PageDisplayOrder": 1,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "N"
}
]
10 changes: 10 additions & 0 deletions ccd-definition/CaseField/CaseFieldHearingNotice-prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "relistHearingNotice",
"Label": "When you click Continue, the next screen will enable you to select to schedule the hearing.",
"FieldType": "Label",
"SecurityClassification": "Public",
"Searchable": "N"
}
]
8 changes: 0 additions & 8 deletions ccd-definition/CaseField/CaseFieldHearingNotice.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,6 @@
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "relistHearingNotice",
"Label": "When you click Continue, the next screen will enable you to select to schedule the hearing.",
"FieldType": "Label",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "hearingReferenceNumber",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "relistHearingNotice",
"Label": "Select continue to request a listing.",
"FieldType": "Label",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "requestHearingNoticeLabel",
"Label": "## What type of hearing do you want to have listed?",
"FieldType": "Label",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "requestHearingNoticeDynamic",
"Label": "Hearing type",
"FieldType": "DynamicRadioList",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "requestHearingOtherText",
"Label": "What type of hearing do you want to have listed?",
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "requestAnotherHearingLabel",
"Label": "## Do you want to request another listing?",
"FieldType": "Label",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "requestAnotherHearing",
"Label": "Request another hearing?",
"FieldType": "YesOrNo",
"SecurityClassification": "Public",
"Searchable": "N"
}
]

0 comments on commit d0c76bb

Please sign in to comment.