-
Notifications
You must be signed in to change notification settings - Fork 1
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
✨ Profile User Api #79
Conversation
잘못된 태스크 분리로 인해 잘못 삭제한 export ProfileFeed 복구
…Bu/pennyway-client-webview into feature/PW-346-profile-api
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
프로필 하단에 사용자의 게시물은 다음 PR에서 진행하시는 건가용?
자신의 PK값은 iOS에서 가져오고, 상대 user의 경우에는 Link로 이동하면서 props로 받기에 필요 없음
api 구현 후 연결 예정
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니당~
작업 이유
작업 사항
1️⃣ useGetUser Hook 구현
2️⃣ Profile 경로 설정
linkedUserId?: number;
3️⃣ ProfileMainPage 수정 설정
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈
users/:userId
에서도 동일하게 발생하고 있습니다.