liquidvotingio / decidim-module-liquidvoting

GNU Affero General Public License v3.0
4 stars 0 forks source link

Handle (un)delegation actions asynchronously #37

Closed davefrey closed 3 years ago

davefrey commented 3 years ago

This is meant to move delegation actions to ajax.

Still fairly broken, main issue is understanding the role of current_settings and current_component, where things like votes_hidden? or can_participate? are resolved. Unsure when to reference proposals or liquidvoting components

Closes #18

davefrey commented 3 years ago

Aside from the rubocop problems which I'm doing next, I think this PR meets the objectives of #18 ; it's ready for review/merge from my point of view.

davefrey commented 3 years ago

All feedback is included, PR is clean from my point of view, pending any new comments