You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User I want to know how long I can expect to wait before I can lend an item.
As an Owner I want to know how long a user has to wait until they can lend my item in order to consider buying another copy, when there is enough interest.
We define waiting time as the time a user has to wait until he can request an item. (The first person who lends an item has an waiting time of 0s).
waiting time = lend-request-time - waitlist-join-time
Acceptance Criteria
compute the average waiting time per item
log timestamps of lend requests
log timestamps of joining the waitlist
visualization of waiting time should be designed and captured in Figma prototype in item view, PO should accept design decision
display waiting time
The text was updated successfully, but these errors were encountered:
User stories
As a User I want to know how long I can expect to wait before I can lend an item.
As an Owner I want to know how long a user has to wait until they can lend my item in order to consider buying another copy, when there is enough interest.
Dependencies
Depends on:
UI Mockup
Context
We define waiting time as the time a user has to wait until he can request an item. (The first person who lends an item has an waiting time of 0s).
waiting time = lend-request-time - waitlist-join-time
Acceptance Criteria
The text was updated successfully, but these errors were encountered: