-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
A user can share a track with other users in the form of a message. Steps to share a track are:
- Login to your account.
- Search for the track you want to share.
- Go to the detailed page, by clicking on the track name.
- Click on the message icon.
- Search for the user by either first name, last name or username.
- Click on the user name to send the message.
All the pages, have a fixed search bar which can be used to search for a specific track, album or artist. Steps to search for a track are:
- Click in the search bar.
- Type in the track name.
- A list of options will be displayed, look for the track you want.
Detailed information about a track can be seen using the following steps:
- Click in the search bar.
- Type in the track name.
- A list of options will be displayed, click on the track you want.
- A detailed page about the track will open.
Artists have different UI as compared to users. Artists can upload new tracks, whereas users can only look for tracks. Steps to upload a new track:
- Login as an artist.
- From the header, click on MyTracks.
- Click on 'Add new tracks'
- Fill in the asked information.
- Click on 'add track'.
All the users can leave a comment for a track. Steps to do so are as follows:
- Login to your account.
- Search for the track you want to share.
- Go to the detailed page, by clicking on the track name.
- Click on 'comments' which is at the end.
- Write your comment and click on the 'ok' button.
Users can like any number of tracks they want. Steps to do so are as follows:
- Login to your account.
- Search for the track you want to share.
- Go to the detailed page, by clicking on the track name.
- Click on the love icon.
Users can add any number of songs to your favorite's list, by liking the song. Steps to do so are as follows:
- Login to your account.
- Search for the track you want to share.
- Go to the detailed page, by clicking on the track name.
- Click on the love icon.
- The track will get added to your favorite's list
- To view favorite's list, click on 'Favorite' in the header.
An admin can perform the CRUD operations by following these steps:
- Login using the admin account.
- Admin can then delete existing users or update a user.