Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/42-이미지 첨부 기능 #43

Merged
merged 4 commits into from
Feb 15, 2024
Merged

Feature/42-이미지 첨부 기능 #43

merged 4 commits into from
Feb 15, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented Feb 11, 2024

🚀 개요

AWS S3를 이용한 이미지 첨부 기능 관련 기능 추가

🔍 변경사항

  • 특정 트리에 가입하여 Profile을 생성할 때, 프로필 사진을 설정할 수 있습니다
  • 트리에서 Post(게시글) 생성 시, 이미지 첨부를 할 수 있습니다
  • 회원가입/트리 가입 시 별도의 이미지를 첨부하지 않았을 경우, 자동으로 기본 프로필 이미지를 지정합니다

⏳ 작업 내용

  • 트리 가입 시 프로필 이미지 설정 (POST /trees/members/register)
  • 게시글 작성 시 이미지 첨부 기능 (POST /trees/1/feed/posts)

📝 논의사항

현재 S3 연결 테스팅을 위해 yml파일 일부 주석처리된 상태입니다 개발완료후 다시 풀고 머지할 예정입니다

@koojun99 koojun99 linked an issue Feb 11, 2024 that may be closed by this pull request
2 tasks
@koojun99 koojun99 self-assigned this Feb 11, 2024
@koojun99 koojun99 added the ✨ feature New feature or request label Feb 11, 2024
@koojun99 koojun99 merged commit b074671 into develop Feb 15, 2024
@koojun99 koojun99 deleted the feature/42-image branch February 18, 2024 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature]/42: 이미지 관련 추가기능 구현
1 participant