-
Notifications
You must be signed in to change notification settings - Fork 2
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] V2 패키지 구조 재설계 #258
[FEAT] V2 패키지 구조 재설계 #258
Conversation
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.
설계 고생하셨습니다. 수정할 사항 확인부탁드려요
package kernel360.techpick.feature.domain.rss.service.service; | ||
|
||
public interface RssService { |
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.
p1: rss service 디렉토리 안에 dto, service 디렉토리가 추가로 더 생성되어 있음.
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.
rss/dto 안에 있는 클래스, rss/service/dto 안에 있는 클래스 중복
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.
수정 완료
@Mapper( | ||
componentModel = "spring", | ||
injectionStrategy = InjectionStrategy.CONSTRUCTOR, | ||
unmappedTargetPolicy = ReportingPolicy.ERROR | ||
) | ||
public interface PickMapper { | ||
} |
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.
p3: pickApiMapper, pickMapper가 따로 구분되어 있는데, 구분된 이유가 각 계층에서만 변환할 때 사용하는 것으로 이해하면 되는지?
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.
맞음. pickDtoMapper로 하는게 나을지 pickMapepr가 나을지 네이밍 고민됨. 의견 부탁
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.
리뷰 확인부탁드려요
backend/src/main/java/kernel360/techpick/feature/domain/user/dto/UserCommand.java
Show resolved
Hide resolved
backend/src/main/java/kernel360/techpick/feature/domain/user/dto/UserResult.java
Show resolved
Hide resolved
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.
LGTM
고생하셨습니다.
What is this PR? 🔍