[WIP] feat : user api 통신 및 user 관련 post, comment 기능 구현#12
Draft
zziglet wants to merge 8 commits intoWan-Du:mainfrom
Draft
[WIP] feat : user api 통신 및 user 관련 post, comment 기능 구현#12zziglet wants to merge 8 commits intoWan-Du:mainfrom
zziglet wants to merge 8 commits intoWan-Du:mainfrom
Conversation
user_id를 받는 모든 api의 방식을 수정했습니다.
user_id 관련 api 모두 수정했습니다.
mainpage에서 현재 위치한 mainbar item에 맞게 api를 호출하도록 수정하였습니다.
user의 팔로워, 팔로잉 리스트 출력 구현하였습니다.
mypage bar navigation 및 fetch 수정하였습니다.
로그아웃 시 title bar 상태가 변경되지 않는 것을 수정했습니다.
user 정보가 userContext에 저장되도록 수정했습니다.
api 수정으로 인해 fetch요청 url 수정하였습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🐣Title
feat : user api 통신 및 user 관련 post, comment 기능 구현
🐣Part
FE
🐣Key Changes
MyPage
완두밭 불러오기 구현
내가 스크랩한 글 불러오기 구현
내가 작성한 글 불러오기 구현
Follower/Following(다시 확인 필요)
내가 클릭한 프로필의 user 팔로워/팔로잉 목록 불러오기 구현
해당 page user가 현재 팔로우하고 있는 user 표시 기능 구현
팔로우 버튼 클릭 시 팔로잉 상태 변경
🐣Simulation
🐣To Reviewer
🐣Next
post 관련 연결 마저 작업 후 comment 작업 예정입니다
🐣Issue
#9