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] 공연 등록 시 공연상세이미지 추가 및 상세페이지, 수정페이지에서의 조회 기능 구현과 웹발신 문자내용 수정 #183

Closed
5 tasks done
hyerinhwang-sailin opened this issue Aug 20, 2024 · 0 comments · Fixed by #186
Assignees

Comments

@hyerinhwang-sailin
Copy link
Collaborator

hyerinhwang-sailin commented Aug 20, 2024

Feature Issue 📌

공연 등록 시 공연상세이미지 추가 및 공연상세페이지에서 조회 기능 구현
웹발신 문자 내용 수정


Todo ✔️

  • 공연상세이미지 presignedUrl로 등록
  • 공연 등록 시 공연상세이미지 추가 가능하도록 변경(최대 5장) - performanceDetailImage entity 추가, request 및 response에 추가
  • 공연상세페이지의 공연정보 조회에 상세 이미지 포함
  • 수정페이지에서의 공연정보 조회에 상세 이미지 포함
  • 웹발신 문자 내용 수정
@hyerinhwang-sailin hyerinhwang-sailin self-assigned this Aug 20, 2024
@hyerinhwang-sailin hyerinhwang-sailin changed the title [feat] 공연 등록 시 공연상세이미지 추가 및 공연상세페이지에서 조회 기능 구현 [feat] 공연 등록 시 공연상세이미지 추가 및 상세페이지, 수정페이지에서의 조회 기능 구현과 웹발신 문자내용 수정 Aug 22, 2024
hyerinhwang-sailin added a commit that referenced this issue Aug 23, 2024
… 수정 (#186)

* [#183] feat(FileService): 공연상세이미지 presignedUrl 할당 로직 구현

* [#183] feat(FileController): 공연상세이미지 presignedUrl 할당 로직 구현

* [#183] feat(Performance): 공연상세이미지 연관관계 설정

* [#183] feat(PerformanceDetailImage): 공연상세페이지에서의 상세이미지 조회 response 생성

* [#183] feat(PerformanceImage): 공연상세이미지 엔티티 생성

* [#183] feat(PerformanceImageRepository): 공연상세이미지 repository 생성

* [#183] feat(PerformanceDetailResponse): 공연상세페이지 조회 response에 상세이미지목록 추가

* [#183] feat(PerformanceEditResponse): 공연수정페이지 조회 response에 상세이미지목록 추가

* [#183] feat(PerformanceService): 공연상세페이지, 수정페이지 조회 시 상세이미지목록 같이 조회하도록 추가

* [#183] feat: 공연 생성 시 상세이미지 request, response 추가

* [#183] feat: 공연 생성 request, response에 상세이미지 추가

* [#183] feat(PerformanceManagementService): 공연 생성 시 상세이미지도 등록가능하도록 구현

* [#183] feat(TicketService): 웹발신 문자 내용 수정

* [#183] feat(Performance): 누락된 메소드 추가

* [#183] feat: dev, prod CI yml에 토큰 관련 환경변수 추가

* [#183] feat: dev, prod yml에 토큰 관련 환경변수 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment