-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BE] feat: 반려견 정보 수정 API #398
Conversation
Test Results133 tests +130 133 ✅ +130 16s ⏱️ +16s Results for commit 2054907. ± Comparison against base commit 3f24d61. This pull request removes 3 and adds 133 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
모임에 참여한 상태에서 갑자기 젠더 타입이나 사이즈가 바뀌면 곤란한 상황이 생길 수 있을 것 같은데 이거는 일단 넘어갑시다..
if (!pet.isOwner(member)) { | ||
throw new FriendoglyException("자신의 강아지만 수정할 수 있습니다."); | ||
} | ||
|
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.
이건 인가에 관련한 내용이라 403 등으로 분류해도 좋을 것 같아요.
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.
모임에 참여한 상태에서 갑자기 젠더 타입이나 사이즈가 바뀌면 곤란한 상황이 생길 수 있을 것 같은데 이거는 일단 넘어갑시다..
이건 따로 issue 파야겠네요... ㄷㄷㄷ
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.
이건 인가에 관련한 내용이라 403 등으로 분류해도 좋을 것 같아요.
S3 이미지 삭제 구현하면서 반영해볼게요~
이슈
개발 사항
리뷰 요청 사항
전달 사항