Skip to content
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

Merged
merged 8 commits into from
Mar 8, 2024

Conversation

chahyunsoo
Copy link
Member

@chahyunsoo chahyunsoo commented Mar 8, 2024

✅ PR 유형

어떤 변경 사항이 있었나요?

  • 새로운 기능 추가
  • 버그 수정
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • 견적서 조회 api 구현 완료
  • 부품 주문 진행 상태 변경 api 구현 완료

✏️ 관련 이슈(선택 사항)

본인이 작업한 내용이 어떤 Issue Number와 관련이 있는지만 작성해주세요


🎸 기타 사항 or 추가 코멘트

@chahyunsoo chahyunsoo added the ✨ feature 기능 개발 이슈 label Mar 8, 2024
@chahyunsoo chahyunsoo requested a review from bbbang105 March 8, 2024 07:08
@chahyunsoo chahyunsoo self-assigned this Mar 8, 2024
Copy link
Contributor

@bbbang105 bbbang105 left a 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("파블로 항공")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

나중에 시간되믄 유저 테이블에서 찾아서 name 넣는 것도 좋을듯 !

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 user 테이블에 파블로 항공이랑 데이터 넣었네? 오키오키 merge시키고 반영할게용

@chahyunsoo
Copy link
Member Author

부품 주문 전체 조회 반환 dto에서 부품 이미지는 빼도 될듯함
일단 merge시키고 develop 브랜치에서 할 예정

@PatchMapping("/orders/{userId}")
public ApiResponse<String> confirmOrder(@PathVariable Long userId) {
quotationDetailService.confirmOrder(userId);
return ApiResponse.onSuccess("부품 주문에 성공했습니다. 주문 완료!");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

왜 내가 만들어 둔 Message 안씀? ㅋ

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잠만ㅋㅋㅋㅋㅋㅋㅋㅋ

@chahyunsoo chahyunsoo merged commit bc0a389 into develop Mar 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 기능 개발 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] : 부품 주문 관련 기능 구현
2 participants