-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
📩 작업 이름
현재, 안드로이드 권장 구조로 되어있는 아키텍쳐(MVVM)에
클린 아키텍쳐의 Domain 계층을 추가한다.
현재: Screen -> ViewModel -> Repository
변경 이후: Screen -> ViewModel -> Domain -> Repository
📜 TODO
- 도메인 추가해서 폴더구조 정리 (domain 폴더랄 따로 둘지, feature 단위로 screen, VM, domain을 모아둘지 )
- 기능 코드를 도메인으로 다 가져오기
Reactions are currently unavailable