-
Notifications
You must be signed in to change notification settings - Fork 12
feat(growthbook): add new package to mutualise GrowthBook init #1416
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
Conversation
🦋 Changeset detectedLatest commit: 5fa51b2 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
b2e3fc4 to
6e672d6
Compare
|
@Slashgear missing some file inside the package:
|
|
@Slashgear missing some test ? |
|
@philibea Just added some test :) |
Codecov Report
@@ Coverage Diff @@
## main #1416 +/- ##
==========================================
+ Coverage 98.65% 98.69% +0.03%
==========================================
Files 24 26 +2
Lines 669 688 +19
Branches 95 97 +2
==========================================
+ Hits 660 679 +19
Misses 1 1
Partials 8 8
|
f41fc10 to
ed4906c
Compare
Why
We want to add AB test and feature flag frontend tools to many projects at scaleway.
In order to lever what have been done in Console project, I propose to extract the
initof AB test in a dedicate package which has the responsability and API of it.For now, Growthbook is used but this package allow to change it or to enhance/adapt it to our usage and share it within the company.
How