-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat: add toggle for hiding public url #6641
Conversation
Closes #6313 |
Does it make more sense to have hidepublicUrl default to false and have a customer require to set this true to remove publicurl or have publicurl and default this to true and have them set it to false when they want to remove it? |
Right now it defaults to false. So if you set the flag it would remove the option to create public links
|
Roy, good catch, totally agree. For example, we have a feature flag Alex, the feature flag block accepts a dictionary like:
|
@ericpgreen2 but maybe we should be descriptive in the toggle name for permanent toggles. Both from a code perspective but also for the user.
Reads cleaner then
|
I can see it either way. But the longer the list of toggled features, then I think this...
... is more clear than...
It's confusing to see a mix of positives & negatives. And, semantically, I'd argue "exports" is the feature, not "hiding exports". |
Not agreeing on this one, pure feature names in toggles should ideally be avoided as by default released features should be on and not off. This would also read cleaner when we extend feature toggles to urls and Auth payloads as you would do |
Toggle to hide publicUrl.
Checklist: