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

feat: 승인된 멤버 조회 API 추가 #232

Merged
merged 2 commits into from
Mar 3, 2024

Conversation

Sangwook02
Copy link
Member

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 승인된 멤버를 조회하는 api를 구현했습니다.
  • service에서 repository로 넘어가는 부분에서 합칠 수 있는 메서드가 있어서 repository의 메서드를 정리했습니다. '전체 멤버 조회' 시 사용하던 MemberCustomRepository.findAllMemberCustomRepository.findAllByRole로 대체했고, MemberCustomRepository.findAllByRole의 parameter MemberRole을 @Nullable로 수정했습니다.

📝 참고사항

📚 기타

@Sangwook02 Sangwook02 added ✨ feature 새로운 기능 추가 및 수정 ⚓ Domain: Admin 어드민 관련 작업 labels Mar 3, 2024
@Sangwook02 Sangwook02 self-assigned this Mar 3, 2024
@Sangwook02 Sangwook02 requested a review from a team as a code owner March 3, 2024 02:35
Copy link
Member

@uwoobeat uwoobeat left a comment

Choose a reason for hiding this comment

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

lgtm

@Sangwook02 Sangwook02 merged commit 5437a16 into develop Mar 3, 2024
1 check passed
@Sangwook02 Sangwook02 deleted the feature/229-granted-member-api branch March 3, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚓ Domain: Admin 어드민 관련 작업 ✨ feature 새로운 기능 추가 및 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ 승인된 멤버 조회 API 구현
2 participants