-
Notifications
You must be signed in to change notification settings - Fork 218
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
[FLI-786] Flag Metadata #2682
Comments
Great shout. My 2 cents would be to err on the side of make it a parameter of flag (on CreateFlag, UpdateFlag). |
^yeah I think I agree on using the existing |
This turned out to fit our use case where we would like to add a generic comment in one of the field that is not a description, e.g. "to be removed after xyz" |
Now that #3196 is merged (thanks @kvnhmn and @erka !) we have a few more todos before this issue can be closed I think:
|
Problem
Often feature flags are tied to pull requests, GitHub issues, or other internal documents
It would be nice if we had a way to record and track generic flag metadata per flag.
This lines up with the OpenFeature flag metadata type as well: https://openfeature.dev/specification/types/#flag-metadata
Ideal Solution
This is a large feature request as it will touch almost all of the code including:
flipt validate
)I think it will however unlock potential future features
I've created a mockup of the UI:
The gist is:
Again we need to break this down into smaller issues to track the various pieces above, but from an API perspective this could be either added as fields to the existing
UpdateFlag
request, where all of the metadata would need to be provided at once on update, or we could add new APIs likeCreateFlagMetadata, UpdateFlagMetadata, DeleteFlagMetadata
.Wanted to open this up for discussion
Search
Additional Context
No response
From SyncLinear.com | FLI-786
The text was updated successfully, but these errors were encountered: