-
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
Feat/#101/게시글 댓글 #107
The head ref may contain hidden characters: "feat/#101/\uAC8C\uC2DC\uAE00-\uB313\uAE00"
Feat/#101/게시글 댓글 #107
Conversation
@PathVariable Long postId | ||
) { | ||
// TODO 1: 유저가 스페이스에 속하는 지 검증 | ||
commentService.validateUserInSpace(userId, spaceId); |
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.
UserSpaceValidateIntercpter
와 UserSpaceValidateIntercpterURL
보시면 "/space/{spaceId}인 컨트롤러는 Interceptor 적용됩니다!
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.
넵 반영했습니다!
📝 요약
이슈 번호 : #101
🔖 변경 사항
✅ 리뷰 요구사항
아직 완료되지 않은 pr 입니다!
제가 이슈를 댓글 조회, 생성 이렇게 쪼개지 못했네요
더 개발 후 완료되면 리뷰 요청 드리겠습니다! 참고해주세용
++ 변경사항만큼 진행했습니다 유효성 검사 로직이 완벽하지 않아서 추후에 수정 이슈를 통해 더 보완해보겠습니다!
📸 확인 방법 (선택)
포스트맨을 통해 테스트 완료 했습니다!
📌 PR 진행 시 이러한 점들을 참고해 주세요