Effective Status Calculation - MembershipFeature¶
The calculated Effective Status is the overall feature flag status for a particular feature. This status will be returned to the orechestration team through the GET/Organizations.
API's Invovled¶
- Feature - FI level
- MembershipFeature - Feature level
Calculation Steps¶
- The global level Status of the Feature and Status of the MembershipFeature is taken for calculation.
- If the Feature Status is set as disabled - The Effective Status will be disabled (doesn't take the MembershipFeature level status)
- If the Feature Status is set as enabled - The Effective Status will be the same status of the MembershipFeature status either enabled/disabled.