bttf

Results 26 comments of bttf

> Nice thing about it being in context is that we can use it from anywhere, not just within request handlers. Yeah, that's pretty important. > I originally put them...

~TODO Add existing getting started steps to docs~ Done

Github workflow config looks good 👍🏾 This will run for every pull request we push (just as preview environments do). Just want to make sure that this won't run into...

Just poking around on the preview environment - the app loads and I'm able to sign in which is good. However when I tried creating an experiment I got this...

> > Just poking around on the preview environment - the app loads and I'm able to sign in which is good. However when I tried creating an experiment I...

Just at a glance, it seems like there are a few methods on the org controller that need to guard against `'scim'` role, but I'm not totally sure. - `putMember`...

We [added a check in `postInvite` ](https://github.com/growthbook/growthbook/pull/1752/files#diff-b1b6cbbfd81b0b05a9ee4190596cfd51419923adc2dee43bfee1ecf24db199e5R961-R963)to prevent users from inviting a user with role set to `'scim'`. I just wonder if we need to do the same in the...

> The code looks good overall. I had a few small nits, and a bunch of questions/comments. > > One more meta comment: I could imagine this as 3 separate...

I think the recent prettier upgrade is causing an unchanged file to flag errors in CI, looking into it

Closing in lieu of the following 3 PRs: - https://github.com/growthbook/growthbook/pull/2520 - https://github.com/growthbook/growthbook/pull/2528 - https://github.com/growthbook/growthbook/pull/2541