nss-evening-cohort-12 / pants-trousers

pants-trousers created by GitHub Classroom
0 stars 2 forks source link

Inventory Page #8

Open jeaninebeckle opened 4 years ago

jeaninebeckle commented 4 years ago

User Story

As a user, when I go to the inventory page, this page loads with a collection of the inventory items of the trousers and drop down menus to filter the styles and sizes of trouser also an order button to select the items to order.

AC

WHEN I go to this page via the navbar or a link from the home page THEN I should see cards of all the collection of the trousers
AND there should be drop down menu to filter the styles and sizes of trouser AND there should be a order button to move the selected trousers to order

image (2)

Dev Notes

Use the "Size filter drop down menu ticket" for drop down Use the "Style filter drop down menu ticket" for another drop down Create a function that loops through the pants array and calls printToDom function that shows the trousers cards when the pages loads