Skip to content

Commit

Permalink
Added base query management configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth40342 committed Jan 24, 2025
1 parent bfcee55 commit b9373da
Show file tree
Hide file tree
Showing 10 changed files with 489 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRaiseQuery",
"AccessControl": [
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE",
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"RES-SOL-TWO-SPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"caseworker-civil-admin",
"caseworker-civil-staff",
"judge-profile",
"GS_profile",
"court-officer-order",
"ctsc",
"nbc-team-leader"
],
"CRUD": "R"
}
]
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRespondQuery",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-admin",
"caseworker-civil-staff",
"court-officer-order",
"ctsc",
"nbc-team-leader"
],
"CRUD": "CRU"
},
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE",
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"RES-SOL-TWO-SPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE",
"judge-profile",
"GS_profile"
],
"CRUD": "R"
}
]
}
]
142 changes: 142 additions & 0 deletions ccd-definition/AuthorisationCaseField/QueryManagement-nonprod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
[
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "QueryManagementComponentLauncher",
"AccessControl": [
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE",
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"RES-SOL-TWO-SPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE",
"judge-profile",
"GS_profile",
"court-officer-order",
"ctsc",
"nbc-team-leader",
"caseworker-civil-admin",
"caseworker-civil-staff"
],
"CRUD": "CRU"
}
]
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "QueryManagementComponentLauncher",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmApplicantSolicitorQueries",
"AccessControl": [
{
"UserRoles": [
"APP-SOL-UNSPEC-PROFILE",
"APP-SOL-SPEC-PROFILE",
"caseworker-civil-admin",
"caseworker-civil-staff",
"court-officer-order",
"ctsc",
"nbc-team-leader"
],
"CRUD": "CRU"
}
]
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmApplicantSolicitorQueries",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmRespondentSolicitor1Queries",
"AccessControl": [
{
"UserRoles": [
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"caseworker-civil-admin",
"caseworker-civil-staff",
"court-officer-order",
"ctsc",
"nbc-team-leader"
],
"CRUD": "CRU"
}
]
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmRespondentSolicitor1Queries",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmRespondentSolicitor2Queries",
"AccessControl": [
{
"UserRoles": [
"RES-SOL-TWO-SPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE",
"caseworker-civil-admin",
"caseworker-civil-staff",
"court-officer-order",
"ctsc",
"nbc-team-leader"
],
"CRUD": "CRU"
}
]
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmRespondentSolicitor2Queries",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmLatestQuery",
"AccessControl": [
{
"UserRoles": [
"APP-SOL-SPEC-PROFILE",
"APP-SOL-UNSPEC-PROFILE",
"RES-SOL-ONE-SPEC-PROFILE",
"RES-SOL-ONE-UNSPEC-PROFILE",
"RES-SOL-TWO-SPEC-PROFILE",
"RES-SOL-TWO-UNSPEC-PROFILE",
"caseworker-civil-admin",
"caseworker-civil-staff",
"court-officer-order",
"ctsc",
"nbc-team-leader"
],
"CRUD": "CRU"
}
]
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "qmLatestQuery",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
}
]
34 changes: 34 additions & 0 deletions ccd-definition/CaseEvent/User/QueryManagement-nonprod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "queryManagementRaiseQuery",
"Name": "Raise a new query",
"Description": "Raise a new query",
"DisplayOrder": 1,
"PreConditionState(s)": "*",
"PostConditionState": "*",
"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",
"EndButtonLabel": "Raise Query",
"ShowSummary": "N",
"ShowEventNotes": "N",
"Publish": "Y"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "queryManagementRespondQuery",
"Name": "Respond to a query",
"Description": "Respond to a query",
"DisplayOrder": 2,
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"ShowSummary": "N",
"ShowEventNotes": "N",
"Publish": "Y",
"EndButtonLabel": "Respond to Query"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
[
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRaiseQuery",
"CaseFieldID": "QueryManagementComponentLauncher",
"PageFieldDisplayOrder": 1,
"DisplayContext": "OPTIONAL",
"DisplayContextParameter" : "#ARGUMENT(CREATE,QueryManagement)",
"PageID": "queryManagementRaiseQuery",
"PageLabel": "Raise a new query",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "N"
},
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRaiseQuery",
"CaseFieldID": "qmApplicantSolicitorQueries",
"PageFieldDisplayOrder": 2,
"DisplayContext": "OPTIONAL",
"DisplayContextParameter": "#ARGUMENT(CREATE)",
"PageID": "queryManagementRaiseQuery",
"PageLabel": "Raise a new query",
"Publish": "Y",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "QueryManagementComponentLauncher=\"DO_NOT_SHOW\""
},
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRaiseQuery",
"CaseFieldID": "qmRespondentSolicitor1Queries",
"PageFieldDisplayOrder": 3,
"DisplayContext": "OPTIONAL",
"DisplayContextParameter": "#ARGUMENT(CREATE)",
"PageID": "queryManagementRaiseQuery",
"PageLabel": "Raise a new query",
"Publish": "Y",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "QueryManagementComponentLauncher=\"DO_NOT_SHOW\""
},
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRaiseQuery",
"CaseFieldID": "qmRespondentSolicitor2Queries",
"PageFieldDisplayOrder": 4,
"DisplayContext": "OPTIONAL",
"DisplayContextParameter": "#ARGUMENT(CREATE)",
"PageID": "queryManagementRaiseQuery",
"PageLabel": "Raise a new query",
"Publish": "Y",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "QueryManagementComponentLauncher=\"DO_NOT_SHOW\""
},
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRaiseQuery",
"CaseFieldID": "qmLatestQuery",
"PageFieldDisplayOrder": 5,
"DisplayContext": "READONLY",
"PageID": "queryManagementRaiseQuery",
"PageLabel": "Raise a new query",
"Publish": "Y",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "N",
"FieldShowCondition": "QueryManagementComponentLauncher=\"DO_NOT_SHOW\""
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRespondQuery",
"CaseFieldID": "QueryManagementComponentLauncher",
"PageFieldDisplayOrder": 1,
"DisplayContext": "OPTIONAL",
"PageID": "queryManagementRespondQuery",
"PageLabel": "Respond to a query",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "N"
},
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRespondQuery",
"CaseFieldID": "qmApplicantSolicitorQueries",
"PageFieldDisplayOrder": 2,
"DisplayContext": "OPTIONAL",
"PageID": "queryManagementRespondQuery",
"PageLabel": "Respond to a query",
"FieldShowCondition": "QueryManagementComponentLauncher=\"DUMMY_VALUE_TO_HIDE_FIELD\"",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "Y"
},
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRespondQuery",
"CaseFieldID": "qmRespondentSolicitor1Queries",
"PageFieldDisplayOrder": 3,
"DisplayContext": "OPTIONAL",
"PageID": "queryManagementRespondQuery",
"PageLabel": "Respond to a query",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "QueryManagementComponentLauncher=\"DUMMY_VALUE_TO_HIDE_FIELD\""
},
{
"LiveFrom": "01/01/2018",
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "queryManagementRespondQuery",
"CaseFieldID": "qmRespondentSolicitor2Queries",
"PageFieldDisplayOrder": 4,
"DisplayContext": "OPTIONAL",
"PageID": "queryManagementRespondQuery",
"PageLabel": "Respond to a query",
"PageDisplayOrder": 1,
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "QueryManagementComponentLauncher=\"DUMMY_VALUE_TO_HIDE_FIELD\""
}
]
Loading

0 comments on commit b9373da

Please sign in to comment.