rubyforgood / rubyforgood/endsideout
Remove `content_module` Column from `links` Table
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 4
- Avg merge
- 20h 30m
- Merged PRs (30d)
- 19
Description
Goal
Linkno longer directly references aContentModule.
Context
With the addition of a Contentable delegated type, we don't need to track the association to ContentModule on Link.
AC
- A migration removes the
content_modulecolumn fromlinks.
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
Review the existing migration history and current links schema to confirm the column and migration conventions. The work is done when a migration removes the content_module column from links and applies cleanly.
Written by the indexing model from the issue text.
Assessment
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100