Skip to content

Commit

Permalink
Merge pull request #71 from Backbase/feature/HRMS-811-update-event
Browse files Browse the repository at this point in the history
HRMS-811: Update Account Statement is Ready GN with non-actions event
  • Loading branch information
amorimluzia authored Oct 18, 2024
2 parents 79c1261 + d46a134 commit 234ddb9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# the repo. Unless a later match takes precedence,
# @Backbase/engage-defaults will be requested for
# review when someone opens a pull request.
* @Backbase/engage-defaults @eacarvalho @amorimluzia @afsinka-backbase @madz0 @khalupko @nazifelkama @DenysShmyhin
* @Backbase/engage-defaults @eacarvalho @amorimluzia @afsinka-backbase @madz0 @khalupko @nazifelkama @DenysShmyhin @edotjioe
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"id": "account-statement-ready",
"name": "Account Statement Is Ready",
"userPreferenceEnabled": false,
"manageable": false,
"deliveryOptions": [
{
"channel": "in-app-notification",
Expand Down Expand Up @@ -40,4 +41,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"eventClassName": "com.backbase.dbs.actions.reactive.event.spec.v2.AccountStatementReadyEvent",
"eventClassName": "com.backbase.account.statement.event.spec.v1.AccountStatementReadyEvent",
"id": "account-statement-ready",
"eventBusinessName": "Account Statement Ready",
"recipientType": "internal",
"extractor": "#this['userId']",
"serviceAgreementExtractor": "#this['serviceAgreementId']",
"manageable": false,
"generalNotifications": [
{
"id": "account-statement-ready",
Expand Down Expand Up @@ -39,4 +41,4 @@
]
}
]
}
}
4 changes: 2 additions & 2 deletions documentation/EVENT_GENERAL_NOTIFICATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Backbase provides the following reference General Notification that can be adopt
| Id | Description | Trigger Event | Channels |
|----------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|-------------------------------|
| `account-balance-low` | Notify users when their account balance drops below their specified threshold amount as per their specific notification preference for the account | `com.backbase.dbs.actions.reactive.event.spec.v2.AccountBalanceChangedEvent` | `in-app-notification`, `push` |
| `account-statement-ready` | Notify users when account statement is ready | `com.backbase.dbs.actions.reactive.event.spec.v2.AccountStatementReadyEvent` | `in-app-notification`, `push` |
| `account-statement-ready` | Notify users when account statement is ready. This GN is disabled by default for business and retail, to enable it - remove or change `manageable` parameter to `true`. This event is an example and not generated by the Backbase platform. | `com.backbase.account.statement.event.spec.v1.AccountStatementReadyEvent` | `in-app-notification`, `push` |
| `account-statements-archive-download-ready` | Notify users when account statements archive is ready to download | `com.backbase.account.statement.event.spec.v1.AccountStatementsArchiveCreationCompletedEvent` | `in-app-notification` |
| `account-statements-archive-creation-failed` | Notify users when account statements archive creation failed and cannot be downloaded | `com.backbase.account.statement.event.spec.v1.AccountStatementsArchiveCreationFailedEvent` | `in-app-notification` |
| `audit-export-ready` | Notify users when the Audit Export CSV file they initiated is ready to download | `com.backbase.audit.persistence.event.spec.v1.AuditExportCompletedEvent` | `in-app-notification` |
Expand Down Expand Up @@ -116,4 +116,4 @@ The Engagements capability uses the channels from the Message Delivery capabilit
| `in-app-notification` | Short in-app web message [Notification service](https://community.backbase.com/documentation/DBS/latest/notifications) | [Notification channel event](https://repo.backbase.com/ui/repos/tree/General/backbase-6-release/com/backbase/communication/communication/2.0.0-b17/communication-2.0.0-b17-events.zip) |
| `push` | Mobile push notification sent directly to a user’s mobile device | [Push channel event](https://repo.backbase.com/ui/repos/tree/General/backbase-6-release/com/backbase/communication/communication/2.0.0-b17/communication-2.0.0-b17-events.zip) |
| `sms` | Sms notification sent directly to a user’s mobile phone | [Sms channel event](https://repo.backbase.com/ui/repos/tree/General/backbase-6-release/com/backbase/communication/communication/2.0.0-b17/communication-2.0.0-b17-events.zip) |
| `email` | Email notification sent to the user's email address | [Email channel event](https://repo.backbase.com/ui/repos/tree/General/backbase-6-release/com/backbase/communication/communication/2.0.0-b17/communication-2.0.0-b17-events.zip) |
| `email` | Email notification sent to the user's email address | [Email channel event](https://repo.backbase.com/ui/repos/tree/General/backbase-6-release/com/backbase/communication/communication/2.0.0-b17/communication-2.0.0-b17-events.zip) |
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Backbase :: Engagement Data</name>

<properties>
<backbase-bom.version>2024.09-LTS</backbase-bom.version>
<backbase-bom.version>2024.10</backbase-bom.version>
<docker.repo.url>ecr.backbase.com/development</docker.repo.url>
<gitflow-maven-plugin.version>1.17.0</gitflow-maven-plugin.version>
<docker-maven-plugin.version>0.40.2</docker-maven-plugin.version>
Expand Down

0 comments on commit 234ddb9

Please sign in to comment.