[Phase 1][Observation] CartStore 기반 Observation 학습 진행#27
Merged
YuSeongChoi merged 10 commits intomainfrom Mar 17, 2026
Merged
Conversation
|
Learning log template for this merged PR:
Quick add command: scripts/add_learning_log.sh --date 2026-03-17 --phase "Phase <n>" --framework "<Framework>" --scope "<Scope>" --issue "#26" --pr "#27" --velog "https://velog.io/@..." --key "<one key learning>" |
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
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.
Summary
CartFlow의 shared layer, Apple Pay service, Views 구현을 마무리했습니다.CartRootView를 직접 열도록 연결했습니다.Why
@Observable,@Environment,@Bindable,@State가 실제 화면 흐름에서 어떻게 역할이 나뉘는지 확인할 수 있는 학습 예제가 필요했습니다.Scope
practice/HIGPractice/**Issue
Testing
xcodebuild -project practice/HIGPractice/HIGPractice.xcodeproj \ -scheme HIGPractice \ -destination 'generic/platform=iOS' \ -derivedDataPath /tmp/HIGPracticeDerived \ CODE_SIGNING_ALLOWED=NO build수동 확인 기준
Checklist
README/CONTRIBUTING/LEARNING_LOGas needed)Screenshots / Recordings
Retrospective (Optional)
@Environment(CartStore.self),@Bindable,@State의 경계를 실제 결제 플로우로 설명할 수 있게 됐습니다.LEARNING_LOG의 PR 번호와 issue 체크리스트를 실제 번호 기준으로 마무리할 예정입니다.