-
Notifications
You must be signed in to change notification settings - Fork 3
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
[스프린트 3] 강수민 - 팀 생성 기능 추가 #31
Conversation
private Member teamManager; | ||
|
||
@OneToMany(mappedBy = "team") | ||
private List<TeamMember> teamMembers = new ArrayList<>(); |
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.
Fetch Lazy 설정 필요
private String teamPassword; | ||
|
||
@CreatedDate | ||
private LocalDateTime createdAt; |
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.
createDate 는 설정 따로 빼기 (상속받기)
return name; | ||
} | ||
|
||
public static Topic fromName(String name){ |
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.
stream 쓰기
다음에 수정 부탁드립니다~~ |
넵! 다음 스프린트 때 수정하겠습니다! |
Resolves #21
❓ 해결하려는 문제가 무엇인가요?
🛠️ 어떻게 해결했나요?
🔍 어떤 부분에 집중하여 리뷰해야 할까요?
📚 참고 자료
📋 RCA 룰
r: 꼭 반영해 주세요. 적극적으로 고려해 주세요. (Request changes)
c: 웬만하면 반영해 주세요. (Comment)
a: 반영해도 좋고 넘어가도 좋습니다. 그냥 사소한 의견입니다. (Approve)