Skip to content
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

Allow to turn the feature toggle on for all new users #12282

Open
RachL opened this issue Mar 18, 2024 · 2 comments
Open

Allow to turn the feature toggle on for all new users #12282

RachL opened this issue Mar 18, 2024 · 2 comments

Comments

@RachL
Copy link
Contributor

RachL commented Mar 18, 2024

Description

- As a: enterprise user newly created
- On page: /admin
- I want to be able to do: see admin_v3_style as default behavior

To do so, we need to be able to add this group of users to the feature toggle.

Acceptance Criteria & Tests

  1. Turn on feature toggle for new users
  2. Create an new enterprise
  3. See the new admin is here by default
  4. Check old enterprise have not changed
  5. Check disabling this group of actors brings back the old designs.
@RachL RachL changed the title Allow to the feature toggle on for all new users Allow to turn the feature toggle on for all new users Mar 18, 2024
@mkllnk
Copy link
Member

mkllnk commented Apr 9, 2024

@RachL, from which date on do you want to count new users? Were you imagining the date of deployment? Or the time the feature is toggled on?

The easiest implementation would be to create a Flipper group which would select all users created after a certain date. That would allow you to enable or disable the feature for the entire group at any time, and still enable for individual users as well.

@RachL
Copy link
Contributor Author

RachL commented Apr 9, 2024

@mkllnk I assumed each instance could toggle it on or off when they want so yes the flipper group sounds perfect! But we need to define a date and I guess it will be hard coded in the group. So this is block until we know when the first milestone will be done 👍

@RachL RachL added the blocked label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: All the things
Development

No branches or pull requests

2 participants