liquidvotingio / liquidvotingio/api
Remove or update seed file
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- Elixir
- Stars
- 17
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`priv/repo/seeds.exs` is outdated, with function calls like `Voting.create_delegation` which no longer exists.
Contributor guide
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
Start with priv/repo/seeds.exs and inspect the obsolete Voting.create_delegation calls against the current project. Decide whether the seed file should be removed or updated, and confirm the resulting file contains no calls to functions that no longer exist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100