zorchenhimer / MoviePolls

Voting to decide on a movie to watch with MovieNight
https://discord.gg/F2VSgjJ
16 stars 6 forks source link

Added Remarks to the movie struct #58

Closed CptPie closed 4 years ago

CptPie commented 4 years ago

Also added corresponding changes for the database connector (only json atm), as well as config fields on the admin panel. The Remarks field is now displayed on movie-info.html and endcycle.html. I also did some "fancy" :tm: css.

In my testing environment (some movies) the "migration" to the new movie struct worked for the json connector (field will get populated with null) so maybe it will work in production without needing to delete the db.

This fixes #55