Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 336 Bytes

feature-structure.md

File metadata and controls

25 lines (20 loc) · 336 Bytes

This page demonstrates the structure of each feature module in the app

(still WIP)

graph TD;

    subgraph Domain
        Usecase
        Service
        Repository
    end

    subgraph View
        Navigation
        Seam
        Ui
        ViewModel
    end

    subgraph Feature
        View
        Domain
    end
Loading