Skip to content

[FIX] 프로필 조회 응답에 이메일/소셜 정보 추가#153

Merged
choehyeonjin merged 1 commit intodevelopfrom
fix/#150-profile-api
Feb 11, 2026
Merged

[FIX] 프로필 조회 응답에 이메일/소셜 정보 추가#153
choehyeonjin merged 1 commit intodevelopfrom
fix/#150-profile-api

Conversation

@choehyeonjin
Copy link
Collaborator

@choehyeonjin choehyeonjin commented Feb 11, 2026

📌 PR 개요

  • 프로필 조회 API 응답에 누락된 소셜 연동 정보(이메일, provider)를 추가합니다.

🔗 관련 이슈


🛠 변경 사항

  • ProfileResponseDTO에 email, provider 필드 추가
  • UserServiceImpl 프로필 조회 응답 매핑(toProfileResponse) 수정

⚠️ 리뷰 시 참고 사항

X


✅ 체크리스트

  • 로컬에서 정상 실행됨
  • 로그 / 네이밍 정리
  • main / develop 직접 커밋 아님

@coderabbitai
Copy link

coderabbitai bot commented Feb 11, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/#150-profile-api

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Collaborator

@kwonminsooo kwonminsooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

프로필 조회 응답에 email, provider 추가하신것 확인하였습니다!!

@choehyeonjin choehyeonjin merged commit 24da038 into develop Feb 11, 2026
2 checks passed
@choehyeonjin choehyeonjin deleted the fix/#150-profile-api branch February 11, 2026 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 프로필 조회 응답에 이메일/소셜 정보 추가

2 participants