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

전체 구현 코드 리팩토링 #32

Merged
merged 3 commits into from
Aug 14, 2024
Merged

전체 구현 코드 리팩토링 #32

merged 3 commits into from
Aug 14, 2024

Conversation

snowcrab382
Copy link
Owner

작업 내용 중 기록 사항

연관 이슈

closes #31

- Product, Category Not Found 예외 삭제, 상위 예외인 EntityNotFound 사용
- 단위테스트 수정
- 장바구니 목록조회 시 Empty 체크 로직 삭제
- 장바구니 단건 삭제 시 cartProduct를 곧바로 조회하도록 수정
- 단위테스트 수정
@snowcrab382 snowcrab382 added refactor This issue or pull request already exists test This doesn't seem right labels Aug 14, 2024
@snowcrab382 snowcrab382 self-assigned this Aug 14, 2024
@snowcrab382 snowcrab382 merged commit d506e31 into develop Aug 14, 2024
1 check passed
@snowcrab382 snowcrab382 deleted the refactor/issue-31 branch August 14, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor This issue or pull request already exists test This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

전체 구현 로직 리팩토링
1 participant