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

add feature flagging #109

Open
guergabo opened this issue Nov 12, 2023 · 1 comment
Open

add feature flagging #109

guergabo opened this issue Nov 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@guergabo
Copy link
Contributor

guergabo commented Nov 12, 2023

Describe the problem you are facing

Our primary api, the promise api, should be the only one exposed at this time imo. All other apis such as subscriptions should be hidden until they are ready for public consumption.

Describe the solution you'd like

I propose that we hide the experimental features behind feature flags. Users can enable the experimental features if they want, but they explicitly know not to expect a mature feature.

Looked at:

Alternatives you've considered

Another alternative would be to just document them as experimental/unfinished features. Although, we should prob do both.

Additional context

n/a

@favalos
Copy link
Contributor

favalos commented Feb 6, 2024

I will work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants