[Feat/#26] 세부 TASK 담당자 설정 API 구현#36
Merged
JungMINI-developer merged 1 commit intodevelopfrom Jan 19, 2026
Merged
Conversation
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.
📌 feat: 세부 TASK 담당자 설정 API 구현
📌 관련 이슈번호
📌 PR 유형
어떤 변경 사항이 있나요?
📌 PR 요약
세부 TASK 담당자 설정 API를 구현했습니다.
📌 작업 세부 내용
1.구현 사항
TaskController에 setSubTaskAssignee 메서드 추가
TaskService에 담당자 설정 로직 구현
팀 과제인 경우 팀 멤버만 담당자로 지정 가능
개인 과제인 경우 본인만 담당자로 지정 가능
assigneeId가 null인 경우 담당자 해제
2.에러 처리
400: 유효하지 않은 ID, 팀원이 아닌 사용자, 개인 과제 시 본인이 아닌 경우
404: 존재하지 않는 세부 과제
500: 서버 내부 오류
📸 스크린샷 (선택)
🔗 참고 자료