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.
PULL REQUEST
도메인 모델을 구체화 및 리펙토링 작업
Description
UserData모델 확장UserData에id,kakaoId,point필드를 추가했습니다.공통 ID 필드명 통일
GroupSchedule.scheduleId→id,GroupMember.memberId→id로 필드명을 통일하여 도메인 모델 간 일관성을 높였습니다.GroupScheduleSummary정의GroupScheduleSummary모델을 도입했습니다.id,name,location,scheduleTime,ownerGroupMember도메인 모델 구조 변경GroupMemberBase추상 클래스를 도입했습니다.GroupMember,GroupMemberWithPoint,GroupMemberWithArrivalTimeDiff가 이를 상속하도록 구성하여 공통 필드를 재사용하고 의미 기반 확장을 가능하게 했습니다.