AlexanderK88 / a4-uppgift-2-biograf-sajt

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

Filter for Upcoming / available #22

Open Weeezzt opened 11 months ago

Weeezzt commented 11 months ago

Create a filter via the API so that you can choose wether you want to see the available movies or the upcoming ones. Should be true or false from the key "new" in the object.

Weeezzt commented 11 months ago

Use the API from the movies.json file.

Weeezzt commented 11 months ago

Use the createAndFilter.js file

Weeezzt commented 11 months ago

DOD:

Given: A user wants to see either available or upcoming movies. When: A user either presses the upcoming or available button Then: the chosen type of movies are shown to the user.

Weeezzt commented 10 months ago

It is in fact dependent on this to actually work on the page: Filmer - card for dispaly # 39 filmer - Dynamic filter box # 16

Weeezzt commented 10 months ago

it works

Image

Image