Skip to content

docs: add phase 1 review notes#28

Merged
YuSeongChoi merged 1 commit intomainfrom
docs/phase1-review-notes
Mar 17, 2026
Merged

docs: add phase 1 review notes#28
YuSeongChoi merged 1 commit intomainfrom
docs/phase1-review-notes

Conversation

@YuSeongChoi
Copy link
Owner

Summary

  • Phase 1에서 학습한 주요 App Frameworks를 초보자 복습용 문서로 정리했습니다.
  • WidgetKit, ActivityKit, App Intents, SwiftUI, SwiftData, Observation의 핵심 개념을 한 파일에서 다시 볼 수 있게 묶었습니다.
  • 각 프레임워크마다 짧은 예제 코드와 헷갈리기 쉬운 포인트를 함께 적었습니다.

Why

  • 지금까지 학습한 내용을 Velog 정리 전에 먼저 로컬 문서로 구조화할 필요가 있었습니다.
  • 프레임워크별 개별 메모는 있었지만, 초보자 기준으로 한 번에 복습할 수 있는 요약 문서는 따로 없었습니다.

Scope

  • practice/HIGPractice/**
  • Other:

Issue

Testing

  • Local build passes
  • Key flow manually verified

수동 확인 기준

  • 문서 구조가 프레임워크별로 일관되게 구성되어 있는지
  • 예제 코드가 개념 설명과 자연스럽게 연결되는지
  • 초보자 기준으로 용어 설명이 과하게 압축되지 않았는지

Checklist

  • Conventional commit title used
  • Docs updated (README / CONTRIBUTING / LEARNING_LOG as needed)
  • CI checks pass
  • Reviewer concerns addressed

Screenshots / Recordings

  • 없음

Retrospective (Optional)

  • What I learned: 개별 학습 메모와 별도로 복습 전용 문서를 만들면 다음 글쓰기와 개념 회고가 훨씬 쉬워집니다.
  • What to improve next chapter: 이후 프레임워크도 같은 형식의 복습 문서로 누적 정리할 예정입니다.

@YuSeongChoi YuSeongChoi merged commit b326f25 into main Mar 17, 2026
1 check passed
@YuSeongChoi YuSeongChoi deleted the docs/phase1-review-notes branch March 17, 2026 06:36
@github-actions
Copy link

Learning log template for this merged PR:

Date Phase Framework Scope Issue PR Velog Key Learning
2026-03-17 Phase #26 #28 https://velog.io/@...

Quick add command:

scripts/add_learning_log.sh --date 2026-03-17 --phase "Phase <n>" --framework "<Framework>" --scope "<Scope>" --issue "#26" --pr "#28" --velog "https://velog.io/@..." --key "<one key learning>"

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.

[Phase 1][Observation] CartFlow 기반 Observation 학습 정리

1 participant