nicford/Movilytics

Things to do for search page

Closed this issue ยท 9 comments

  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
  1. change name parameter to title in outgoing request
  2. fix bug where search only works when advanced search is open
  1. add popularity to each movie tile
  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
  1. add a "go back to top of page" button
  1. add 0+ and 5 to ratings options
  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
  1. add a reset button for search, that resets all the search options to their default values

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

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