-
Notifications
You must be signed in to change notification settings - Fork 1
음식점 db 저장 구현 #22
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
Merged
Merged
음식점 db 저장 구현 #22
Conversation
This file contains hidden or 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
Member
inyoung0215
commented
Nov 12, 2023
- 이전에 hashKey 중복 검사 오류 해결 (CatcherItem 엔티티에서 Where 어노테이션 조건을 잘못 걸어줌)
- 카카오 검색 api 사용 (헤더에 key값을 넣어주어야 해서 프록시 패턴으로 헤더 설정 구현)
- 테스트용으로 저장된 db 날린 후 적재할 예정
src/main/java/com/catcher/batch/core/domain/command/RegisterRestaurantDataCommand.java
Show resolved
Hide resolved
src/main/java/com/catcher/batch/core/properties/HeaderPropertyProxy.java
Show resolved
Hide resolved
src/main/java/com/catcher/batch/core/service/CampingService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/catcher/batch/infrastructure/properties/RestaurantProperties.java
Show resolved
Hide resolved
src/test/java/com/catcher/batch/core/service/RestaurantServiceTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/catcher/batch/core/domain/entity/CatcherItem.java
Outdated
Show resolved
Hide resolved
src/main/java/com/catcher/batch/core/service/CampingService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/catcher/batch/core/service/RestaurantService.java
Outdated
Show resolved
Hide resolved
src/test/java/com/catcher/batch/core/service/RestaurantServiceTest.java
Outdated
Show resolved
Hide resolved
dev-khg
reviewed
Nov 13, 2023
src/main/java/com/catcher/batch/core/service/RestaurantService.java
Outdated
Show resolved
Hide resolved
src/test/java/com/catcher/batch/core/service/RestaurantServiceTest.java
Outdated
Show resolved
Hide resolved
Contributor
cheolwon1994
left a comment
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.
고생하셨습니다!
src/test/java/com/catcher/batch/core/service/RestaurantServiceTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/catcher/batch/core/service/RestaurantServiceTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/catcher/batch/core/service/RestaurantServiceTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: cheolwon1994 <32122076+cheolwon1994@users.noreply.github.com>
src/test/java/com/catcher/batch/core/service/RestaurantServiceTest.java
Outdated
Show resolved
Hide resolved
cheolwon1994
approved these changes
Nov 15, 2023
Contributor
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.
리팩토링 필요 부분
- 데이터 중복 처리
- 응답에 데이터가 중복되어 들어온 경우 어떻게 해결할 것인가?(테스트 코드도 추가 필요)
- 완전 똑같은 RestourantItem이 들어온 경우
- RestourantItem의 key는 같지만 나머지 정보가 조금 다른 경우
SWIT
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.