Skip to content
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

Add A/B testing capabilities for calls #48

Open
glencbz opened this issue Aug 7, 2021 · 0 comments
Open

Add A/B testing capabilities for calls #48

glencbz opened this issue Aug 7, 2021 · 0 comments

Comments

@glencbz
Copy link
Collaborator

glencbz commented Aug 7, 2021

We want to figure out what parameters can reduce the incidence of phone calls being dropped. To do so, we need to be able to run experiments on users where different calls use different parameters.

The easiest way to implement this is to store an 'experiment configuration' for each user and to expose it via the /features endpoint and FeatureService interface. When a user makes a call, it will use this configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant