Skip to content

[Feat] 질문 상태 완료 전환 API 구현#104

Merged
kkw610 merged 1 commit into
developfrom
feat/#102
May 24, 2026
Merged

[Feat] 질문 상태 완료 전환 API 구현#104
kkw610 merged 1 commit into
developfrom
feat/#102

Conversation

@kkw610

@kkw610 kkw610 commented May 24, 2026

Copy link
Copy Markdown
Collaborator

#️⃣연관된 이슈

#102

📝작업 내용

PATCH /api/questions/{questionId}/status 구현

  • 관리자(ADMIN)만 호출 가능 (아니면 403)
  • 질문의 is_resolved를 true로 변경
  • Question.java — markResolved() 추가
  • QuestionSuccessCode.java — QUESTION_STATUS_UPDATED 추가
  • QuestionResDTO.java — StatusUpdateRes 추가
  • QuestionService.java — updateQuestionStatus() 추가
  • QuestionController.java — 엔드포인트 추가

Closes #102

@kkw610 kkw610 self-assigned this May 24, 2026
@kkw610 kkw610 linked an issue May 24, 2026 that may be closed by this pull request
5 tasks
@kkw610 kkw610 merged commit d3ea594 into develop May 24, 2026
1 check passed
@kkw610 kkw610 changed the title feat: 질문 상태 완료 전환 API 구현 [Feat] 질문 상태 완료 전환 API 구현 May 24, 2026
@kkw610 kkw610 deleted the feat/#102 branch May 24, 2026 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 질문 상태 완료 전환 API

1 participant