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

feat: 장바구니 api 연결 #85

Merged
merged 5 commits into from
Nov 19, 2024
Merged

feat: 장바구니 api 연결 #85

merged 5 commits into from
Nov 19, 2024

Conversation

l-lyun
Copy link
Contributor

@l-lyun l-lyun commented Nov 19, 2024

#️⃣연관된 이슈

📝작업 내용

type BucketProductType = Omit<ProductType, 'tags'> & {
  count: number;
};

타입 추가했습니다. 기존 타입들 변경하거나 잘 뽑아서 쓰려했는데 어려워서..

Simulator Screen Recording - iPhone 15 Pro - 2024-11-20 at 01 10 28
image

스크린샷 (선택)

💬리뷰 요구사항(선택)

@l-lyun l-lyun self-assigned this Nov 19, 2024
@l-lyun l-lyun merged commit f4e8655 into main Nov 19, 2024
1 check passed
@l-lyun l-lyun deleted the feature/cart-api branch November 19, 2024 17:46
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.

2 participants