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] pick v2 도메인 개발 #278

Merged
merged 21 commits into from
Oct 21, 2024
Merged

[FEAT] pick v2 도메인 개발 #278

merged 21 commits into from
Oct 21, 2024

Conversation

kimminkyeu
Copy link
Collaborator

What is this PR? 🔍

@kimminkyeu kimminkyeu added the backend 백엔드 관련 label Oct 20, 2024
@kimminkyeu kimminkyeu self-assigned this Oct 20, 2024
@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;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

String title = ""; 으로 수정 예정

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.

픽 순서 업데이트 로직 확인부탁드려요.

@Gyaak
Copy link
Collaborator

Gyaak commented Oct 20, 2024

PR이 너무 큰것같습니다.. infra쪽하고 service로직은 pr을 분리했어야 할거같아요..

Comment on lines +22 to +23
@Mapping(source = "pick.link", target = "linkInfo")
PickResult.Read toReadResult(Pick pick);
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Mapping에 대해 설명 가능한지?

Gyaak and others added 3 commits October 21, 2024 11:23


# Conflicts:
#	backend/src/main/java/kernel360/techpick/feature/domain/pick/service/PickServiceImpl.java
#	backend/src/main/java/kernel360/techpick/feature/infrastructure/user/reader/UserReader.java
#	backend/src/main/java/kernel360/techpick/feature/infrastructure/user/reader/UserReaderImpl.java
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

@Gyaak Gyaak merged commit 94451c9 into backend-v2 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants