-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve feature flags model [UX] #1807
Comments
Hi, can you assign me this!! I am willing to contribute. |
Sure, this is yours @siddhu890 |
Hey, can you help me where the template resides on the project repository? |
It's FeatureFlags.js. |
@siddhu890 Any progress on this so far? |
Adding to this. It isn't clear that you don't need to specify a roll-out percentage (i.e. 100% roll-out = not checking the roll-out box). We need better language and UX here (e.g. "Would you like to roll-out this flag only to a percentage of users?") |
Details
Currently, the feature flags model have a
name
andkey
attributes (see screenshot below), however based on how the keys are used (e.g.billing-page
,alt-subscription-button
) it'd be more intuitive to use thekey
more as a name, and the name as a description (allowing for more details).We can therefore do the following improvements:
name
todescription
(can be implemented only as a change on the UI, no need to change the entire model).name
&key
(in columns and form).new-signup-page
& "When on, the redesigned sign up page will be shown")The text was updated successfully, but these errors were encountered: