Skip to content

Conversation

@choiseoji
Copy link
Contributor

✨ 연관된 이슈

close #28


📝 작업 내용 (주요 변경 사항)

  • 전체 크루원 조회 API
  • 크루원 역할 변경 API
  • 크루 검색 API

💬 리뷰 요구사항

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

@choiseoji choiseoji self-assigned this Aug 2, 2025
@choiseoji choiseoji added the ✨feat 기능 개발 시 label Aug 2, 2025
@choiseoji choiseoji linked an issue Aug 2, 2025 that may be closed by this pull request
3 tasks
@choiseoji choiseoji requested a review from west-eastH August 2, 2025 05:07
@github-actions
Copy link

github-actions bot commented Aug 2, 2025

Test Coverage Report

Overall Project 53.09% -1.7% 🍏
Files changed 60.34% 🍏

File Coverage
CrewMemberProfileDto.java 100% 🍏
MemberRoleChangeRequest.java 100% 🍏
CrewMapper.java 100% 🍏
CrewMemberService.java 100% 🍏
CrewRankingService.java 100% 🍏
CrewMemberResponse.java 100% 🍏
CrewMemberProfileResponse.java 100% 🍏
JoinCrew.java 80.77% 🍏
Crew.java 76.27% 🍏
CrewService.java 68.48% -13.94%
CrewProfileDto.java 0%
CrewController.java 0% -21.12%
CrewSearchResponse.java 0% 🍏

Copy link
Contributor

@west-eastH west-eastH left a comment

Choose a reason for hiding this comment

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

쿼리 저거 직접 작성하신건가요? 잘쓰시네요!! 고생하셨습니당


Page<Crew> findAllByOrderByMonthlyScoreTotalDesc(Pageable pageable);
@Query("""
SELECT new run.backend.domain.crew.dto.query.CrewProfileDto(
Copy link
Contributor

Choose a reason for hiding this comment

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

잘한다..

Copy link
Contributor Author

@choiseoji choiseoji Aug 4, 2025

Choose a reason for hiding this comment

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

엇..동현님 따라했어요 ㅎㅎ.ㅎ

@choiseoji choiseoji merged commit ad3eaaf into develop Aug 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨feat 기능 개발 시

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨feat : 크루원 관련 API

3 participants