[Location] 사용자 위치 CRUD 및 Swagger 작성 #95
Merged
Merged
Conversation
⭐ JaCoCo CoverageLine Coverage: 5.43% 📄 Coverage DetailsOverall Line Coverage: 5.39% (119 covered / 2206 lines) Package Summary (lowest first)
Lowest Covered Classes (Top 20)
Changed Classes (from this PR)
🔗 Full HTML report: See artifact jacoco-full-html on this run → https://github.com/prgrms-web-devcourse-final-project/WEB7_9_codecrete_BE/actions/runs/20260099185 |
Creamcheesepie
approved these changes
Dec 16, 2025
| summary = "주변 음식점 조회(테스트)", | ||
| description = "테스트용 좌표(서울 시청 근처)로 카카오 로컬에서 주변 음식점을 조회합니다, 좌표는 입력하면 됩니다." + | ||
| "예시 : http://localhost:8080/api/v1/location/kakao/restaurant?lat=37.5665&lng=126.9780" | ||
| ) |
Collaborator
There was a problem hiding this comment.
설명 + 예시를 통해 친절하게 표현하신 부분이 보기 좋네요
larama-C
approved these changes
Dec 16, 2025
| content = @Content(schema = @Schema(implementation = KakaoLocalResponse.Document.class))) | ||
| @GetMapping("/restaurants") | ||
|
|
||
| public List<KakaoLocalResponse.Document> testKakaoRestaurants() { |
Collaborator
There was a problem hiding this comment.
나중에 테스트 끝나시면 컨트롤러에서는 삭제해주시면 좋을 것 같습니다!
ys0221
reviewed
Dec 16, 2025
| } | ||
|
|
||
| @Operation( | ||
| summary = "주변 카페 조회(테스트)", |
Collaborator
There was a problem hiding this comment.
혹시 카페 조회 메서드가 2개인 이유가 있을까용??
혹시 2개를 꼭 써야한다고 하시면 해당 부분은 Service 에서 처리하고 Controller 에서는 한 번만 선언하는 것도 좋을 것 같습니다!!
Collaborator
Author
There was a problem hiding this comment.
하나는 테스트용이라서 해당 부분은 바로 수정해놓겠습니다!
heygeeji
approved these changes
Dec 16, 2025
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
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.
🔗 관련 이슈
🚀 PR 개요
📌 변경 사항
🧪 테스트 방법
📸 스크린샷 (선택)
위치 추가

위치 수정

위치 삭제
