-
Notifications
You must be signed in to change notification settings - Fork 0
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를 통한 사용자 권한 관리 및 회원 정보 제공 완료 #465
Conversation
...clab/api/domain/memberManagement/member/application/service/MemberRoleManagementService.java
Show resolved
Hide resolved
...lab/api/domain/memberManagement/member/adapter/out/persistence/MemberPersistenceAdapter.java
Outdated
Show resolved
Hide resolved
저는 단순히 새로운 api 두 개를 작성하는 것으로만 생각했었는데, 기존 api에서 필터링으로 특정 멤버의 권한 조회하기와 권한별 멤버 조회하기를 동시에 해결해서 최대한 코드의 양을 늘리지 않고 효율적으로 작성한 점이 너무 좋은 것 같습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
피드백 반영 감사합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
처음 의논한 내용에서 더 구체화 되었네요 👍 수고하셨습니다!
Summary
API를 통한 사용자 권한 관리 및 회원 정보 제공 기능을 완료하였습니다. 이 기능은 권한을 관리하는 API와 회원 정보를 제공하는 API를 포함하며, 권한 변경 시 슬랙 알림 기능도 포함되어 있습니다.
Tasks
ETC
Screenshot