You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our particular scenario we use a : to denote a separation of concern in features. In other cases we also use a . notation.
e.g. feature=organization:create or feature=auth.register
It'd be nice if Flagr could support these same kind of naming conventions, as I'm guessing there's no actual reason not prevent those two characters in key names currently.
The text was updated successfully, but these errors were encountered:
I think : and . are fine, and we recently added / to the characters set. The only concern is that if flagKey is going to be used in the URL path in the future, we may need to do some URL % encoding.
In our particular scenario we use a
:
to denote a separation of concern in features. In other cases we also use a.
notation.e.g. feature=
organization:create
or feature=auth.register
It'd be nice if Flagr could support these same kind of naming conventions, as I'm guessing there's no actual reason not prevent those two characters in key names currently.
The text was updated successfully, but these errors were encountered: