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

[MW] seller manage panel Completed! #58

Merged
merged 9 commits into from
Oct 27, 2016

Conversation

mayawang
Copy link
Owner

User Account: Seller manage panel Completed!

As a signed-in user(seller), I can see:

  • Total Revenue of all order items
  • Total Revenue by status
  • Total number of order items
  • Total number of order items)by status
  • A list of order items sold by me:
    • Filter order items displayed by status
    • Link to each individual order:
    • Each order item sold by me with a quantity and line-item subtotal
    • A link to the item description page
    • DateTime the order was placed
    • The current status of the order item ("pending", "paid", "fulfilled", "cancelled")
    • A button to transition the order item to marked as "ship", where order item status changed to "fulfilled"
  • The order# that associated with this order item:
  • View the individual order to see the user's:
    • Name
    • Email address
    • Mailing address
    • Last four digits of their credit card
    • Credit card expiration date

Change:

  1. add status:string (pending,paid,fulfilled,cancelled) to order item
  2. bug fix: inventory checking before checkout, and prevent empty checking out, refactored order item status logic on orders controller.
  3. refactored and DIY buyer manage controller and view.

@RedSquirrelious RedSquirrelious merged commit b10f834 into master Oct 27, 2016
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

Successfully merging this pull request may close these issues.

2 participants