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: 링크 허브 생성 시 기본 링크 분류가 만들어진다. #35

Merged
merged 10 commits into from
Feb 14, 2024

Conversation

hseong3243
Copy link
Owner

@hseong3243 hseong3243 commented Feb 14, 2024

작업 내용

  • 기본 허브 링크 분류 생성을 위한 허브 생성 이벤트 리스너를 추가하였습니다.
  • 허브 링크 분류 생성 로직을 구현하였습니다.
  • 허브 링크 분류가 추가됨에 따라 기존 LinkBundleEntity을 상속하는 HubLinkBundleEntity, MemberLinkBundleEntity를 추가하였습니다.

관련 이슈

@hseong3243 hseong3243 self-assigned this Feb 14, 2024
Copy link

github-actions bot commented Feb 14, 2024

Test Results

61 tests  +5   61 ✅ +5   1s ⏱️ ±0s
26 suites +2    0 💤 ±0 
26 files   +2    0 ❌ ±0 

Results for commit 2601367. ± Comparison against base commit beef594.

This pull request removes 1 and adds 6 tests. Note that renamed tests count towards both.
com.seong.shoutlink.global.event.SpringEventListenerTest$CreateMemberEventTest ‑ 성공: 기본 링크 번들 생성됨
com.seong.shoutlink.domain.linkbundle.controller.LinkBundleControllerTest ‑ 성공: 허브 링크 묶음 생성 API 호출 시
com.seong.shoutlink.domain.linkbundle.service.LinkBundleServiceTest$CreateHubLinkBundleTest ‑ 성공: 허브 링크 번들 생성됨
com.seong.shoutlink.domain.linkbundle.service.LinkBundleServiceTest$CreateHubLinkBundleTest ‑ 예외(NotFound): 존재하지 않는 허브
com.seong.shoutlink.domain.linkbundle.service.LinkBundleServiceTest$CreateHubLinkBundleTest ‑ 예외(Unauthorized): 링크 묶음 생성 권한 없음
com.seong.shoutlink.global.event.LinkBundleEventListenerTest$CreateHubEventTest ‑ 성공: 기본 허브 링크 번들 생성됨
com.seong.shoutlink.global.event.LinkBundleEventListenerTest$CreateMemberEventTest ‑ 성공: 기본 링크 번들 생성됨

♻️ This comment has been updated with latest results.

@hseong3243 hseong3243 merged commit b21f49d into main Feb 14, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#34-hub-default-link-bundle branch February 14, 2024 13:32
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: 링크 허브 생성 시 기본 링크 분류가 만들어진다.
1 participant