RiceComp413-Fall2022 / Jukebox

0 stars 0 forks source link

Upvote and Downvote Management #11

Closed A-hushower closed 1 year ago

A-hushower commented 2 years ago
  1. Modify the song class to hold some data structure to manage which users have upvoted which function.
  2. Implement a function to calculate the sum of upvotes and downvotes for all songs, with the goal of sending this vector to users.