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

Follow Refacting #125

Open
AndoneKwon opened this issue Jun 26, 2021 · 3 comments
Open

Follow Refacting #125

AndoneKwon opened this issue Jun 26, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@AndoneKwon
Copy link
Contributor

AndoneKwon commented Jun 26, 2021

Feature

  • 최근에 Refacting한 구조에 맞춰서 Follow도 리팩토링

Goal

  • MemberResDto로 Member 요소의 리턴을 일원화 시킨데에 맞춰 Follow Service를 수정
  • Follower와 Following중인 Member의 정보를 가져오는 로직을 페이지네이션으로 변경(Cursor 기반으로)

Assignees

@AndoneKwon AndoneKwon added the enhancement New feature or request label Jun 26, 2021
@AndoneKwon AndoneKwon self-assigned this Jun 26, 2021
@ParkJiwoon
Copy link
Contributor

어떻게 변경할 예정인가요?

@AndoneKwon
Copy link
Contributor Author

어떻게 변경할 예정인가요?

인스타를 보며 어떻게 수정해야 할지 정하는 중이어서 결정이 완료된다면 업데이트 해놓겠습니다.
월요일 이전까진 업데이트 시킬 예정입니다!

@AndoneKwon
Copy link
Contributor Author

AndoneKwon commented Jul 1, 2021

추가 사항

  • Follower와 Following을 띄워주는 순서는 Following을 당하거나 한 순서로 띄워줌.
  • 고유 값인 id는 auto increment 값이기 때문에 큰 값일수록 최대이다.
  • pagnation의 기준 cursor값은 follow table의 id값이다.

추가 기능

  • 이전엔 나의 Follower와 Following Member만 조회 가능
  • 특정 유저의 Follower와 Following Member도 조회 가능하도록 분리
  • 특정 유저와 동시에 팔로우 하고 있는 Member List 조회 기능 추가 필요
  • 위 모든 기능 역시 Cursor 기반으로 Paging 가능하도록 추가 구현 필요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants