-
Notifications
You must be signed in to change notification settings - Fork 2
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/54 feature 업무 관리 게시글 수정 기능 #113
Open
oowtl
wants to merge
27
commits into
dev
Choose a base branch
from
feature/54-feature-업무-관리-게시글-수정-기능
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
The head ref may contain hidden characters: "feature/54-feature-\uC5C5\uBB34-\uAD00\uB9AC-\uAC8C\uC2DC\uAE00-\uC218\uC815-\uAE30\uB2A5"
Open
Conversation
This file contains 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
- TaskBoard.commentList 추가 - TaskBoard, TaskBoardComment 간 ToString exclude 관련 이슈 - #53
- Entity 가 그대로 반환될 때 순환 참조가 일어나는 경우가 존재함에 따라 Entity를 Dto 로 변환할 기능이 필요 - commentList 가 null 이면 empty List 반환 관련 이슈 - #53
- 목록 조회와 상세 조회를 목적으로 하는 Dto 로 분리 - 목록 조회 : TaskBoardResponse.TaskBoardListDto - 상세 조회 : TaskBoardResponse.TaskBoardItemDto - TaskBoardResponse 를 생성하지 못하도록 생성자에 PRIVATE 설정 관련 이슈 - #53
- TaskBoardService.getTaskBoardById 메서드 추가 관련 이슈 - #53
- TaskBoardController.getTaskBoard 메서드 추가 관련 이슈 - #53
- /post/{postId}/comment -> /posts/{postId}/comment 관련 이슈 - #53
- TaskBoardCommentRepository.existsByIdAndTaskBoardId 메서드 추가 관련 이슈 - #60
- Hard Delete 기능 추가 관련 이슈 - #60
- 업무 관리 게시글에 업무 관리 게시글 댓글이 포함되는지 확인하는 메서드 관련 이슈 - #60
- BaseException 를 위한 처리 - log 추가 관련 이슈 - #60
- TaskBoardCommentNotFoundEntityException 생성 - TaskBoardCommentMisMatchEntityException 생성 관련 이슈 - #60
- TaskBoardCommentService.deleteSoft 메서드 추가 - TaskBoardCommentService.deleteHard 메서드 추가 관련 이슈 - #60
- TaskBoardController.deleteSoft 엔드포인트 추가 관련 이슈 - #60
- /posts/{postId}/comment -> /posts/{postId}/comments 관련 이슈 - #60
- entity 수정 메서드 추가 - 변경할 부분이 content 만 존재 관련 이슈 - #58
- 업무 관리 게시글 댓글 수정을 위한 RequestDto 관련 이슈 - #58
- 업무 관리 게시글 댓글 수정을 위한 TaskBoardCommentService.update 추가 - 업무 관리 게시글에 속한 댓글인지 확인 후 수정 관련 이슈 - #58
- TaskBoardController.updateComment 추가(/posts/{postId}/comments/{commentId}) 관련 이슈 - #58
- 통일을 위한 필드명 수정 (deletedStatus -> deletedYn) - 개발의 편의성을 위해 dto의 생성자에 deletedYn 을 추가 관련 이슈 - #55
- HARD DELETE 를 위한 기능 추가 관련 이슈 - #55
- 개발 편의성을 위해서 TaskBoardListDto,TaskBoardItemDto 에 deletedYn 컬럼 추가 관련 이슈 - #55
- SOFT DELETE, HARD DELETE 기능 추가 - 게시글 삭제 전에 게시글에 속한 댓글을 먼저 수정, 삭제하도록 구현 관련 이슈 - #55
- SOFT DELETE 기능 엔드포인트 추가 - DELETE /posts/{postId} 관련 이슈 - #55
- 게시글 제목과 본문 업데이트 - 수정 전과 비교하여 다르면 업데이트 관련 이슈 - #55
- 업무 관리 게시글 수정 요청을 위한 DTO 생성 관련 이슈 - #55
- TaskBoardService.update 메서드 추가 관련 이슈 - #55
- TaskBoardController.updateTaskBoard 추가 - PUT /posts/{postId} 관련 이슈 - #55
oowtl
requested review from
a121255,
heegu123,
KJU3,
jaseongkim and
quickestfunctioning
as code owners
January 12, 2025 04:42
1 task
heegu123
approved these changes
Jan 12, 2025
jaseongkim
approved these changes
Jan 12, 2025
a121255
approved these changes
Jan 12, 2025
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.
🚀 Pull Request
[업무 관리 게시글 수정 기능]
#️⃣ 연관된 이슈
📋 작업 내용