-
-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Description
We hardcode defaults for all features in the app in a config file to act as documentation for all existing toggles. And while the name is usually descriptive ('new_dashboard'), it's usually short and sweet. It'd be useful to have a meta attribute for a feature to describe the feature in more detail (intended to help other devs / non-technical admins fully understand a feature).
And while it's definitely possible to put this meta description in a readme, readme's aren't easily accessible to non-technical admin vs a dashboard like Flipper UI.
Example:
$flipper[:new_dashboard].meta = 'The new user dashboard layout including the a redesigned profile section.'
rtlechow, tommoor, jhilden, alfredolopezzz, edipox and 2 morelortza