Skip to content

[Feat] 질문/댓글 이미지 여러 장 업로드 지원 #199

Description

@kkw610

기능 설명

기존에는 질문과 댓글 작성 시 이미지를 1장밖에 첨부할 수 없음
질문과 댓글 작성 시 이미지를 여러 장 업로드할 수 있도록 구현

작업 상세 내용

  • 이미지 다중 업로드 API 추가 (최대 5장, 서버 부하 방지)
  • imageUrl(String) → imageUrls(List) 구조로 변경
  • DB 마이그레이션 없이 기존 컬럼에 JSON 배열 문자열로 저장 (하위 호환)
  • 프론트에서 여러 장 선택/미리보기/삭제 처리

변경 파일

BE: ImageController, Question, QuestionComment, QuestionReqDTO, QuestionResDTO, QuestionService
FE: qnaUtils, QnAListPage, QnADetailPage

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions