Custom Braze integration for edx.org's edx-platform deployment
Project description
This is an edx-platform plugin designed to integrate with edx.org’s Braze account.
One major thing it does is identify hubspot-alias-only accounts once a user registers for an LMS account (thus merging the two Braze profiles into one).
It’s unique to edx.org’s specific deployment and services, and thus is not part of Open edX releases.
Overview
This repo holds a single edx_braze djangoapp module, meant to be pip-installed during deployment of edx-platform and which will register itself as an edx platform plugin.
Development Workflow
One Time Setup
# Clone the repository
git clone git@github.com:edx/platform-plugin-braze.git
cd platform-plugin-braze
# Set up a virtualenv using virtualenvwrapper with the same name as the repo and activate it
mkvirtualenv -p python3.8 platform-plugin-braze
Every time you develop something in this repo
# Activate the virtualenv
workon platform-plugin-braze
# Grab the latest code
git checkout master
git pull
# Install/update the dev requirements
make requirements
# Run the tests and quality checks (to verify the status before you make any changes)
make validate
# Make a new branch for your changes
git checkout -b <your_github_username>/<short_description>
# Using your favorite editor, edit the code to make your change.
vim …
# Run your new tests
pytest ./path/to/new/tests
# Run all the tests and quality checks
make validate
# Commit all your changes
git commit …
git push
# Open a PR and ask for review.
Reporting Security Issues
Please do not report security issues in public. Please email security@edx.org.
Change Log
Unreleased
[2.0.0] - 2022-02-16
Dropped support for Django22, 30 and 31
Added Django40 support
[1.2.0] - 2021-12-14
Support added for identifying alias-only save_for_later users in Braze, when a user with a matching email registers in the LMS
[1.1.0] - 2021-09-21
Added support for Django 3.1 and 3.2
[1.0.0] - 2021-06-04
First release
Supports identifying alias-only hubspot users in Braze, when a user with a matching email registers in the LMS.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file platform-plugin-braze-2.0.0.tar.gz
.
File metadata
- Download URL: platform-plugin-braze-2.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 049a1bc9eda4ab49d2b6cd07f5a80601ec7e0a39f62d62f4d0648b77535fbe66 |
|
MD5 | 82e1b7c28c136febf5df359f61714068 |
|
BLAKE2b-256 | 165ed280782fdc6b6a354270006a292e63afdb61feebf3a7e38f2e350434e7e6 |
File details
Details for the file platform_plugin_braze-2.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: platform_plugin_braze-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b450f32bcca0e6c70c0eedec205b78aeda207222bc32679a13c9a1dd903a7e27 |
|
MD5 | 30fb21301ca38ad99c5fb3fbfea5c208 |
|
BLAKE2b-256 | 6f6a0d02a67ab8cc84e3810e9d4884d519eb0b02157e6090db8d3b873eeb0593 |