Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: product UI 공통 모델 및 위젯 구현 #7

Merged
merged 4 commits into from
Oct 27, 2024

Conversation

hyjoong
Copy link
Owner

@hyjoong hyjoong commented Oct 27, 2024

📖 작업 배경

  • 홈 화면과 브랜드 상품 목록에서 동일한 상품 표시 UI가 반복적으로 사용됨
  • SaleItem과 관련된 네이밍이 Product와 혼용되어 일관성이 부족
  • 재사용 가능한 공통 컴포넌트로 분리 필요

📖 구현 내용

  1. model refactoring
  • SaleItem -> Product로 변경
  1. 공통 UI 위젯 구현
  • ProductCard 위젯: 상품 정보를 표시하는 카드형 UI 구현
    image

  • ProductList 위젯: 상품 목록을 표시하는 리스트 레이아웃 구현
    image

  1. 기존 코드 리팩토링
  • SaleList, SaleItem 관련 코드 제거
  • HomeScreen의 상품 목록 섹션을 ProductList로 교체

💡 참고사항

  • 상품 상세 페이지 네비게이션은 추후 구현 예정

🖼️ 스크린샷

image

@hyjoong hyjoong self-assigned this Oct 27, 2024
@hyjoong hyjoong merged commit 80a9cab into master Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant