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
Are you planning to add an additional restriction "date" to enable users to activate a feature based on a given date? Or are you willing to accept a pull request that offers this?
If so, how should it be combinable with the others? As far as I understand, at the moment all restrictions are or-connected, so if you are either in the percentage OR your user is active OR you are in a specified group, you get the feature. Should a date restriction enable it for everyone, regardless of their state? That would be more consistent, though it would also be nice to be able to plan a "softlaunch" for only a given percentage for example.
The text was updated successfully, but these errors were encountered:
Are you planning to add an additional restriction "date" to enable users to activate a feature based on a given date?
Don't have current plans for this at the moment. We're primarily using this with a bundle in one of our SF2 applications and turn the features on and off when we need them.
Or are you willing to accept a pull request that offers this?
Potentially, if it were well thought out and use cases detailed well. There is an advantage to staying somewhat close to the project this was ported from. That being said, I haven't stayed up to date with improvements they've been making since I did the port.
I use the bundle as well, so toggling it manually is an option of course. Though it would be convenient to have some features being switched on or off at a scheduled date automatically.
If you're willing to define the dates in code, you could potentially use a group to do the work, but I recognize that's probably not the best option...
Hi and thanks a lot for your lib!
Are you planning to add an additional restriction "date" to enable users to activate a feature based on a given date? Or are you willing to accept a pull request that offers this?
If so, how should it be combinable with the others? As far as I understand, at the moment all restrictions are or-connected, so if you are either in the percentage OR your user is active OR you are in a specified group, you get the feature. Should a date restriction enable it for everyone, regardless of their state? That would be more consistent, though it would also be nice to be able to plan a "softlaunch" for only a given percentage for example.
The text was updated successfully, but these errors were encountered: