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

[Feat] 채팅방 메세지의 순차적인 패치와 무한스크롤을 구현합니다. #276

Open
1 of 3 tasks
wontaeyoung opened this issue Mar 9, 2023 · 0 comments
Open
1 of 3 tasks
Assignees
Labels
✨ Feature New feature or request 🛠️ Fix 기존 구현된 코드 수정
Milestone

Comments

@wontaeyoung
Copy link
Contributor

wontaeyoung commented Mar 9, 2023

📝 작업 목적

채팅방 메세지를 30개씩 요청하여 DB의 읽기 부담을 줄이고, 무한 스크롤을 구현하여 유저가 추가 메세지가 필요할 때 요청하도록 변경합니다.


🛠️ Tasks

  • 채팅 메세지 30개 단위로 DB에 요청하도록 수정
  • 읽지 않은 메세지는 추가로 요청하도록 구현
  • 현재 로컬에 존재하는 첫 메세지에 도달하면 추가로 요청하는 로직 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature or request 🛠️ Fix 기존 구현된 코드 수정
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant