-
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
Refactor #89 UserUseCase 분리 및 리프레시 토큰 수정 #89
base: develop
Are you sure you want to change the base?
The head ref may contain hidden characters: "refactor/#74/UserUsecase-\uBD84\uB9AC"
Conversation
import leets.weeth.global.auth.jwt.application.dto.JwtDto; | ||
|
||
import java.util.List; | ||
import java.util.Map; | ||
|
||
import static leets.weeth.domain.user.application.dto.request.UserRequestDto.refreshRequest; | ||
|
||
public interface UserManageUseCase { |
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.
고생많으셨습니다 어드민 페이지에서 관리할 수 있는 정보(회원조회, 가입 승인, 유저 추방, 관리자 승격 + 강등, 다음 기수도 진행, 비번 초기화)들은 PR에 적어주셨듯이 어드민 기준이기 때문에 userManageUseCase라는 이름과 별도로 구성한 목적에 맞다고 판단이 드는데, 동아리 멤버 전체 조회라던지 내 정보와 관련된 부분도 userManageUseCase로 들어가는 것은 추가적인 고민이 필요해보입니다
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.
저도 조회같은 부분은 manage 말고 UserUseCase에 들어가야 한다고 생각합니다
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.
그러면 admin 관련한 메서드만 Manage에 넣도록 하겟습니당
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.
수고하셨어요!!
import leets.weeth.global.auth.jwt.application.dto.JwtDto; | ||
|
||
import java.util.List; | ||
import java.util.Map; | ||
|
||
import static leets.weeth.domain.user.application.dto.request.UserRequestDto.refreshRequest; | ||
|
||
public interface UserManageUseCase { |
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.
저도 조회같은 부분은 manage 말고 UserUseCase에 들어가야 한다고 생각합니다
PR 내용
PR 세부사항
관련 스크린샷
주의사항
X
체크 리스트