pace-running / pace3

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

EDIT PARTICIPANT DATA - ADMIN #56

Closed prodb closed 1 year ago

prodb commented 1 year ago

As an event organizer I want to be able to edit a particular record of a participant So that I can update and correct the data if necessary.

Business Context: Admins shall be able to edit 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 click on "Edit" in the data entry row Then I get redirected to a new edit page displaying the entered data in text.

2) Given that I am on the participant edit page When I click on "Edit" Then each data entry is changed to an input field.

3) Given that I am on the participant edit page and have clicked on the "Edit" button When I click on the "Confirm" button below the form Then all changes in the data are saved and the data entries return to be displayed as static text.

4) Given that I am on the participant edit page and have clicked on the "Edit" button When I click on the "Cancel" button below the form Then all changes in the data are not saved and the data entries return to be displayed as static text.

nvinogradova commented 1 year ago

There are some accessibility issues with the Admin page (Lighthouse suggestions: title element, headings order, attribute lang)

nvinogradova commented 1 year ago

Ability to delete a participant?

nvinogradova commented 1 year ago

Acceptance criteria 3 - when I click on the "Confirm" button below the form, I am rerouted to the Admin page and cannot observe 'the data entries return to be displayed as static text'