Skip to content
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

[#43 ] 게시글의 추천, 비추천 기능 구현 #54

Merged
merged 3 commits into from
Sep 27, 2022

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    d89d1bd View commit details
    Browse the repository at this point in the history
  2. feat : 게시물 추천, 비추천 기능 제작으로 인하여 기능 수정

    - 게시물의 삭제를 진행할 경우 이전에 해당 게시물의 모든 추천과 비추천의 내역을 삭제한다.
    donsonioc2010 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    153e021 View commit details
    Browse the repository at this point in the history
  3. test : 게시물의 추천, 비추천에 대한 테스트케이스 구현

    - 비추천테스트케이스의 경우에는 같은 추천 메소드와 같은 메소드를 사용중인 상황이라 따로 구현하지 않음.
    donsonioc2010 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    439bacb View commit details
    Browse the repository at this point in the history