-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
74a6f57
commit d0c76bb
Showing
10 changed files
with
220 additions
and
34 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
ccd-definition/AuthorisationCaseField/RequestAListing-MINTI-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
ccd-definition/CaseEventToFields/HearingNotice-MINTI-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
ccd-definition/CaseEventToFields/HearingNotice-MINTI-prod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
ccd-definition/CaseField/CaseFieldRequestListing-MINTI-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |