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: 수신된 롤링페이퍼 그룹 필터링 기반 조회 기능 #85

Merged
merged 5 commits into from
Sep 30, 2024

Conversation

loveysuby
Copy link
Contributor

🚀 Related Issue

close: #52

📌 Tasks

  • 사용자가 수신한 롤링페이퍼를 조회하는 기능

📝 Details

  • 롤링페이퍼는 생성시간 기준 내림차순 (최신순) 조회를 수행합니다.
  • groupId가 첨부되지 않은 요청 시 사용자가 수신한 모든 메시지를 페이징 조회합니다.
  • 메시지 수신 환경을 고려해 no offset paging을 적용하였습니다.

📚 Remarks

Points or opinions to share teams

  • 세부적인 응답 로직은 RollingPaperServiceTest를 참고해주세요.

  • 현재 서비스 공통 응답구조가 nextEntityIdentifier(마지막 조회 레코드의 정보)를 매핑할 수 없습니다.

    • data 필드 이외에 별도 커스텀 매핑할 수 있는 개선이 필요할 것으로 보입니다.

@loveysuby loveysuby added ♻️ refactor Refactoring code or architecture 🧾 API API feature ✨ feat Improve performance or feature ✅ test Test for add, update, check 🥵 hart labels Sep 29, 2024
@loveysuby loveysuby self-assigned this Sep 29, 2024
@loveysuby loveysuby linked an issue Sep 29, 2024 that may be closed by this pull request
2 tasks
@woosung1223
Copy link
Contributor

테스트까지 굿굿 👍

@woosung1223 woosung1223 merged commit 6b294da into develop Sep 30, 2024
1 check passed
@woosung1223 woosung1223 deleted the feat/52 branch September 30, 2024 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾 API API feature ✨ feat Improve performance or feature 🥵 hart ♻️ refactor Refactoring code or architecture ✅ test Test for add, update, check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 수신된 메시지 그룹 필터링 조회 기능
2 participants