Open
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
ImNM
approved these changes
Jul 9, 2023
Member
ImNM
left a comment
There was a problem hiding this comment.
흠... 저라면 간단히
몽고디비에 사람 좌표 집어넣고
업데이트 된 좌표기준으로
10M 안에 있는 사람의 목록을 가져왔을것 같아요
넘 어렵게 가신거아닐까유!
아니면
geohash 사용해서
좌표 ->
wydm67k 변환
wydm67 까지 포함되는 좌표있는지 loop 한번만 돌고 끝내는 방법도 있을것같아요
참고요!
Comment on lines
25
to
29
|
|
||
| @Embedded | ||
| var userLocation: CoordinateVo? = null, | ||
| var userLocation: CoordinateVo? = CoordinateVo(0.0, 0.0), | ||
|
|
||
| @Embedded |
| var userLocation: CoordinateVo? = CoordinateVo(0.0, 0.0), | ||
|
|
||
| @Embedded | ||
| var promiseUserType: PromiseUserType? = PromiseUserType.READY, |
Collaborator
Author
There was a problem hiding this comment.
이 부분 다른 PR 에 반영돼 있습니당
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.








개요
작업사항
영역 크기는 주석으로 작성해두었습니다. 아래 링크를 참고하세요
영역 크기 document 참고
변경로직
org.springframework.transaction.annotation.Transactional로 변환했습니다.