Skip to content

[Feature] 장바구니 시트에 데이터 연결 및 장바구니 기능 구현#16

Merged
minneee merged 2 commits intomainfrom
feature/cart-feature
Sep 19, 2025
Merged

[Feature] 장바구니 시트에 데이터 연결 및 장바구니 기능 구현#16
minneee merged 2 commits intomainfrom
feature/cart-feature

Conversation

@minneee
Copy link
Contributor

@minneee minneee commented Sep 19, 2025

🔗 관련 이슈


✨ 작업 내용

  • 장바구니 화면에 이전 리스트에서 선택한 아이템들의 데이터를 연결
  • 장바구니에 있는 아이템들의 수량 조절
  • 장바구니 아이템들의 전체 삭제 및 구매 기능

📸 Showcase

스크린샷 2025-09-19 오후 5 06 56

Close Issues 🔒 (닫을 Issue)

Close #12
Close #13

Checklist

  • 브랜치를 가져와 작업한 경우 이전 브랜치에 PR을 보냈는지 확인
  • 빌드를 위해 SceneDelegate 수정한 것 PR로 올리지 않았는지 확인
  • 필요없는 주석, 프린트문 제거했는지 확인
  • 컨벤션 지켰는지 확인
  • final, private 제대로 넣었는지 확인
  • 다양한 디바이스에 레이아웃이 대응되는지 확인
    • iPhone SE
    • iPhone 13
    • iPhone 13 Pro Max

Copy link
Contributor

@Roy-wonji Roy-wonji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minneee 수고 하셨습니다

}
}

private extension ProductListView {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minneee 완전 깔끔 해졌네요

import ComposableArchitecture

struct CartView: View {
let store: StoreOf<CartFeature>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minneee @Perception.Bindable 이거 붙이여 아마액션이 잘될건데 저렇게 도 되네요

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

처음에 이렇게 했다가 @Perception.Bindable이걸로 변경했습니다!!

@minneee minneee merged commit 4fbd574 into main Sep 19, 2025
1 check passed
@minneee minneee deleted the feature/cart-feature branch September 19, 2025 08:52
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]: 장바구니 동작 구현 ✨[feat]: 장바구니 바텀시트

2 participants