-
Notifications
You must be signed in to change notification settings - Fork 0
[feat] 구독한 동아리 목록 조회 api 구현 #359
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
24a6bb1
[feat]: 구독한 동아리 목록 조회 api 구현
jiyun921 f3b4234
[test]: 구독한 동아리 목록 조회 api 테스트 구현
jiyun921 7ce567f
[refactor]: import문 정리
jiyun921 3c790e4
[refactor]: findClubsByIds -> findClubReadModelsByIds로 네이밍 수정
jiyun921 23772e7
[refactor]: findSubscribedClubIds 조건절 차이 메서드명에 반영
jiyun921 8501358
[refactor]: ClubSubsctrionsQueryPort로 네이밍 수정
jiyun921 acd4d78
[refactor]: getSubscribedClubs를 ClubQueryUseCase로 이동
jiyun921 ef2aa5c
[refactor]: Club 목록 조회/구독 목록 변환 로직 stream 분리
jiyun921 fe8e3fc
[test]: 구독한 목록 조회 test 3개 수행
jiyun921 820d241
[test]: 구독 동아리 목록 조회 테스트 - 3개로 개수 증가, url 테스트 추가
jiyun921 8d44360
[refactor]: 사용안하는 StoragePort 삭제
jiyun921 f9ed5ee
[refactor]: import문 복구
jiyun921 77160e1
[refactor]: import문 복구
jiyun921 87c23ad
[refactor]: 사용안하는 clubSubscriptionCommandPort 삭제
jiyun921 f6f88a9
[refactor]: 사용안하는 clubSubscriptionCommandPort 삭제
jiyun921 8994527
[refactor]: import문 정리
jiyun921 830b06d
[refactor]: 제거된 ClubSubscriptionCommandPort 복구
jiyun921 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...main/java/com/kustacks/kuring/club/application/port/in/dto/SubscribedClubListCommand.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| package com.kustacks.kuring.club.application.port.in.dto; | ||
|
|
||
| public record SubscribedClubListCommand( | ||
| String email | ||
| ) { | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.