-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Session 도메인 설계 #6
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
Auto labels applied based on the title of the PR. |
|
||
data class Place( | ||
val address: String, | ||
val x: Double, |
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.
요거 경험상 x,y보다 lat,lng가 나았던 것 같아요
프론트단 맵에서나 백엔드 로직이나 둘다 좌표계가 위도경도다보니,,
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.
좋아요~ 풀 네이밍으로 변경했습니당 longitude, latitude
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.
수고 많으셨습니다!!!
} | ||
|
||
class SessionAttendanceEntityKey( | ||
val sessionId: String, |
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.
요거 =으로 기본값 안주면 생성 안되지 않나요??
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.
헉 놓쳤네요
💡 기능
🔎 기타
Close #5