Things to do for search page
Closed this issue ยท 9 comments
nicford commented
- change both to null
- map genres names to genre ids
- implement ratings
- automatically get new results when sort by or ascending/descending changes
- getting poster images
nicford commented
- change name parameter to title in outgoing request
- fix bug where search only works when advanced search is open
nicford commented
- add popularity to each movie tile
nicford commented
- 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
- add a "go back to top of page" button
nicford commented
- add 0+ and 5 to ratings options
nicford commented
- 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
- add a reset button for search, that resets all the search options to their default values
kjturan commented
@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
Those are two different things. We have a popularity metric, which ranges from 0-10, and a rating metric, which ranges from 0-5