-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#33] 피드를 여행일지로 묶기 #34
Merged
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
5263c13
Feat: 일, 주, 월별 인기 피드 업데이트
jzakka 37fffa3
Fix: zset조회 로직 수정
jzakka 38b4e53
Fix: deleteByMemberAndFeed가 id를 받도록 수정
jzakka 0bd5a48
Refactor: feedId를 인자로 받도록 수정
jzakka e9810dd
Refactor: 랭킹정보를 RankingController에서 제공
jzakka ee59359
Style: 테스트이름 변경
jzakka 5d632ce
Feat: 권한이 필요한 경우 서비스에서 PostAuthroize로 체크
jzakka a5d1fdc
Feat: 좋아요 기능
jzakka 59e31df
Feat: 댓글, 대댓글 작성
jzakka 9f412ce
Delete: FeedService에서 rankingRepository에 대한 의존성 제거
jzakka 2bf9736
Feat: 배치작업 구성
jzakka e24aa60
Test: 통합테스트 한 테스트로 묶음
jzakka 51a51d0
Test: RankingRepositoryTest 통합테스트로 묶음
jzakka f4d1144
Test: 테스트 추가
jzakka bb90b84
Feat: 여행일지 작성
jzakka fd65df0
Feat: 기본 여행일지 제목 테스트
jzakka 45369c1
Fix: 연관관계 설정 수정
jzakka 51e31e4
충돌 수정
jzakka ac4725f
Test: 테스트 리팩토링
jzakka c314823
Feat: 여행일지에 섬네일 지정
jzakka 8178870
Feat: 사용자의 여행일지 조회
jzakka 1ec063f
Feat: 여행일지 취소
jzakka 2ee6a56
Feat: 컨트롤러에 diaryService 연결
jzakka ca72473
Fix: geoApi 연결 설정 수정
jzakka 8f3ed12
Package: batch 설정을 config패키지 밖으로 뺌
jzakka c4bae8f
Refactor: CacheKey 목적에 따라 분리
jzakka 124e3e0
Refactor: 배치 파일을 잡 목적에 따라 분리
jzakka 082c0e2
Feat: 잡이 프로필설정에 따라 생성되도록 설정
jzakka 2e77773
Fix: 인기 피드 정보를 한 쿼리로 가져오도록 수정
jzakka eef16d7
Fix: 잡 이름 수정
jzakka 2c0e01d
Feat: 인기 피드는 삭제 못하게 설정
jzakka f3b3cdf
Feat: 여행일지 작성
jzakka 9a9fd5e
Feat: 기본 여행일지 제목 테스트
jzakka 13cac6e
Fix: 연관관계 설정 수정
jzakka 4448917
충돌 수정
jzakka d73b418
Test: 테스트 리팩토링
jzakka 86c3e1e
Feat: 여행일지에 섬네일 지정
jzakka 4717de0
Feat: 사용자의 여행일지 조회
jzakka 2901c77
Feat: 여행일지 취소
jzakka 859d3cf
Feat: 컨트롤러에 diaryService 연결
jzakka bab0db3
Fix: geoApi 연결 설정 수정
jzakka 328a4cb
Refactor: 여행일지 썸네일이 GraphicContent를 참조하도록 수정
jzakka 2271738
Style: ResponseEntity<Object> -> void
jzakka eeddc8f
Refactor: 페이지 반환값을 커스텀 페이지로 반환
jzakka 49c20b3
Refactor: @PostAuthorize에서 검증역할을 도메인으로 옮김
jzakka c959510
충돌수정
jzakka 8d106bf
Feat: 인기피드 저장시, `id`, `작성자`, `여행지역`을 저장하도록 수정
jzakka 3155b96
Style: 메서드 이름 수정
jzakka 8960803
Feat: 여행일지 작성
jzakka 93b68b1
Feat: 기본 여행일지 제목 테스트
jzakka bcd6aa5
Fix: 연관관계 설정 수정
jzakka 2ccd84c
충돌 수정
jzakka de7294b
Test: 테스트 리팩토링
jzakka 9c2abb3
Feat: 여행일지에 섬네일 지정
jzakka a331ecd
Feat: 사용자의 여행일지 조회
jzakka 2047a9c
Feat: 여행일지 취소
jzakka 97e97be
Feat: 컨트롤러에 diaryService 연결
jzakka 0b89cfa
Fix: geoApi 연결 설정 수정
jzakka 39a8792
Refactor: 여행일지 썸네일이 GraphicContent를 참조하도록 수정
jzakka cc95e28
Style: ResponseEntity<Object> -> void
jzakka e060707
Refactor: 페이지 반환값을 커스텀 페이지로 반환
jzakka 7286be6
Refactor: @PostAuthorize에서 검증역할을 도메인으로 옮김
jzakka 29119ec
Feat: 기본 여행일지 제목 테스트
jzakka 28a94d6
충돌 수정
jzakka 248e3b3
Test: 테스트 리팩토링
jzakka ab3e2db
Feat: 사용자의 여행일지 조회
jzakka 938fb27
Feat: 컨트롤러에 diaryService 연결
jzakka 6e52db5
충돌수정
jzakka 341d0d4
충돌수정
jzakka c7a99aa
충돌수정
jzakka 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 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
방향은 잘 맞은 것 같네요!
하지만 요 검증로직 ( 변경 시 멤버 확인 )은 entity로 들어가는게 맞을 것 같아요..!
도메인에서 처리한다 라고 하면 Entity 클래스에서 처리한다 라고 이해해주시면 될 것 같습니다 ~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵! 다음 PR올릴때 수정해두겠습니다