Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Repos that we’ll change

intl-user-service: https://github.com/rbilabs/intl-user-service

intl-packages: https://github.com/rbilabs/intl-packages

...

Problem

When the user accepts Iberia's terms, we must save the acceptances for both Burger King and Popeyes on Braze.

...

https://dashboard-02.braze.eu/users/user_search?locale=en

...

...

Tasks breakdown

intl-packages:

Task 1 - create a new secret in dev

...

https://github.com/rbilabs/intl-packages/blob/938/packages/crm-events/src/mParticle/mparticle-service.ts

...

DOD-LIKE

  • Create new secrets

  • Create new definition secrets to CRM Events

  • Update CRM Events to send more fields to mparticles

intl-user-service:

Task 1 - Add new proprieties in new user event trigger

...

  • Should change “users-update-service” to call logCrmEvent.

  • Should only call logCrmEvent if the request comes from the Acceptance Agreement

...

POC: https://github.com/rbilabs/intl-user-service/pull/294/files#diff-16c30acb1319788d9f98e57369f216f74b1ef5017c6c7b73c5c9ff675e12d7e1

DOD-LIKE

  • Update unit tests

  • Update mparticle to send more fields.

  • Modify users update to send CRM Events.

...

POCs:

...