Skip to content

Add a percentage decision policy to group module #10946

Closed
@blushi

Description

Summary

Add a percentage decision policy to group module.

Problem Definition

As discussed here #10945, the current and only implementation of a DecisionPolicy, the ThresholdDecisionPolicy, has some limitations. Having a PercentageDecisionPolicy could bring more flexibility.

Proposal

Implement a new PercentageDecisionPolicy thats implements the DecisionPolicy interface that is based on a percentage (instead of an absolute threshold). We should keep the current ThresholdPolicyDecision since it could be useful for some other use cases.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

Metadata

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions