-
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
Feature/54 feature 업무 관리 게시글 수정 기능 #113
Merged
The head ref may contain hidden characters: "feature/54-feature-\uC5C5\uBB34-\uAD00\uB9AC-\uAC8C\uC2DC\uAE00-\uC218\uC815-\uAE30\uB2A5"
Merged
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
- 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
# Conflicts: # module-api/src/main/java/com/checkping/api/controller/TaskBoardController.java # module-service/src/main/java/com/checkping/service/project/TaskBoardService.java # module-service/src/main/java/com/checkping/service/project/TaskBoardServiceImpl.java
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
[업무 관리 게시글 수정 기능]
#️⃣ 연관된 이슈
📋 작업 내용