zorchenhimer / MoviePolls

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

Add a limit to how many movies a user can add. #116

Open LukeIsCodingNet opened 3 years ago

LukeIsCodingNet commented 3 years ago

Add a limit to how many movies a user can add, that will reset if the movie that was watched last was added by that user.

CptPie commented 3 years ago

While it would be easy to implement, i am not entirely sure if we would like such a feature. IF it would get implemented I would make it optional, my reasoning being smaller watch groups with only one or 2 people adding all the movies. In this setup a max movie added limit would hinder the "management" for which this project was intended.

Implementation wise 2 new config values EnableMovieAddLimit and MovieAddLimit would be required, being a boolean and an integer respectively.

Whats your take on that @zorchenhimer ?

zorchenhimer commented 3 years ago

Yea, I don't think I would use it myself but I'm not against it being added.