-
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
⚙️ User Mock API 등록 #30
Conversation
누락된 feedCount, followingCount, followerCount와 팔로우 확인에 필요한 relationshipStatus를 추가하였습니다.
interface에 추가된 feedCount, followingCount, followerCount, relationshipStatus를 추가
wiki에 정의된 api에 알맞게 profileImage -> thubnailImage로 수정
profileImage -> thubnailImage로 수정
팔로우 확인에 사용되는 relationshipStatus값을 가지는 interface입니다. wiki의 정의대로 User Interface에서 분리하였습니다.
user mock data 내부에 구현되어 있었으나, interface에 따라 분리하였습니다.
users에서 relationshipStatus를 가져오던 followInfo를 relationshipStatus에서 가져오도록 수정했습니다.
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.
컨벤션이 맞지 않는 부분이 있어서 이 부분만 수정해주시면 될 것 같습니다! ㅎㅎ
고생많으셨습니다.
단일 변수만 있기에 interface에서 union type으로 수정 이름도 Relationship -> RelationshipStatus로 변경
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.
확인했습니다!!~
작업 이유
User API에 대한 Mock API 등록
작업 사항
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈