ATLauncher icon indicating copy to clipboard operation
ATLauncher copied to clipboard

A/B Testing

Open Doomsdayrs opened this issue 1 year ago • 0 comments

The Problem

Alright, we got some changes, many more to come, and having to reset master or publish another release quickly to solve issues is not the best.

The Solution

A/B testing.

Some users get version A, some get version B. That way we can see how a new feature works, without widespread shenanigans.

Additional Information

There are two ways to implement this, binary, or logically.

Binary means we ship a different binary package for A/B. Logically means we swap app behavior based on application ID and API calls.

Both require infrastructure.

Logically can be done more easily with a full architecture implementation #606.

Have you checked this issue doesn't already exist?

  • [X] I am sure this issue doesn't exist already

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

Doomsdayrs avatar Sep 10 '24 00:09 Doomsdayrs