mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a user I need to be able to filter my searches so that I can find events that fit my needs #8

Open mmanning95 opened 1 week ago

mmanning95 commented 1 week ago

As a user I need to be able to filter my searches So that I can find events that fit my needs

Details and Assumptions

Acceptance Criteria


Scenario: Succesful search by type
Given I am a user
And I want to search for a specific type of event
When I click the "type of event" dropdown menu on my homepage
And I select all types relevant to me
And I click the "search" button
Then I am redirected to a page showing all events that match my filters

Scenario: Unsuccessful search by type
Given I am a user
And I want to search for a specific type of event
And I click the "type of event" dropdown menu on my homepage
When I select all types relevant to me
And I click the "search" button
Then I am redirected to a page showing all events that match my filters
But no events match my criteria
And I am shown a message saying no events match my criteria