AlexanderK88 / a4-uppgift-2-biograf-sajt

Arbetsmetodik och agila projektmetoder Uppgift 2 - en biograf-sajt
3 stars 1 forks source link

Create filter for sort by rating #25

Open Weeezzt opened 11 months ago

Weeezzt commented 11 months ago

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.

Weeezzt commented 11 months ago

Should we possibly have a sort by rating instead of filter by rating?

Weeezzt commented 11 months ago

Use the CreateAndFilter.js file

AlexanderK88 commented 11 months ago

Lets change it to sort by rating

Weeezzt commented 10 months ago

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.