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):
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to change)
Testing
Questions and Comments (if applicable)
Checklist
[x] I have performed a self-review of my own code.
[x] Coding style (conforms to Google Java Style Guide)
[x] Especially follows section 7 (Javadoc is present for every public class, public or protected member)
[x] Especially follows section 4.6 (Multiple consecutive blank lines are not encouraged)
[x] Correctness (follows CA and SOLID, is a reasonable and not overly complicated solution, etc.)
[x] Description of pull request is clear, consise, and reasonably detailed
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