diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 1af2fc8ec..f38c6a2ee 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -61,9 +61,9 @@ withPipeline(type, product, component) { try { sh ''' set -e - + git remote set-url origin $(git config remote.origin.url | sed "s/github.com/${BEARER_TOKEN}@github.com/g") - + git fetch origin demo:demo git push --force origin HEAD:demo ''' @@ -81,8 +81,8 @@ withPipeline(type, product, component) { ./bin/pull-latest-release-asset.sh civil-ccd-definition civil-ccd-definition.zip ./bin/pull-latest-release-asset.sh civil-general-apps-ccd-definition civil-general-apps-ccd-definition.zip ./bin/pull-latest-release-asset.sh civil-camunda-bpmn-definition civil-camunda-bpmn-definition.zip - #./bin/import-ccd-definition.sh "-e *-prod.json,*-nonprod.json,*LRspec.json" - #./bin/import-general-apps-ccd-definition.sh "-e *-prod.json,*-nonprod.json,*LRspec.json" + ./bin/import-ccd-definition.sh "-e *-prod.json,*-nonprod.json,*LRspec.json" + ./bin/import-general-apps-ccd-definition.sh "-e *-prod.json,*-nonprod.json,*LRspec.json" ./bin/import-bpmn-diagram.sh . """ diff --git a/bin/add-roles.sh b/bin/add-roles.sh index f0478b916..02eca7802 100755 --- a/bin/add-roles.sh +++ b/bin/add-roles.sh @@ -6,7 +6,7 @@ ./bin/utils/ccd-add-role.sh "caseworker-approver" ./bin/utils/ccd-add-role.sh "prd-admin" -roles=("solicitor" "systemupdate" "admin" "staff") +roles=("solicitor" "systemupdate" "admin" "staff" "judge") for role in "${roles[@]}" do ./bin/utils/ccd-add-role.sh "caseworker-civil-${role}" diff --git a/bin/import-general-apps-ccd-definition.sh b/bin/import-general-apps-ccd-definition.sh index 7c6d2fa88..bb9176cb2 100755 --- a/bin/import-general-apps-ccd-definition.sh +++ b/bin/import-general-apps-ccd-definition.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -definition_input_dir=$(realpath 'ccd-definition') +definition_input_dir=$(realpath 'ga-ccd-definition') definition_output_file="$(realpath ".")/build/ccd-development-config/ccd-civil-apps-dev.xlsx" params="$@" -./bin/utils/import-ccd-definition.sh "${definition_input_dir}" "${definition_output_file}" "${params}" \ No newline at end of file +./bin/utils/import-ccd-definition.sh "${definition_input_dir}" "${definition_output_file}" "${params}" diff --git a/ccd-definition/AuthorisationCaseEvent/AuthorisationCaseEventGAspec.json b/ga-ccd-definition/AuthorisationCaseEvent/AuthorisationCaseEventGAspec.json similarity index 100% rename from ccd-definition/AuthorisationCaseEvent/AuthorisationCaseEventGAspec.json rename to ga-ccd-definition/AuthorisationCaseEvent/AuthorisationCaseEventGAspec.json diff --git a/ccd-definition/AuthorisationCaseEvent/systemUpdateGAspec.json b/ga-ccd-definition/AuthorisationCaseEvent/systemUpdateGAspec.json similarity index 100% rename from ccd-definition/AuthorisationCaseEvent/systemUpdateGAspec.json rename to ga-ccd-definition/AuthorisationCaseEvent/systemUpdateGAspec.json diff --git a/ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec.json b/ga-ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec.json similarity index 100% rename from ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec.json rename to ga-ccd-definition/AuthorisationCaseField/AuthorisationCaseFieldGAspec.json diff --git a/ccd-definition/AuthorisationCaseField/StaffGAspec.json b/ga-ccd-definition/AuthorisationCaseField/StaffGAspec.json similarity index 100% rename from ccd-definition/AuthorisationCaseField/StaffGAspec.json rename to ga-ccd-definition/AuthorisationCaseField/StaffGAspec.json diff --git a/ccd-definition/AuthorisationCaseField/caseAccessAssignmentGAspec.json b/ga-ccd-definition/AuthorisationCaseField/caseAccessAssignmentGAspec.json similarity index 100% rename from ccd-definition/AuthorisationCaseField/caseAccessAssignmentGAspec.json rename to ga-ccd-definition/AuthorisationCaseField/caseAccessAssignmentGAspec.json diff --git a/ccd-definition/AuthorisationCaseState/AuthorisationCaseStateGAspec.json b/ga-ccd-definition/AuthorisationCaseState/AuthorisationCaseStateGAspec.json similarity index 100% rename from ccd-definition/AuthorisationCaseState/AuthorisationCaseStateGAspec.json rename to ga-ccd-definition/AuthorisationCaseState/AuthorisationCaseStateGAspec.json diff --git a/ccd-definition/AuthorisationCaseType/AuthorisationCaseTypeGAspec.json b/ga-ccd-definition/AuthorisationCaseType/AuthorisationCaseTypeGAspec.json similarity index 100% rename from ccd-definition/AuthorisationCaseType/AuthorisationCaseTypeGAspec.json rename to ga-ccd-definition/AuthorisationCaseType/AuthorisationCaseTypeGAspec.json diff --git a/ccd-definition/AuthorisationComplexType/solicitorGAspec.json b/ga-ccd-definition/AuthorisationComplexType/solicitorGAspec.json similarity index 100% rename from ccd-definition/AuthorisationComplexType/solicitorGAspec.json rename to ga-ccd-definition/AuthorisationComplexType/solicitorGAspec.json diff --git a/ccd-definition/AuthorisationComplexType/systemUpdateGAspec.json b/ga-ccd-definition/AuthorisationComplexType/systemUpdateGAspec.json similarity index 100% rename from ccd-definition/AuthorisationComplexType/systemUpdateGAspec.json rename to ga-ccd-definition/AuthorisationComplexType/systemUpdateGAspec.json diff --git a/ccd-definition/Banner.json b/ga-ccd-definition/Banner.json similarity index 91% rename from ccd-definition/Banner.json rename to ga-ccd-definition/Banner.json index 82df19c8b..6e88614fc 100644 --- a/ccd-definition/Banner.json +++ b/ga-ccd-definition/Banner.json @@ -1,6 +1,6 @@ -[ - { - "BannerEnabled": "No", - "BannerDescription": " " - } -] +[ + { + "BannerEnabled": "No", + "BannerDescription": " " + } +] diff --git a/ccd-definition/CaseEvent/Camunda/BusinessProcessEvents.json b/ga-ccd-definition/CaseEvent/Camunda/BusinessProcessEvents.json similarity index 100% rename from ccd-definition/CaseEvent/Camunda/BusinessProcessEvents.json rename to ga-ccd-definition/CaseEvent/Camunda/BusinessProcessEvents.json diff --git a/ccd-definition/CaseEvent/Camunda/CaseEvents.json b/ga-ccd-definition/CaseEvent/Camunda/CaseEvents.json similarity index 100% rename from ccd-definition/CaseEvent/Camunda/CaseEvents.json rename to ga-ccd-definition/CaseEvent/Camunda/CaseEvents.json diff --git a/ccd-definition/CaseEvent/Camunda/MakePBAPaymentGAspec.json b/ga-ccd-definition/CaseEvent/Camunda/MakePBAPaymentGAspec.json similarity index 100% rename from ccd-definition/CaseEvent/Camunda/MakePBAPaymentGAspec.json rename to ga-ccd-definition/CaseEvent/Camunda/MakePBAPaymentGAspec.json diff --git a/ccd-definition/CaseEvent/Camunda/NotificationEventsGAspec.json b/ga-ccd-definition/CaseEvent/Camunda/NotificationEventsGAspec.json similarity index 100% rename from ccd-definition/CaseEvent/Camunda/NotificationEventsGAspec.json rename to ga-ccd-definition/CaseEvent/Camunda/NotificationEventsGAspec.json diff --git a/ccd-definition/CaseEvent/User/UserEventsGAspec.json b/ga-ccd-definition/CaseEvent/User/UserEventsGAspec.json similarity index 100% rename from ccd-definition/CaseEvent/User/UserEventsGAspec.json rename to ga-ccd-definition/CaseEvent/User/UserEventsGAspec.json diff --git a/ccd-definition/CaseEventToComplexTypes/ApplicationResponseGAspec.json b/ga-ccd-definition/CaseEventToComplexTypes/ApplicationResponseGAspec.json similarity index 100% rename from ccd-definition/CaseEventToComplexTypes/ApplicationResponseGAspec.json rename to ga-ccd-definition/CaseEventToComplexTypes/ApplicationResponseGAspec.json diff --git a/ccd-definition/CaseEventToComplexTypes/InitiateApplicationGAspec.json b/ga-ccd-definition/CaseEventToComplexTypes/InitiateApplicationGAspec.json similarity index 100% rename from ccd-definition/CaseEventToComplexTypes/InitiateApplicationGAspec.json rename to ga-ccd-definition/CaseEventToComplexTypes/InitiateApplicationGAspec.json diff --git a/ccd-definition/CaseEventToComplexTypes/solicitorGAspec.json b/ga-ccd-definition/CaseEventToComplexTypes/solicitorGAspec.json similarity index 100% rename from ccd-definition/CaseEventToComplexTypes/solicitorGAspec.json rename to ga-ccd-definition/CaseEventToComplexTypes/solicitorGAspec.json diff --git a/ccd-definition/CaseEventToFields/ApplicationResponseGAspec.json b/ga-ccd-definition/CaseEventToFields/ApplicationResponseGAspec.json similarity index 97% rename from ccd-definition/CaseEventToFields/ApplicationResponseGAspec.json rename to ga-ccd-definition/CaseEventToFields/ApplicationResponseGAspec.json index 0a6693ef5..d9cb2d2ef 100644 --- a/ccd-definition/CaseEventToFields/ApplicationResponseGAspec.json +++ b/ga-ccd-definition/CaseEventToFields/ApplicationResponseGAspec.json @@ -1,26 +1,26 @@ -[ - { - "CaseTypeID": "GENERALAPPLICATION", - "CaseEventID": "RESPOND_TO_APPLICATION", - "CaseFieldID": "generalAppRespondent1Representative", - "DisplayContext": "MANDATORY", - "PageID": "GARespondent1RespScreen", - "PageDisplayOrder": 1, - "PageFieldDisplayOrder": 1, - "PageColumnNumber": 1, - "ShowSummaryChangeOption": "Y" - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "CaseEventID": "RESPOND_TO_APPLICATION", - "CaseFieldID": "hearingDetailsResp", - "DisplayContext": "COMPLEX", - "PageID": "GARespHearingScreen", - "CallBackURLMidEvent": "${CCD_DEF_GEN_APP_SERVICE_BASE_URL}/cases/callbacks/mid/hearing-screen-response", - "RetriesTimeoutURLMidEvent": 0, - "PageDisplayOrder": 2, - "PageFieldDisplayOrder": 2, - "PageColumnNumber": 1, - "ShowSummaryChangeOption": "Y" - } +[ + { + "CaseTypeID": "GENERALAPPLICATION", + "CaseEventID": "RESPOND_TO_APPLICATION", + "CaseFieldID": "generalAppRespondent1Representative", + "DisplayContext": "MANDATORY", + "PageID": "GARespondent1RespScreen", + "PageDisplayOrder": 1, + "PageFieldDisplayOrder": 1, + "PageColumnNumber": 1, + "ShowSummaryChangeOption": "Y" + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "CaseEventID": "RESPOND_TO_APPLICATION", + "CaseFieldID": "hearingDetailsResp", + "DisplayContext": "COMPLEX", + "PageID": "GARespHearingScreen", + "CallBackURLMidEvent": "${CCD_DEF_GEN_APP_SERVICE_BASE_URL}/cases/callbacks/mid/hearing-screen-response", + "RetriesTimeoutURLMidEvent": 0, + "PageDisplayOrder": 2, + "PageFieldDisplayOrder": 2, + "PageColumnNumber": 1, + "ShowSummaryChangeOption": "Y" + } ] \ No newline at end of file diff --git a/ccd-definition/CaseEventToFields/InitiateApplicationGAspec.json b/ga-ccd-definition/CaseEventToFields/InitiateApplicationGAspec.json similarity index 100% rename from ccd-definition/CaseEventToFields/InitiateApplicationGAspec.json rename to ga-ccd-definition/CaseEventToFields/InitiateApplicationGAspec.json diff --git a/ccd-definition/CaseEventToFields/JudicialDecisionGAspec.json b/ga-ccd-definition/CaseEventToFields/JudicialDecisionGAspec.json similarity index 100% rename from ccd-definition/CaseEventToFields/JudicialDecisionGAspec.json rename to ga-ccd-definition/CaseEventToFields/JudicialDecisionGAspec.json diff --git a/ccd-definition/CaseField/CaseFieldGAspec.json b/ga-ccd-definition/CaseField/CaseFieldGAspec.json similarity index 100% rename from ccd-definition/CaseField/CaseFieldGAspec.json rename to ga-ccd-definition/CaseField/CaseFieldGAspec.json diff --git a/ccd-definition/CaseRoles.json b/ga-ccd-definition/CaseRoles.json similarity index 96% rename from ccd-definition/CaseRoles.json rename to ga-ccd-definition/CaseRoles.json index 99f0c6916..f51f1a7be 100644 --- a/ccd-definition/CaseRoles.json +++ b/ga-ccd-definition/CaseRoles.json @@ -1,50 +1,50 @@ -[ - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "[APPLICANTSOLICITORONE]", - "Name": "Applicant Solicitor 1", - "Description": "Applicant Solicitor 1 role", - "JurisdictionID": "CIVIL", - "SecurityClassification": "Public" - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "[APPLICANTSOLICITORTWO]", - "Name": "Applicant Solicitor 2", - "Description": "Applicant Solicitor 2 role", - "JurisdictionID": "CIVIL", - "SecurityClassification": "Public" - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "[RESPONDENTSOLICITORONE]", - "Name": "Respondent Solicitor 1", - "Description": "Respondent Solicitor 1 role", - "JurisdictionID": "CIVIL", - "SecurityClassification": "Public" - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "[RESPONDENTSOLICITORTWO]", - "Name": "Respondent Solicitor 2", - "Description": "Respondent Solicitor 2 role", - "JurisdictionID": "CIVIL", - "SecurityClassification": "Public" - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "[CREATOR]", - "Name": "Creator", - "Description": "Creator of case", - "JurisdictionID": "CIVIL", - "SecurityClassification": "Public" - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "[JUDGE]", - "Name": "Judge", - "Description": "Judge", - "JurisdictionID": "CIVIL", - "SecurityClassification": "Public" - } -] +[ + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "[APPLICANTSOLICITORONE]", + "Name": "Applicant Solicitor 1", + "Description": "Applicant Solicitor 1 role", + "JurisdictionID": "CIVIL", + "SecurityClassification": "Public" + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "[APPLICANTSOLICITORTWO]", + "Name": "Applicant Solicitor 2", + "Description": "Applicant Solicitor 2 role", + "JurisdictionID": "CIVIL", + "SecurityClassification": "Public" + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "[RESPONDENTSOLICITORONE]", + "Name": "Respondent Solicitor 1", + "Description": "Respondent Solicitor 1 role", + "JurisdictionID": "CIVIL", + "SecurityClassification": "Public" + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "[RESPONDENTSOLICITORTWO]", + "Name": "Respondent Solicitor 2", + "Description": "Respondent Solicitor 2 role", + "JurisdictionID": "CIVIL", + "SecurityClassification": "Public" + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "[CREATOR]", + "Name": "Creator", + "Description": "Creator of case", + "JurisdictionID": "CIVIL", + "SecurityClassification": "Public" + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "[JUDGE]", + "Name": "Judge", + "Description": "Judge", + "JurisdictionID": "CIVIL", + "SecurityClassification": "Public" + } +] diff --git a/ccd-definition/CaseType.json b/ga-ccd-definition/CaseType.json similarity index 95% rename from ccd-definition/CaseType.json rename to ga-ccd-definition/CaseType.json index 00da3f3f7..05445312a 100644 --- a/ccd-definition/CaseType.json +++ b/ga-ccd-definition/CaseType.json @@ -1,10 +1,10 @@ -[ - { - "LiveFrom": "22/11/2021", - "ID": "GENERALAPPLICATION", - "Name": "Civil General Application", - "Description": "Civil General Application", - "JurisdictionID": "CIVIL", - "SecurityClassification": "Public" - } -] +[ + { + "LiveFrom": "22/11/2021", + "ID": "GENERALAPPLICATION", + "Name": "Civil General Application", + "Description": "Civil General Application", + "JurisdictionID": "CIVIL", + "SecurityClassification": "Public" + } +] diff --git a/ccd-definition/CaseTypeTab/ApplicationDetailsGAspec.json b/ga-ccd-definition/CaseTypeTab/ApplicationDetailsGAspec.json similarity index 100% rename from ccd-definition/CaseTypeTab/ApplicationDetailsGAspec.json rename to ga-ccd-definition/CaseTypeTab/ApplicationDetailsGAspec.json diff --git a/ccd-definition/ComplexTypes/1_GAPaymentDetailsGAspec.json b/ga-ccd-definition/ComplexTypes/1_GAPaymentDetailsGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/1_GAPaymentDetailsGAspec.json rename to ga-ccd-definition/ComplexTypes/1_GAPaymentDetailsGAspec.json diff --git a/ccd-definition/ComplexTypes/1_UnavailableDatesGAspec.json b/ga-ccd-definition/ComplexTypes/1_UnavailableDatesGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/1_UnavailableDatesGAspec.json rename to ga-ccd-definition/ComplexTypes/1_UnavailableDatesGAspec.json diff --git a/ccd-definition/ComplexTypes/BusinessProcessGAspec.json b/ga-ccd-definition/ComplexTypes/BusinessProcessGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/BusinessProcessGAspec.json rename to ga-ccd-definition/ComplexTypes/BusinessProcessGAspec.json diff --git a/ccd-definition/ComplexTypes/DQ/GeneralApplicationTypesGAspec.json b/ga-ccd-definition/ComplexTypes/DQ/GeneralApplicationTypesGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/DQ/GeneralApplicationTypesGAspec.json rename to ga-ccd-definition/ComplexTypes/DQ/GeneralApplicationTypesGAspec.json diff --git a/ccd-definition/ComplexTypes/FeeGAspec.json b/ga-ccd-definition/ComplexTypes/FeeGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/FeeGAspec.json rename to ga-ccd-definition/ComplexTypes/FeeGAspec.json diff --git a/ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json b/ga-ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json rename to ga-ccd-definition/ComplexTypes/GAHearingDetailsGAspec.json diff --git a/ccd-definition/ComplexTypes/GAHearingDetailsRespGAspec.json b/ga-ccd-definition/ComplexTypes/GAHearingDetailsRespGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAHearingDetailsRespGAspec.json rename to ga-ccd-definition/ComplexTypes/GAHearingDetailsRespGAspec.json diff --git a/ccd-definition/ComplexTypes/GAJudicialDecisionGAspec.json b/ga-ccd-definition/ComplexTypes/GAJudicialDecisionGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAJudicialDecisionGAspec.json rename to ga-ccd-definition/ComplexTypes/GAJudicialDecisionGAspec.json diff --git a/ccd-definition/ComplexTypes/GAPBADetailsGAspec.json b/ga-ccd-definition/ComplexTypes/GAPBADetailsGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAPBADetailsGAspec.json rename to ga-ccd-definition/ComplexTypes/GAPBADetailsGAspec.json diff --git a/ccd-definition/ComplexTypes/GARespondentAgreementGAspec.json b/ga-ccd-definition/ComplexTypes/GARespondentAgreementGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GARespondentAgreementGAspec.json rename to ga-ccd-definition/ComplexTypes/GARespondentAgreementGAspec.json diff --git a/ccd-definition/ComplexTypes/GARespondentRepresentativeGAspec.json b/ga-ccd-definition/ComplexTypes/GARespondentRepresentativeGAspec.json similarity index 95% rename from ccd-definition/ComplexTypes/GARespondentRepresentativeGAspec.json rename to ga-ccd-definition/ComplexTypes/GARespondentRepresentativeGAspec.json index 713ebdb21..168648394 100644 --- a/ccd-definition/ComplexTypes/GARespondentRepresentativeGAspec.json +++ b/ga-ccd-definition/ComplexTypes/GARespondentRepresentativeGAspec.json @@ -1,10 +1,10 @@ -[ - { - "ID": "GARespondentRepresentativeGAspec", - "ListElementCode": "hasAgreed", - "FieldType": "YesOrNo", - "ElementLabel": " ", - "SecurityClassification": "Public" - } - ] +[ + { + "ID": "GARespondentRepresentativeGAspec", + "ListElementCode": "hasAgreed", + "FieldType": "YesOrNo", + "ElementLabel": " ", + "SecurityClassification": "Public" + } + ] \ No newline at end of file diff --git a/ccd-definition/ComplexTypes/GASolicitorsDetailsGAspec.json b/ga-ccd-definition/ComplexTypes/GASolicitorsDetailsGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GASolicitorsDetailsGAspec.json rename to ga-ccd-definition/ComplexTypes/GASolicitorsDetailsGAspec.json diff --git a/ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json b/ga-ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json rename to ga-ccd-definition/ComplexTypes/GAStatementOfTruthGAspec.json diff --git a/ccd-definition/ComplexTypes/GAStatusGAspec.json b/ga-ccd-definition/ComplexTypes/GAStatusGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAStatusGAspec.json rename to ga-ccd-definition/ComplexTypes/GAStatusGAspec.json diff --git a/ccd-definition/ComplexTypes/GATypeGAspec.json b/ga-ccd-definition/ComplexTypes/GATypeGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GATypeGAspec.json rename to ga-ccd-definition/ComplexTypes/GATypeGAspec.json diff --git a/ccd-definition/ComplexTypes/GAUrgencyRecordGAspec.json b/ga-ccd-definition/ComplexTypes/GAUrgencyRecordGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAUrgencyRecordGAspec.json rename to ga-ccd-definition/ComplexTypes/GAUrgencyRecordGAspec.json diff --git a/ccd-definition/ComplexTypes/GAUserDetailsGAspec.json b/ga-ccd-definition/ComplexTypes/GAUserDetailsGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAUserDetailsGAspec.json rename to ga-ccd-definition/ComplexTypes/GAUserDetailsGAspec.json diff --git a/ccd-definition/ComplexTypes/GAWithOrWithoutNoticeGAspec.json b/ga-ccd-definition/ComplexTypes/GAWithOrWithoutNoticeGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GAWithOrWithoutNoticeGAspec.json rename to ga-ccd-definition/ComplexTypes/GAWithOrWithoutNoticeGAspec.json diff --git a/ccd-definition/ComplexTypes/GeneralApplicationDetailsGAspec.json b/ga-ccd-definition/ComplexTypes/GeneralApplicationDetailsGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GeneralApplicationDetailsGAspec.json rename to ga-ccd-definition/ComplexTypes/GeneralApplicationDetailsGAspec.json diff --git a/ccd-definition/ComplexTypes/GeneralApplicationGAspec.json b/ga-ccd-definition/ComplexTypes/GeneralApplicationGAspec.json similarity index 100% rename from ccd-definition/ComplexTypes/GeneralApplicationGAspec.json rename to ga-ccd-definition/ComplexTypes/GeneralApplicationGAspec.json diff --git a/ccd-definition/FixedLists/BusinessProcessStatusGAspec.json b/ga-ccd-definition/FixedLists/BusinessProcessStatusGAspec.json similarity index 100% rename from ccd-definition/FixedLists/BusinessProcessStatusGAspec.json rename to ga-ccd-definition/FixedLists/BusinessProcessStatusGAspec.json diff --git a/ccd-definition/FixedLists/GAHearingDurationGAspec.json b/ga-ccd-definition/FixedLists/GAHearingDurationGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GAHearingDurationGAspec.json rename to ga-ccd-definition/FixedLists/GAHearingDurationGAspec.json diff --git a/ccd-definition/FixedLists/GAHearingSupportRequirementsGAspec.json b/ga-ccd-definition/FixedLists/GAHearingSupportRequirementsGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GAHearingSupportRequirementsGAspec.json rename to ga-ccd-definition/FixedLists/GAHearingSupportRequirementsGAspec.json diff --git a/ccd-definition/FixedLists/GAHearingTypeGAspec.json b/ga-ccd-definition/FixedLists/GAHearingTypeGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GAHearingTypeGAspec.json rename to ga-ccd-definition/FixedLists/GAHearingTypeGAspec.json diff --git a/ccd-definition/FixedLists/GAIsUrgentGAspec.json b/ga-ccd-definition/FixedLists/GAIsUrgentGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GAIsUrgentGAspec.json rename to ga-ccd-definition/FixedLists/GAIsUrgentGAspec.json diff --git a/ccd-definition/FixedLists/GAJudgeDecisionOptionGAspec.json b/ga-ccd-definition/FixedLists/GAJudgeDecisionOptionGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GAJudgeDecisionOptionGAspec.json rename to ga-ccd-definition/FixedLists/GAJudgeDecisionOptionGAspec.json diff --git a/ccd-definition/FixedLists/GARadioYesOrNoGAspec.json b/ga-ccd-definition/FixedLists/GARadioYesOrNoGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GARadioYesOrNoGAspec.json rename to ga-ccd-definition/FixedLists/GARadioYesOrNoGAspec.json diff --git a/ccd-definition/FixedLists/GAUrgencyConsentGAspec.json b/ga-ccd-definition/FixedLists/GAUrgencyConsentGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GAUrgencyConsentGAspec.json rename to ga-ccd-definition/FixedLists/GAUrgencyConsentGAspec.json diff --git a/ccd-definition/FixedLists/GeneralApplicationTypesGAspec.json b/ga-ccd-definition/FixedLists/GeneralApplicationTypesGAspec.json similarity index 100% rename from ccd-definition/FixedLists/GeneralApplicationTypesGAspec.json rename to ga-ccd-definition/FixedLists/GeneralApplicationTypesGAspec.json diff --git a/ccd-definition/FixedLists/PaymentStatus.json b/ga-ccd-definition/FixedLists/PaymentStatus.json similarity index 100% rename from ccd-definition/FixedLists/PaymentStatus.json rename to ga-ccd-definition/FixedLists/PaymentStatus.json diff --git a/ccd-definition/FixedLists/StatementOfTruthConsentGAspec.json b/ga-ccd-definition/FixedLists/StatementOfTruthConsentGAspec.json similarity index 100% rename from ccd-definition/FixedLists/StatementOfTruthConsentGAspec.json rename to ga-ccd-definition/FixedLists/StatementOfTruthConsentGAspec.json diff --git a/ccd-definition/Jurisdiction.json b/ga-ccd-definition/Jurisdiction.json similarity index 94% rename from ccd-definition/Jurisdiction.json rename to ga-ccd-definition/Jurisdiction.json index 82ce9b3d0..2933659d9 100644 --- a/ccd-definition/Jurisdiction.json +++ b/ga-ccd-definition/Jurisdiction.json @@ -1,9 +1,9 @@ -[ - { - "LiveFrom": "22/11/2021", - "ID": "CIVIL", - "Name": "Civil", - "Description": "Civil Jurisdiction", - "Shuttered": false - } -] +[ + { + "LiveFrom": "22/11/2021", + "ID": "CIVIL", + "Name": "Civil", + "Description": "Civil Jurisdiction", + "Shuttered": false + } +] diff --git a/ccd-definition/SearchInputFields.json b/ga-ccd-definition/SearchInputFields.json similarity index 94% rename from ccd-definition/SearchInputFields.json rename to ga-ccd-definition/SearchInputFields.json index 5b9f770e2..c86819080 100644 --- a/ccd-definition/SearchInputFields.json +++ b/ga-ccd-definition/SearchInputFields.json @@ -1,8 +1,8 @@ -[ - { - "CaseTypeID": "GENERALAPPLICATION", - "CaseFieldID": "[CASE_REFERENCE]", - "Label": "CCD Case Number", - "DisplayOrder": 1 - } -] +[ + { + "CaseTypeID": "GENERALAPPLICATION", + "CaseFieldID": "[CASE_REFERENCE]", + "Label": "CCD Case Number", + "DisplayOrder": 1 + } +] diff --git a/ccd-definition/SearchResultFields.json b/ga-ccd-definition/SearchResultFields.json similarity index 94% rename from ccd-definition/SearchResultFields.json rename to ga-ccd-definition/SearchResultFields.json index 5b9f770e2..c86819080 100644 --- a/ccd-definition/SearchResultFields.json +++ b/ga-ccd-definition/SearchResultFields.json @@ -1,8 +1,8 @@ -[ - { - "CaseTypeID": "GENERALAPPLICATION", - "CaseFieldID": "[CASE_REFERENCE]", - "Label": "CCD Case Number", - "DisplayOrder": 1 - } -] +[ + { + "CaseTypeID": "GENERALAPPLICATION", + "CaseFieldID": "[CASE_REFERENCE]", + "Label": "CCD Case Number", + "DisplayOrder": 1 + } +] diff --git a/ccd-definition/State.json b/ga-ccd-definition/State.json similarity index 96% rename from ccd-definition/State.json rename to ga-ccd-definition/State.json index c0f7e9057..b60d66f57 100644 --- a/ccd-definition/State.json +++ b/ga-ccd-definition/State.json @@ -1,93 +1,93 @@ -[ - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "PENDING_APPLICATION_ISSUED", - "Name": "General Application Issue Pending", - "Description": "Holding state whilst payment is taken", - "DisplayOrder": 1 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "AWAITING_RESPONDENT_RESPONSE", - "Name": "Awaiting Respondent Response", - "Description": "Awaiting Respondent Response", - "DisplayOrder": 2 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "APPLICATION_SUBMITTED_AWAITING_JUDICIAL_DECISION", - "Name": "Application Submitted - Awaiting Judicial Decision", - "Description": "Application Submitted - Awaiting Judicial Decision", - "DisplayOrder": 3 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "ADDITIONAL_RESPONSE_TIME_EXPIRED", - "Name": "Additional Response Time Expired", - "Description": "Additional Response Time Expired", - "DisplayOrder": 4 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "ADDITIONAL_RESPONSE_TIME_PROVIDED", - "Name": "Additional Response Time Provided", - "Description": "Additional Response Time Provided", - "DisplayOrder": 5 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "AWAITING_DIRECTIONS_ORDER_DOCS", - "Name": "Directions Order Made", - "Description": "Directions Order Made", - "DisplayOrder": 6 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "ORDER_MADE", - "Name": "Order Made", - "Description": "Order Made", - "DisplayOrder": 7 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "LISTING_FOR_A_HEARING", - "Name": "Listed for a Hearing", - "Description": "Listed for a Hearing", - "DisplayOrder": 8 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "AWAITING_WRITTEN_REPRESENTATIONS", - "Name": "Written Representations Required", - "Description": "Written Representations Required", - "DisplayOrder": 9 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "AWAITING_ADDITIONAL_INFORMATION", - "Name": "Additional Information Required", - "Description": "Additional Information Required", - "DisplayOrder": 10 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "APPLICATION_DISMISSED", - "Name": "Application Dismissed", - "Description": "Application Dismissed", - "DisplayOrder": 11 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "APPLICATION_CLOSED", - "Name": "Application Closed", - "Description": "Application Closed", - "DisplayOrder": 12 - }, - { - "CaseTypeID": "GENERALAPPLICATION", - "ID": "PENDING_CASE_ISSUED", - "Name": "Claim Issue Pending", - "Description": "Holding state whilst payment is taken", - "DisplayOrder": 13 - } -] +[ + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "PENDING_APPLICATION_ISSUED", + "Name": "General Application Issue Pending", + "Description": "Holding state whilst payment is taken", + "DisplayOrder": 1 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "AWAITING_RESPONDENT_RESPONSE", + "Name": "Awaiting Respondent Response", + "Description": "Awaiting Respondent Response", + "DisplayOrder": 2 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "APPLICATION_SUBMITTED_AWAITING_JUDICIAL_DECISION", + "Name": "Application Submitted - Awaiting Judicial Decision", + "Description": "Application Submitted - Awaiting Judicial Decision", + "DisplayOrder": 3 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "ADDITIONAL_RESPONSE_TIME_EXPIRED", + "Name": "Additional Response Time Expired", + "Description": "Additional Response Time Expired", + "DisplayOrder": 4 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "ADDITIONAL_RESPONSE_TIME_PROVIDED", + "Name": "Additional Response Time Provided", + "Description": "Additional Response Time Provided", + "DisplayOrder": 5 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "AWAITING_DIRECTIONS_ORDER_DOCS", + "Name": "Directions Order Made", + "Description": "Directions Order Made", + "DisplayOrder": 6 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "ORDER_MADE", + "Name": "Order Made", + "Description": "Order Made", + "DisplayOrder": 7 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "LISTING_FOR_A_HEARING", + "Name": "Listed for a Hearing", + "Description": "Listed for a Hearing", + "DisplayOrder": 8 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "AWAITING_WRITTEN_REPRESENTATIONS", + "Name": "Written Representations Required", + "Description": "Written Representations Required", + "DisplayOrder": 9 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "AWAITING_ADDITIONAL_INFORMATION", + "Name": "Additional Information Required", + "Description": "Additional Information Required", + "DisplayOrder": 10 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "APPLICATION_DISMISSED", + "Name": "Application Dismissed", + "Description": "Application Dismissed", + "DisplayOrder": 11 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "APPLICATION_CLOSED", + "Name": "Application Closed", + "Description": "Application Closed", + "DisplayOrder": 12 + }, + { + "CaseTypeID": "GENERALAPPLICATION", + "ID": "PENDING_CASE_ISSUED", + "Name": "Claim Issue Pending", + "Description": "Holding state whilst payment is taken", + "DisplayOrder": 13 + } +] diff --git a/ccd-definition/UserProfile.json b/ga-ccd-definition/UserProfile.json similarity index 100% rename from ccd-definition/UserProfile.json rename to ga-ccd-definition/UserProfile.json diff --git a/ccd-definition/WorkBasketInputFields.json b/ga-ccd-definition/WorkBasketInputFields.json similarity index 94% rename from ccd-definition/WorkBasketInputFields.json rename to ga-ccd-definition/WorkBasketInputFields.json index 5b9f770e2..c86819080 100644 --- a/ccd-definition/WorkBasketInputFields.json +++ b/ga-ccd-definition/WorkBasketInputFields.json @@ -1,8 +1,8 @@ -[ - { - "CaseTypeID": "GENERALAPPLICATION", - "CaseFieldID": "[CASE_REFERENCE]", - "Label": "CCD Case Number", - "DisplayOrder": 1 - } -] +[ + { + "CaseTypeID": "GENERALAPPLICATION", + "CaseFieldID": "[CASE_REFERENCE]", + "Label": "CCD Case Number", + "DisplayOrder": 1 + } +] diff --git a/ccd-definition/WorkBasketResultFields.json b/ga-ccd-definition/WorkBasketResultFields.json similarity index 94% rename from ccd-definition/WorkBasketResultFields.json rename to ga-ccd-definition/WorkBasketResultFields.json index 5b9f770e2..c86819080 100644 --- a/ccd-definition/WorkBasketResultFields.json +++ b/ga-ccd-definition/WorkBasketResultFields.json @@ -1,8 +1,8 @@ -[ - { - "CaseTypeID": "GENERALAPPLICATION", - "CaseFieldID": "[CASE_REFERENCE]", - "Label": "CCD Case Number", - "DisplayOrder": 1 - } -] +[ + { + "CaseTypeID": "GENERALAPPLICATION", + "CaseFieldID": "[CASE_REFERENCE]", + "Label": "CCD Case Number", + "DisplayOrder": 1 + } +]