Hierarchical feature structure #4899
aleczratiu
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @aleczratiu , thanks for reaching out. We are actually building something that would solve your use case exactly. Interesting workaround! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a question regarding the implementation of a hierarchical feature structure, starting from a main feature.
For instance, in the context of constructing a building, I would like to enable the release of specific components once certain levels of apartments are completed, as follows:
I have a few objectives with this approach:
Has anyone experimented with a similar approach before? Could anyone provide suggestions on how to implement or configure this in a feature management system like Unleash, or if it's feasible at all?
I found a way by having from the main feature a constraint and the underneath features to belong on that constrain if it is true or false will turn the level1 or level2 boolean based on the constraint from the main feature. Here I'm not sure if is right to do like this or are there other solutions.
Beta Was this translation helpful? Give feedback.
All reactions