Skip to content

refactor: 코디네이터 패턴 도입 - (10) DiningCoordinator 도입 #432

Description

@hgjwilly

어떤 기능인가요?

추가하려는 기능에 대해 간결하게 설명해주세요

Dining 도메인의 화면 전환 책임을 DiningCoordinator로 이동합니다.

작업 상세 내용

  • DiningCoordinator.Route 정의, makeViewController(route: Route) 정의
  • 직접 화면 생성 및 화면 전환 로직을 삭제, 코디네이터 패턴 도입
  • Home 에서 Dining 으로의 진입을 연결
  • Dining 도메인의 BottomSheet / 이미지 확대 화면 전환을 코디네이터 패턴으로 전환

참고할만한 자료(선택)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions