Merged
Conversation
dev to main
Closed
7 tasks
Test Coverage Report
|
west-eastH
approved these changes
Jul 1, 2025
| import org.springframework.boot.autoconfigure.SpringBootApplication; | ||
| import org.springframework.data.jpa.repository.config.EnableJpaAuditing; | ||
|
|
||
| @EnableJpaAuditing |
Comment on lines
+28
to
+29
| @Column(name = "target_id") | ||
| private Long targetId; // crew 가입 요청이라면 targetId에 joinCrew id 저장 |
Contributor
There was a problem hiding this comment.
여긴 멤버 id랑 joinCrew id 둘 중 하나가 들어가는건가요?
Contributor
Author
There was a problem hiding this comment.
수락하면 joinCrew 에서 상태 바꿔줘야해서 joinCrew_id 생각했어요!!
| @Getter | ||
| public enum MessageType { | ||
|
|
||
| BATTLE("대결"), |
Contributor
Author
There was a problem hiding this comment.
아 피그마 보시면 배틀이랑 크루로 나누어져 있길래 이렇게 했어요!
| @Getter | ||
| @Setter | ||
| @MappedSuperclass | ||
| @EntityListeners(AuditingEntityListener.class) |
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.
✨ 연관된 이슈
📝 작업 내용 (주요 변경 사항)
ERD에서 아래 부분들 수정했습니다!
💬 리뷰 요구사항
ROLE을 NONE, MEMBER, LEADER, MANAGER로 설정했는데 괜찮은지 한번 봐주세요!!
NONE이 이제 막 가입한 사람들이 될거 같아요 (아직 크루 없는!)