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

Remove item #2

Merged
merged 2 commits into from
May 26, 2024
Merged

Conversation

aforesti
Copy link
Contributor

Let the cashier remove/cancel an item from the order

  • Add a trash button to the order summary
  • Add a new endpoint to cashier API
  • Add RemoveItem and Apply (OrderItemRemoved) methods to Order entity
  • Add Total property to OrderItem ValueObject and use it to calculate the Order Total instead of Price
  • Update AntDesign package to latest version
  • Change the Place order modal to use Ant component
  • Removed custom Modal component

Let the cashier remove/cancel an item from the order
- Add a trash button to the order summary
- Add a new endpoint to cashier API
- Add RemoveItem and Apply (OrderItemRemoved) methods to Order entity
- Add Total property to OrderItem ValueObject and use it to calculate the Order Total instead of Price
- Update AntDesign package to latest version
- Change the Place order modal to use Ant component
- Removed custom Modal component
@fredimachado fredimachado merged commit 0834788 into fredimachado:main May 26, 2024
@aforesti aforesti deleted the feature/cashier-remove-item branch May 26, 2024 04:20
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