-
Notifications
You must be signed in to change notification settings - Fork 1
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: UserEntity와 UserRepository 개발 #5
Conversation
@Column(name = "job_name") | ||
private String name; | ||
|
||
@Column(name = "certificated") |
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.
인증 부분 밖으로 User 도메인쪽으로 빼기로 했었는데 혹시 안에 넣는게 나을까요?
혹시나 빼게된다면 JobCertificated
로 가면 좋을 것 같아요!
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.
넣어있는게 조금 자연스러워 보이긴하는데 JobStatus 는 어떻게 생각하세요!?!
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
고생하셨습니다 👍 👍 👍
🚀 어떤 기능을 개발했나요?
user 도메인을 개발하고, 도메인간 통신 서비스 UserConnectorService를 구현했습니다.
🕶️ 어떻게 해결했나요?
🦀 이슈 넘버
(option) 어떤 부분에 집중하여 리뷰해야 할까요?
유저 Entity에 빠진게 있는지 봐주세요.
유저 Entity 관련해서 의문이 있으면 코멘트로 남겨주세요.
설정파일을 .properties나 .yml 뭐로할지 아직 안정한거 같은데, 정하고 나서 바꾸면 될거 같습니다. (저는 다 상관없어요~)