pace-running / pace3

used for "lauf gegen rechts 2023"
2 stars 1 forks source link

SEARCH FOR PARTICIPANT - ADMIN #55

Closed nvinogradova closed 1 year ago

nvinogradova commented 1 year ago

As an event organizer I want to be able to search for a particular record by the runner number, name/family name, email in the list of participants So that I could update data of a participant, if needed.

Business Context: Admins shall be able to search for the individual records in order to manage and update the registration information.

Acceptance Criteria: 1) Given that I am on the admin page When I enter the keyword into search input field and select the radio button "starting number" Then I can view a filtered list of attendees according to the search entry of the "starting number" criteria.

2) Given that I am on the admin page When I enter the keyword into search input field and select the radio button "name" Then I can view a filtered list of attendees according to the search entry of the "name" criteria.

3) Given that I am on the admin page When I enter the keyword into search input field and select the radio button "email" Then I can view a filtered list of attendees according to the search entry of the "email" criteria.

4) Given that I am on the admin page When I enter the keyword into search input field and select the radio button "payment subject" Then I can view a filtered list of attendees according the search entry of the "payment subject" criteria.