Skip to content

Refactor: Domain 계층 추가 #10

@agunggung22

Description

@agunggung22

📩 작업 이름

현재, 안드로이드 권장 구조로 되어있는 아키텍쳐(MVVM)에
클린 아키텍쳐의 Domain 계층을 추가한다.

현재: Screen -> ViewModel -> Repository
변경 이후: Screen -> ViewModel -> Domain -> Repository

📜 TODO

  • 도메인 추가해서 폴더구조 정리 (domain 폴더랄 따로 둘지, feature 단위로 screen, VM, domain을 모아둘지 )
  • 기능 코드를 도메인으로 다 가져오기

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions