nss-evening-cohort-12 / pants-trousers

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

Filter by rating on review page #15

Open JeremiahV93 opened 4 years ago

JeremiahV93 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 1 through 5 stars, and all, 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 star rating level AND there should be only the review cards that match the rating 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.