-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add Suggest API (#119) * feat: Add default thumbnail to valley (#121) * feat: Add sorting to valley search (#123) * Member name 추가 및 공개 부분 수정 (#124) * feat : ReviewServiceTest 코드 작성 * feat : ReviewDetailResponse에 유저의 프로필url 추가 및 Null 체크 * fix : ReviewDetailResponse 부분 수정 * fix : 기존 리뷰 이미지에서 업데이트를 통해 리뷰 이미지가 삭제되는 경우 추가 * feat : 리뷰를 기준으로 추천 계곡 api 추가 * feat : 추천 계곡 api 테스트 코드 추가 * feat : 10개에서 5개로 수정 * fix : deleteByMember 추가 * fix : response 부분 수정 (전체 Tag 보내기) * fix : 계곡 사진 조회 부분 수정 * fix : 계곡 사진 조회 response 수정 * fix : member -> set login date, review -> update memberId, placeId * feat : place 에 업데이트 되는 부분 수정 * feat : member name 추가 및 공개/비공개 부분 수정 * feat : 리뷰 공개 범위에 따라 필터링 * Fix : 리뷰 업데이트 사진 업로드 부분 로직 수정 (#125) * feat : ReviewServiceTest 코드 작성 * feat : ReviewDetailResponse에 유저의 프로필url 추가 및 Null 체크 * fix : ReviewDetailResponse 부분 수정 * fix : 기존 리뷰 이미지에서 업데이트를 통해 리뷰 이미지가 삭제되는 경우 추가 * feat : 리뷰를 기준으로 추천 계곡 api 추가 * feat : 추천 계곡 api 테스트 코드 추가 * feat : 10개에서 5개로 수정 * fix : deleteByMember 추가 * fix : response 부분 수정 (전체 Tag 보내기) * fix : 계곡 사진 조회 부분 수정 * fix : 계곡 사진 조회 response 수정 * fix : member -> set login date, review -> update memberId, placeId * feat : place 에 업데이트 되는 부분 수정 * feat : member name 추가 및 공개/비공개 부분 수정 * feat : 리뷰 공개 범위에 따라 필터링 * fix : 리뷰 수정하기 사진 업로드 부분 수정 * fix : update review image And add testcode (#126) * Fix/review : import 수정 (#127) * fix : update review image And add testcode * Fix : import 수정 * Fix : import 수정 * Fix : updateReview * change : ReviewPostRequest * fix : update 작성 시 deleteimageurls 추가 후 add, delete 구분 * fix : imageUrls 타입 오류 수정 * fix : s3에서 이미지 삭제 * fix : test용 코드 * fix : update review * fix : update review * fix : updateReviewWithImages * fix : create review * fix : update review -> delete image --------- Co-authored-by: RALLY <berygna@gmail.com> Co-authored-by: hanni66 <72500673+hanni66@users.noreply.github.com> Co-authored-by: hanni66 <haeunkim0807@gmail.com>
- Loading branch information
1 parent
b16bd38
commit 3c9d8ce
Showing
17 changed files
with
221 additions
and
585 deletions.
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
Oops, something went wrong.