LEIC-ES-2021-22 / 3LEIC03T1

4 stars 0 forks source link

As a UP member, I want to renew a book reservation, so that I can keep the book for a longer period of time #7

Open BrunoRosendo opened 2 years ago

BrunoRosendo commented 2 years ago

Notes

The reservation renewal needs to be requested and should work the same way as regular reservation requests.

User interface mockups

image image image

Acceptance tests

Scenario: Choosing to renew a book reservation
  Given I have navigated to the book reservation details page
  When I tap the "Renew Reservation" button
  Then a window asking for extra information appears

Scenario: Request a book reservation renewal
  Given I tapped the "Renew Reservation" button, in the reservation details page
  When I insert the information needed
  And I tap the "Request Renewal" button
  Then the renewal request is done

Value and effort