liquidvotingio / decidim-module-liquidvoting

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

Remove unused files #108

Closed davefrey closed 3 years ago

davefrey commented 3 years ago

This module began as a clone of coopdevs decidim-module-action_delegator, and includes some early, abandoned code from our team as we were learning about Decidim modules.

As a result, there was a rough version of some admin functionality that we never stepped up to, and some non-admin code that we ended up abandoning. This PR is to remove all of that unused stuff. (an exception: the Decidim::Liquidvoting::ApplicationController definition, as a reminder that we are exceptionally extending the Proposals base controller -- which should not normally be our base controller for other coming things like PB).

There was some early work on things like Permissions, which we may well add someday, but there will be better examples to follow if we do, and I've removed it.

Closes #52

This cleanup also backs out a broken overridden admin users view, which we weren't using, so ...

Resolves #107