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

장소 리스트 무한스크롤 기능 구현 #35

Open
sbyeol3 opened this issue Feb 15, 2021 · 0 comments
Open

장소 리스트 무한스크롤 기능 구현 #35

sbyeol3 opened this issue Feb 15, 2021 · 0 comments

Comments

@sbyeol3
Copy link
Member

sbyeol3 commented Feb 15, 2021

이슈 설명

  • 장소 리스트 15개 이상의 결과값이 존재할 때 무한스크롤 기능 구현
  • 최대로 가져올 수 있는 데이터가 15개

참고자료

  • return Data 중에 meta 필드가 있음
meta: {is_end: true, pageable_count: 5, same_name: {keyword: "ddd", region: [], selected_region: ""},…}
is_end: true
pageable_count: 5
same_name: {keyword: "ddd", region: [], selected_region: ""}
total_count: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant