Skip to content

Conversation

@ayoung-dev
Copy link
Collaborator

@ayoung-dev ayoung-dev commented Nov 29, 2024

resolved :

📌 과제 설명

커뮤니티 댓글 수정 기능 구현

👩‍💻 요구 사항과 구현 내용

  • 커뮤니티 댓글 수정
  • 작성자가 아닐 경우 예외 처리
  • 삭제된 게시글일 경우 예외 처리

✅ PR 포인트 & 궁금한 점

@ayoung-dev ayoung-dev self-assigned this Nov 29, 2024
@ayoung-dev ayoung-dev linked an issue Nov 29, 2024 that may be closed by this pull request
3 tasks
@ayoung-dev ayoung-dev force-pushed the feature/76-add-community-comment-update branch from 9c2ad96 to 1df3a6b Compare November 29, 2024 05:34
@ayoung-dev ayoung-dev closed this Nov 29, 2024
@ayoung-dev ayoung-dev reopened this Nov 30, 2024
Copy link
Collaborator

@leebs0521 leebs0521 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
Collaborator

@m-a-king m-a-king left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 점점 코드가 잘 읽히도록 변해가는 것 같아요~~~

@7zrv
Copy link
Collaborator

7zrv commented Dec 1, 2024

고생하셨습니다!

public void updateWith(CommunityCommentUpdateRequestDto dto) {
this.content = dto.content();
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

개행을 추가해주면 좋을것 같습니다!

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 1, 2024

@ayoung-dev ayoung-dev merged commit 33f9854 into main Dec 1, 2024
2 checks passed
@ayoung-dev ayoung-dev deleted the feature/76-add-community-comment-update branch December 1, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] 커뮤니티 댓글 수정 기능

5 participants