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] 게시글, 댓글 목록 페이지네이션 구현 #160

Merged
merged 8 commits into from
Sep 17, 2024

Conversation

tnals2384
Copy link
Contributor

PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

반영 브랜치

ex) feature/#155/boardPagination -> develop

변경 사항

  • 게시글, 게시글 댓글 페이징을 Slice로 구현했습니다. SliceResponse 이용하여 반환하도록 하였습니다.
  • 목록 조회 조건절 설정을 다시해서 중복 조회되던 문제 해결했습니다.

테스트 결과

스크린샷 2024-09-16 오후 3 51 08 스크린샷 2024-09-16 오후 3 51 47

게시판 테스트코드 주세요!!!!!!!!!!!

@tnals2384 tnals2384 added the 🌟enhancement New feature or request label Sep 16, 2024
@tnals2384 tnals2384 self-assigned this Sep 16, 2024
@tnals2384 tnals2384 linked an issue Sep 16, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@jaewonLeeKOR jaewonLeeKOR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 고생했어요! 👍🏻

Copy link
Contributor

@youngeun-dev youngeun-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

Copy link
Contributor

@kyxxgsoo kyxxgsoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏼

@jaewonLeeKOR jaewonLeeKOR merged commit 9b208ba into develop Sep 17, 2024
1 check passed
@jaewonLeeKOR jaewonLeeKOR deleted the feature/#155/boardPagination branch September 25, 2024 08:46
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.

[FEAT] 게시글, 댓글 목록 페이지네이션 구현
4 participants