Add an option to delegate the vote to multiple other users. Only one of them can vote for this delegation, the other will be rejected afterwards. This requires switching the relation from 1:n to n:m with a migration. Additionally, a new setting is required to control to how many people one can delegate his vote, which should default to 1.
Add an option to delegate the vote to multiple other users. Only one of them can vote for this delegation, the other will be rejected afterwards. This requires switching the relation from
1:nton:mwith a migration. Additionally, a new setting is required to control to how many people one can delegate his vote, which should default to1.