You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Menu 엔티티의 unlikeCount 컬럼이 ReviewServiceV2/RestaurantReviewResponse 등 응답에서 노출되고 있으나, increaseUnlikeCount/decreaseUnlikeCount류의 증가·감소 메서드가 코드 어디에도 없다. likeCount만 increaseLikeCount/decreaseLikeCount/changeLikeStatus/cancelLike로 관리되고 있어, unlikeCount는 마이그레이션이 심어둔 초기값(0)에서 절대 바뀌지 않는다. "싫어요" 기능이 절반만 구현된 상태로 보이며, 기능을 완성하거나 응답에서 제거하는 방향으로 정리가 필요하다.
Fix Report
고쳐야 할 사항
Menu엔티티의unlikeCount컬럼이ReviewServiceV2/RestaurantReviewResponse등 응답에서 노출되고 있으나,increaseUnlikeCount/decreaseUnlikeCount류의 증가·감소 메서드가 코드 어디에도 없다.likeCount만increaseLikeCount/decreaseLikeCount/changeLikeStatus/cancelLike로 관리되고 있어,unlikeCount는 마이그레이션이 심어둔 초기값(0)에서 절대 바뀌지 않는다. "싫어요" 기능이 절반만 구현된 상태로 보이며, 기능을 완성하거나 응답에서 제거하는 방향으로 정리가 필요하다.첨부자료