Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
어떤 기능을 개발했나요?
전체 Gallery 조회 기능을 추가했습니다.
고민포인트
무한스크롤 쿼리 구현할때, 마지막 gallery id 찍고 다음꺼부터 내려주는식으로 하려고 했는데, 지금 update, bookmark 정렬 필터가 추가로 들어가면서 이 방식으로 구현이 힘듬 (update, bookmark로 정렬하는순간 마지막 gallery id가 필요 없기때문)
그래서 Pagination 방식으로 구현했음.
어떻게 해결했나요?
이슈 넘버