Skip to content

TCA Store를 보유한 View의 로컬 상태 소유권을 정리한다 - #923

Merged
opficdev merged 4 commits into
developfrom
refactor/#920
Sep 25, 2026
Merged

opficdev merged 4 commits into
developfrom
refactor/#920

Conversation

@opficdev

@opficdev opficdev commented Sep 25, 2026 •

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

TCA Store를 보유한 View의 상태를 역할에 따라 NavigationRouter, Feature Store, View 내부 렌더링 상태로 구분

📝 작업 내용

📌 요약

  • NavigationStack 경로를 NavigationRouter로 통일
  • sheet와 push 목적지 상태를 Feature Store로 이전
  • 기존 UI 계층과 화면 전환 결과 보존

🔍 상세

  • TodayView, HomeView, ProfileView의 경로 배열을 NavigationRouter로 교체
  • Home 개발 목표 생성과 상세 sheet 상태를 HomeFeature.SheetState로 이전
  • 목표 sheet 종료 후 Home 데이터 재조회 흐름 유지
  • Record 편집, 이력, 버전 상세 표시 상태를 RecordDetailFeature의 @Presents 상태로 이전
  • View의 직접 상태 변경을 Feature Action 전달 방식으로 교체
  • Home과 RecordDetail의 표시 및 dismiss 상태 전이 테스트 추가

📸 영상 / 이미지 (Optional)

해당 없음

@opficdev opficdev self-assigned this Sep 25, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-25T06:59:13.041493Z c5a2c59 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@opficdev
opficdev merged commit 11eccca into develop Sep 25, 2026
9 checks passed
@opficdev
opficdev deleted the refactor/#920 branch September 25, 2026 07:17
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.

TCA Store를 보유한 View의 로컬 상태 소유권을 정리한다

1 participant