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

#1099 Move add cart item API to cart module #1141

Merged
merged 5 commits into from
Oct 9, 2024
Merged

#1099 Move add cart item API to cart module #1141

merged 5 commits into from
Oct 9, 2024

Conversation

mochacr0
Copy link
Contributor

@mochacr0 mochacr0 commented Oct 9, 2024

No description provided.

Copy link

github-actions bot commented Oct 9, 2024

Cart Coverage Report

Overall Project 79.41% -2.75%
Files changed 83.33% 🍏

File Coverage
AbstractAuditEntity.java 100% 🍏
CartItemV2Controller.java 100% 🍏
CartItemV2PostVm.java 100% 🍏
CartItemV2GetVm.java 100% 🍏
CartItemV2Service.java 100% 🍏
CartItemV2Mapper.java 75.68% -24.32% 🍏
ProductService.java 51.79% -39.29%
Constants.java 0% 🍏

@mochacr0 mochacr0 marked this pull request as ready for review October 9, 2024 02:53
@mochacr0 mochacr0 marked this pull request as draft October 9, 2024 02:55
@mochacr0 mochacr0 marked this pull request as ready for review October 9, 2024 03:13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to create a new version of CartItemXXX classes, in my opinion. We will only refactor the code but keep the class names unchanged

Copy link
Contributor Author

@mochacr0 mochacr0 Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback. The "V2" in the class name is a temporary measure to avoid conflicts during the refactoring process.

Since there’s another task related to the cart that might be developing, I want to avoid any issues. Once the refactoring is complete, I’ll remove the "V2" and revert the classes to their original names.

Copy link

sonarqubecloud bot commented Oct 9, 2024

@mochacr0 mochacr0 merged commit cfad76d into main Oct 9, 2024
7 checks passed
@mochacr0 mochacr0 deleted the cart-add-item branch October 9, 2024 14:37
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.

3 participants