bradcypert / porios

Connecting people through podcasts.
http://www.porios.com
3 stars 0 forks source link

Added favorites table and endpoints #46

Closed bradcypert closed 7 years ago

bradcypert commented 7 years ago

Added the favorites table and endpoints. You can see the schema and what not here. If everything looks good, feel free to merge it.

GET        /users/:user_id/favorites
POST       /users/:user_id/favorites             {podcast_id: INTEGER}
DELETE     /users/:user_id/favorites/:podcast_id
Daeluse commented 7 years ago

LGTM

Daeluse commented 7 years ago

Merging into master

bradcypert commented 7 years ago

@Daeluse why do we want to allow favorites when subscriptions already exist? whats the difference?