-
Notifications
You must be signed in to change notification settings - Fork 0
[#532] Todo 카테고리가 무지성 fetch되는 현상을 해결한다 #562
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
Merged
Changes from 15 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
579c556
refactor: preference -> CategoryPreference로 수정해서 가독성 개선
opficdev a1886a6
refactor: 변수 이름 수정
opficdev 45cb971
feat: store에 json화 할 수 있는 Codable 채택 타입 관련 메서드 추가
opficdev ee18284
refactor: DTO에 codable 채택
opficdev e0749d5
fix: TodoCategoryPreference 캐시 사용
opficdev 9248dfc
refactor: 생성자 위치 이동
opficdev b479acd
fix: TodoCategoryPreference 캐시 처리
opficdev 8f3adf8
refactor: swift 6 경고 해결
opficdev ca68f88
refactor: preconcurrency 제거
opficdev 30e794e
fix: Auth 세션 캐싱 후 상태 전파
opficdev d6ececb
fix: 위젯 세션 동기화 상태 연결
opficdev 2d436d2
refactor: 위젯 Todo snapshot 의존성 정리
opficdev 878c6b6
refactor: PushNotificationRepositoryImpl에서 카테고리 캐싱 관련 구현
opficdev df90832
fix: RootViewModel 구독 중복 방지
opficdev c5fded3
fix: Auth 세션 중복 방출 방지
opficdev c1fb461
feat: 메모리 캐싱 프로토콜, 실 구현체 구현
opficdev 0f8ab1e
refactor: 메모리 캐싱으로 대체
opficdev b80bc92
refactor: 메모리 캐시 저장 방식 개선
opficdev 3968bb1
fix: Auth 세션 관찰 흐름 단일화
opficdev 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 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
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
13 changes: 13 additions & 0 deletions
13
Application/DevLogData/Sources/Protocol/AuthSessionStateProvider.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| // | ||
| // AuthSessionStateProvider.swift | ||
| // DevLogData | ||
| // | ||
| // Created by opfic on 6/9/26. | ||
| // | ||
|
|
||
| import Combine | ||
|
|
||
| public protocol AuthSessionStateProvider { | ||
| func publish(_ isSignedIn: Bool) | ||
| func observeSignedIn() -> AnyPublisher<Bool, Never> | ||
| } |
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.