microl44 / Julet

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

94: update solo_movies model and table display #106

Closed beta9889 closed 2 months ago

beta9889 commented 2 months ago

updated model to use new column schema, updated table to use correct column names

Note: multible entries for same movie notices? not relevant to this issue make new one

microl44 commented 2 months ago

Solo movies should only account for movies the user has seen. Current solution fetches and inserts EVERY record from every user. User A should not be able to see multiple entries resulting from user B watching the same movie.

microl44 commented 2 months ago

After reconsidering you're right, it's an improvement and a separate issue for limiting rows will be created.