Skip to content

fix: Menu.unlikeCount가 증가 로직 없이 항상 초기값에 머무름 #405

Description

@pooreumjung

Fix Report

고쳐야 할 사항

  • Menu 엔티티의 unlikeCount 컬럼이 ReviewServiceV2/RestaurantReviewResponse 등 응답에서 노출되고 있으나, increaseUnlikeCount/decreaseUnlikeCount류의 증가·감소 메서드가 코드 어디에도 없다. likeCountincreaseLikeCount/decreaseLikeCount/changeLikeStatus/cancelLike로 관리되고 있어, unlikeCount는 마이그레이션이 심어둔 초기값(0)에서 절대 바뀌지 않는다. "싫어요" 기능이 절반만 구현된 상태로 보이며, 기능을 완성하거나 응답에서 제거하는 방향으로 정리가 필요하다.

첨부자료

  • 없음

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

fix고치기

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions