-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/118 봉사 시간 기준 랭킹 조회 #124
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
Conversation
- mapper 추가 (VolunteerOverviewForRankingByHours) - 사용하지 않는 deleteAllInBatch 삭제
- VolunteerRankingResponseDto 생성 및 VolunteerOverview 내 포함 - VolunteerOverviewForRankingByHours(mapper)를 기반으로 DTO 변환 로직 추가
- 상위 4명 조회 - 봉사자 없으면 빈 리스트 반환 - 봉사자 4명 미만이면 전체 조회
- 상위 4명 조회 - 봉사자 없으면 빈 리스트 반환
- getRankingByHours_noVolunteers 오류 해결
|
leebs0521
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
말씀해주신 오류 신기하네요.. setup에 들어간 데이터가 없는데 클랜징을 해줘야한다니..
ayoung-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~



resolved :
📌 과제 설명
봉사 시간 기준 상위 4명의 봉사자 랭킹을 조회하는 기능을 추가하였습니다.
👩💻 요구 사항과 구현 내용
봉사 시간 기준 내림차순으로 정렬된 데이터를 반환하며, 랭킹 데이터를 처리하기 위한 DTO, mapper(view)와 관련 로직을 구현했습니다.
✅ PR 포인트 & 궁금한 점