poll initiator can optionally set a poll-wide minimum share and a number of indivisible budget units #201
Labels
angular
Probably needs Angular-related skills
feature
A new feature or enhancement
ready to implement
Sufficiently detailed to start working on --> place in "Issues"
typescript
Probably needs Typescript-related skills
Milestone
User story: In the draft poll page, if the poll type is "share", the initiator can optionally set a minimum share (a percentage m) and optionally a number of indivisible budget units (an integer k>1). If both m and k are set, require that m is a multiple of 1/k.
Effect: In the final resulting shares, each option will get 0 or at least m (if set), and will get a multiple of 1/k (if set). The shares will be drawn by a random process so that each option's expected share equals their target share that results from the normal tallying process.
Implementation:
The text was updated successfully, but these errors were encountered: