Refactor : 회원가입 플로우 변경에 따른 회원가입 및 추가정보 입력 API 수정 #154
Merged
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.
기존 배경
주요 변경사항
1. 회원가입 API
termAgree, privacyAgree 필드를 회원가입 시 기본값 true로 설정.
2. 추가정보 입력 API
기존에는 termAgree, privacyAgree 필드를 @NotNull 로 받았으나,
→ 회원가입 단계에서 이미 true로 설정되므로 해당 제약조건 제거.
나머지 구조는 그대로 두어 프론트와의 호환성 유지