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: 사용자는 허브 태그를 확인할 수 있다. #73

Merged
merged 4 commits into from
Apr 11, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • 허브 목록 조회 시 태그를 함께 조회하도록 변경하였습니다.
  • 태그 목록 조회 시 패키지 순환 참조를 피하기 위하여 허브 패캐지에서 사용할 HubTagReader라는 별도의 인터페이스를 추가하였습니다.
    • TagRepositoryImplHubTagReader를 구현합니다.
    • HubTagResult라는 별도의 dto를 반환타입으로 사용합니다.
  • HubTagResult(영속성 계층 dto) -> HubTagResponse(표현 계층 dto) 변환 시 표현 계층 dto가 영속성 계층 dto에 대해서 알게 되는 것을 피하기 위해 변환을 책임지는 HubMapper를 추가하였습니다.

@hseong3243 hseong3243 added the Feat 새로운 기능을 개발합니다. label Apr 11, 2024
@hseong3243 hseong3243 self-assigned this Apr 11, 2024
@hseong3243 hseong3243 linked an issue Apr 11, 2024 that may be closed by this pull request
Copy link

Test Results

158 tests  +1   158 ✅ +1   2s ⏱️ ±0s
 48 suites ±0     0 💤 ±0 
 48 files   ±0     0 ❌ ±0 

Results for commit c17ebef. ± Comparison against base commit 862c619.

@hseong3243 hseong3243 merged commit 3754776 into main Apr 11, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#72-find-hub-tags branch April 11, 2024 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능을 개발합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 사용자는 허브 태그를 확인할 수 있다.
1 participant