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

User can see report of top 5 product types occurring most on incomplete orders #29

Open
stevebrownlee opened this issue Oct 2, 2019 · 0 comments

Comments

@stevebrownlee
Copy link

Given a user wants to see which product types are most common on incomplete orders
When the user clicks on the Reports item in the navigation bar
Then a hyperlink labeled Abandoned Product Types should be in a list of reports to run

Given user is viewing the list of reports to run
When the Abandoned Product Types hyperlink is clicked
Then the user should be presented with a list of product types and the count of products of that type on incomplete orders
And the report should be in descending order based on the number of products on incomplete orders

Product Type Incomplete Orders
Computers 13
Housewares 11
Health 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant