Skip to content

[스터디-페이지네이션] 페이징 성능 개선#84

Merged
seoyeon-jung merged 10 commits intodevfrom
perform/#82
Oct 24, 2024
Merged

[스터디-페이지네이션] 페이징 성능 개선#84
seoyeon-jung merged 10 commits intodevfrom
perform/#82

Conversation

@codesche
Copy link
Copy Markdown
Member

요약

스터디에 적용된 페이지네이션 관련 로직 수정

연관 이슈

#82

closes #82

Pull Request 체크리스트

  • 🔥 페이지네이션 로직
  • 🔥 Repository 쿼리 매개변수의 @param 적용 -> 조회 시 에러 발생하여 수정
  • 🔥 스터디 회원 조회 로직 수정
  • 🔥 나의 스터디 조회 로직 수정
  • 🔥 직렬화 이슈 방지 위해 @EnableSpringDataWebSupport(pageSerializationMode = VIA_DTO) 적용

TODO

  • 최종 결과물을 확인했는가?
  • 의미 있는 커밋 메시지를 작성했는가?

@codesche codesche added 🐞 Bugfix 버그, 문제 발생 시 수정 ✨ Feature 기능 개발(기능 추가 및 수정) 🎤 Perform 성능 변화를 목적으로 코드 추가 및 수정 labels Oct 24, 2024
@codesche codesche added this to the DoDream 서비스 만들기 milestone Oct 24, 2024
@codesche codesche self-assigned this Oct 24, 2024
Copy link
Copy Markdown
Contributor

@seoyeon-jung seoyeon-jung left a comment

Choose a reason for hiding this comment

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

@EnableSpringDataWebSupport(pageSerializationMode = VIA_DTO) 이 부분은 처음 보네요
코드 전부 확인했습니다~!

@seoyeon-jung seoyeon-jung merged commit c16f233 into dev Oct 24, 2024
@seoyeon-jung seoyeon-jung deleted the perform/#82 branch October 24, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 Bugfix 버그, 문제 발생 시 수정 ✨ Feature 기능 개발(기능 추가 및 수정) 🎤 Perform 성능 변화를 목적으로 코드 추가 및 수정

Projects

Status: ✅ 완료됨

Development

Successfully merging this pull request may close these issues.

[스터디-페이지네이션] 페이징 성능 개선

2 participants