-
Notifications
You must be signed in to change notification settings - Fork 57
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
[13팀 김보영] [Chapter 2-2] 디자인 패턴과 함수형 프로그래밍 #31
Open
BoYoung00
wants to merge
27
commits into
hanghae-plus:main
Choose a base branch
from
BoYoung00:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
26e2948
:recycle: refactor: cartUtils 분리
BoYoung00 b8e06ea
♻ refactor: useProducts 분리
BoYoung00 2be6772
♻ refactor: useCoupons 분리
BoYoung00 cad67a4
♻ refactor: useCart 분리
BoYoung00 aca5b45
:sparkles: feat: localStorage로 장바구니 관리 기능 추가
BoYoung00 df45ebf
♻ refactor: useDiscountCalculator 분리
BoYoung00 cda7c8e
:white_check_mark: useDiscountCalculator에 맞게 test 수정
BoYoung00 7ca3745
♻ refactor: 상품 추가 컴포넌트 분리
BoYoung00 505c04f
♻ refactor: ProductToggleButton 분리
BoYoung00 e6cd1dc
♻ refactor: 폴더 구조 수정
BoYoung00 0ad7261
♻ refactor: InputField 분리
BoYoung00 5ffef0f
♻ refactor: UpdateProductForm 분리
BoYoung00 720ce66
♻ refactor: ProductDetails 분리
BoYoung00 943462d
♻ refactor: ProductToggleButton 구조 개선 (자식 컴포넌트 분리 및 사용)
BoYoung00 9ed385a
♻ refactor: 파일 위치 수정
BoYoung00 a52970e
♻ refactor: AddNewProduct 구조 개선 (InputField 사용)
BoYoung00 eead67c
♻ refactor: ProductToggleButton 훅 분리
BoYoung00 ff1373d
♻ refactor: 쿠폰 관리 컴포넌트 분리
BoYoung00 84046e0
♻ refactor: cart 유틸 함수 분리
BoYoung00 96276e2
♻ refactor: CartPage 구조 개선 (유틸 함수 사용)
BoYoung00 8488861
♻ refactor: ProductList 분리
BoYoung00 b309519
♻ refactor: CartSummary 분리
BoYoung00 1038e27
♻ refactor: CartPage 구조 개선 (자식 컴포넌트 분리 및 사용)
BoYoung00 27da60d
Merge branch 'hanghae-plus:main' into main
BoYoung00 0d30ebc
🔧 chore: jsdom
BoYoung00 012bdf1
:bulb: docs: 주석 제거
BoYoung00 d3b4f4e
:white_check_mark: test: useCart, 유틸 함수 테스트 추가
BoYoung00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
직접 테스트 코드 작성하는 거 좋네요bb