Skip to content

[Feature] 주문 조회#204

Merged
willjsw merged 13 commits into
developfrom
feature/#182-feature-customer-order-get-api
Oct 27, 2025
Merged

[Feature] 주문 조회#204
willjsw merged 13 commits into
developfrom
feature/#182-feature-customer-order-get-api

Conversation

@hyeonji91

@hyeonji91 hyeonji91 commented Oct 25, 2025

Copy link
Copy Markdown
Member

🛠️ Issue Number

closes #182

📌 작업 내용 및 특이사항

  • 주문 상태 조회
  • 주문 상세 조회
  • 주문 목록 조회
    • cursor기반 페이징 적용

📚 참고사항

@hyeonji91 hyeonji91 linked an issue Oct 25, 2025 that may be closed by this pull request
3 tasks

@isak-kang isak-kang left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

고생하셨습니다!!
수정사항 확인해주세요!

@isak-kang isak-kang added the ✨ feature 새 기능을 추가합니다. label Oct 26, 2025
@isak-kang isak-kang added this to the Sprint 3 milestone Oct 26, 2025

@willjsw willjsw left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

고생하셨습니다! MemberUtil 관련된 부분은 제가 Refund 쪽 진행하면서 함께 수정하겠습니다:)

Comment on lines +76 to +77
if (member.equals(orderDetail.getOrder().getMember()))
throw new CommonException(OrderErrorCode.ORDER_FORBIDDEN);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

P2: MemberUtil 사용하도록 수정하시면 좋을 것 같습니다! 또한 에러 코드도 Member단 선언된 코드 사용하시면 좋을 듯 합니다!

@willjsw
willjsw merged commit 2c9f6bc into develop Oct 27, 2025
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.

[Feature] 주문 조회 API

3 participants