-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat] 팔로잉/팔로워 검색 API #334
Conversation
테스트통과 🤖 |
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.
닉넴이 유니크하지 않은데 괜찮으려나요 ?
public class InviteeSearchResponse { | ||
// 응답의 닉네임 중 사전순 가장 뒤 | ||
private String nextCursor; | ||
private List<InviteeResponse> invitees; |
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.
나중에 커서 페이지네이션 응답 구조도 공통화 해볼 수 있겠네요 ~
인덱스 때문인가요? |
데이터 순서가 만약 마지막데이터: 호성 <- page 2 이면 페이지네이션이 꼬이지않을까요? |
아하 무슨 말씀인지 이해했어요 |
다시짜 🤖 |
테스트통과 🤖 |
관련 Issue
작업 내용
Figma 링크