-
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
✨ Follow 기능 구현 #95
✨ Follow 기능 구현 #95
Conversation
테스트 값을 유효한 값으로 변경하고, 구조분해할당을 수정해 적절한 값으로 expect를 진행하도록 했습니다. 또한 유효하지 않은 test를 제거하고, 문구를 더 명확하게 했습니다.
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Querykey로 userId 추가, getQueryData 인터페이스 수정
updateRelationshipStatus가 올바른 data 형식을 return 하도록 수정했습니다.
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.
이거 아마 사용자 상태 때문에 차이가 있는 걸 수도 있긴 한데
예를 들어 주원님 프로필을 조회하면 "대기중"이었다가, 취소하고 다시 누르면 "팔로잉"으로 바로 넘어가는 문제가 있거든요
그런데 애초에 "대기중"이 뜨는 거면, 해당 사용자가 프로필 비공개를 했다는 건데 피드가 조회되는 게 이상한 거기도 하구요.
아마도 Mock 데이터가 잘못 설정되어 있겠다는 생각이 들어서 이 부분 확인 부탁드리겠습니다!
추가 작업이 있다고 하셔서 일단 approve 안 하고 comment로 남겨둘게용
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️⃣ Follow 기능 구현
2️⃣ ProfileFollowButton 구현 및 ProfileUser에 적용
3️⃣ 기타 작업
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈
#94 이슈를 추가했습니다. 해당 이슈와 #93 #92 이슈의 경우 모두
긴급하지 않은 이슈
로 판단되어, 추후에 fix 브랜치를 생성해 한번에 처리하고자 합니다.