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

added Command and handler for adding to a Cart #90

Merged
merged 16 commits into from
Nov 27, 2021

Conversation

Palisar
Copy link
Contributor

@Palisar Palisar commented Nov 20, 2021

Putting this up in draft so I can address one task in this at a time

@Palisar Palisar added api anything related to the back-end task Describes a child task of a user story labels Nov 20, 2021
@Palisar Palisar self-assigned this Nov 20, 2021
@Palisar Palisar added this to In progress in API via automation Nov 20, 2021
@Palisar Palisar requested a review from pobiega November 21, 2021 13:10
@Palisar Palisar marked this pull request as ready for review November 21, 2021 13:11
src/Congo.WebApi/Controllers/CartController.cs Outdated Show resolved Hide resolved
src/Congo.WebApi/Data/CartAccess/AddToCartHandler.cs Outdated Show resolved Hide resolved
src/Congo.WebApi/Data/CartAccess/AddToCartHandler.cs Outdated Show resolved Hide resolved
src/Congo.WebApi/Data/CartAccess/AddToCartHandler.cs Outdated Show resolved Hide resolved
src/Congo.WebApi/Data/CartAccess/AddToCartHandler.cs Outdated Show resolved Hide resolved
@Palisar Palisar dismissed valincius’s stale review November 27, 2021 20:26

Everything has been fixed up and is workign i dont kow why this is still asking for a change

@Palisar Palisar merged commit 9d4f050 into dev Nov 27, 2021
API automation moved this from In progress to Done Nov 27, 2021
@Palisar Palisar deleted the feature/Add-Add-to-cart-api-endpoint-#87 branch November 27, 2021 20:27
@Palisar Palisar linked an issue Nov 28, 2021 that may be closed by this pull request
@Palisar Palisar linked an issue Feb 13, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api anything related to the back-end task Describes a child task of a user story
Projects
API
Done
Development

Successfully merging this pull request may close these issues.

Edit the AddToCart end point to remove items from your cart. Add "Add to cart" api endpoint
3 participants