Skip to content
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

[Refactor] Coordinator & Router 형태로 전환 #107

Open
2 of 4 tasks
i-colours-u opened this issue Jan 29, 2022 · 0 comments
Open
2 of 4 tasks

[Refactor] Coordinator & Router 형태로 전환 #107

i-colours-u opened this issue Jan 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@i-colours-u
Copy link
Contributor

i-colours-u commented Jan 29, 2022

📌 Fix Issue

기존 화면 전환을 직접 VC에서 처리하는 방식을
ModuleFactory
Coordinator
Router
형태로 모듈 분리해서 처리할 예정입니다!
스크린샷 2022-01-29 오후 2 42 38

Factory 패턴은, �VC,Coordinator 객체를 개개인이 만드는 것이 아닌, 팩토리라는 역할에서 직접 생성하는 것을 의미합니다.

📝 To-do

▶️ 모든 화면 전환 및 이벤트 처리를 Router & Coordinator로 전환하는 것을 목표로 합니다.

  • ModuleFactory
  • CoordinatorFactory
  • Router
  • 화면전환 다 달아두기

📰 Related Issues

#104 ViewModel 주입도 같이 진행하기!

@i-colours-u i-colours-u added the enhancement New feature or request label Jan 29, 2022
@i-colours-u i-colours-u self-assigned this Jan 29, 2022
i-colours-u added a commit that referenced this issue Jan 31, 2022
Protocols,Enums,Router 파일 추가
i-colours-u added a commit that referenced this issue Feb 8, 2022
함수 간결화 및 불필요한 주석 삭제
factory를 통한 VC 인스턴스 생성 채택
i-colours-u added a commit that referenced this issue Feb 8, 2022
함수 간결화 및 불필요한 주석 삭제
factory를 통한 VC 인스턴스 생성 채택
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant