-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feat] : 견적서 조회 api 및 부품 주문 진행 api 구현 완료 #20
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 너무 많았다 🔥
|
||
public static QuotationResponse of(List<ProductInfoDto> productInfoDto, int sumPrice) { | ||
return QuotationResponse.builder() | ||
.name("파블로 항공") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에 시간되믄 유저 테이블에서 찾아서 name 넣는 것도 좋을듯 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 user 테이블에 파블로 항공이랑 데이터 넣었네? 오키오키 merge시키고 반영할게용
부품 주문 전체 조회 반환 dto에서 부품 이미지는 빼도 될듯함 |
@PatchMapping("/orders/{userId}") | ||
public ApiResponse<String> confirmOrder(@PathVariable Long userId) { | ||
quotationDetailService.confirmOrder(userId); | ||
return ApiResponse.onSuccess("부품 주문에 성공했습니다. 주문 완료!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
왜 내가 만들어 둔 Message 안씀? ㅋ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
잠만ㅋㅋㅋㅋㅋㅋㅋㅋ
✅ PR 유형
어떤 변경 사항이 있었나요?
📝 작업 내용
이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)
✏️ 관련 이슈(선택 사항)
본인이 작업한 내용이 어떤 Issue Number와 관련이 있는지만 작성해주세요
🎸 기타 사항 or 추가 코멘트