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: 링크 @Entity에 링크 번들 ID 필드를 추가한다. #20

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • LinkEntity에 linkBundleId 필드를 추가하였습니다.
  • Link 객체에 linkBundle에 관한 내용이 포함될 필요는 없다고 생각하여 Link를 영속화할 때 LinkBundle과 함께 repository에 넘겨줄 LinkWithLinkBundle 객체를 새로 만들었습니다. 한 번 다양하게 시도해봅니다.

관련 이슈

@hseong3243 hseong3243 self-assigned this Jan 31, 2024
@hseong3243 hseong3243 linked an issue Jan 31, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Jan 31, 2024

Test Results

48 tests  ±0   48 ✅ ±0   1s ⏱️ ±0s
20 suites ±0    0 💤 ±0 
20 files   ±0    0 ❌ ±0 

Results for commit 097ef0e. ± Comparison against base commit 6ff72c4.

♻️ This comment has been updated with latest results.

@hseong3243 hseong3243 merged commit 682621c into main Jan 31, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#19-link-entity-add-link-bundle-id branch January 31, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 링크 @Entity에 링크 번들 ID 필드를 추가한다.
1 participant