J4YB3 / discord-movie-night-bot

A discord bot for managing movies and deciding on which movie should be watched next.
0 stars 1 forks source link

Create new random movie vote #35

Closed J4YB3 closed 3 years ago

J4YB3 commented 3 years ago

Description

As a User I want to create a new random movie vote so that all users can vote on which movie to watch next

Acceptance Criteria

J4YB3 commented 3 years ago

Idea for adding the functionality of #36

  1. Iterate over watch list and collect the three (or n) movies that have the oldest add date
  2. Each time a random movie is chosen for the vote, "roll the dice" to swap the chosen movie with the one with the oldest add date
  3. If the one with the oldest add date got chosen, remove it from the "oldest add date" vector and continue with step 2