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

fix : CommentDslDto 삭제 후 CommentDto로 통합 #145

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

peter-jaesungyu
Copy link

@peter-jaesungyu peter-jaesungyu commented Apr 27, 2024

관련 이슈

변경사항

  • DslDto에서 Dto로 일괄 통일하기로 합의함에 따라, CommentDslDto 내 코드를 CommentDto으로 이동하였습니다.
  • DTO와 DTO 간 이동 외 코드의 변화 없습니다.
  • Comment 관련 unused import 등 정리하였습니다.
  • 대댓글 기능 확인 완료하였습니다.

Postman 확인 결과

  • getComments
    image

@peter-jaesungyu peter-jaesungyu added the fix fix code label Apr 27, 2024
@peter-jaesungyu peter-jaesungyu self-assigned this Apr 27, 2024
@peter-jaesungyu peter-jaesungyu linked an issue Apr 27, 2024 that may be closed by this pull request
Copy link
Contributor

@minnieming minnieming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

Copy link
Contributor

@kyungmin1221 kyungmin1221 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

Copy link

@juwum12 juwum12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

@peter-jaesungyu peter-jaesungyu merged commit 47c3006 into develop Apr 29, 2024
@peter-jaesungyu peter-jaesungyu deleted the feature/144/commentDslDto branch April 29, 2024 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fix code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CommentDslDto 변경
4 participants