Skip to content

fix: 회원가입한 유저 이미지 경로 수정#390

Merged
dh2906 merged 1 commit intodevelopfrom
fix/user-image-url
Mar 13, 2026
Merged

fix: 회원가입한 유저 이미지 경로 수정#390
dh2906 merged 1 commit intodevelopfrom
fix/user-image-url

Conversation

@dh2906
Copy link
Contributor

@dh2906 dh2906 commented Mar 13, 2026

🔍 개요

  • close #이슈번호

🚀 주요 변경 내용

  • s3에 업로드하는 이미지의 확장자를 webp로 고정함에 따라 기존에 저장된 이미지 모두 확장자를 수정했습니다.

  • 회원가입 시 유저의 이미지는 고정된 png 파일을 지정했기에 경로를 수정했습니다.


💬 참고 사항


✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

@dh2906 dh2906 self-assigned this Mar 13, 2026
@dh2906 dh2906 merged commit 2e9e20a into develop Mar 13, 2026
2 checks passed
@dh2906 dh2906 deleted the fix/user-image-url branch March 13, 2026 07:43
@coderabbitai
Copy link

coderabbitai bot commented Mar 13, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: b61fce1d-69d1-4f77-b120-49a75ca20c2b

📥 Commits

Reviewing files that changed from the base of the PR and between 086ac3b and d6cae45.

📒 Files selected for processing (1)
  • src/main/java/gg/agit/konect/domain/user/service/UserService.java

📝 Walkthrough

Walkthrough

사용자 등록 흐름에서 기본 아바타 URL을 새로운 .webp 이미지 경로로 업데이트했습니다. 제어 흐름이나 로직 변경은 없으며, User 객체 생성 시 사용되는 문자열만 변경되었습니다.

Changes

Cohort / File(s) Summary
기본 아바타 URL 업데이트
src/main/java/gg/agit/konect/domain/user/service/UserService.java
사용자 가입 흐름의 기본 아바타 URL을 새로운 .webp 이미지 경로로 변경

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

버그

Poem

🐰 작은 변화, 큰 이미지
아바타 주소 새롭게 단장하니
웹피 형식으로 더 가볍게!
사용자들의 얼굴도 환해지리 ✨

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/user-image-url
📝 Coding Plan
  • Generate coding plan for human review comments

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.

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.

1 participant