Conversation
- add shared footer with service, purchase flow and implementation scope sections - add GitHub repository link with inline GitHub icon - improve footer copyright and repository metadata - fix sticky footer layout for short content pages
…oter-service-info [D2C-57] 공통 레이아웃 Footer 및 서비스 정보 영역 구성
- add user coupon wallet API for available and used coupons - add coupon wallet page with available coupon and used coupon sections - connect coupon wallet route and navigation links - display coupon benefit, minimum order amount, validity period and usage history - fix review created time display using KST formatting
…on-wallet-history [D2C-58] 사용자 쿠폰함 및 쿠폰 사용 이력 조회 흐름 구현
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-57에서는 전체 페이지에서 공통으로 노출되는 Footer 영역을 추가하고, 서비스 주요 화면, 구매 흐름, 구현 범위, GitHub Repository 정보를 제공하도록 공통 레이아웃을 보완했습니다.
D2C-58에서는 로그인 사용자가 쿠폰함 화면에서 현재 사용 가능한 쿠폰과 결제 완료 주문에서 사용한 쿠폰 이력을 확인할 수 있도록 구현했습니다.
본 PR에서는
develop에서 검증된 공통 Footer 레이아웃, sticky footer 개선, 사용자 쿠폰함 조회, 쿠폰 사용 이력 표시 흐름을main에 병합하여 Sprint 2 프론트엔드 공통 레이아웃 및 쿠폰 조회 흐름의 배포 기준을 정리합니다.포함 범위
D2C-57 공통 Footer 및 서비스 정보 영역
Sticky Footer 레이아웃 보완
app-shell을 세로 flex layout으로 구성app-main이 남은 화면 높이를 차지하도록 수정D2C-58 사용자 쿠폰함 및 쿠폰 사용 이력 조회
프론트엔드 쿠폰함 화면
/coupons라우트 추가시간 표시 보완
스타일 보완
검증 결과
develop브랜치 기준으로 백엔드 전체 테스트를 실행하여 정상 통과를 확인했습니다.프론트엔드 타입 체크를 실행하여 정상 통과를 확인했습니다.
프론트엔드 빌드를 실행하여 정상 통과를 확인했습니다.
수동 확인 항목:
/coupons페이지 접근 확인WELCOME10사용 완료 쿠폰 표시 확인DESK5000,OFFICE10000사용 가능 쿠폰 표시 확인브랜치 통합 방식
이번 PR의 통합 흐름은 아래와 같습니다.
main병합 후에는 공통 Footer, 서비스 정보 영역, 사용자 쿠폰함, 쿠폰 사용 이력 조회 흐름이 배포 기준 브랜치에 반영됩니다.향후 브랜치 운영 원칙
Sprint 2에서는 아래 브랜치 운영 원칙을 유지합니다.
develop에서 분기develop으로 개별 PR 생성develop을main에 병합main은 배포 기준 브랜치로 유지체크리스트
develop에 병합develop에 병합/coupons라우트 추가main병합 완료main기준 최종 확인