Skip to content

Features List

Alice Li edited this page Jul 27, 2022 · 5 revisions

Feature: Songs CRUD - Required 1st feature with Full CRUD

  • 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.

Feature: Albums

  • 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.

Feature: Playlists

  • 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.
Clone this wiki locally