-
Notifications
You must be signed in to change notification settings - Fork 0
Features List
Alice Li edited this page Jul 27, 2022
·
5 revisions
- CREATE - Logged-in users can create a song.
- READ - Logged-in users can search for a song.
- UPDATE - Logged-in users can update a song.
- DELETE - Logged-in users can delete a song.
- CREATE - Logged-in users can create an album.
- READ - Logged-in users can search for an album.
- UPDATE - Logged-in users can update an album.
- DELETE - Logged-in users can delete an album.
- CREATE - Logged-in users can create a playlist.
- READ - Logged-in users can search for playlists of others.
- UPDATE - Logged-in users can update it's own playlists.
- DELETE - Logged-in users can delete a created playlist.