-
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
[TNT-213] 트레이너 회원목록 페이지 작성 #62
Conversation
- 화면 작성 (네비게이션 추가) - 회원이 없는 경우의 EmptyView 화면 작성
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.
작성해주신 getMembersList에 해당하는 API는 각 유저 마이페이지용 API에요!
트레이너 마이페이지 조회 화면에서 사용해주시면 될 것 같고, 추후 회원목록 API 스펙 나오면 추가하는 걸로 합시당
API 관련 구조 변경 작업은 시간 문제로 당장 진행하기는 힘들것 같아요 ㅠㅠ
마감한 후에 추후 리팩토링을 노려보는걸로 하시죠! 지금은 extension mapper 만으로 충분할 것 같습니당
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.
음 해당 부분 제가 변경한 기억이 없습니다만.. 기존에 Domain > Sources > Policy > Extension > Date+ 가 맞을지요? 맞다면 리베이스하면서 같이 올라간것이지 않을까.. 생각합니다.
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.
음... 저도 변경하지 않았어서, 기존 Develop과 다른 수정된 사항만 PR에 보일거에요!
일단 저희가 의도한 방향은 Domain/Sources/Extension 이 맞으니 위치 변경해주시면 좋을 것 같습니다 :)
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.
넵
@@ -30,6 +30,10 @@ private enum SocialUseCaseKey: DependencyKey { | |||
static let liveValue: SocialLoginUseCase = SocialLoginUseCase(socialLoginRepository: SocialLogInRepositoryImpl(loginManager: SNSLoginManager())) | |||
} | |||
|
|||
private enum TrainerUseCaseKey: DependencyKey { |
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.
UseCaseRepoKey가 맞는 것 같아요! 추후 TrainerUseCase 등록을 위해 바꿔놓읍시당
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.
넵 반영했습니다.
📌 What is the PR?
🪄 Changes
🙆🏻 To Reviewers
💭 Related Issues