-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AB Testing capability #15067
Comments
Experiments would use Message System to configure Feature Flags (i.e. there will be no UI to config experiments, deploy of the messaging system will be required - independent from Suite release though). |
QA OK |
We’d like to have an ability to run experiments in Trezor Suite, using Feature Flags.
Experiment Configuration
Experiments would use Message System to config Feature Flags (i.e. there will be no UI to config experiments, deploy of the messaging system will be required - independed from Suite release though).
https://github.com/trezor/trezor-suite/blob/develop/docs/features/message-system.md
This needs to be extended to allow configuration:
Traffic distribution
Distribution would be based on mathematical function applied to instanceID.
Tracking, etc.
Anything else - tracking, logic, will be implemented in the Suite as part of each experiment/variation. The reporting will use IDs from the Message System config.
The text was updated successfully, but these errors were encountered: