nicford / Movilytics

Welcome to our website Movylitics, a Sophisticated GroupLens dataset and tmdb analytics exploration tool.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Things to do for search page #25

Closed nicford closed 3 years ago

nicford commented 3 years ago
  1. change both to null
  2. map genres names to genre ids
  3. implement ratings
  4. automatically get new results when sort by or ascending/descending changes
  5. getting poster images
nicford commented 3 years ago
  1. change name parameter to title in outgoing request
  2. fix bug where search only works when advanced search is open
nicford commented 3 years ago
  1. add popularity to each movie tile
nicford commented 3 years ago
  1. for sorting by: change date to year edit: we don't need a sort by release date. It is the same as sort by year. Replace it with sort by rating
nicford commented 3 years ago
  1. add a "go back to top of page" button
nicford commented 3 years ago
  1. add 0+ and 5 to ratings options
nicford commented 3 years ago
  1. When you first load the page, can you preselect the default options for sort by and order option. Right now they are blank and it's confusing
nicford commented 3 years ago
  1. add a reset button for search, that resets all the search options to their default values
kjturan commented 3 years ago

@nicford the ratings are on a scale of 0-10, how come the rating system we have in front end it 0-5?

nicford commented 3 years ago

Those are two different things. We have a popularity metric, which ranges from 0-10, and a rating metric, which ranges from 0-5