Skip to content

[web-33-4] 관리자 프로젝트 생성 및 사진 추가 API 구현#19

Open
Chunwol wants to merge 1 commit into
feature/web-33-3from
feature/web-33-4
Open

[web-33-4] 관리자 프로젝트 생성 및 사진 추가 API 구현#19
Chunwol wants to merge 1 commit into
feature/web-33-3from
feature/web-33-4

Conversation

@Chunwol
Copy link
Copy Markdown
Member

@Chunwol Chunwol commented May 20, 2026

작업 내용

관리자 페이지에서 프로젝트를 생성하고 사진을 추가할 수 있는 API를 구현합니다.

변경 사항

  • POST /api/admin/projects 프로젝트 생성 (사진 목록 포함 가능)
  • POST /api/admin/projects/{projectId}/photos 사진 추가
  • ProjectCreateRequestDto, PhotoRequestDto 추가
  • AdminProjectController, AdminProjectService 수정

테스트

  • 프로젝트 생성 (사진 포함) → 200 OK, projectId/사진 목록 정상 반환 확인
  • 사진 추가 → 200 OK, 전체 프로젝트 응답 정상 반환 확인

@Chunwol Chunwol requested review from chldPDms and marianddi May 20, 2026 11:17
@Chunwol Chunwol self-assigned this May 20, 2026
@Chunwol Chunwol added the enhancement New feature or request label May 20, 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.

1 participant