Jeff-Hill / Front-End-Capstone

0 stars 0 forks source link

User can filter the homepage display to show different types of users #9

Open Jeff-Hill opened 5 years ago

Jeff-Hill commented 5 years ago

Story As a user I want to be able to filter the homepage user display

Acceptance Criteria Given a user wants to view users by city When the user chooses a city from the filter dropdown Then the homepage will display users that have a matching city in their profile

Given a user wants to view sellers by those willing to deliver When the user clicks the Yes radio button on the homepage filter Then the seller profile cards displayed are the sellerss with willing to deliver marked Yes in their profile

Given a user wants to view buyers by those needing wood When the user clicks the Yes radio button on the homepage filter Then the buyer profile cards displayed are the buyers with the needing wood marked Yes in their profile

Given a user wants to reset the filter and display all users on the homepage When the user clicks the Reset Filter button Then the homepage display is reset to show all users of the appropriate category.