Conversation
- implement order history page with payment status filtering and date grouping - render order-created and payment-simulated events as separate history records - add order history API client and frontend order history types - add event-level order history identifiers to prevent duplicate render keys - standardize order and payment timestamps using KST-based application time - preserve pending checkout order state across cart navigation until cart changes - clear pending order state when cart items are added, removed, or updated
…tory-payment-status-flow [D2C-39] 주문 내역 확인 및 결제 상태 확인 흐름 구현
- add review creation page for purchased order items - add review CTA to paid order items in order history - require product recommendation and star rating before review submission - support optional review title and detailed review content with default fallback text - add product review list API and render persisted reviews on product detail page - improve product review card layout, rating display and reviewer name formatting
…m-review-form [D2C-40] 주문 상품 기반 리뷰 작성 화면 구현
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
D2C-39에서는 사용자가 주문 생성, 결제 전, 결제 실패, 결제 성공 이력을 주문 내역 화면에서 확인할 수 있도록 주문 내역 및 결제 상태 확인 흐름을 구현했습니다.
D2C-40에서는 결제 완료된 주문 상품을 기준으로 리뷰 작성 화면에 진입하고, 작성된 리뷰가 상품 상세 페이지에 유지되어 표시되도록 리뷰 작성 및 상품별 리뷰 조회 흐름을 구현했습니다.
본 PR에서는
develop에서 검증된 주문 내역 확인, 결제 상태 확인, 주문 상품 기반 리뷰 작성, 상품 상세 리뷰 조회 흐름을main에 병합하여 Sprint 2 구매 이후 사용자 흐름의 배포 기준을 정리합니다.포함 범위
D2C-39 주문 내역 및 결제 상태 확인 흐름
D2C-40 주문 상품 기반 리뷰 작성 흐름
상품 상세 리뷰 조회 및 UI 보완
님suffix 표시백엔드 리뷰 목록 조회 보완
visible상태 리뷰만 조회스타일 보완
검증 결과
develop브랜치 기준으로 백엔드 전체 테스트를 실행하여 정상 통과를 확인했습니다.프론트엔드 타입 체크를 실행하여 정상 통과를 확인했습니다.
프론트엔드 빌드를 실행하여 정상 통과를 확인했습니다.
수동 확인 항목:
주문: 주문 생성,결제: 결제 전이력 표시 확인주문: 주문 실패,결제: 결제 실패이력 표시 확인주문: 주문 완료,결제: 결제 성공이력 표시 확인모두선택 시 전체 주문 이력 표시 확인결제 성공선택 시 결제 성공 이력만 표시 확인결제 실패선택 시 결제 실패 이력만 표시 확인결제 전선택 시 결제 전 이력만 표시 확인님표시 확인브랜치 통합 방식
이번 PR의 통합 흐름은 아래와 같습니다.
main병합 후에는 주문 내역 확인, 결제 상태 확인, 주문 상품 기반 리뷰 작성, 상품 상세 리뷰 조회 흐름이 배포 기준 브랜치에 반영됩니다.향후 브랜치 운영 원칙
Sprint 2에서는 아래 브랜치 운영 원칙을 유지합니다.
develop에서 분기develop으로 개별 PR 생성develop을main에 병합main은 배포 기준 브랜치로 유지체크리스트
develop에 병합develop에 병합main병합 완료main기준 최종 확인