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
...
...
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
...
DOD-LIKE
Update unit tests
Update mparticle to send more fields.
Modify users update to send CRM Events.
...
POCs:
intl-user-service (backend): https://github.com/rbilabs/intl-user-service/pull/294/
intl-packages: https://github.com/rbilabs/intl-packages/pull/938
...