Skip to content

Conversation

@leebs0521
Copy link
Collaborator

resolved :

📌 과제 설명

  • 봉사 모집글 조회 기능

👩‍💻 요구 사항과 구현 내용

  • 특정 봉사 모집글 상세 조회
  • 봉사 모집글 리스트 조회
  • 봉사 모집글 리스트 검색 조회
  • 위치 기반 봉사 모집글 리스트 조회
  • 특정 기관 봉사 모집글 리스트 조회

✅ PR 포인트 & 궁금한 점

  • 조인 조회를 위해 mapping 클래스 적절한지 궁금합니다.
  • 동적 쿼리를 위한 condition dto 적절한지 궁금합니다.
  • 레포지토리에서 최대한 테스트해서 서비스는 좀 가볍게 만들었는데 괜찮을지 궁금합니다.
  • Haversine을 이용해서 위치(경도, 위도)기반 조회를 만들었는데 오차가 있어서 나중에 고치겠습니다..

 - 테스트용 메서드는 RecruitBoardJpaRepository 따로 주입 받아서 사용
   - ex) saveAndFlush, deleteAllInBatch 등
 - 단건 조회
 - 페이징 전체 조회
 - 페이징 검색 조회
 - 페이징 기관 조회
 - 페이징 위치 기반 조회
 - 단건 조회
 - 페이징 전체 조회
 - 페이징 검색 조회
 - 페이징 기관 조회
 - 페이징 위치 기반 조회
 - 단건 조회
 - 페이징 전체 조회
 - 페이징 검색 조회
 - 페이징 기관 조회
 - 페이징 위치 기반 조회
@leebs0521 leebs0521 self-assigned this Nov 28, 2024
@leebs0521 leebs0521 linked an issue Nov 28, 2024 that may be closed by this pull request
5 tasks
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

빌드에 실패했습니다.

@github-actions github-actions bot changed the title Feature/49 봉사 모집글 조회 기능 [BUILD FAIL] Feature/49 봉사 모집글 조회 기능 Nov 28, 2024
@github-actions github-actions bot closed this Nov 28, 2024
@leebs0521 leebs0521 reopened this Nov 28, 2024
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
43.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@leebs0521 leebs0521 closed this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] 봉사 모집글 조회 기능

2 participants