flowchart LR
classDef appModule fill:#AEFFDA,color:#000
classDef featureModule fill:#FFDAAE,color:#000
classDef coreModule fill:#DAAEFF,color:#000
subgraph :app
app([:app]):::appModule
end
subgraph :feature
app --> userstory:create([:userstory:create]):::featureModule
app --> userstory:list([:userstory:list]):::featureModule
end
subgraph :core
userstory:create --> ui([:ui]):::coreModule
userstory:list --> domain([:domain]):::coreModule
userstory:list --> ui([:ui]):::coreModule
userstory:list --> testing([:testing]):::coreModule
data --> domain([:domain]):::coreModule
app --> ui([:ui]):::coreModule
app --> data([:data]):::coreModule
end
generated from android/architecture-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
McGalanes/groomr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published