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

Implement feature flags #34

Open
2 of 3 tasks
SVendittelli opened this issue Nov 14, 2023 · 0 comments
Open
2 of 3 tasks

Implement feature flags #34

SVendittelli opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SVendittelli
Copy link
Owner

SVendittelli commented Nov 14, 2023

User story

As a user, I want to see production-ready features because I don't like partially delivered functionality.

Details

Use Vercel Edge Config to manage feature flags on the project.

Acceptance criteria

  1. Have a beta feature flag (default true in dev and preview, false in production) that changes the view the user gets.
  2. Have a tester trait to opt in to beta features in production.
  3. Users on the beta site should have the tester trait.

Tasks

@SVendittelli SVendittelli added the enhancement New feature or request label Nov 14, 2023
@SVendittelli SVendittelli added this to the MVP milestone Nov 14, 2023
@SVendittelli SVendittelli self-assigned this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant