-
Notifications
You must be signed in to change notification settings - Fork 1
feat: 주변 상점 검색 키워드 API 추가 & 주변 상점 정보 조회 API V2 추가 #2051
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
Conversation
asa9874
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/main/java/in/koreatech/koin/domain/shop/dto/shop/response/ShopResponseV2.java
Outdated
Show resolved
Hide resolved
...java/in/koreatech/koin/domain/shop/dto/search/response/ShopSearchRelatedKeywordResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/shop/controller/ShopSearchApi.java
Show resolved
Hide resolved
Soundbar91
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.
고생하셨습니다 !
주변 상점 정보 조회 API에 응답값에 openTime, closeTime 필드 추가하는 거라면 기존 API에 추가해도 괜찮을 거 같은데 버저닝을 진행하신 이유가 궁금합니다 !
src/main/java/in/koreatech/koin/domain/shop/repository/shop/ShopSearchQueryRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/shop/repository/shop/ShopSearchQueryRepository.java
Show resolved
Hide resolved
...java/in/koreatech/koin/domain/shop/dto/search/response/ShopSearchRelatedKeywordResponse.java
Outdated
Show resolved
Hide resolved
...java/in/koreatech/koin/domain/shop/dto/search/response/ShopSearchRelatedKeywordResponse.java
Show resolved
Hide resolved
...java/in/koreatech/koin/domain/shop/dto/search/response/ShopSearchRelatedKeywordResponse.java
Show resolved
Hide resolved
...java/in/koreatech/koin/domain/shop/dto/search/response/ShopSearchRelatedKeywordResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/shop/repository/shop/dto/ShopMenuNameKeywordHit.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/shop/repository/shop/ShopSearchQueryRepository.java
Outdated
Show resolved
Hide resolved
이게 프론트, IOS, 안드로이드 전부 사용하는 API고 버전이 다양해서 혹여나 클라이언트 라이브러리중에 오류가 날 수 있는 버전이 있을 수도 있다고 생각해서 버저닝으로 처리했습니다. |
Soundbar91
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.
고생하셨습니답 !
| orderableShopNameKeywordHit.shopId(), | ||
| orderableShopNameKeywordHit.shopName() |
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.
C
요기 변수 네이밍이 orderableShop 입니당
| orderableShopMenuNameKeywordHit.shopId(), | ||
| orderableShopMenuNameKeywordHit.shopName(), | ||
| orderableShopMenuNameKeywordHit.menuName() |
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.
C
요기 변수 네이밍이 orderableShop 입니당 22
asa9874
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.
고생하셨습니다. 👍
한가지 궁금한 점이 현재 SnakeCaseStrategy클래스를 프로젝트 내에서 import static와 import가 혼용되어 사용되고 있는거같은데, SnakeCaseStrategy 클래스를 import static 해서 사용하는 이유가 혹시 있나요?
이거 static import 하는게 규칙이라고 알고있습니다. |
🔍 개요
🚀 주요 변경 내용
💬 참고 사항
✅ Checklist (완료 조건)