VictorHeDev / DestinyPlus

A full stack clone of Disney+
https://destinyplus.herokuapp.com/#/
4 stars 0 forks source link

Frontend Routes - #3

Open VictorHeDev opened 3 years ago

VictorHeDev commented 3 years ago

You're missing some components such as

VictorHeDev commented 3 years ago

Instead of having:

GenreIndex & GenreIndexItems AND VideoIndex & VideoIndexItem, should I instead ONLY have GenreIndex and GenreIndexItems? It's not clear to me right now why I would want to differentiate between the two. Each video will have a has many column pointing to different "genre". Each video will also have a "type" column indicating whether it is a "movie" or "tvshow". If necessary I can instead have an index page to display the "type."

Maybe you can help clarify that. I have fixed some of my backend routes and would definitely like for you to take a look at them whenever possible.