liquidvotingio / liquidvotingio/decidim-module-liquidvoting
Finish removal of ProposalVotes
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We've abandoned the model `ProposalVotes`, and instead are only managing the summing `Proposal#proposal_votes_count` attribute.
However there are still some references to this model that we should remove. Search `ProposalVotes` and also for the method `user_votes`, in the `UnvoteProposal` command for example.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for `ProposalVotes` and the `user_votes` method, starting with the `UnvoteProposal` command and the `Proposal#proposal_votes_count` attribute. Remove remaining references to the abandoned model while retaining management of the summing counter, and verify that no references remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100