-
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.
CIV-16297 Hearing date for order after hearing (#5263)
* CIV-16297 Hearing date for order after hearing * api test updates * api test updates * point to service PR * moving back to latest image * skip e2es * rename files --------- Co-authored-by: vasudevganesanhmcts <100689363+vasudevganesanhmcts@users.noreply.github.com>
- Loading branch information
1 parent
9033564
commit f05f288
Showing
8 changed files
with
190 additions
and
8 deletions.
There are no files selected for viewing
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
43 changes: 43 additions & 0 deletions
43
ccd-definition/CaseEventToComplexTypes/FinalOrders-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,43 @@ | ||
[ | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"CaseEventID": "GENERATE_DIRECTIONS_ORDER", | ||
"CaseFieldID": "orderAfterHearingDate", | ||
"ListElementCode": "dateType", | ||
"FieldDisplayOrder": 1, | ||
"DisplayContext": "MANDATORY", | ||
"EventElementLabel": "Enter date(s) of hearing" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"CaseEventID": "GENERATE_DIRECTIONS_ORDER", | ||
"CaseFieldID": "orderAfterHearingDate", | ||
"ListElementCode": "date", | ||
"FieldDisplayOrder": 2, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"CaseEventID": "GENERATE_DIRECTIONS_ORDER", | ||
"CaseFieldID": "orderAfterHearingDate", | ||
"ListElementCode": "fromDate", | ||
"FieldDisplayOrder": 3, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"CaseEventID": "GENERATE_DIRECTIONS_ORDER", | ||
"CaseFieldID": "orderAfterHearingDate", | ||
"ListElementCode": "toDate", | ||
"FieldDisplayOrder": 4, | ||
"DisplayContext": "MANDATORY" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"CaseEventID": "GENERATE_DIRECTIONS_ORDER", | ||
"CaseFieldID": "orderAfterHearingDate", | ||
"ListElementCode": "bespokeDates", | ||
"FieldDisplayOrder": 5, | ||
"DisplayContext": "MANDATORY" | ||
} | ||
] |
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
53 changes: 53 additions & 0 deletions
53
ccd-definition/ComplexTypes/DQ/1_OrderAfterHearing_HearingDate-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,53 @@ | ||
[ | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"ListElementCode": "dateType", | ||
"FieldType": "FixedRadioList", | ||
"FieldTypeParameter": "OrderAfterHearingDateType", | ||
"ElementLabel": "Enter date(s) of hearing", | ||
"SecurityClassification": "Public", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"ListElementCode": "date", | ||
"FieldType": "Date", | ||
"ElementLabel": "Date", | ||
"SecurityClassification": "Public", | ||
"HintText": "For example 16 4 2021", | ||
"FieldShowCondition": "dateType = \"SINGLE_DATE\"", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"ListElementCode": "fromDate", | ||
"FieldType": "Date", | ||
"ElementLabel": "Date from", | ||
"SecurityClassification": "Public", | ||
"HintText": "For example 16 4 2021", | ||
"FieldShowCondition": "dateType = \"DATE_RANGE\"", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"ListElementCode": "toDate", | ||
"FieldType": "Date", | ||
"ElementLabel": "Date to", | ||
"SecurityClassification": "Public", | ||
"FieldShowCondition": "dateType = \"DATE_RANGE\"", | ||
"HintText": "For example 16 4 2021", | ||
"Searchable": "N" | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDate", | ||
"ListElementCode": "bespokeDates", | ||
"FieldType": "TextArea", | ||
"ElementLabel": "Enter a bespoke range of dates for hearing", | ||
"HintText": "For example, 16 4 2021, 19-20 4 2021 and 11-12 5 2021", | ||
"SecurityClassification": "Public", | ||
"FieldShowCondition": "dateType = \"BESPOKE_RANGE\"", | ||
"Searchable": "N" | ||
} | ||
] | ||
|
||
|
20 changes: 20 additions & 0 deletions
20
ccd-definition/FixedLists/OrderAfterHearingDateTypes-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,20 @@ | ||
[ | ||
{ | ||
"ID": "OrderAfterHearingDateType", | ||
"ListElementCode": "SINGLE_DATE", | ||
"ListElement": "Single date", | ||
"DisplayOrder": 1 | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDateType", | ||
"ListElementCode": "DATE_RANGE", | ||
"ListElement": "Date range", | ||
"DisplayOrder": 2 | ||
}, | ||
{ | ||
"ID": "OrderAfterHearingDateType", | ||
"ListElementCode": "BESPOKE_RANGE", | ||
"ListElement": "Bespoke range", | ||
"DisplayOrder": 3 | ||
} | ||
] |
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