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

[FEAT/#37] 추천 검색어 조회 API 구현 #43

Merged
merged 14 commits into from
Jan 21, 2025
Merged

[FEAT/#37] 추천 검색어 조회 API 구현 #43

merged 14 commits into from
Jan 21, 2025

Conversation

ckkim817
Copy link
Member

@ckkim817 ckkim817 commented Jan 21, 2025

💡 Issue

📸 Screenshot

최근 길 안내 장소가 없을 땐 거리 순으로 5개

image image


최근 길 안내 장소가 있을 땐 해당 장소 포함 5개

image

📄 Description

  • 최근 길 안내를 받았던 장소 및 현재 위치 정보를 바탕으로 리뷰를 작성할 장소를 추천해 주는 API를 구현했습니다.
  • Spot 엔티티에 Point 필드 추가했습니다.
  • PostGIS 사용해서 범위 연산 및 거리 연산하는 네이티브 쿼리를 작성했습니다.

💬 To Reviewers

  • 구두로 설명 드릴게요.

🔗 Reference

@ckkim817 ckkim817 added ✨ FEAT 새로운 기능 추가 🐈‍⬛ 창균 labels Jan 21, 2025
@ckkim817 ckkim817 self-assigned this Jan 21, 2025
@ckkim817 ckkim817 requested a review from gahyuun as a code owner January 21, 2025 14:57
@gahyuun gahyuun added the size/M label Jan 21, 2025
Copy link
Member

@gahyuun gahyuun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 ㅠㅠ 코드 감동적 🌰🌰🌰🌰

@ckkim817 ckkim817 merged commit 58c81f9 into develop Jan 21, 2025
1 check passed
@ckkim817 ckkim817 deleted the feat/#37 branch January 21, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 추천 검색어 조회 API 구현
2 participants