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

refactor: 봉사 게시글 조회 메서드의 필터 파라미터를 개선한다. #455

Merged
merged 6 commits into from
Mar 9, 2024

Conversation

hseong3243
Copy link
Collaborator

⛏ 작업 사항

  • 기존에 조회 범위를 필터링하기 위해 사용하던 봉사글 제목, 봉사글 내용, 작성한 보호소 이름의 boolean 값을 인자로 넘기던 것에서 KeywordCondition을 인자로 넘기도록 변경하였습니다.
  • 영속성 로직에서 null을 인자로 받는 경우 모든 조건이 true인 것으로 간주하여 조회를 수행하도록 조건문을 추가하였습니다.

📝 작업 요약

  • 봉사 모집글 조회 메서드의 시그니처에서 titleFilter, contentFilter, shelterNameFilter 파라미터를 keywordCondition으로 변경

💡 관련 이슈

@hseong3243 hseong3243 self-assigned this Mar 9, 2024
@github-actions github-actions bot added the 🔨 Refactor 코드 리팩토링 및 구조 개선 label Mar 9, 2024
Copy link

sonarqubecloud bot commented Mar 9, 2024

Copy link

github-actions bot commented Mar 9, 2024

Test Results

288 files  +1  288 suites  +1   27s ⏱️ -1s
657 tests ±0  657 ✅ ±0  0 💤 ±0  0 ❌ ±0 
666 runs  ±0  666 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1ac0cd9. ± Comparison against base commit b508591.

@hseong3243 hseong3243 merged commit 0ac55c2 into dev Mar 9, 2024
5 checks passed
@hseong3243 hseong3243 deleted the refactor/#454 branch March 9, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 리팩토링 및 구조 개선
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

refactor: 봉사 게시글 조회 메서드의 필터 파라미터를 개선한다.
2 participants