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: 허브 태그 자동 생성 이벤트 리스너를 구현한다. #69

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • 허브 태그 자동 생성을 위한 이벤트 리스너를 추가하였습니다.
    • 해당 리스너는 CreateHubLinkEvent를 바라봅니다.
  • 태그 생성 이벤트를 수정하였습니다.
    • 태그 생성을 위해 hubId 혹은 memberId가 필요하나 기존 이벤트에는 이것이 포함되어 있지 않았습니다. linkId를 이용해 hubId를 얻을 수는 있으나 조인이 여러번 필요하여 이벤트의 필드를 변경하는 것이 좀 더 괜찮을 것이라 판단하였습니다.
    • 기존 CreateLinkEvent를 추상 클래스로 변경하고 CreateHubLinkEvent, CreateMemberLinkEvent를 추가하였습니다.

관련 이슈

회원, 허브 링크 생성 이벤트를 추가하여 타입 계층 형성
@hseong3243 hseong3243 self-assigned this Apr 9, 2024
@hseong3243 hseong3243 linked an issue Apr 9, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Apr 9, 2024

Test Results

140 tests  ±0   140 ✅ ±0   2s ⏱️ ±0s
 48 suites ±0     0 💤 ±0 
 48 files   ±0     0 ❌ ±0 

Results for commit e2ed74c. ± Comparison against base commit 816ac2a.

@hseong3243 hseong3243 merged commit 80721cf into main Apr 9, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#67-tag-event-listener branch April 9, 2024 11:00
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