Prototype - Himtanaya/bhadada-himtanaya-webdev GitHub Wiki

User to User Relation

A user can share the track they liked by sending a message to the user they want to share it with.

Steps to share a track:

  1. Search for the track you want to share.
  2. Click on the track to go to the detailed page.
  3. Click on the message icon at the top of the detail information page to share it with another user.
  4. Search for the user using their first and last name with whom you want to share the track.

User to Domain Relation

A user can like a track which will get added to the users favorite's list.

Steps to like a track:

  1. Search for the track.
  2. Click on the track, to go to the details page.
  3. Click on the like icon to like the track.

A user can also leave a comment for a specific track.

Steps to comment on a track:

  1. Search for the track.
  2. Click on the track, to go to the details page.
  3. Click on 'comments'
  4. Write the comment in the text area.
  5. Click on 'ok' button.

An artist can upload a track which can be viewed and liked by other users.

Steps to upload a track:

  1. Go to MyTracks
  2. Click on Add new tracks
  3. Fill the form.
  4. Click on add track