-
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] pick v2 도메인 개발 #278
Conversation
@OnDelete(action = OnDeleteAction.CASCADE) | ||
@JoinColumn(name = "parent_folder_id", nullable = false) | ||
private Folder parentFolder; | ||
|
||
// 사용자가 수정 가능한 Pick 제목. 기본값은 원문 제목과 동일 | ||
@Column(name = "title") // nullable | ||
@Column(name = "title", nullable = false) | ||
private String title; |
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.
String title = "";
으로 수정 예정
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/infrastructure/folder/reader/FolderReader.java
Outdated
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.
픽 순서 업데이트 로직 확인부탁드려요.
backend/src/main/java/kernel360/techpick/core/model/folder/Folder.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/kernel360/techpick/core/model/folder/Folder.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/kernel360/techpick/core/model/folder/Folder.java
Outdated
Show resolved
Hide resolved
PR이 너무 큰것같습니다.. infra쪽하고 service로직은 pr을 분리했어야 할거같아요.. |
backend/src/main/java/kernel360/techpick/feature/domain/pick/service/PickServiceImpl.java
Outdated
Show resolved
Hide resolved
@Mapping(source = "pick.link", target = "linkInfo") | ||
PickResult.Read toReadResult(Pick pick); |
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.
@Mapping
에 대해 설명 가능한지?
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? 🔍