zorchenhimer / MoviePolls

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

Add rerun count #142

Open joeyak opened 1 year ago

joeyak commented 1 year ago

Add the ability to see rerun counts on the movie page

@CptPie if this is already a feature then just close this

CptPie commented 1 year ago

Rerun as in how often a movie has been watched already? If so that isn't a thing yet and will probably not be easy to implement without adjusting some database stuff.

Tbh i am not even sure how the backend would handle duplicate entires (or multiple cycles)

joeyak commented 1 year ago

I figured have the CycleWatchedId turn from an int into an []int OR add an ExtraCycleWatchedIds []int

CptPie commented 1 year ago

Hmm that could work, still would have to change the db a bit for that, but that would indeed be the easiest way i think