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: 사용자는 허브 링크 분류 목록을 조회할 수 있다. #42

Merged
merged 6 commits into from
Feb 18, 2024

Conversation

hseong3243
Copy link
Owner

@hseong3243 hseong3243 commented Feb 18, 2024

작업 내용

  • 허브 링크 묶음 목록 조회 기능을 구현하였습니다.
  • 허브가 비공개인 경우 인증된 사용자인지 확인하고 허브에 소속된 사용자인지 확인하는 로직이 필요하였습니다.
    • 인증되지 않은 경우에도 null인 사용자 ID를 받아오기 위해 @NullableUser 어노테이션과 해당 어노테이션을 바라보는 ArgumentResolver를 추가하였습니다.

관련 이슈

@hseong3243 hseong3243 added the Feat 새로운 기능을 개발합니다. label Feb 18, 2024
@hseong3243 hseong3243 self-assigned this Feb 18, 2024
Copy link

Test Results

77 tests  +8   77 ✅ +8   1s ⏱️ ±0s
32 suites +4    0 💤 ±0 
32 files   +4    0 ❌ ±0 

Results for commit 55c48b4. ± Comparison against base commit 88a21f5.

@hseong3243 hseong3243 merged commit f4bb631 into main Feb 18, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#41-find-hub-link-bundles branch February 18, 2024 14:08
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