-
Notifications
You must be signed in to change notification settings - Fork 35
Build time A/B testing support #113
Comments
@epeee, is this something you want to take a look? :) It's a very useful feature, not tangled with the internals of the project, and offers interesting challenge for you! |
@szczepiq yes, I will take a look at this one. sounds really useful, great idea! |
@epeee, that's great! This is a big ticket, if you have any design / thoughts before / during implementation, let us know. THANKS! |
@epeee, do you think you will be able to work on this feature? No pressure - just asking! |
@szczepiq yes, I will be able to work on this one (already started working on it). Sadly, I was more busy than usual during the last days. |
Thank you for confirmation! This makes it easier to plan our roadmap :) |
@epeee, I totally understand it's hard to find time for OSS at times! Do you mind if we hand this epic over to a different contributor? You can reengage whenever you have availability, just let us know and we will reorganize the team :) |
@szczepiq sorry for the delay. What about reassigning it if I'm not able to come up with a solution on Fr (it looks like I will have some time to work on this one tomorrow)? |
Sounds good! |
a quick update: I made quite some progress yesterday on the |
I just pushed the |
Hey @epeee, let's deprioritize this ticket for now and revisit when e2e testing is complete after 1.0. I'm finding it hard to focus on this at the moment. In the meantime, I've added 2 more "please contribute" tickets that would be really useful for 1.0 release! |
Use case
Run build once, make some change, run build again, then compare build results. Sounds familiar? For certain kinds of changes, doing such A/B testing is super useful. It would be an excellent addition to release tools. After all, we want to really improve the lifecycle of software consumers and producers (easier, safer version bumps!). Example use cases:
Example workflow
Example implementation of the build comparison workflow:
Suggested design
Suggested starting point design - check out #114 (It's only a suggestion! Pick your own path if you want, just keep the team informed about the design decisions! :)
The text was updated successfully, but these errors were encountered: