Skip to content

[feat] 배달팟 주문 완료 API 구현#104

Open
daekyochung wants to merge 1 commit into
developfrom
feature/party-order-api
Open

[feat] 배달팟 주문 완료 API 구현#104
daekyochung wants to merge 1 commit into
developfrom
feature/party-order-api

Conversation

@daekyochung

Copy link
Copy Markdown
Collaborator

작업 내용

  • 모집 마감된 배달팟을 파티장이 주문 완료 상태로 전환하는 API를 구현했습니다.

변경 사항

  • PATCH /api/v1/parties/{partyId}/order 엔드포인트를 추가했습니다.
  • 파티장 권한과 CLOSED → ORDERED 상태 전이를 검증합니다.
  • 주문 완료 응답에 배달팟 상태와 정산 상태를 반환합니다.
  • 서비스 및 컨트롤러 테스트를 추가했습니다.

리뷰 포인트

  • 주문 완료 API의 권한·상태 검증과 응답 형식을 확인 부탁드립니다.

체크리스트

  • 로컬에서 실행 확인
  • Swagger 문서 갱신

Closes #103

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@daekyochung, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 33 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7f375236-2ed4-4177-ad76-30310e8e2f2f

📥 Commits

Reviewing files that changed from the base of the PR and between 4c1c509 and 7dff18d.

📒 Files selected for processing (8)
  • src/main/java/com/leets/tdd/global/config/JwtAuthenticationEntryPoint.java
  • src/main/java/com/leets/tdd/party/controller/DeliveryPartyController.java
  • src/main/java/com/leets/tdd/party/domain/DeliveryParty.java
  • src/main/java/com/leets/tdd/party/dto/response/OrderDeliveryPartyResponse.java
  • src/main/java/com/leets/tdd/party/exception/PartyErrorCode.java
  • src/main/java/com/leets/tdd/party/service/DeliveryPartyService.java
  • src/test/java/com/leets/tdd/party/controller/DeliveryPartyControllerTest.java
  • src/test/java/com/leets/tdd/party/service/DeliveryPartyServiceTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/party-order-api

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] 배달팟 주문 완료 API 구현

1 participant