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

#163354061 Customer should be able to cancel orders #18

Merged
merged 1 commit into from Jan 29, 2019

Conversation

akhilome
Copy link
Owner

@akhilome akhilome commented Jan 29, 2019

What does this PR do?

implement cancel order functionality

Description of Task to be completed?

  • add a button to the order card for a user to be able to cancel an order
  • implement order cancellation logic using redux
  • adequately test out all implementations
  • improve UX by adding cart count and moving toasts to bottom

How should this be manually tested?

  • clone the repo and cd into it
  • run npm install to install all project dependencies
  • run npm run dev to start up the app
  • register for an account, place an order, cancel the order

Any background context you want to provide?

N/A

What are the relevant pivotal tracker stories?

#163354061

Screenshots (if appropriate)

image

image

image

@coveralls
Copy link

coveralls commented Jan 29, 2019

Pull Request Test Coverage Report for Build 53

  • 17 of 17 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.07%) to 98.864%

Totals Coverage Status
Change from base Build 48: 0.07%
Covered Lines: 261
Relevant Lines: 264

💛 - Coveralls

- add button to order card for user to be able to cancel an order
- implement order cancellation logic using redux
- adequately test out all implementations
- improve UX by adding cart count and moving toasts to bottom

[Finishes #163354061]
@akhilome akhilome merged commit 98f10c6 into develop Jan 29, 2019
@akhilome akhilome deleted the ft-cancel-order-163354061 branch January 29, 2019 20:25
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.

None yet

2 participants