Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics: Average waiting time (per item) #141

Open
5 tasks
snailcato opened this issue Dec 9, 2022 · 0 comments
Open
5 tasks

Statistics: Average waiting time (per item) #141

snailcato opened this issue Dec 9, 2022 · 0 comments

Comments

@snailcato
Copy link
Collaborator

snailcato commented Dec 9, 2022

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

  • to be designed

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

  • 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
@snailcato snailcato added BP-TF BP Friedrich in preparation This issue has not been finalized, POs need to further specify this issue 4 Fourth Priority labels Dec 9, 2022
@snailcato snailcato added this to the Statistics System milestone Dec 9, 2022
@snailcato snailcato added 3 Third Priority and removed 4 Fourth Priority in preparation This issue has not been finalized, POs need to further specify this issue labels Jan 11, 2023
@LucasDerReisende LucasDerReisende changed the title Average waiting time (per item) Statistics: Average waiting time (per item) Jan 24, 2023
@LucasDerReisende LucasDerReisende added BP-AP BP Polze and removed BP-TF BP Friedrich labels Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants