-
Notifications
You must be signed in to change notification settings - Fork 2
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
[refactor] PlaceDetailInfo의 placeLikes에 리뷰 좋아요 수를 반영해요 #172
Comments
dong-yxxn
changed the title
[refactor] LikedPlace Domain Test를 만들어요
[refactor] PlaceDetailInfo의 likes에 리뷰 좋아요 수를 반영해요
Nov 14, 2024
dong-yxxn
changed the title
[refactor] PlaceDetailInfo의 likes에 리뷰 좋아요 수를 반영해요
[refactor] PlaceDetailInfo의 placeLikes에 리뷰 좋아요 수를 반영해요
Nov 14, 2024
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
- Place마다 likes와 dislikes의 수를 조회할수있게 했어요 관련 이슈: #172
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
- PlaceDetailInfo의 PlaceLikes에 placeId에 대항하는 리뷰의 좋아요/싫어요 수를 반영하도록 변경했어요. 관련 이슈: #172
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
- ReviewRepository의 countByPlaceIdAndIsLikedTure/False 메서드가 정상 작동하는지 테스트했어요. 관련 이슈: #172
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
- 데이터가 db에 저장되지 않는 오류가 발생하여 flush() 적용하여 해결했습니다. 관련 이슈: #172
dong-yxxn
added a commit
that referenced
this issue
Nov 14, 2024
…PlaceDetailInfo [Refactor] #172 PlaceDetailInfo에 Review 좋아요, 싫어요수를 반영했어요
sanghee0820
added a commit
that referenced
this issue
Nov 14, 2024
…PlaceDetailInfo [fix]: ReviewRepositoryTest 코드 오류 해결
sanghee0820
added a commit
that referenced
this issue
Nov 14, 2024
…PlaceDetailInfo [fix]: ReviewRepoTest 테스트 오류 해결
sanghee0820
added a commit
that referenced
this issue
Nov 14, 2024
…PlaceDetailInfo [fix]: Category Enum명으로 api 호출이 가능하도록 수정했습니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
✨ 기능 리스트
✏ 사용 이유
가게 상세페이지에서 좋아요, 싫어요 수를 알기 위해서
The text was updated successfully, but these errors were encountered: