Skip to content
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

[Feature] UserInfo(회원 상세 정보) 페이지 (팔로워, 팔로우 페이지 추가) #198

Open
2 tasks done
SeungHyune opened this issue Jan 19, 2024 · 0 comments
Open
2 tasks done
Assignees
Labels
✨feature 기능 개발 💄style UI/스타일 수정

Comments

@SeungHyune
Copy link
Collaborator

SeungHyune commented Jan 19, 2024

⚠️ Issue

  • 회원 상세 정보 페이지의 팔로워를 누르면 회원을 팔로워 한 유저 목록이 나타납니다.
  • 회원 상세 정보 페이지의 팔로우를 누르면 회원이 팔로우 한 유저 목록이 나타납니다.

✏️ ToDoList

  • 회원을 팔로워한 유저 목록 페이지 제작
  • 회원이 팔로우한 유저 목록 페이지 제작

🔍 point

  • 데이터가 조금 이상합니다.
  • 먼저 전체 회원 리스트를 호출하면 나를(로그인한 아이디) 제외한 회원 목록이 불립니다.
  • 나의 User 데이터의 following, followers 데이터는 Follow[] 타입 값이지만, 내가 아닌 다른 유저 정보의 경우 following, followersstring[]` 타입입니다. (근데 또 User 타입의 followers는 [] 타입으로 되어 있습니다.)
  • api/typesUserfollowers, following 타입을 변경하면 기존 작업 내역에 이상이 갈 수 있을 것 같아 페이지 내에서 처리해야 될 것 같습니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature 기능 개발 💄style UI/스타일 수정
Projects
None yet
Development

No branches or pull requests

1 participant