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

[#48] 커서 기반 페이징 적용 #51

Merged
merged 2 commits into from
Jul 13, 2024
Merged

[#48] 커서 기반 페이징 적용 #51

merged 2 commits into from
Jul 13, 2024

Conversation

hyeok-kong
Copy link
Collaborator

구현 내용

  • 기존 오프셋 기반의 페이징을 커서 기반 페이징으로 변경하였습니다.
  • 그룹 게시글 조회 기능에 인가를 추가하였습니다.

개발 코멘트

  • 커서 기반 페이징을 적용한 후 API 성능 테스트를 진행하였습니다.
  • 어플리케이션 특성 상, 최신 게시글이 자주 조회되기에 현재 상황에서 성능 상 이점은 없다고 생각했습니다.
  • 다만, 오프셋 기반의 페이징의 경우 중복된 게시글이 노출될 가능성이 상당하며, 이는 UX에 큰 영향을 미칠 것이라 판단, 커서 기반 페이징을 적용하였습니다.

@hyeok-kong hyeok-kong added the enhancement New feature or request label Jul 13, 2024
@hyeok-kong hyeok-kong self-assigned this Jul 13, 2024
@hyeok-kong hyeok-kong merged commit 780f96d into main Jul 13, 2024
1 check passed
@hyeok-kong hyeok-kong linked an issue Jul 13, 2024 that may be closed by this pull request
3 tasks
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

Successfully merging this pull request may close these issues.

게시글 조회 기능 개발
1 participant