-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/120 커뮤니티 게시글, 댓글 CRUD 엔드포인트 생성 #133
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
Conversation
- 불필요한 import 제거 - 엔드포인트 snake -> camel
…project/WEB1_1_Bongdari_BE into feature/120-add-community-controller
leebs0521
left a comment
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.
고생하셨습니다.!!
특히 컨트롤러 테스트 고생많이 하셨어요
| @Operation(summary = "작성자별 커뮤니티 게시글 조회", description = "작성자별 커뮤니티 게시글 목록을 조회합니다.") | ||
| public ApiResponse<Page<CommunityBoardResponseDto>> getByWriterId( | ||
| @PathVariable @CurrentUser UUID writerId, | ||
| Pageable pageable |
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.
@currentuser 없어도 될 것 같아요!
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.
수정했습니다!
| @Tag(name = "Community Comment Command API", description = "커뮤니티 댓글 생성 수정 삭제 API") | ||
| @RequiredArgsConstructor | ||
| @RequestMapping("/api/community-board/{boardId}") | ||
| @RestController |
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.
오.. 여기도 Pathvariable이 가능하군요 신기하네요
m-a-king
left a comment
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.
수고하셨습니다~
…project/WEB1_1_Bongdari_BE into feature/120-add-community-controller
leebs0521
left a comment
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.
LGTM!!
|



📌 과제 설명
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점
컨트롤러 테스트 어렵네요..