-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature] TalkRoom Comment 수정, 삭제 API 구현 #39
[Feature] TalkRoom Comment 수정, 삭제 API 구현 #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
문제되는 부분 없어서 머지 허용하였습니다. 리뷰 남겼으니 답변 부탁드립니다!
@NoArgsConstructor | ||
public class CommentEditRequest { | ||
|
||
private String content; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 필드 제약 조건이 없는 이유가 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
음 아직 PM님께서 제약 조건이 명확하게 정해지지 않았다고 하셔서 아직 설정을 안해놨습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다. 👍
💡 연관된 이슈
close #38
📝 작업 내용
💬 리뷰 요구 사항
간단한 기능 구현이라 리뷰 요구 사항은 생략하도록 하겠습니다!