Database field too short
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
input.full_name : it combines the implementation name with the parameter name.
As this is field is not part of the table key and we can induce it using the implementation table, I propose to drop it.
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
Locate the input.full_name field and the implementation table in the repository's database schema or migrations, then trace references to the field. Confirm that the implementation table can provide the same value and that removing the field does not affect the table key. Done means the obsolete field is removed and relevant references are updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100