-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feat] 구매자 매장상세조회 #106
Merged
The head ref may contain hidden characters: "feature/95_june-777_\uAD6C\uB9E4\uC790-\uB9E4\uC7A5\uC0C1\uC138\uC870\uD68C"
Merged
[feat] 구매자 매장상세조회 #106
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 구매자는 기본적인 매장 상세 정보를 확인할 수 있어야 함
호출자 쪽에서의 getter depth 를 줄이기 위함
…매자-매장상세조회 # Conflicts: # src/main/java/camp/woowak/lab/menu/domain/Menu.java # src/main/java/camp/woowak/lab/menu/repository/MenuRepository.java
- responseDTO 을 적절히 매핑하여 반환하는지 테스트하기 위함
- API response 명세를 검증 및 추적하기 위함
kimhyun5u
reviewed
Aug 17, 2024
src/test/java/camp/woowak/lab/web/api/store/StoreApiControllerTest.java
Outdated
Show resolved
Hide resolved
Hyeon-Uk
approved these changes
Aug 17, 2024
Hyeon-Uk
approved these changes
Aug 18, 2024
Dr-KoKo
approved these changes
Aug 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고도화하면서 도메인에서 조회를 위한 기능을 분리하는 것도 이야기해보면 좋겠습니다.
…매자-매장상세조회 # Conflicts: # src/main/java/camp/woowak/lab/menu/domain/Menu.java # src/main/java/camp/woowak/lab/web/api/store/StoreApiController.java # src/test/java/camp/woowak/lab/web/api/store/StoreApiControllerTest.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 다음 이슈를 해결했어요.
Issue Link - #95
💡 이슈를 처리하면서 추가된 코드가 있어요.
StoreDisplayResponse
💡 이런 고민을 했어요.
Response DTO 를 어떻게 구조화할까
단순 조회 로직을 수행하는 서비스 계층을 통합테스트 해야할까
✅ 셀프 체크리스트