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

채팅방 이전 메시지 내역 무한스크롤 #71

Open
1 task
BEpaul opened this issue Feb 2, 2024 · 0 comments
Open
1 task

채팅방 이전 메시지 내역 무한스크롤 #71

BEpaul opened this issue Feb 2, 2024 · 0 comments
Assignees
Labels
🧑‍💻 BE 백엔드 관련 이슈 ✨ Feature 기능 추가 우선순위 : 중 부가 기능 개발, 성능에 문제가 있는 경우

Comments

@BEpaul
Copy link
Contributor

BEpaul commented Feb 2, 2024

✨ 기능 리스트


  • 채팅방 이전 메시지 내역 무한 스크롤 추가

✏ 사용 이유


채팅방 입장 시 기존 메시지 내역을 무한 스크롤로 받아옵니다.
두 가지 방법이 있습니다.

  1. MongoRepoitory를 상속하여 커서 기반 페이지네이션 사용
  2. MongoTemplate을 사용하여 커서 기반 페이지네이션 쿼리 작성
@BEpaul BEpaul added 🧑‍💻 BE 백엔드 관련 이슈 ✨ Feature 기능 추가 우선순위 : 중 부가 기능 개발, 성능에 문제가 있는 경우 labels Feb 2, 2024
@BEpaul BEpaul self-assigned this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 BE 백엔드 관련 이슈 ✨ Feature 기능 추가 우선순위 : 중 부가 기능 개발, 성능에 문제가 있는 경우
Projects
Status: Todo
Development

No branches or pull requests

1 participant