Open Weeezzt opened 11 months ago
Should we possibly have a sort by rating instead of filter by rating?
Use the CreateAndFilter.js file
Lets change it to sort by rating
Given: A person wants to see choose a movie based on rating When: That user presses the popular button Then: The movies are sorted by rating - low to high.
Make it possible to sort the movies by rating. Do this via the movies api in the movies.json file. Use the keyword rating which has a value of an 1-5 integer. Make it so that it sorts from highest to lowest.