ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

As a user, I want to choose the status/section of the events, so that I can switch to the preffered list. #1408

Open AndriiKachan opened 2 years ago

AndriiKachan commented 2 years ago

As a user, I want to choose the status/section of the events, so that I can switch to the preffered list.

Date Time 14-07-2022 13:10

Pre-requisites

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

Description

User can switch between events' lists, when the user clicks on one of the section name, the catalog of the events with the same status are displayed. In order to look at other events from this category, use scroll from the right border. When the certain section is selected, then highlight it with a blue underline and change the color of the list title into the same blue.

On 'My Events' page there are 4 sections of the events' lists for each mode:

1) Creator mode:

image

2) Participant mode:

image

Acceptance criteria Notes about what the story must do in order for the product owner to accept it as complete
Scenario 1 Display events' list in Participant mode
Given User is on the "My Events" page
And Tougle participant/creator is off (Participant mode)
When User clicks on the section Name of the event list (Finished events, In-progress events, Future events, or Bookmarked)
Then Chosen events list for Participant mode is displayed
Scenario 2 Display events' lists in Creator mode
Given User is on the "My Events" page
And Tougle participant/creator is on (Creator mode)
When User clicks on the section Name of the event list (Finished events, In-progress events, Future events, or Drafts)
Then Chosen events' list for Creator mode is displayed

Epic link: Epic #1402