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: 채팅 목록 조회 정렬기준 변경 #54

Merged
merged 4 commits into from
Nov 21, 2024
Merged

Conversation

LJH098
Copy link
Contributor

@LJH098 LJH098 commented Nov 19, 2024

⚠️ 연관된 이슈 번호

📋 작업 내용

  1. Workspace Entity에 chatUdpateAt 컬럼 추가
  2. filter(chatRoom -> chatRoom.getParticipants().size() > 1) 대신 chatUpdateAt이 null이 아닌 것 조회하는 것으로 수정
  • 단순 참가자 2명 이상이 아닌 입력된 채팅이 있는 것을 조회하도록 수정하였습니다.
  1. 채팅 목록 조회 할 때 chatUpdateAt 내리차순 정렬
  • 채팅 목록을 조회 할 때 최근에 입력된 채팅이 가장 상단에 있어야 함으로 chatUpdateAt 내림차순으로 정렬하였습니다.

📷 스크린샷(선택)

💬 리뷰 요구사항

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요.
@Lee-Dahyeon 채팅 입력 할 때 Workspace의 chatUpdateAt을 현재 시간으로 갱신해주세요

@LJH098 LJH098 added the ✨ Feature 기능 개발 label Nov 19, 2024
@LJH098 LJH098 self-assigned this Nov 19, 2024
@LJH098 LJH098 merged commit 2f64c40 into develop Nov 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 채팅 목록 조회 정렬기준 변경
2 participants