mobile-wallet/core/data
2025-06-19 15:09:26 +05:30
..
src [MW-225] feat(auth): Implement full Sign In & Sign Up flow with validation (#1872) 2025-06-19 15:09:26 +05:30
.gitignore fix: re arch the modules 2024-01-28 10:29:01 -05:00
build.gradle.kts [MW-225] feat(auth): Implement full Sign In & Sign Up flow with validation (#1872) 2025-06-19 15:09:26 +05:30
proguard-rules.pro fix: re arch the modules 2024-01-28 10:29:01 -05:00
README.md docs: Update module dependency graphs (#1844) 2025-01-23 11:56:04 -05:00

Module Graph

%%{
  init: {
    'theme': 'neutral'
  }
}%%

graph LR
  subgraph :core
    :core:data["data"]
    :core:common["common"]
    :core:datastore["datastore"]
    :core:model["model"]
    :core:network["network"]
    :core:analytics["analytics"]
  end
  :core:data --> :core:common
  :core:data --> :core:datastore
  :core:data --> :core:model
  :core:data --> :core:network
  :core:data --> :core:analytics

:core:data module

Dependency graph

Dependency graph