[Feature Request] Allow conditions as prerequisites to features #1388
Unanswered
taylorsmithgg
asked this question in
Ideas
Replies: 3 comments 5 replies
|
We've discussed this a lot internally but feel that this is better suited in code than in Flagsmith itself. Happy to hear arguements for why this should not be the case however! |
1 reply
|
Do you have a concrete use case? |
4 replies
|
As a rough outline for a set of requirements:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Having conditional arguments in flags would help to provide a more modular approach to complex feature flags.
For example:
IF Feature A is enabled -> Evaluate Feature B
All reactions