ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

As a user, I want to look for an event using search, so that I can find the event by its title. #1404

Open AndriiKachan opened 2 years ago

AndriiKachan commented 2 years ago

As a user, I want to look for an event using search, so that I can find the event by its title.

Date Time 10-07-2022 14:50

Pre-requisites

1) The user is logged on a site; 2) The user is on the "My Events" page;

Description 1) When a user wants to find the event by its title, he can use search. (Min number of symbols is 1, Max number of symbols is 250). 2) When the user wants to apply the search, he should press "Enter"; 3) If, before the search, for example, "Finished events" section is chosen, the section automatically changes when the event that is searched has another status.

image

Acceptance criteria Notes about what the story must do in order for the product owner to accept it as complete
Scenario Find an event via Search
Given User is on the "My Events" page
When User indicates Event title into search
And Presses "Enter"
Then The list of events that satisfy search criteria is displayed

Epic link Epic: #1402