-
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] schedule, staff, cast 수정 DTO 각각을 add, delete,update DTO로 세분화 #177
Labels
Comments
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 21, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
hoonyworld
added a commit
that referenced
this issue
Aug 22, 2024
… 및 예매자가 존재하지 않을 시 가격정보 업데이트가 가능하도록 리팩토링 (#184) * [#177] feat(ScheduleAddRequest): 회차 추가 요청 DTO 생성 * [#177] feat(ScheduleDeleteRequest): 회차 삭제 요청 DTO 생성 * [#177] feat(CastAddRequest): 등장인물 추가 요청 DTO 생성 * [#177] feat(CastDeleteRequest): 등장인물 삭제 요청 DTO 생성 * [#177] feat(StaffAddRequest): 스태프 추가 요청 DTO 생성 * [#177] feat(StaffDeleteRequest): 스태프 삭제 요청 DTO 생성 * [#177] feat(ScheduleAddResponse): 회차 추가 응답 DTO 생성 * [#177] feat(ScheduleDeleteResponse): 회차 삭제 응답 DTO 생성 * [#177] feat(CastAddResponse): 등장인물 추가 응답 DTO 생성 * [#177] feat(CastDeleteResponse): 등장인물 삭제 응답 DTO 생성 * [#177] feat(StaffAddResponse): 스태프 추가 응답 DTO 생성 * [#177] feat(StaffDeleteResponse): 스태프 삭제 응답 DTO 생성 * [#177] refactor(PerformanceUpdateRequest): 추가된 요청 DTO필드로 변경 * [#177] refactor(PerformanceUpdateResponse): 추가된 응답 DTO필드로 변경 * [#177] refactor(ScheduleUpdateRequest): 객체로 자료형 변경 * [#177] refactor(PerformanceUpdateRequest): 업데이트 변수 추가 * [#177] refactor(PerformanceUpdateResponse): 업데이트 변수 추가 * [#177] chore(build.gradle): devtools 비활성화 * [#177] refactor(PerformanceUpdateService): 회차, 등장인물, 스태프 추가,삭제,수정이 가능하도록 서비스 로직 변 * [#177] refactor(PerformanceUpdateService): 롬복 라이브러리로 변경 * [#177] refactor: 경로명 변경 * [#177] refactor(PerformanceErrorCode): 회차 추가 3개 초과 시 에러 메시지 추가 * [#177] refactor(ScheduleRepository): 공연 아이디로 회차 개수를 반환하는 메서드 추가 * [#177] refactor(PerformanceUpdateService): 기존 회차 수 + 회차 추가 수가 3 초과시 에러처리 추가 * [#177] refactor(PerformanceUpdateService): 해당 공연의 메이커만 공연 수정이 가능하도록 검증하는 메서드 추가 * [#177] refactor(PerformanceController): Swagger ApiResponse 추가 * [#177] refactor(application-dev.yml): 로그 레벨 속성 추가 * [#177] refactor(Performance): 티켓 가격 업데이트 메서드 추가 * [#177] refactor(PerformanceErrorCode): 변경 티켓 가격이 음수일 시, 예매자가 존재하는데 가격수정을 시도할 때 보여줄 에러 메시지 추가 * [#177] refactor(PerformanceUpdateRequest): ticketPrice 변수 추가 * [#177] refactor(PerformanceUpdateService): 예매자 여부에 따른 티켓 가격 변경 서비스 로직 추가 * [#177] refactor(PerformanceController): ApiResponse 추가 * [#177] refactor(PerformanceController): ApiResponse description 설명 변경
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Issue 📌
문제 상황
ID 생성의 책임이 클라이언트에 있음
ID 생성의 책임을 서버로 이전한다면?
회차 추가, 회차 삭제 API를 분리하면 되지 않나요?
고안한 방법
최종 선택
Todo ✔️
The text was updated successfully, but these errors were encountered: