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

[SAMBAD-211] 질문의 참여자 목록 조회 API 추가 #76

Merged
merged 2 commits into from
Aug 3, 2024

Conversation

kkjsw17
Copy link
Collaborator

@kkjsw17 kkjsw17 commented Aug 3, 2024

✔️ PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

📝 개요

  • meetingIdmeetingQuestionId에 기반하여 모임에 참여한 모임원 목록을 조회할 수 있는 API를 추가합니다.

🔗 ISSUE 링크

@kkjsw17 kkjsw17 self-assigned this Aug 3, 2024
Copy link

github-actions bot commented Aug 3, 2024

Unit Test Results

4 tests   4 ✔️  0s ⏱️
1 suites  0 💤
1 files    0

Results for commit 5b94d85.

Copy link
Member

@LeeHanEum LeeHanEum left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@GetMapping("/{meetingQuestionId}/members")
public ResponseEntity<MeetingMemberListResponse> getMeetingMembersByQuestionId(
@UserId Long userId,
@Parameter(description = "모임 ID", example = "1", required = true) @PathVariable Long meetingId,
Copy link
Member

Choose a reason for hiding this comment

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

Positive 어노테이션 부탁합니당

@kkjsw17 kkjsw17 merged commit 6a86b0f into develop Aug 3, 2024
1 check passed
@kkjsw17 kkjsw17 deleted the feature/SAMBAD-211-add_member_read_by_question_api branch August 3, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants