Skip to content

Conversation

@soochan8
Copy link
Collaborator

@soochan8 soochan8 commented Oct 21, 2025

📌 Issue

🔖 요약

  1. 사용자별 장바구니 구현

🛠 작업 내용

  1. CartDataStoreManager
  • @Singleton으로 선언하여 사용자 ID에 따라 CartDataStore를 제공합니다.
  1. CartRepositoryImpl
  • 장바구니 진입 시에는 반드시 로그인 되어있는 상태로 진입하므로 userId는 반드시 존재하도록 하였습니다.
  • getCartStore 함수에서 userId를 제공합니다.
  • CartRepositoryImpl 내부 함수에서 사용자 ID를 통해 삽입, 조회, 삭제 등.. 동작하도록 하였습니다.
  1. AuthRepositoryImpl
  • 로그아웃 시, user의 token과 id를 제거하였습니다.

@soochan8 soochan8 requested a review from f-lab-pepe October 21, 2025 07:31
@soochan8 soochan8 self-assigned this Oct 21, 2025
@soochan8 soochan8 added the feat 새로운 기능 추가 label Oct 21, 2025
@soochan8 soochan8 changed the title Feature/feature#52 cart handle by feature#52 사용자별 장바구니 Oct 22, 2025
@soochan8 soochan8 requested a review from f-lab-pepe October 22, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants