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

searchUser, addUser, vote refine #23

Closed Talos6 closed 5 years ago

Talos6 commented 5 years ago
  1. Create SearchBar that is able to search user to be added. User who already in the group will not be added.
  2. addUser function. Add a new user to the group and update the group vote count for the user's own songs.
  3. refine vote count to show both upvote and downvote count. Using different colour to distinguish
  4. simple styling on searchUser bar
Talos6 commented 5 years ago

Yeah, I see after left or delete a group, the current group should also been changed