Fix issue regarding missing participant data for mavie table records
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Movies are missing the participant field.
This comes from the way the database is set up, which fetches a list of all participations (to keep track of picker and if a user participated). This means one participation, one entry.
This should be filtered in the application layer for the user, after fetching from the database.
To solve this issue, fetched entries should be iterated over and all participation entries with the same movie title should have their username field concatenated and inserted as participants.
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 application-layer code that fetches records from the mavie table and inspect how participation entries are represented. Verify the behavior with records sharing a movie title, then confirm that their usernames are combined into the movie's participant field without changing picker or participation tracking.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100