-
Notifications
You must be signed in to change notification settings - Fork 0
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
[REFACTOR] 코드리뷰 #113
Open
ujiiin
wants to merge
420
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[REFACTOR] 코드리뷰 #113
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[FEAT] 예매 내역 상태 변경 API 구현
[FEAT] 관람자/공연 찜 기능 구현
[FEAT] 공연자/공연장 - 대관 양식, 대관 서류 업로드/다운로드 API 구현 (#34)
This reverts commit 443dc08. # Conflicts: # src/main/java/umc/ShowHoo/web/spaceApply/controller/SpaceApplyController.java # src/main/java/umc/ShowHoo/web/spaceApply/repository/SpaceApplyRepository.java # src/main/java/umc/ShowHoo/web/spaceApply/service/SpaceApplyService.java
# Conflicts: # .github/workflows/gradle.yml # src/main/java/umc/ShowHoo/web/audience/entity/Audience.java # src/main/java/umc/ShowHoo/web/book/controller/BookController.java # src/main/java/umc/ShowHoo/web/book/dto/BookRequestDTO.java # src/main/java/umc/ShowHoo/web/book/dto/BookResponseDTO.java # src/main/java/umc/ShowHoo/web/book/service/BookCommandService.java # src/main/java/umc/ShowHoo/web/space/entity/Space.java # src/main/resources/application-prod.yml
[MODIFY] Book 테이블 결제금액 추가 (#34)
[FEAT] 공연장 등록, 공연장 세부정보 조회, 대관신청 추가 구현
* [REFECTOR] 스웨거 설명 추가 * [FEAT] spaceApply, shows 일대일 연관관계 추가 * [FEAT] shows에 공연날짜, 디데이 관련 dto,converter 구현 (#124) * [FEAT]공연 준비 시, 공연날짜 공연디데이 관련 로직 (#124) * [FEAT]공연장 대여가 승인되지않은 경우 에러핸들링(#124) * [FIX] 코드 정리 (#124) * [FIX] 공연자 공연 준비 -공연 등록: rentalFile등록 시에 공연 id가 생성되므로, 공연 정보 set하는 방식으로 구현 (#124) * [FIX] 공연장 공연 준비 - rentalFile 등록 시, 공연id 생성 * [FIX] rentalFile 연관관계 수정 * [FIX] 공연 포스터 오류 수정 (#124) * [FIX] rentalFile spaceApply연관관계 삭제(이미 shows-spaceApply연관관계 있음) (#124) * [FEAT] 공연자 공연준비 - 예매자 예매 상태 넘기기 (#124) * [FIX] 공연장 공연준비 - 큐시트 작성API 엔드포인트 수정 (#124) * REFACTOR] 공연자 공연준비 - 큐시트 작성: spaceApplyId로 shows 큐시트파일 저장 (#124) * [REFACTOR] performerProfileId 수정(#124)
* [REFECTOR] 스웨거 설명 추가 * [FEAT] spaceApply, shows 일대일 연관관계 추가 * [FEAT] shows에 공연날짜, 디데이 관련 dto,converter 구현 (#124) * [FEAT]공연 준비 시, 공연날짜 공연디데이 관련 로직 (#124) * [FEAT]공연장 대여가 승인되지않은 경우 에러핸들링(#124) * [FIX] 코드 정리 (#124) * [FIX] 공연자 공연 준비 -공연 등록: rentalFile등록 시에 공연 id가 생성되므로, 공연 정보 set하는 방식으로 구현 (#124) * [FIX] 공연장 공연 준비 - rentalFile 등록 시, 공연id 생성 * [FIX] rentalFile 연관관계 수정 * [FIX] 공연 포스터 오류 수정 (#124) * [FIX] rentalFile spaceApply연관관계 삭제(이미 shows-spaceApply연관관계 있음) (#124) * [FEAT] 공연자 공연준비 - 예매자 예매 상태 넘기기 (#124) * [FIX] 공연장 공연준비 - 큐시트 작성API 엔드포인트 수정 (#124) * REFACTOR] 공연자 공연준비 - 큐시트 작성: spaceApplyId로 shows 큐시트파일 저장 (#124) * [REFACTOR] performerProfileId 수정(#124) * [REFACTOR] 공연자 공연준비 시 큐시트 폼 다운 엔드포인트 변경(#124)
This reverts commit fc185a8.
This reverts commit dc9c347.
* [REFECTOR] 스웨거 설명 추가 * [FEAT] spaceApply, shows 일대일 연관관계 추가 * [FEAT] shows에 공연날짜, 디데이 관련 dto,converter 구현 (#124) * [FEAT]공연 준비 시, 공연날짜 공연디데이 관련 로직 (#124) * [FEAT]공연장 대여가 승인되지않은 경우 에러핸들링(#124) * [FIX] 코드 정리 (#124) * [FIX] 공연자 공연 준비 -공연 등록: rentalFile등록 시에 공연 id가 생성되므로, 공연 정보 set하는 방식으로 구현 (#124) * [FIX] 공연장 공연 준비 - rentalFile 등록 시, 공연id 생성 * [FIX] rentalFile 연관관계 수정 * [FIX] 공연 포스터 오류 수정 (#124) * [FIX] rentalFile spaceApply연관관계 삭제(이미 shows-spaceApply연관관계 있음) (#124) * [FEAT] 공연자 공연준비 - 예매자 예매 상태 넘기기 (#124) * [FIX] 공연장 공연준비 - 큐시트 작성API 엔드포인트 수정 (#124) * REFACTOR] 공연자 공연준비 - 큐시트 작성: spaceApplyId로 shows 큐시트파일 저장 (#124) * [REFACTOR] performerProfileId 수정(#124) * [REFACTOR] 공연자 공연준비 시 큐시트 폼 다운 엔드포인트 변경(#124) * 전체 예매자 조회 (#124)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
✒️ 관련 이슈번호
🔑 Key Changes
📸 Screenshot