-
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.
[FU-115] 사진작가측 신청서 상세보기 API 구현 (#21)
* FU-115 refactor: 신청서 관련 DTO 클래스명 수정 신청서를 ReservationForm -> Form으로 축약해 사용하기로 결정함 * FU-115 feat: 휴대폰번호 반환 형식 수정 기존: +82 10-0000-0000 변경: 010-0000-0000 * FU-115 feat: ReservationForm 엔티티 희망일정, 고객메모 필드명 변경 * FU-115 feat: 신청서 상세보기 response dto 구성 * FU-115 feat: 사진작가측 신청서 상세보기 API 구현 * FU-115 feat: 신청서 상세보기 서비스로직 리팩토링 * FU-115 feat: 중복된 상품제목으로 상품 등록시 예외처리 추가 * FU-115 feat: 신청서 등록 및 조회 시 참고사진 추가 * FU-115 feat: response dto 필드명 수정 status -> reservationStatus * FU-115 feat: 신청서 리스트뷰에서 새 신청서 컴포넌트의 반환형식 수정 새 신청서의 경우 희망일정을 반환하지 않음 * FU-115 chore: ToDo 주석 추가
- Loading branch information
Showing
31 changed files
with
503 additions
and
278 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
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
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
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.