nss-evening-cohort-12 / pants-trousers

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

Filter by Model on Reviews Page #21

Open jeaninebeckle opened 4 years ago

jeaninebeckle commented 4 years ago

User Story

As a user, I should see a drop down menu on the reviews page on the upper left above where the reviews are displayed and when I click on a drop down I should see a list of the different styles, and an option to view all again, and when an option is clicked I should see only the reviews of that option.

AC

WHEN the user views the dropdown menu THEN I should be able to select a specific style AND there should be only the review cards that match the style clicked AND there should be a way to see all of the reviews again.

Dev Notes

use bootstrap to build the drop down menu and a click event event function to display the appropriate cards.