tylersuchan / symphoni

Apache License 2.0
0 stars 0 forks source link

Apply voting mechanism for songs within the queue #62

Closed tylersuchan closed 5 years ago

tylersuchan commented 5 years ago

Acceptance test:

Voting mechanism was implemented in the "post" CRUD operation in the playlist.py class within the symphoni-api directory. By testing the voting up and down flags within the code (and verifying that these tests pass), we say that the voting mechanism for songs in a playlist is successful.