From 0b3a36b0befe45efdbc4bb70634724465b96f72d Mon Sep 17 00:00:00 2001 From: Luzia Date: Tue, 1 Apr 2025 16:48:21 +0200 Subject: [PATCH 1/3] Add new language to New Transaction GN --- .../event-general-notifications.json | 10 ++++++++++ .../es_ES/engagement-template.json | 4 ++++ .../push/es_ES/engagement-template.json | 4 ++++ .../event-general-notifications.json | 20 +++++++++++++++++++ .../es_ES/engagement-template.json | 4 ++++ .../push/es_ES/engagement-template.json | 4 ++++ .../es_ES/engagement-template.json | 4 ++++ .../push/es_ES/engagement-template.json | 4 ++++ .../event-general-notifications.json | 10 ++++++++++ .../es_ES/engagement-template.json | 4 ++++ .../push/es_ES/engagement-template.json | 4 ++++ pom.xml | 2 +- 12 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json create mode 100644 collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json create mode 100644 collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json create mode 100644 collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/push/es_ES/engagement-template.json create mode 100644 collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json create mode 100644 collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/push/es_ES/engagement-template.json create mode 100644 collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json create mode 100644 collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json diff --git a/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json index a9fd6d5..e58e740 100644 --- a/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json @@ -26,6 +26,11 @@ "path": "/new-transaction-occurred/in-app-notification/en_US/engagement-template.json", "templateName": "new-transaction-occurred-in-app-notification", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-in-app-notification", + "locale": "es_ES" } ] }, @@ -42,6 +47,11 @@ "path": "/new-transaction-occurred/push/en_US/engagement-template.json", "templateName": "new-transaction-occurred-push", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred/push/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-push", + "locale": "es_ES" } ] } diff --git a/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json new file mode 100644 index 0000000..3a5506a --- /dev/null +++ b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia", + "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json new file mode 100644 index 0000000..84b9e15 --- /dev/null +++ b/collections/business/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia", + "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json index 97def1a..52d08ed 100644 --- a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json +++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json @@ -26,6 +26,11 @@ "path": "/new-transaction-occurred-retail/in-app-notification/en_US/engagement-template.json", "templateName": "new-transaction-occurred-in-app-notification", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-in-app-notification", + "locale": "es_ES" } ] }, @@ -42,6 +47,11 @@ "path": "/new-transaction-occurred-retail/push/en_US/engagement-template.json", "templateName": "new-transaction-occurred-push", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred-retail/push/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-push", + "locale": "es_ES" } ] } @@ -66,6 +76,11 @@ "path": "/new-transaction-occurred-business/in-app-notification/en_US/engagement-template.json", "templateName": "new-transaction-occurred-in-app-notification", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-in-app-notification", + "locale": "es_ES" } ] }, @@ -82,6 +97,11 @@ "path": "/new-transaction-occurred-business/push/en_US/engagement-template.json", "templateName": "new-transaction-occurred-push", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred-business/push/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-push", + "locale": "es_ES" } ] } diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json new file mode 100644 index 0000000..92ad5b1 --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/in-app-notification/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia (business)", + "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/push/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/push/es_ES/engagement-template.json new file mode 100644 index 0000000..1421692 --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-business/push/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia (business)", + "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json new file mode 100644 index 0000000..554a286 --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/in-app-notification/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia (retail)", + "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/push/es_ES/engagement-template.json b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/push/es_ES/engagement-template.json new file mode 100644 index 0000000..c301433 --- /dev/null +++ b/collections/oneruntime/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred-retail/push/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia (retail)", + "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json b/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json index a9fd6d5..e58e740 100644 --- a/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json +++ b/collections/retail/general-notifications/event-general-notifications/transaction-added/event-general-notifications.json @@ -26,6 +26,11 @@ "path": "/new-transaction-occurred/in-app-notification/en_US/engagement-template.json", "templateName": "new-transaction-occurred-in-app-notification", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-in-app-notification", + "locale": "es_ES" } ] }, @@ -42,6 +47,11 @@ "path": "/new-transaction-occurred/push/en_US/engagement-template.json", "templateName": "new-transaction-occurred-push", "locale": "en_US" + }, + { + "path": "/new-transaction-occurred/push/es_ES/engagement-template.json", + "templateName": "new-transaction-occurred-push", + "locale": "es_ES" } ] } diff --git a/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json new file mode 100644 index 0000000..3a5506a --- /dev/null +++ b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/in-app-notification/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia", + "body": "💸 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json new file mode 100644 index 0000000..84b9e15 --- /dev/null +++ b/collections/retail/general-notifications/event-general-notifications/transaction-added/new-transaction-occurred/push/es_ES/engagement-template.json @@ -0,0 +1,4 @@ +{ + "title": "Nueva transferencia", + "body": "\uD83D\uDCB8 {{#eq event.creditDebitIndicator 'CRDT' }}Recibida{{else}}Pagada{{/eq}} {{event.transactionAmountCurrency.currencyCode}} {{formatAmount event.transactionAmountCurrency.amount locale}}" +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6c42690..b97cfda 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ Backbase :: Engagement Data - 2025.01 + 2025.04 ecr.backbase.com/development 1.17.0 0.40.2 From 522def3cd04a65e9737d637dc35eaf0b45f6951d Mon Sep 17 00:00:00 2001 From: Luzia Date: Tue, 1 Apr 2025 17:16:41 +0200 Subject: [PATCH 2/3] Update actions/cache version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9d3b84..05705ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: java-version: 17 - name: Cache Maven packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} From e959cac7013c8fe4798455bab70e28dea4c34a40 Mon Sep 17 00:00:00 2001 From: Luzia Date: Tue, 1 Apr 2025 17:23:24 +0200 Subject: [PATCH 3/3] Update code owner list --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 542263f..6ce45c9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 @edotjioe +* @Backbase/engage-defaults @eacarvalho @amorimluzia @afsinka-backbase @madz0 @khalupko @nazifelkama @edotjioe