microl44 / Julet

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

Turns out fixing delete button broke the movies page. Probably has something to do with insert query, maybe. Possibly. #47

Closed microl44 closed 5 months ago

microl44 commented 1 year ago

When deleting a movie in the middle, adding a new movie it will be added next in the table, rather than the number that was removed. This is as expected, however the file takes the spot of the old movie, meaning if you add a new movie, the cover will get the name of the old movie.

Also, whatever the fuck is happening in query.php when trying to add to the movie description is a mystery. image

This query isn't executed and the columns are all wrong.

microl44 commented 5 months ago

Add movie functionality is non-functional, however this issue will be closed and a closed analysis will be conducted to create a better issue.