Conversation
- 데이터 관리 기능을 총괄하는 Storage 객체 신설 - #191에 작성한 구조에 따라 필요한 인터페이스 구축 - 세부 기능은 구현 전, Fake 객체를 사용하여 흐름만 제어 - MainViewModel에서 Auth 인증 후 Data 불러오는 코드 대폭 수정
…정하고, 이에따라 필요한 코드 수정
- BackUp과 관련한 기능으로 판단
- 기존 PersistenceStorage의 책임을 옮겨 옴
- ViewModel 이니셜라이저 변경 - 새 객체들의 인터페이스 정의 - 임시 메소드 생성
- 각 객체의 저장 기능을 연결지었다
- 빠진 구독 추가
[#191] Storage 객체 구조화 & Data Read 흐름 구축
[#190] Scene & SceneCoordinator 객체 리팩토링
Collaborator
Author
|
문제 없으므로 머지하겠습니다! |
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.
#190
#191