microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Fix issue regarding missing participant data for mavie table records #84

Open microl44 opened 3 months ago

microl44 commented 3 months ago

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.

microl44 commented 3 months ago

Currently displayed correctly, except for one edge case for the first movie, where Crippe is missing from the participants column.

No longer a major issue, but should still be worked on when there's a lack of urgent issues.