-
Notifications
You must be signed in to change notification settings - Fork 0
[FEAT] 피드 비공개 기능 추가 #337
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
[FEAT] 피드 비공개 기능 추가 #337
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
880db68
[FEAT] Feed 도메인에 isPublic 추가
Kim-TaeUk 7152dfe
[FEAT] FeedCreateRequest에 isPublic 필드 추가
Kim-TaeUk 9e6fe3e
[FEAT] FeedCreateRequest에 isPublic 필드에 @NotNull 추가
Kim-TaeUk 555133b
[STYLE] 가독성을 위한 개행 - FeedCreateRequest
Kim-TaeUk 9bcdae3
[FEAT] Feed 생성자 및 정적 팩터리 메서드에 isPublic 파라미터 추가
Kim-TaeUk 38d1f5a
[REFACTOR] Feed 생성 시 FeedCreateRequest로 파라미터 캡슐화
Kim-TaeUk 7e64d02
[STYLE] 가독성을 위한 개행 - FeedUpdateRequest
Kim-TaeUk b64051e
[FEAT] FeedUpdateRequest에 isPublic 필드 추가
Kim-TaeUk 1b6bc72
[FEAT] FeedUpdateRequest에 isPublic 필드에 @NotNull 추가
Kim-TaeUk 3801324
[FEAT] Feed.updateFeed에 isPublic 파라미터 추가
Kim-TaeUk 5497c7e
[REFACTOR] Feed 수정 시 FeedUpdateRequest로 파라미터 캡슐화
Kim-TaeUk 062fdc2
[REMOVE] 사용하지 않는 import 삭제
Kim-TaeUk e2effbf
[FEAT] 응답(PopularFeedGetResponse)에 isPublic 추가
Kim-TaeUk 31e9d5b
[FEAT] 인증 여부에 따라 null-safe하게 userId 처리
Kim-TaeUk b9e0687
[FEAT] 공개 범위에 따른 피드 필터링하는 isVisibleToUser() 추가
Kim-TaeUk 68a10cf
[FIX] 공개 범위에 따른 피드 필터링위해 메서드 시그니처 변경 - userId 포함
Kim-TaeUk fde912a
[FIX] 체이닝에 공개 범위에 따른 피드 필터링 로직 추가
Kim-TaeUk 0726d96
[FEAT] 응답(InterestFeedGetResponse)에 isPublic 추가
Kim-TaeUk e229dd5
[FEAT] Feed 도메인에 isVisibleTo() 추가
Kim-TaeUk a625c9a
[REFACTOR] 공개 범위에 따른 피드 필터링 여부 판단을 도메인 메서드로 변경
Kim-TaeUk 32bfa37
[REMOVE] 서비스 레이어에서 사용하던 isVisibleToUser() 제거
Kim-TaeUk 2dcfa72
[FIX] 공개 범위에 따른 피드 필터링 로직 추가
Kim-TaeUk a56d427
[REFACTOR] 삼항연산자가 아닌 Optional로 처리하도록 변경
Kim-TaeUk db0944b
[RENAME] 메서드에서 이름이 드러나므로 변수명 변경
Kim-TaeUk 7ecff9e
[FIX] 공개 범위에 따른 피드 필터링 로직 추가
Kim-TaeUk c613b08
[REFACTOR] 삼항연산자가 아닌 Optional로 처리하도록 변경
Kim-TaeUk 91b6dd1
[FEAT] 응답(UserFeedGetResponse)에 isPublic 추가
Kim-TaeUk c1d96c7
[FIX] 공개 범위에 따른 피드 필터링 로직 추가
Kim-TaeUk 3024154
[FEAT] FeedInfo에 isPublic 추가
Kim-TaeUk 57e7350
[STYLE] 컨벤션에 맞게 개행 추가
Kim-TaeUk 93d6209
[STYLE] 불필요한 개행 제거
Kim-TaeUk 633ec92
[REFACTOR] 선택된 카테고리가 없는 경우 기본값을 반환하는 getChosenCategoryOrDefault 메서드 추출
Kim-TaeUk 357bf02
[REFACTOR] 삼항연산자가 아닌 Optional로 처리하도록 변경
Kim-TaeUk c3554f7
[STYLE] 컨벤션에 맞게 개행 추가
Kim-TaeUk a36dd2e
[REFACTOR] isMine() 내부에서 getWriterId() 사용하도록 변경
Kim-TaeUk 024d2cd
[REFACTOR] isVisibleTo() 내부에서 isMine() 사용하도록 변경
Kim-TaeUk b5f7b31
[FIX] 공개 범위에 따른 피드 필터링 로직 추가
Kim-TaeUk 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
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.
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.