GO Feature Flag flag edition API proposal #2431
thomaspoignant
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
At least in our case, flags are used not only by developers, but by POs, SREs, DSs, who are not always into changing json to turn something on/off 😄 In general good starting point! Do we have any requirements for UI? I've seen you already done something, could you elaborate on that? |
Beta Was this translation helpful? Give feedback.
4 replies
-
The repository containing a raw version of this API is available here https://github.com/go-feature-flag/flag-management |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
GO Feature Flag is a feature flag solution designed to enhance developer experience by enabling the use of feature flags within applications. GO Feature Flag primarily relies on editing configuration files for managing feature flags, offering a streamlined and lightweight approach. This method is well-suited for those seeking a minimal installation and configuration process.
However, while this approach is effective, it might not cater to all users' preferences. Some developers (but also POs, SREs, DSs) may prefer a more visual interface for managing feature flags. To address this need, after some discussion on the slack channel we have seen that there is a common need to build an API aiming to provide a flexible and extensible solution that allows for the creation of user interfaces on top of the existing feature flag management system.
API Requirements
Tech requirements
createdDate
lastUpdatedDate
lastModifiedBy
Next
If you are interested to contribute participating to this API definition, I would appreciate your feedback about this requirements and to know if you think we are missing something here.
All feedbacks are more than wel
Beta Was this translation helpful? Give feedback.
All reactions