-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
feat: Robotoff question as a banner or a button #4280
Conversation
I will change the animation with the sun from the onboarding |
Codecov Report
@@ Coverage Diff @@
## develop #4280 +/- ##
===========================================
- Coverage 10.34% 10.31% -0.04%
===========================================
Files 293 294 +1
Lines 14636 14760 +124
===========================================
+ Hits 1514 1522 +8
- Misses 13122 13238 +116
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
You can test this PR on: https://app.waldo.com/applications/app-19d476740ba1bb36/sessions |
We have a better animation now: https://rive.app/s/Ti-xrBGssE6gpLxAmwL2vQ/ |
… the screen) or in a button (current implementation) We split the users into two cohorts and we will have some Analytics to understand if one is better than the other. The CongratsWidget is also improved by some animations and accessibility
Hi everyone,
We don't have an A/B testing solution yet, but I have tried to implement a very naive solution, where each user has now a random int between 0 and 10. In this case, it allows telling that half of the user will see a button and the other half a banner.
Button layout (the animation is fixed with no emoji anymore)
Banner layout (padding is added at the bottom, don't worry)
I have also improved the
CongratsWidget
with more margins, animations… and obviously some improvements for the accessibility.Videos:
Banner: Banner.webm
Button: Button.webm
Accessibility: Accessibility.webm