Skip to content

Comments

[#297][FEAT]모임 멤버 관리 조회 #302

Merged
juhyunO merged 2 commits intodevfrom
feature/member-status-get
Feb 5, 2026
Merged

[#297][FEAT]모임 멤버 관리 조회 #302
juhyunO merged 2 commits intodevfrom
feature/member-status-get

Conversation

@juhyunO
Copy link
Contributor

@juhyunO juhyunO commented Feb 5, 2026

PR 요약

이 PR이 어떤 변경을 하는지 간단히 설명하고, 체크 표시는 괄호 사이에 소문자 'x'를 삽입하세요.

  • 기능 추가
  • 버그 수정
  • 코드 리팩토링
  • 문서 수정
  • 기타 (설명)

이슈 번호


주요 변경 사항

주요 파일, 로직, 컴포넌트 등을 구체적으로 적어주세요.

  • src/test/java/com/dokdok/gathering/service/GatheringServiceTest.java: 모임 멤버 관리 조회 첫 페이지 최소 케이스 테스트 추가
  • src/main/java/com/dokdok/gathering/api/GatheringApi.java: 모임 멤버 관리 조회 API 스펙/문서 추가
  • src/main/java/com/dokdok/gathering/controller/GatheringController.java: 모임 멤버 관리 조회 엔드포인트 구현
  • src/main/java/com/dokdok/gathering/dto/response/GatheringMemberCursor.java: 멤버 목록 커서 DTO 추가
  • src/main/java/com/dokdok/gathering/dto/response/GatheringMemberResponse.java: 멤버 목록 응답 DTO 추가
  • src/main/java/com/dokdok/gathering/repository/GatheringMemberRepository.java: 상태별 커서 조회/카운트 쿼리 추가
  • src/main/java/com/dokdok/gathering/service/GatheringService.java: 멤버 목록 커서 기반 조회 로직 추가

참고 사항

리뷰어가 알아야 할 추가 정보, 테스트 방법 등을 작성해주세요.

예:

  • 테스트 계정 정보
  • 관련 API 엔드포인트
  • 로컬 테스트 방법

@juhyunO juhyunO added this to the MVP v3 milestone Feb 5, 2026
@juhyunO juhyunO requested a review from a team February 5, 2026 13:32
@juhyunO juhyunO self-assigned this Feb 5, 2026
@juhyunO juhyunO added the type:feat 기능 개발 label Feb 5, 2026
@juhyunO juhyunO requested review from Seoyoung-Kyung, dkqpeo and onuyyy and removed request for a team February 5, 2026 13:32
@juhyunO juhyunO requested review from JWoong-01 and U-hee February 5, 2026 13:32
@juhyunO juhyunO linked an issue Feb 5, 2026 that may be closed by this pull request
1 task
@github-project-automation github-project-automation bot moved this to Backlog in dokdok-server Feb 5, 2026
@juhyunO juhyunO merged commit 9b9ad54 into dev Feb 5, 2026
1 check passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in dokdok-server Feb 5, 2026
@juhyunO juhyunO deleted the feature/member-status-get branch February 5, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

모임원 승인상태 조회

2 participants