feat : 관리자용 명부 조회 구현(web-36)#45
Open
marianddi wants to merge 8 commits into
Open
Conversation
chldPDms
reviewed
May 29, 2026
Contributor
chldPDms
left a comment
There was a problem hiding this comment.
공통
- 현재 석현님이 폴더 구조를 싹 바꾸셔서, git pull origin develop 하시고 거기에 맞게 파일 이동해 주세요.
- controller, request, response에 있는 리뷰들 모든 pr에 다 공통적으로 들어가야 합니다. service의 경우도 모든 pr에 예외 처리가 많이 없습니다. 모든 pr에 공통적으로 이 두 가지 먼저 수정해 주세요.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관리자용 명부 조회 기능을 구현완료 했습니다.
주요 변경 사항
-MemberListRequestDto 추가
-MemberListResponseDto 추가
-MemberController 추가
-MemberRepository 코드 추가
-MemberListService 추가
관련 이슈/마일스톤
체크리스트
스크린샷/로그
-포스트맨에서 관리자 로그인을 통해 jwt토큰 인증 후 명부 전체 조회 성공 확인했습니다!
