Skip to content

Feature/upload image#22

Merged
YuuuuuuYu merged 6 commits intodevelopfrom
feature/upload-image
Feb 23, 2025
Merged

Feature/upload image#22
YuuuuuuYu merged 6 commits intodevelopfrom
feature/upload-image

Conversation

@YuuuuuuYu
Copy link
Member

@YuuuuuuYu YuuuuuuYu commented Feb 20, 2025

🚀 작업 내용 설명

  • BaseEntity 추가
  • 이미지 업로드 기능 추가
  • 이미지 API 문서 추가
  • 다른 API Test 코드에 @WebMvcTest 추가

📢 그 외

  • ImageController에 ImageService가 들어가면서 다른 컨트롤러 테스트에 오류가 발생했습니다
    => WebMvcTest(Controller)를 세팅을 안하면 관련 없는 컨트롤러에서 ImageService에 대해 Mock 생성 오류가 발생합니다

  • ERD에서 Common에 해당하는 BaseEntity를 생성했는데 다른 엔티티에도 상속시키면 좋을 것 같습니다
    어노테이션 추가는 1차 MVP 이후에 다시 확인하려고 하는데 피드백 부탁드립니다

  • 현재 시간 기준으로 파일명을 생성하기 위해 DateTime 객체를 만들었는데 파일 생성 외에 사용하는게 아니면
    image 패키지에 넣는게 좋을지 고민입니다

📌 관련 이슈

close #3

@YuuuuuuYu YuuuuuuYu self-assigned this Feb 20, 2025
@YuuuuuuYu YuuuuuuYu added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 20, 2025
@YuuuuuuYu YuuuuuuYu requested a review from wlsh44 February 20, 2025 18:07
Copy link
Contributor

@wlsh44 wlsh44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

너무 늦게 확인드리네요.. 죄송합니다 ㅠㅠ
고생하셨습니다!!

@YuuuuuuYu YuuuuuuYu merged commit 5dc6992 into develop Feb 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cloudflare R2 이미지 업로드

2 participants