rubyforgood / rubyforgood/alongwithyou
`db/seeds.rb` hard-depends on the demo `Task` model
Open
Beginner friendly
Nobody has claimed this yet.
severity:minor
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 4
- Avg merge
- 9h 34m
- Merged PRs (30d)
- 16
Description
bin/ci runs db:seed:replant, so deleting Task breaks CI until seeds are updated too. Worth fixing in the same PR that removes/replaces the demo model, not after.
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
Start with db/seeds.rb and inspect how bin/ci invokes db:seed:replant. Confirm the seed path no longer depends on the demo Task model when that model is removed or replaced, then run bin/ci to verify the seed step passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- ci-cd, database
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100