madan96 / La-Z-Boy

Get IMDb ratings for movies showing up on TV |
https://la-z-b0y.herokuapp.com/
MIT License
15 stars 26 forks source link

Create Leaderboard for channels #17

Open madan96 opened 7 years ago

madan96 commented 7 years ago

Create different leaderboards for Movie and Entertainment channels, ranking them on the basis of their IMDb rating. Look out for a good ranking algorithm based on a single parameter i.e IMDb rating.

arsalansaad commented 7 years ago

@madan96 how will we distinguish between movie and entertainment channels?

madan96 commented 7 years ago

@arsalansaad We are going to have separate leaderboards for the two of them. For this we would first require two different tables in the database.

arsalansaad commented 7 years ago

@madan96 but on what basis will we distinguish them as many channels broadcast both movies and entertainment shows.

madan96 commented 7 years ago

@arsalansaad For now, don't include those channels that broadcast both of them. And I guess only the Hindi entertainment channels are the ones broadcasting both of them.

AnandKumar22 commented 7 years ago

@arsalansaad Have you created the database for distinguishing the channels??

arsalansaad commented 7 years ago

@AnandKumar22 i created csv files for some of the channels

madan96 commented 7 years ago

@arsalansaad By database I didn't mean storing the data in csv files. I meant something like a postgresql database running on Flask.