Change the "Add movie" to use check-boxes rather than manually typing in a string.
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The current system is in such a way that the user must manually type in the participant string which means it's relying on the user not making mistakes and putting the participants in the correct order. Make it so it uses a check-box system instead where each participant has their corresponding check-box instead.
The check-boxes should then be used to build the participant string before the movie is added to the database.
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 by locating the Add movie form and the participant-string construction and database-insertion paths described in the issue. Trace how participants are currently entered and stored; it is done when participants can be selected individually and the resulting string is built correctly before the movie is added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100