Skip to content

[REFACTOR] 도메인 엔티티(User, Chat) 수정#7

Merged
nickhealthy merged 2 commits intodevelopfrom
refactor/UserDomain
Feb 3, 2026
Merged

[REFACTOR] 도메인 엔티티(User, Chat) 수정#7
nickhealthy merged 2 commits intodevelopfrom
refactor/UserDomain

Conversation

@nickhealthy
Copy link
Copy Markdown
Member

@nickhealthy nickhealthy commented Feb 3, 2026

Domain

User

  • user entity PK 필드 이름 변경 -> id

Chat

  • 잘못 설계된 도메인 수정 및 동시성 발생 가능 성능 최적화 작업
  • 팩토리, 비즈니스, 편의 메서드 추가
    • ChatMessage
    • ChatParticipant
    • ChatRoom
  • Enum 타입 추가
    • MessageType(일반, 미디어, 시스템 메시지)
    • ChatRoomType(1:1, 그룹)

@nickhealthy nickhealthy self-assigned this Feb 3, 2026
@nickhealthy nickhealthy marked this pull request as draft February 3, 2026 12:02
@ruudska6 ruudska6 marked this pull request as ready for review February 3, 2026 12:13
@nickhealthy nickhealthy changed the base branch from main to develop February 3, 2026 12:16
@nickhealthy nickhealthy merged commit ade9bf9 into develop Feb 3, 2026
1 check passed
@nickhealthy nickhealthy deleted the refactor/UserDomain branch February 3, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants