CSC207-fiveguys / music-java-app

MIT License
1 stars 1 forks source link

Playlist use cases #39

Closed ibrahimmmalik closed 11 months ago

ibrahimmmalik commented 11 months ago

Motivation and Context

Because of problems with testing, all of the playlist use cases have been combined into this one use case that will have its merge conflicts resolved to ensure a testable program.

Your Changes

All of the changes in this file have been described in their individual use cases in detail.

Description: This use case combines the add track to liked, add track to playlist, remove track from liked, and remove track from playlist use cases into one branch. This will allow for easier testing when combined with the current main branch.

Type of change (select all that apply):

Testing

N/A

Checklist