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

[FIX] 픽 검색 API 페이지네이션 적용 #429

Open
2 tasks
kimminkyeu opened this issue Nov 13, 2024 · 0 comments
Open
2 tasks

[FIX] 픽 검색 API 페이지네이션 적용 #429

kimminkyeu opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels
feat 기능 frontend 프론트 관련

Comments

@kimminkyeu
Copy link
Collaborator

kimminkyeu commented Nov 13, 2024

기능

# SEARCH PICKS API
/api/picks/search?cursor={INT, defaults to 0 if null}
                 &size={INT, defaults to 20 if null}
                 &tagIdList={ARRAY}
                 &folderIdList={ARRAY}
                 &searchTokenList={ARRAY}
  • 무한스크롤을 위한 DTO 수정
  • 페이지네이션 적용
    • 무한 스크롤 라이브러리는 추후 반영
@kimminkyeu kimminkyeu added feat 기능 frontend 프론트 관련 labels Nov 13, 2024
@kimminkyeu kimminkyeu self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 frontend 프론트 관련
Projects
None yet
Development

No branches or pull requests

1 participant