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: 사용자는 링크를 등록할 수 있다. #13

Merged
merged 4 commits into from
Jan 28, 2024

Conversation

hseong3243
Copy link
Owner

@hseong3243 hseong3243 commented Jan 28, 2024

작업 내용

  • 링크 생성 로직을 구현하였습니다.
  • 링크 분류도메인 생성은 별도의 이슈를 추가하여 작업합니다.
  • 도메인 생성의 경우 링크 생성 내부에서 이루어질 필요가 없다고 판단하여 링크 생성 이벤트 발행 시 도메인 생성이 이루어질 수 있도록 분리합니다. 이를 위해 이벤트 발행기 인터페이스를 추가하였습니다.

관련 이슈

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

Test Results

43 tests  +3   43 ✅ +3   1s ⏱️ ±0s
16 suites +2    0 💤 ±0 
16 files   +2    0 ❌ ±0 

Results for commit 48c2cb1. ± Comparison against base commit e6caf29.

@hseong3243 hseong3243 merged commit 7872a17 into main Jan 28, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#12-create-link branch January 28, 2024 14:52
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