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

[FEAT] Event의 imageUrl 컬럼 제거 및 섬네일 이미지의 URL을 S3의 이미지로 대체 #664

Closed
3 tasks
amaran-th opened this issue Sep 27, 2023 · 0 comments
Assignees
Labels
Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경

Comments

@amaran-th
Copy link
Collaborator

amaran-th commented Sep 27, 2023

📌 어떤 기능인가요?

Event의 imageUrl 컬럼 제거
행사 목록 조회 시 행사마다 S3에 저장된 이미지 목록 중 첫 번째 이미지를 imageUrl로 반환하도록 수정
행사 상세 조회 시 S3에 저장된 이미지들 중 첫번째 이미지와 나머지 이미지를 분리해서 반환하도록 수정(각각 imageUrl, imageUrls)

📜 작업 상세 내용

  • 행사 상세 조회 시 S3에 저장된 이미지들 중 첫번째 이미지와 나머지 이미지를 분리해서 반환하도록 수정(각각 imageUrl, imageUrls)
  • 행사 목록 조회 시 행사마다 S3에 저장된 이미지 목록 중 첫 번째 이미지를 imageUrl로 반환하도록 수정
  • Event의 imageUrl 컬럼 제거

예상 소요 시간

9/27(수)

@amaran-th amaran-th added Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경 labels Sep 27, 2023
@amaran-th amaran-th added this to the 6차 스프린트 milestone Sep 27, 2023
@amaran-th amaran-th self-assigned this Sep 27, 2023
amaran-th pushed a commit that referenced this issue Sep 28, 2023
…rse-teams/2023-emmsale into Feature/#664-행사_다단건_조회_시_S3의_이미지를_반환하도록_수정
amaran-th pushed a commit that referenced this issue Sep 28, 2023
amaran-th pushed a commit that referenced this issue Sep 28, 2023
amaran-th pushed a commit that referenced this issue Sep 28, 2023
amaran-th pushed a commit that referenced this issue Oct 4, 2023
amaran-th pushed a commit that referenced this issue Oct 6, 2023
amaran-th pushed a commit that referenced this issue Oct 6, 2023
…rse-teams/2023-emmsale into Feature/#664-행사_다단건_조회_시_S3의_이미지를_반환하도록_수정
amaran-th pushed a commit that referenced this issue Oct 6, 2023
amaran-th pushed a commit that referenced this issue Oct 6, 2023
amaran-th pushed a commit that referenced this issue Oct 6, 2023
amaran-th pushed a commit that referenced this issue Oct 6, 2023
amaran-th pushed a commit that referenced this issue Oct 6, 2023
amaran-th pushed a commit that referenced this issue Oct 7, 2023
amaran-th pushed a commit that referenced this issue Oct 7, 2023
amaran-th pushed a commit that referenced this issue Oct 9, 2023
…023-emmsale into Feature/#664-행사_DTO의_imageUrl을_S3의_데이터로_대체
amaran-th added a commit that referenced this issue Oct 9, 2023
Feature/#664 행사 dto의 image url을 s3의 데이터로 대체
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경
Projects
Status: Done
Development

No branches or pull requests

1 participant