microl44 / Julet

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

Limit rows in solo movie table to only include the logged in users movies. #108

Closed microl44 closed 2 months ago

microl44 commented 2 months ago

Currently as of #94 the correct values of solo movies are displayed. However, rows from every user are displayed, and should be limited the the currently logged in users solo movies.

Filter out movies which don't have a matching user ID to the currently logged in user ID.

microl44 commented 2 months ago

Current state is an integrity violation and should be worked on asap.