rubyforgood / rubyforgood/alongwithyou

`db/seeds.rb` hard-depends on the demo `Task` model

Open Beginner friendly
#95 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.