feat: 회원 동의 엔티티 및 회원가입 동의 처리 로직 추가#24
Merged
Merged
Conversation
- MemberConsent 엔티티와 관련 Repository, Enum(MemberConsentType) 생성 - MemberSignupService에 회원가입 시 이용약관 및 개인정보 처리방침 동의 저장 로직 추가 - 동의 정보를 위한 MemberConsentProperties와 설정(application.yml, application-test.yml, .env.example) 추가 - 회원가입 요청 DTO(MemberSignupRequest)에 약관/개인정보 동의 필드 및 검증(@AssertTrue) 추가 - 관련 API 문서 및 테스트(MemberControllerTest, MemberDocsTest) 수정 및 보완
|
Codex Review: Didn't find any major issues. 👍 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
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.
📌 작업 개요
회원 동의 엔티티 및 회원가입 동의 처리 로직 추가
🔗 관련 이슈
✨ 변경 사항
🧪 테스트
✅ 체크리스트
feature/,fix/,hotfix/등)💬 리뷰어에게
@codex