Skip to content

Commit

Permalink
CIV-15081 Dashboard Notification Certificate Generated COSC (#4958)
Browse files Browse the repository at this point in the history
* add ga fields

* added new fields

* moved fields to nonprod files

* indentation

* updated naming

* changed to localdate

* CIV-15390 Add GA fileds (#4928)

* Initial Commit

* Updates

* Added changes

* Update

* fixes

* Changes in common file

* Fix static build failure

* gic auth roles

* Revert "Fix static build failure"

This reverts commit 108d798.

* Revert "Changes in common file"

This reverts commit a4cb5a2.

* Removing exclusions

* Update options names

* Renaming files

---------

Co-authored-by: kalachandrasekar1 <[email protected]>

* CIV-15082 initial commit

* CIV-15290 add ga fields (#4917)

* add ga fields

* added new fields

* moved fields to nonprod files

* indentation

* updated naming

* changed to localdate

---------

Co-authored-by: Sherlyn Khaw <[email protected]>
Co-authored-by: Azam <[email protected]>
Co-authored-by: sherlynkhaw <[email protected]>

* CIV-15086 - COSC Proof of Debt Scheduler (#4920)

* Added PROCESS_COSC_APPLICATION event

* Update BusinessProcessEvents-COSC-nonprod.json

---------

Co-authored-by: GarethLancaster <[email protected]>
Co-authored-by: Azam <[email protected]>

* CIV-15082 event name update

* Added new cosc camunda events

* CIV-15082 refactored

* CIV-15082 change

* event permission added

* new event added

* CIV-15081 Add db notification for certificate generation

* Update UserEvents-JO-nonprod.json

* CIV-15286 - state updated in test case

* CIV-0000 updated for testing

* Revert "CIV-0000 updated for testing"

This reverts commit ecb9ab5.

* CIV-0000 added app type

* Revert "Merge branch 'fix/CIV-0000-ga-api-test' into feat/CIV-15080_1"

This reverts commit db5e3f7, reversing
changes made to 55a160d.

* changed event name

---------

Co-authored-by: LeonardoPalmeiro <[email protected]>
Co-authored-by: Azam <[email protected]>
Co-authored-by: ShwetaTandel-hmcts <[email protected]>
Co-authored-by: kalachandrasekar1 <[email protected]>
Co-authored-by: kalachandrasekar1 <[email protected]>
Co-authored-by: LeonardoPalmeiro <[email protected]>
Co-authored-by: Gareth Lancaster <[email protected]>
Co-authored-by: GarethLancaster <[email protected]>
Co-authored-by: Azam <[email protected]>
  • Loading branch information
10 people authored Oct 24, 2024
1 parent 235824d commit 61d5ce5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,17 @@
"CRUD": "CRU"
}
]
}
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_COSC_GEN_FOR_DEFENDANT",
"AccessControl": [
{
"UserRoles": [
"caseworker-civil-systemupdate"
],
"CRUD": "CRU"
}
]
}
]
13 changes: 13 additions & 0 deletions ccd-definition/CaseEvent/Camunda/CaseEvents-COSC-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,18 @@
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "CREATE_DASHBOARD_NOTIFICATION_COSC_GEN_FOR_DEFENDANT",
"Name": "Defendant mark paid full",
"Description": "Defendant Dashboard Notification certificate generated",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
}
]

0 comments on commit 61d5ce5

Please sign in to comment.