Skip to content
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

Merged
merged 7 commits into from
Oct 17, 2024
Merged

[FEAT] V2 패키지 구조 재설계 #258

merged 7 commits into from
Oct 17, 2024

Conversation

kimminkyeu
Copy link
Collaborator

What is this PR? 🔍

@kimminkyeu kimminkyeu added chore 주석, 패키지 설치 등 정의하기 애매한 이슈 backend 백엔드 관련 labels Oct 17, 2024
@kimminkyeu kimminkyeu self-assigned this Oct 17, 2024
@kimminkyeu kimminkyeu changed the title Back/feat/#251 [FEAT] V2 패키지 구조 재설계 Oct 17, 2024
Copy link
Collaborator

@sangwonsheep sangwonsheep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

설계 고생하셨습니다. 수정할 사항 확인부탁드려요

Comment on lines 1 to 3
package kernel360.techpick.feature.domain.rss.service.service;

public interface RssService {
Copy link
Collaborator

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 디렉토리가 추가로 더 생성되어 있음.

Copy link
Collaborator

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 안에 있는 클래스 중복

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정 완료

Comment on lines +7 to +13
@Mapper(
componentModel = "spring",
injectionStrategy = InjectionStrategy.CONSTRUCTOR,
unmappedTargetPolicy = ReportingPolicy.ERROR
)
public interface PickMapper {
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p3: pickApiMapper, pickMapper가 따로 구분되어 있는데, 구분된 이유가 각 계층에서만 변환할 때 사용하는 것으로 이해하면 되는지?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

맞음. pickDtoMapper로 하는게 나을지 pickMapepr가 나을지 네이밍 고민됨. 의견 부탁

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 네이밍 좋다고 생각함.

Copy link
Collaborator

@Gyaak Gyaak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 확인부탁드려요

Copy link
Collaborator

@Gyaak Gyaak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
고생하셨습니다.

@kimminkyeu kimminkyeu merged commit 273b7d0 into backend-v2 Oct 17, 2024
@Gyaak Gyaak deleted the back/feat/#251 branch October 30, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 관련 chore 주석, 패키지 설치 등 정의하기 애매한 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants