CSC207-fiveguys / music-java-app

MIT License
1 stars 1 forks source link

View playlist usecase #27

Closed HussainE4 closed 11 months ago

HussainE4 commented 11 months ago

Motivation and Context

This is a major use case as it allows users to view the tracks that comprise their playlists.

Your Changes

Description:

Added the relevant files corresponding to the use case. Also, updated user data access object to contain new getPlaylist method, so that we can extract simply one playlist from the user's list of playlists.

Type of change (select all that apply):

Testing

Questions and Comments (if applicable)

Checklist