Feat: 게시글 첨부 파일 기능 추가 (#288) #291
Merged
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.
📌 개요
🔨 작업 내용
PostRequest에imageIds필드 추가 (게시글 생성/수정 시 첨부 이미지 ID 리스트 전달)PostResponse,PostDetailResponse에images필드 추가 (ImageResponseDTO 신규 생성)PostServiceAttachmentMappingRepository,FileAttachmentRepository활용)Swagger 문서(
PostControllerDocs)에 이미지 관련 예시 및 404(FILE_004) 오류 응답 추가테스트 코드 추가 및 수정
PostControllerTest,PostServiceTest에서 이미지 첨부/교체/삭제/검증 테스트 추가FILE_004)🔗 관련 이슈
Closes #288
📝 참고 사항
✅ 체크리스트