Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat #39] 사용자 프로필 조회/수정 API #40

Merged
merged 19 commits into from
Aug 13, 2024
Merged

Conversation

dudxo
Copy link
Collaborator

@dudxo dudxo commented Aug 13, 2024

관련 이슈

📑 작업 상세 내용

  • 사용자 프로필 조회 API
    • 프로필 조회 중 예외 발생 시 try-catch로 공통 예외 반환
  • 사용자 프로필 수정 API
    • 프로필 수정 중 예외 발생 시 try-catch로 공통 예외 반환

💫 작업 요약

  • 사용자 프로필 조회 API
  • 사용자 프로필 수정 API

🔍 중점적으로 리뷰 할 부분

  • 프로필 조회 시 트랜잭션 읽기 전용으로 설정했습니다..
  • 프로필 수정 응답 DTO를 프로필 조회 응답 DTO를 재사용하였습니다.
  • 프로필 수정 시 변경 감지를 이용했습니다.

@dudxo dudxo added the ✨ feat 기능 추가 label Aug 13, 2024
@dudxo dudxo self-assigned this Aug 13, 2024
@dudxo dudxo linked an issue Aug 13, 2024 that may be closed by this pull request
2 tasks
Copy link

github-actions bot commented Aug 13, 2024

Test Results

56 tests   50 ✅  6s ⏱️
16 suites   6 💤
16 files     0 ❌

Results for commit 15d36bd.

♻️ This comment has been updated with latest results.

Copy link
Member

@hyun2371 hyun2371 left a comment

Choose a reason for hiding this comment

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

수고많으셨습니다! 네이밍 관련 리뷰는 그냥 참고만 해주시면 될 것 같아요🙂

@dudxo dudxo merged commit 37fbfde into dev Aug 13, 2024
3 checks passed
@dudxo dudxo deleted the feat/#39/member-profile branch August 13, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ 사용자 프로필 조회 및 수정 API
2 participants