feat(server): 회원 프로필과 계정 생명주기 구현 - #15
Closed
wantkdd wants to merge 2 commits into
Closed
Conversation
Constraint: 구현 전 Server/Web guardian 계약 검토가 필요하다 Rejected: 코드 구현 동시 진행 | 계약 리뷰 전 스키마/API 변경을 고정하지 않기 위해 보류한다 Confidence: high Scope-risk: moderate Directive: 구현은 self/public DTO와 계정 생명주기 계약 승인 후 진행한다 Tested: git diff --stat으로 docs/architecture.md, docs/domain.md, docs/decisions/2026-08.md 문서 변경만 확인했다 Not-tested: 문서 계약 변경만 포함해 애플리케이션 빌드와 테스트는 실행하지 않았다
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
WhyLog AI 리뷰결과: ✅ 차단 항목 없음 · 모델: Google 마이페이지 및 멤버 프로필 기능을 도입하기 위한 도메인 용어, 계정 생명주기, 아키텍처 흐름 및 구현 경계 계약을 docs/ 문서에 추가한 PR입니다. 문서 작성 규칙 및 AGENTS.md를 준수하고 있어 문제 항목이 없습니다. PR 리뷰 문서: 차단없음 제안없음 이 코멘트는 새 실행 때 갱신됩니다. 차단 항목은 사람이 타당성을 확인한 뒤 수정하세요. |
Contributor
Author
|
GitHub가 닫힌 PR 재오픈을 허용하지 않아, 같은 브랜치의 정리된 서버 전용 이력은 #18에서 이어갑니다. |
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.
작업내용
docs/domain.md에 간략히 기록웹 구현은 이 PR에 포함하지 않으며, 서버 계약 기준으로 별도 점검 후 올립니다.
포함된 영역
예측 (작업 초기 PR 생성 시 작성)
결과 (머지 전 작성)
리뷰 요청
global/external/email, refresh-token cookie/security,Member엔티티와 Flyway V2~V6 영향 확인 요청메모
UNVERIFIED로 남고, 같은 이메일로POST /api/auth/email-verifications를 다시 호출할 수 있습니다. 로그인 시에는EMAIL_VERIFICATION_REQUIRED로 인증 화면 이동이 필요합니다..env와 비밀값은 Git에 포함하지 않았습니다. 배포 환경에는 Gmail SMTP, 이메일 코드 HMAC secret, 운영용 JWT/암호화 키를 별도로 주입하고 HTTPS에서는REFRESH_TOKEN_COOKIE_SECURE=true가 필요합니다.check-env.sh, Gradle test/Spotless/Checkstyle/compileJava, 서버 기동, Flyway V1~V6 검증, 실제 회원가입 API HTTP 200 및 Gmail 인증 메일 발송, 최종 AI 코드 리뷰 PASS