Skip to content

[Feat/#26] 세부 TASK 담당자 설정 API 구현#36

Merged
JungMINI-developer merged 1 commit intodevelopfrom
feature/issue-26
Jan 19, 2026
Merged

[Feat/#26] 세부 TASK 담당자 설정 API 구현#36
JungMINI-developer merged 1 commit intodevelopfrom
feature/issue-26

Conversation

@jeongkyueun
Copy link
Collaborator

@jeongkyueun jeongkyueun commented Jan 18, 2026

📌 feat: 세부 TASK 담당자 설정 API 구현

📌 관련 이슈번호

📌 PR 유형

어떤 변경 사항이 있나요?

  • 새 기능 추가
  • 버그 수정
  • 리팩토링

📌 PR 요약

세부 TASK 담당자 설정 API를 구현했습니다.

📌 작업 세부 내용

1.구현 사항

TaskController에 setSubTaskAssignee 메서드 추가
TaskService에 담당자 설정 로직 구현
팀 과제인 경우 팀 멤버만 담당자로 지정 가능
개인 과제인 경우 본인만 담당자로 지정 가능
assigneeId가 null인 경우 담당자 해제

2.에러 처리
400: 유효하지 않은 ID, 팀원이 아닌 사용자, 개인 과제 시 본인이 아닌 경우
404: 존재하지 않는 세부 과제
500: 서버 내부 오류

📸 스크린샷 (선택)

image

🔗 참고 자료

@jeongkyueun jeongkyueun self-assigned this Jan 18, 2026
@JungMINI-developer JungMINI-developer merged commit f426755 into develop Jan 19, 2026
1 check passed
@JungMINI-developer JungMINI-developer deleted the feature/issue-26 branch January 22, 2026 18:20
@jeongkyueun jeongkyueun changed the title feat: 세부 TASK 담당자 설정 API 구현 [Feat/#26] 세부 TASK 담당자 설정 API 구현 Jan 24, 2026
@jeongkyueun jeongkyueun added the enhancement New feature or request label Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 세부 TASK 담당자 설정 API

2 participants