brnbp / podty-api

api for management and indexing podcasts
1 stars 0 forks source link

[FEATURE] Collections #8

Open brnbp opened 7 years ago

brnbp commented 7 years ago

Coleções para armazenar itens dentro.


Ex:

Coleção de episodios, para podcasts que separem por temporadas

Coleção de podcasts, para agrupar podcasts relacionados ou da mesma familia

Coleção de episodios como playlists, contendo episodios de diferentes podcasts

screen_shot_2017-07-15_at_11 41 33 screen_shot_2017-07-15_at_11 40 54
brnbp commented 7 years ago

an suggestion to database structure collection_types = [ id: int, string: string ]


collection = [ user_id: int (optional?), visible: int (1-public or 0-private) image: string, title: string, collection_type: int (episodes, feeds) ]


collection_items = [ collection_id, item_id ]