martipal / SoundBubble

This project is implemented as part of coursework for CPSC463I at the University of British Columbia. This project is intended for users who are subscribed to the music platform Spotify. It will allow users, and other users within their “Group”, to view each other’s song logs and interact with the logs by “Up Voting” or “Down Voting” a particular log. The type of data we will be storing are Songs along with User Information. This data will be able to be shared among users to access within the group. Additional functionality that we may add/remove based on time constraints is the ability to recommend a played song to another user, and adding commenting functionality to a particular song log for users to provide their opinions (e.g. “This song is awesome!”, “This song is lame”).
0 stars 2 forks source link

fix bug - group change will affect vote #30

Closed Talos6 closed 5 years ago

Talos6 commented 5 years ago
  1. when new group formed, the new users vote will updated the group-songs votecount if it exits.
  2. when group member leave, the group-songs votecount will also changed.
  3. Fix the vote count error that not consistency with the db