Skip to content

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

Merged
merged 4 commits into from
May 6, 2024
Merged

feat: Session 도메인 설계 #6

merged 4 commits into from
May 6, 2024

Conversation

ddingmin
Copy link
Member

@ddingmin ddingmin commented May 6, 2024

💡 기능

  • Session 도메인 설계

🔎 기타

  • 기존에 작성해주신 컨벤션에 최대한 맞게 짜봤습니당.
  • 세션 생성 전 (기수, 주차) 확인 로직이 필요해 DB를 찌르는데 좋은 방법이 있다면 코멘트 주십숑.

Close #5

@ddingmin ddingmin requested a review from CChuYong as a code owner May 6, 2024 07:54
Copy link

github-actions bot commented May 6, 2024

Auto labels applied based on the title of the PR.


data class Place(
val address: String,
val x: Double,
Copy link
Member

Choose a reason for hiding this comment

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

요거 경험상 x,y보다 lat,lng가 나았던 것 같아요
프론트단 맵에서나 백엔드 로직이나 둘다 좌표계가 위도경도다보니,,

Copy link
Member Author

Choose a reason for hiding this comment

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

좋아요~ 풀 네이밍으로 변경했습니당 longitude, latitude

Copy link
Member

@CChuYong CChuYong left a 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,
Copy link
Member

Choose a reason for hiding this comment

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

요거 =으로 기본값 안주면 생성 안되지 않나요??

Copy link
Member Author

Choose a reason for hiding this comment

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

헉 놓쳤네요

@ddingmin ddingmin merged commit 7741082 into develop May 6, 2024
@ddingmin ddingmin deleted the feature/#5 branch May 6, 2024 11:51
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: Session 도메인 설계
2 participants