openpoke / decidim

The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
https://decidim.org/
GNU Affero General Public License v3.0
3 stars 0 forks source link

Vote Delegation #65

Open paarals opened 1 year ago

paarals commented 1 year ago

Original Request

Is it possible to add how LiquidVoting handles vote-delegation to your Action Delegation module? Vote delegation is needed wherever voting/Support is allowed in Decidim.

Feature proposal

Unfortunately, we don't see a simple way to create delegations to a generic concept in Decidim. We can, however, improve the Action Delegator Module to be able to handle other cases in Decidim. However, each case need to be programmed independently (although onces a coulple of cases are done, the other cases should much easier to implement).

We propose start with:

Implementation will be done by adding (configurable) features in https://github.com/coopdevs/decidim-module-action_delegator