Merged
Conversation
Closed
8 tasks
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
PR Reviewer Guide 🔍(Review updated until commit 1396f5d)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit e096928 |
|
Persistent review updated to latest commit 1396f5d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
관련 이슈 (Related Issues)
PR Type
Enhancement, Tests
Description
토론 글 CRUD 및 조회 API 추가
댓글 작성·수정·삭제·조회 기능 구현
MyBatis 매퍼 및 SQL 추가, 예외코드 확장
컨트롤러·서비스 테스트 다수 추가
Diagram Walkthrough
File Walkthrough
20 files
토론 글 및 댓글 REST 엔드포인트 추가댓글 생성·수정 요청 DTO 추가댓글 응답/조회 DTO 추가글 생성 및 소유자/상태 DTO글 상세/목록 응답 DTO 추가댓글용 MyBatis 매퍼 인터페이스공유 글 MyBatis 매퍼 인터페이스댓글 서비스 인터페이스 정의공유 글 서비스 인터페이스 정의댓글 생성/수정/삭제/조회 구현글 생성/상세/상태변경/목록 구현답변 프리뷰 조회 엔드포인트 추가질문·답변 프리뷰 DTO 추가프리뷰/소유검증 쿼리 메서드 추가프리뷰 조회 메서드 추가프리뷰 조회 로직 구현글/댓글/프리뷰 성공 코드 추가프리뷰/소유 확인 쿼리 추가댓글 CRUD 및 페이지 쿼리글 생성/상세/목록/상태변경 쿼리2 files
Swagger 문서 인터페이스 정의프리뷰 조회 API 문서화3 files
글/댓글 예외 코드 정의도메인 커스텀 예외 추가답변 없음 예외 코드 추가4 files
댓글 컨트롤러 WebMvc 테스트글 컨트롤러 WebMvc 테스트댓글 서비스 단위 테스트글 서비스 단위 테스트1 files
sharedPost/comment 타입 별칭 등록