-
Notifications
You must be signed in to change notification settings - Fork 2
기능: 외부채널 데이터에 대한 검색 조건 추가(created_at) 및 외부채널 cart_item에 unit_price 개념 도입 #125
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
Merged
Conversation
This file contains hidden or 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
Contributor
PLUX-KR
commented
Dec 2, 2020
- 데이터의 생성 시점을 검색 조건으로 사용하고자 하는 목적에 맞추어 어댑터의 구조가 변경되었습니다.
- ExternalChannel::CartItem에 상품 옵션 단위의 낱개 단위인 unit_price 스키마가 추가되었습니다.
- 아주 소규모로 리팩토링이 진행되었습니다.
* shipping_addresses 테이블 문자셋을 utf8mb4 로 변경 * ship_info.user_memo 필드 타입을 Text 로 변경
Feat/display ship info
사용하기로 협의한대로 사용할 수 있도록 parse query 변경
* 기능: 외부채널 cart item에 unit 가격 추가 외부채널 cart item에 값 보정을 위한 unit price 컬럼 추가 및 데이터 받아옴 * 형식: DB 변경에 따른 주석 변경
…p/EcommerceAPI into feat/dump_haravan_orders
sendo 어뎁터에서 새로 규정한 request 방식으로 요청을 보내고 받을 수 있도록 리팩토링
기존에 2중 while문 사용하면서 읽기 어려워서 query생성하는 함수를 추가했다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.