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

BE/#257 프로젝트 목록 조회 시 검색이 제대로 되지 않는 오류 수정 #258

Merged
merged 4 commits into from
Oct 4, 2023

Conversation

kimhalin
Copy link
Contributor

@kimhalin kimhalin commented Oct 3, 2023

🛠️ 변경사항

  • PageRequest의 size가 0보다 작을 경우 예외처리 추가

  • GlobalExceptionHandler에 잘못된 클래스가 추가되어 있어 수정했습니다!

  • 검색이 제대로 되지 않던 이유는 GetProjectsRequest에 Setter가 없어 쿼리 파라미터로 가져오지 못하고 있었습니다(이 dto 클래스에만 예외적으로 setter를 추가해놓겠습니다).. 그래서 검색 조건들이 다 null로 들어가고 있어 조회가 제대로 되지 않았어요



☝️ 유의사항



👀 참고자료



❗체크리스트

  • 하나의 메소드는 최소의 기능만 하도록 설정했나요?
  • 수정 가능하도록 유연하게 작성했나요?
  • 필요 없는 import문이나 setter 등을 삭제했나요?
  • 기존의 코드에 영향이 없는 것을 확인하였나요?

@kimhalin kimhalin added the 오류 수정 Something isn't working label Oct 3, 2023
@kimhalin kimhalin self-assigned this Oct 3, 2023
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Unit Test Results

88 tests  ±0   88 ✔️ ±0   4s ⏱️ ±0s
19 suites ±0     0 💤 ±0 
19 files   ±0     0 ±0 

Results for commit c432018. ± Comparison against base commit 8848732.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@youKeon youKeon left a comment

Choose a reason for hiding this comment

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

LGTM! LGTM!

Copy link
Collaborator

@baekhangyeol baekhangyeol left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@kimhalin kimhalin merged commit 41cd47a into feature Oct 4, 2023
3 checks passed
@kimhalin kimhalin deleted the BE/#257 branch October 4, 2023 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
오류 수정 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 프로젝트 목록 조회 시 검색이 제대로 되지 않는 오류 수정
3 participants