[D2C-40] 주문 상품 기반 리뷰 작성 화면 구현#16
Merged
Merged
Conversation
- 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
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-40에서는 사용자가 주문 내역 화면에서 결제 완료된 주문 상품을 기준으로 리뷰 작성 화면에 진입하고, 해당 주문 상품에 대한 리뷰를 작성할 수 있도록 구현했습니다.
본 PR에서는 주문 상품 기반 리뷰 작성 CTA, 리뷰 작성 화면, 상품 추천 여부 및 별점 입력, 리뷰 생성 API 연동, 상품 상세 페이지 내 리뷰 목록 표시를 추가하여 구매 이후 사용자 피드백 흐름을 보완합니다.
포함 범위
주문 내역 기반 리뷰 작성 진입
product_id,order_item_id,product_name기반 리뷰 작성 대상 전달리뷰 작성 화면
리뷰 생성 API 연동
상품 상세 페이지 리뷰 표시
님suffix 표시백엔드 리뷰 목록 조회 보완
visible상태 리뷰만 조회스타일 보완
검증 결과
D2C-40 브랜치 기준으로 백엔드 리뷰 테스트를 실행하여 정상 통과를 확인했습니다.
백엔드 전체 테스트를 실행하여 정상 통과를 확인했습니다.
프론트엔드 타입 체크를 실행하여 정상 통과를 확인했습니다.
프론트엔드 빌드를 실행하여 정상 통과를 확인했습니다.
수동 확인 항목:
님표시 확인브랜치 통합 방식
이번 PR의 통합 흐름은 아래와 같습니다.
develop병합 후에는 주문 상품 기반 리뷰 작성 및 상품 상세 리뷰 조회 흐름이 Sprint 2 구매 이후 피드백 흐름에 반영됩니다.향후 브랜치 운영 원칙
Sprint 2에서는 아래 브랜치 운영 원칙을 유지합니다.
develop에서 분기develop으로 개별 PR 생성develop을main에 병합main은 배포 기준 브랜치로 유지체크리스트
develop기준으로 분기