Closed Yoonyesol closed 1 month ago
이 PR은 ProfileImageContainer
컴포넌트에서 프로필 이미지 조회 기능을 구현하는 여러 변경 사항을 포함합니다. useAxios
훅을 추가하여 프로필 이미지를 가져오고, useEffect
훅을 통해 userInfo.profileImageName
에 따라 이미지를 로드합니다. 이미지가 없을 경우 오류 토스트가 표시됩니다. 또한, userService
에 새로운 API 엔드포인트가 추가되어 프로필 이미지를 가져오는 기능이 강화되었습니다. 이미지 업로드와 관련된 로직은 기존과 동일하게 유지되며, 오류 처리도 개선되었습니다.
파일 경로 | 변경 요약 |
---|---|
src/components/user/auth-form/ProfileImageContainer.tsx |
useAxios 훅을 추가하고 프로필 이미지 로드 로직을 개선. 오류 처리 및 이미지 URL 관리 로직 유지. |
src/hooks/query/useUserQuery.ts |
useGetProfileImage 함수 추가, 프로필 이미지 업로드 처리. 오류 처리 일관성 유지. |
src/mocks/services/userServiceHandler.ts |
프로필 이미지 조회를 위한 새로운 API 엔드포인트 추가. 사용자 인증 및 권한 확인 로직 포함. |
src/services/userService.ts |
getProfileImage 함수 추가, 프로필 이미지 조회 기능 구현. uploadProfileImage 문서 수정. |
Objective | Addressed | Explanation |
---|---|---|
유저 프로필 이미지 조회 기능 구현 (#194) | ✅ | |
서버에서 프로필 이미지 데이터를 가져오기 (#194) | ✅ | |
가져온 데이터를 유저가 볼 수 있는 형식으로 변환해 화면에 출력 (#194) | ✅ |
ProfileImageContainer
컴포넌트의 변경 사항과 관련이 있으며, 프로필 이미지 업로드 기능을 향상시키는 내용을 포함하고 있습니다.🎨 UI
🐇 프로필 이미지가 반짝반짝,
새로운 기능이 가득하네,
오류는 사라지고,
행복한 유저들 웃음 짓네!
이미지 업로드, 가져오기,
모두 함께 즐겨보자! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@Seok93 리뷰 감사합니다!
PR Type
What kind of change does this PR introduce?
Related Issues
What does this PR do?
View
Other information