-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [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)
- Loading branch information
1 parent
67f84de
commit e7016a9
Showing
5 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,5 @@ public class Shows { | |
|
||
@OneToOne(mappedBy = "shows") | ||
private SpaceApply spaceApply; | ||
|
||
} |
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