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

[#46] FIX : 댓글 오류 수정 #47

Merged
merged 3 commits into from
Aug 21, 2023
Merged

[#46] FIX : 댓글 오류 수정 #47

merged 3 commits into from
Aug 21, 2023

Commits on Aug 20, 2023

  1. chore : BaseEntity 필드명 수정

    - `createAt` -> `createDate` 로 변경하였습니다.
    - DTO 객체와 서로 다른 필드명으로 인하여 코드량이 증가하여 통일하였습니다.
    - 기존 `createAt` 을 사용하는 클래스들도 같이 수정하였습니다.
    gombasan committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    2c2d81c View commit details
    Browse the repository at this point in the history
  2. chore : comment 데이터 매핑 수정

    - 게시글로 댓글을 내용과 함께 조회 할 경우 Mapper 가 정상적으로 날짜를 매핑하지 못하는 문제가 발생하였습니다.
    - `BaseEntity` 를 수정하여 정상적으로 데이터가 매핑되도록 수정하였습니다.
    - 답글을 등록 할 경우도 마찬가지로 변수명이 일치하지않아, 정상적으로 답글이 등록이 안되는 문제가 발생하여 수정하였습니다.
    - 댓글의 이모지도 함께 조회 하도록 추가하였습니다.
    gombasan committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e4c3219 View commit details
    Browse the repository at this point in the history
  3. chore(Test) : comment 문서화 내용 변경

    - 공통 코드와 메시지를 분리하여 출력하도록 변경하였습니다.
    - 이모지에 대한 내용도 함께 문서화 하도록 수정하였습니다.
    gombasan committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0986360 View commit details
    Browse the repository at this point in the history