rubyforgood / rubyforgood/human-essentials
Drop the requests.request_items field, no longer used
Open
Nobody has claimed this yet.
stale
- Dominant language
- Ruby
- Stars
- 593
- Forks
- 593
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 41
Description
Needs to be two PRs:
- One that ignores the column in the model
- Second one that does the actual migration db column drop
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 by locating the requests model and the existing migration history for the request_items column. Separate the work into the two requested PRs: first ensure the model ignores the column, then remove the database column; done means both changes are reviewed and the application no longer depends on requests.request_items.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rails, ruby
- Domain
- backend, database
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100