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

chore: add feature-flagging and references #936

Merged

Conversation

toddbaert
Copy link
Member

@toddbaert toddbaert commented Sep 25, 2023

  • adds "feature-flagging" section
  • rolls "OpenFeature Compliance" into this section... I think it makes sense here rather than on its own... I have another PR coming soon that will remove that page and do some related minor restructuring
  • makes distinction between custom operation configuration, and implementation

@toddbaert toddbaert requested a review from a team as a code owner September 25, 2023 18:23
@toddbaert toddbaert requested a review from beeme1mr September 25, 2023 18:24
Signed-off-by: Todd Baert <[email protected]>
| dynamic configuration | Flag definitions from any sync source are monitored for changes, with some syncs supporting near real time updates. |
| dynamic (context-sensitive) evaluation | flagd evaluations are context sensitive. Rules can use arbitrary context attributes as inputs for flag evaluation logic. |
| fractional evaluation | flagd's [fractional](../reference/custom-operations/fractional.md) custom operation supports pseudorandom assignment of flag values. |
| progressive roll-outs | Progressive roll-outs of new features can be accomplished by leveraging the [fractional](../reference/custom-operations/fractional.md) custom operation as well as automation in your build pipeline, SCM, or infrastructure which updates the distribution over time. |
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beeme1mr I think this shows that we really need an improvement here ($flagd.currentTime) as we spoke about. This solution is not great.

Signed-off-by: Todd Baert <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
@toddbaert toddbaert changed the title chore: add feature-flagging section chore: add feature-flagging and references Sep 25, 2023
@toddbaert toddbaert merged commit c3056b7 into chore/web-doc-rework Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant