Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature branch Cafcass APIs #5494

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c7111f2
DFPL-2427 POC controllers for FPL API gateway (#5481)
chak-shing-lo-justice Jul 9, 2024
99bd7f2
Merge branch 'master' into cafcass-api
chak-shing-lo-justice Jul 9, 2024
9dbfd58
Merge branch 'master' into cafcass-api
chak-shing-lo-justice Jul 11, 2024
8ee8cec
Merge branch 'master' into cafcass-api
chak-shing-lo-justice Jul 29, 2024
04f551e
DFPL-1761 Build GET /searchCases endpoint (#5495)
chak-shing-lo-justice Aug 1, 2024
531a004
Merge branch 'master' into cafcass-api
chak-shing-lo-justice Aug 1, 2024
90b65d1
update CAFCASS_SYSTEM_UPDATE value (#5523)
chak-shing-lo-justice Aug 1, 2024
cdbcbe7
fix code style
chak-shing-lo-justice Aug 1, 2024
50e3c3f
Dfpl 1761 ES query fix (#5524)
chak-shing-lo-justice Aug 2, 2024
8d404e7
DFPL 1760 (#5525)
chak-shing-lo-justice Aug 8, 2024
d4b16fc
Cafcass api fix conflict (#5538)
chak-shing-lo-justice Aug 14, 2024
9c49c45
Merge branch 'master' into cafcass-api
chak-shing-lo-justice Aug 19, 2024
b6ea883
DFPL-1791: Add List for Guardian Report API call (#5531)
AlistairEdwinOsborne Aug 19, 2024
17255c7
Dfpl 1790 (#5541)
chak-shing-lo-justice Aug 20, 2024
680da71
Update system-update.json (#5544)
chak-shing-lo-justice Aug 20, 2024
a958078
add genderIdentification to response (#5546)
chak-shing-lo-justice Aug 21, 2024
9caf2d6
DFPL-1762 (#5540)
chak-shing-lo-justice Aug 21, 2024
18b5f9f
fix gender value in API response (#5548)
chak-shing-lo-justice Aug 23, 2024
3515ecf
Push Master changes to cafcass api feature branch (#5554)
AlistairEdwinOsborne Aug 28, 2024
35aa223
Revert "Push Master changes to cafcass api feature branch (#5554)"
chak-shing-lo-justice Aug 28, 2024
d9f9dd8
Merge branch 'master' into cafcass-api
chak-shing-lo-justice Aug 28, 2024
42ecb35
Merge branch 'master' into 20240904-merge
chak-shing-lo-justice Sep 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/add-ccd-user-roles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ done
${dir}/utils/ccd-add-role.sh "prd-aac-system"

# publiclaw jurisdiction caseworkers
roles=("solicitor" "courtadmin" "cafcass" "magistrate" "gatekeeper" "systemupdate" "judiciary" "bulkscan" "bulkscansystemupdate" "localAuthority" "superuser")
roles=("solicitor" "courtadmin" "cafcass" "magistrate" "gatekeeper" "systemupdate" "judiciary" "bulkscan" "bulkscansystemupdate" "localAuthority" "superuser" "cafcasssystemupdate")
for role in "${roles[@]}"
do
${dir}/utils/ccd-add-role.sh "caseworker-publiclaw-${role}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,13 @@
"UserRole": "caseworker-publiclaw-systemupdate",
"CRUD": "CRU"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseEventID": "internal-update-guardians",
"UserRole": "caseworker-publiclaw-systemupdate",
"CRUD": "CRU"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
Expand Down Expand Up @@ -1711,5 +1718,19 @@
"CRUD": "CR"
}
]
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseEventID": "manageGuardianReports",
"AccessControl": [
{
"UserRoles": [
"caseworker-publiclaw-systemupdate",
"caseworker-publiclaw-cafcasssystemupdate"
],
"CRUD": "CRUD"
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -1119,5 +1119,12 @@
"CaseFieldID": "draftOrderUrgency",
"UserRole": "[BARRISTER]",
"CRUD": "CRUD"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseFieldID": "guardians",
"UserRole": "[BARRISTER]",
"CRUD": "R"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -677,5 +677,40 @@
"CaseFieldID": "thresholdList",
"UserRole": "[CAFCASSSOLICITOR]",
"CRUD": "R"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseFieldID": "guardianReportsList",
"UserRole": "[CAFCASSSOLICITOR]",
"CRUD": "R"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseFieldID": "guardianReportsListLA",
"UserRole": "[CAFCASSSOLICITOR]",
"CRUD": "R"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseFieldID": "guardianReportsListCTSC",
"UserRole": "[CAFCASSSOLICITOR]",
"CRUD": "R"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseFieldID": "guardianReportsListRemoved",
"UserRole": "[CAFCASSSOLICITOR]",
"CRUD": "R"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"CaseFieldID": "guardians",
"UserRole": "[CAFCASSSOLICITOR]",
"CRUD": "R"
}
]
Loading
Loading