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 Story 13, New Order Page #22

Open
3 of 8 tasks
memcmahon opened this issue Jul 1, 2019 · 0 comments
Open
3 of 8 tasks

User Story 13, New Order Page #22

memcmahon opened this issue Jul 1, 2019 · 0 comments
Assignees

Comments

@memcmahon
Copy link
Collaborator

memcmahon commented Jul 1, 2019

As a visitor
When I check out from my cart
On the new order page I see the details of my cart:
- the name of the item
- the merchant I'm buying this item from
- the price of the item
- my desired quantity of the item
- a subtotal (price multiplied by quantity)
- a grand total of what everything in my cart will cost
I also see a form to where I must enter my shipping information for the order:
- name
- address
- city
- state
- zip
I also see a button to 'Create Order'

DO THESE STORIES FIRST:

  • User Story 12, Link to Checkout

Checklist:

  • base tests are written
  • base code is written to pass tests
  • edge case ("sad path") tests written (if required)
  • edge case code written (if required)
  • code is tested in development
  • code is reviewed
  • branch is merged
  • all tests still pass

child of #32

child of #37

depends on #23

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