-
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.
Browse files
Browse the repository at this point in the history
* [#117] remove(PerformanceCreateService): 사용하지 않는 클래스 삭제 * [#117] refactor(CastRepository): DB에 등록된 등장인물을 모두 가져오는 메서드 구현 * [#117] refactor(ScheduleRepository): DB에 등록된 회차를 모두 가져오는 메서드 구현 * [#117] refactor(StaffRepository): DB에 등록된 스태프를 모두 가져오는 메서드 구현 * [#117] refactor(PerformanceSuccessCode): 공연 수정 페이지 조회 성공 메시지 추가 * [#117] refactor(PerformanceEditResponse): 공연 수정 페이지 조회 응답 DTO 생성 * [#117] refactor(PerformanceService): 수정 페이지의 정보를 조회하는 서비스 로직 구현 * [#117] feat(PerformanceController): 공연 수정 페이지의 정보를 조회하는 GET API 구현
- Loading branch information
1 parent
5ad88f9
commit ff1618c
Showing
8 changed files
with
184 additions
and
156 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
155 changes: 0 additions & 155 deletions
155
src/main/java/com/beat/domain/performance/application/PerformanceCreateService.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.