microl44 / microl44/Julet

Fix issue regarding missing participant data for mavie table records

Open
#84 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug Javascript Low
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.