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

A user can complete an order (Feature Story) #9

Open
consumerike opened this issue Feb 7, 2017 · 0 comments
Open

A user can complete an order (Feature Story) #9

consumerike opened this issue Feb 7, 2017 · 0 comments

Comments

@consumerike
Copy link
Contributor

consumerike commented Feb 7, 2017

As a registered user I can view products sorted by popularity (initially, most ordered products)

Context

  1. What should the feature do?
    Produce a command line report that lists the relationship between a specific (each) product and said product's orders, # of customers, and revenue

  2. When and where should the feature appear?
    After accessing the Bangazon CLI it should be listed as an option

Requirements

access to Bangazon Database
Products list ordered by count of orders

Unit tests to products popularity

Appropriate methods for getting popularity data

The product column must be 18 characters wide, and will display a maximum of 17 characters for the product name.
The orders column must be 11 characters wide.
The customers column must be 11 characters wide.
The revenue column must be 15 characters wide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants