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.
📌 관련 이슈
closed #6
✨ 어떤 이유로 변경된 내용인지
변경 사항
User
엔티티의 socialType 필드명부모/자녀를 구분하는 userType과 비슷해서 혼동의 여지가 있다고 판단 ⇒
socialPlatform
으로 변경부모/자녀를 구분하는 UserType Enum에 온보딩 이전까지 default로 지정될 타입을 NONE 으로 지정 → 필드 자체를 nullable로 열어두지 않기 위함
예외처리 부분에서 아직 수정되지 않은 부분을 발견하여 수정했습니다! (ErrorType이 BusinessException의 인자로 들어간 부분을 모두 ExceptionType으로 변경)
+) final 필드로만 이루어진 Enum 클래스에는
@AllArgsConstructor
대신@RequiredArgsConstructor
를 사용하도록 일괄 변경최종 패키지 구조
엔티티 클래스로 생성한 테이블 목록
🙏 검토 혹은 리뷰어에게 남기고 싶은 말