forked from Ivy-Apps/ivy-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_modules.gv
206 lines (206 loc) · 8.28 KB
/
all_modules.gv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
digraph G {
":app" -> ":screen:attributions"
":app" -> ":screen:balance"
":app" -> ":screen:budgets"
":app" -> ":screen:categories"
":app" -> ":screen:contributors"
":app" -> ":screen:edit-transaction" [color=red style=bold]
":app" -> ":screen:exchange-rates"
":app" -> ":screen:features"
":app" -> ":screen:home"
":app" -> ":screen:import-data"
":app" -> ":screen:loans"
":app" -> ":screen:main"
":app" -> ":screen:onboarding"
":app" -> ":screen:piechart"
":app" -> ":screen:planned-payments"
":app" -> ":screen:releases"
":app" -> ":screen:reports"
":app" -> ":screen:search"
":app" -> ":screen:settings"
":app" -> ":screen:transactions"
":app" -> ":shared:base"
":app" -> ":shared:data:core"
":app" -> ":shared:domain"
":app" -> ":shared:ui:navigation"
":app" -> ":temp:legacy-code"
":app" -> ":temp:old-design"
":app" -> ":widget:add-transaction"
":app" -> ":widget:balance"
":screen:attributions" -> ":shared:base"
":screen:attributions" -> ":shared:domain"
":screen:attributions" -> ":shared:ui:core"
":screen:attributions" -> ":shared:ui:navigation"
":screen:balance" -> ":shared:base"
":screen:balance" -> ":shared:domain"
":screen:balance" -> ":shared:ui:core"
":screen:balance" -> ":shared:ui:navigation"
":screen:balance" -> ":temp:legacy-code"
":screen:balance" -> ":temp:old-design"
":screen:budgets" -> ":shared:base"
":screen:budgets" -> ":shared:data:core"
":screen:budgets" -> ":shared:domain"
":screen:budgets" -> ":shared:ui:core"
":screen:budgets" -> ":shared:ui:navigation"
":screen:budgets" -> ":temp:legacy-code"
":screen:budgets" -> ":temp:old-design"
":screen:categories" -> ":shared:base"
":screen:categories" -> ":shared:data:core"
":screen:categories" -> ":shared:domain"
":screen:categories" -> ":shared:ui:core"
":screen:categories" -> ":shared:ui:navigation"
":screen:categories" -> ":temp:legacy-code"
":screen:categories" -> ":temp:old-design"
":screen:contributors" -> ":shared:base"
":screen:contributors" -> ":shared:domain"
":screen:contributors" -> ":shared:ui:core"
":screen:contributors" -> ":shared:ui:navigation"
":screen:edit-transaction" -> ":shared:base"
":screen:edit-transaction" -> ":shared:data:core"
":screen:edit-transaction" -> ":shared:domain"
":screen:edit-transaction" -> ":shared:ui:core"
":screen:edit-transaction" -> ":shared:ui:navigation"
":screen:edit-transaction" -> ":temp:legacy-code"
":screen:edit-transaction" -> ":temp:old-design"
":screen:edit-transaction" -> ":widget:balance" [color=red style=bold]
":screen:exchange-rates" -> ":shared:base"
":screen:exchange-rates" -> ":shared:data:core"
":screen:exchange-rates" -> ":shared:domain"
":screen:exchange-rates" -> ":shared:ui:core"
":screen:exchange-rates" -> ":shared:ui:navigation"
":screen:exchange-rates" -> ":temp:legacy-code"
":screen:exchange-rates" -> ":temp:old-design"
":screen:features" -> ":shared:base"
":screen:features" -> ":shared:domain"
":screen:features" -> ":shared:ui:core"
":screen:features" -> ":shared:ui:navigation"
":screen:home" -> ":shared:base"
":screen:home" -> ":shared:data:core"
":screen:home" -> ":shared:domain"
":screen:home" -> ":shared:ui:core"
":screen:home" -> ":shared:ui:navigation"
":screen:home" -> ":temp:legacy-code"
":screen:home" -> ":temp:old-design"
":screen:home" -> ":widget:add-transaction"
":screen:import-data" -> ":screen:onboarding"
":screen:import-data" -> ":shared:base"
":screen:import-data" -> ":shared:data:core"
":screen:import-data" -> ":shared:domain"
":screen:import-data" -> ":shared:ui:core"
":screen:import-data" -> ":shared:ui:navigation"
":screen:import-data" -> ":temp:legacy-code"
":screen:import-data" -> ":temp:old-design"
":screen:loans" -> ":shared:base"
":screen:loans" -> ":shared:data:core"
":screen:loans" -> ":shared:domain"
":screen:loans" -> ":shared:ui:core"
":screen:loans" -> ":shared:ui:navigation"
":screen:loans" -> ":temp:legacy-code"
":screen:loans" -> ":temp:old-design"
":screen:main" -> ":screen:accounts"
":screen:main" -> ":screen:home"
":screen:main" -> ":shared:base"
":screen:main" -> ":shared:data:core"
":screen:main" -> ":shared:domain"
":screen:main" -> ":shared:ui:core"
":screen:main" -> ":shared:ui:navigation"
":screen:main" -> ":temp:legacy-code"
":screen:main" -> ":temp:old-design"
":screen:onboarding" -> ":shared:base"
":screen:onboarding" -> ":shared:data:core"
":screen:onboarding" -> ":shared:domain"
":screen:onboarding" -> ":shared:ui:core"
":screen:onboarding" -> ":shared:ui:navigation"
":screen:onboarding" -> ":temp:legacy-code"
":screen:onboarding" -> ":temp:old-design"
":screen:piechart" -> ":shared:base"
":screen:piechart" -> ":shared:data:core"
":screen:piechart" -> ":shared:domain"
":screen:piechart" -> ":shared:ui:core"
":screen:piechart" -> ":shared:ui:navigation"
":screen:piechart" -> ":temp:legacy-code"
":screen:piechart" -> ":temp:old-design"
":screen:planned-payments" -> ":shared:base"
":screen:planned-payments" -> ":shared:data:core"
":screen:planned-payments" -> ":shared:domain"
":screen:planned-payments" -> ":shared:ui:core"
":screen:planned-payments" -> ":shared:ui:navigation"
":screen:planned-payments" -> ":temp:legacy-code"
":screen:planned-payments" -> ":temp:old-design"
":screen:releases" -> ":shared:base"
":screen:releases" -> ":shared:domain"
":screen:releases" -> ":shared:ui:core"
":screen:releases" -> ":shared:ui:navigation"
":screen:reports" -> ":shared:base"
":screen:reports" -> ":shared:data:core"
":screen:reports" -> ":shared:domain"
":screen:reports" -> ":shared:ui:core"
":screen:reports" -> ":shared:ui:navigation"
":screen:reports" -> ":temp:legacy-code"
":screen:reports" -> ":temp:old-design"
":screen:search" -> ":shared:base"
":screen:search" -> ":shared:data:core"
":screen:search" -> ":shared:domain"
":screen:search" -> ":shared:ui:core"
":screen:search" -> ":shared:ui:navigation"
":screen:search" -> ":temp:legacy-code"
":screen:search" -> ":temp:old-design"
":screen:settings" -> ":shared:base"
":screen:settings" -> ":shared:data:core"
":screen:settings" -> ":shared:domain"
":screen:settings" -> ":shared:ui:core"
":screen:settings" -> ":shared:ui:navigation"
":screen:settings" -> ":temp:legacy-code"
":screen:settings" -> ":temp:old-design"
":screen:settings" -> ":widget:balance"
":screen:transactions" -> ":shared:base"
":screen:transactions" -> ":shared:data:core"
":screen:transactions" -> ":shared:domain"
":screen:transactions" -> ":shared:ui:core"
":screen:transactions" -> ":shared:ui:navigation"
":screen:transactions" -> ":temp:legacy-code"
":screen:transactions" -> ":temp:old-design"
":shared:data:core" -> ":shared:data:model" [color=red style=bold]
":shared:data:core" -> ":shared:base"
":shared:domain" -> ":shared:base"
":shared:domain" -> ":shared:data:core" [color=red style=bold]
":shared:ui:navigation" -> ":shared:base"
":shared:ui:navigation" -> ":shared:domain"
":shared:ui:navigation" -> ":shared:ui:core" [color=red style=bold]
":temp:legacy-code" -> ":shared:base"
":temp:legacy-code" -> ":shared:data:core"
":temp:legacy-code" -> ":shared:domain"
":temp:legacy-code" -> ":shared:ui:core"
":temp:legacy-code" -> ":shared:ui:navigation" [color=red style=bold]
":temp:legacy-code" -> ":temp:old-design"
":temp:old-design" -> ":shared:base"
":temp:old-design" -> ":shared:ui:core"
":temp:old-design" -> ":shared:domain"
":widget:add-transaction" -> ":shared:base"
":widget:add-transaction" -> ":shared:domain"
":widget:add-transaction" -> ":shared:ui:core"
":widget:add-transaction" -> ":shared:ui:navigation"
":widget:add-transaction" -> ":widget:shared-base"
":widget:balance" -> ":shared:base"
":widget:balance" -> ":shared:domain"
":widget:balance" -> ":shared:ui:core"
":widget:balance" -> ":shared:ui:navigation"
":widget:balance" -> ":temp:old-design"
":widget:balance" -> ":widget:shared-base"
":widget:balance" -> ":temp:legacy-code" [color=red style=bold]
":shared:ui:core" -> ":shared:domain" [color=red style=bold]
":screen:accounts" -> ":shared:base"
":screen:accounts" -> ":shared:data:core"
":screen:accounts" -> ":shared:domain"
":screen:accounts" -> ":shared:ui:core"
":screen:accounts" -> ":shared:ui:navigation"
":screen:accounts" -> ":temp:legacy-code"
":screen:accounts" -> ":temp:old-design"
":widget:shared-base" -> ":shared:base"
":widget:shared-base" -> ":shared:domain"
":ci-actions:compose-stability" -> ":ci-actions:base"
":ci-actions:issue-assign" -> ":ci-actions:base"
":ci-actions:issue-create-comment" -> ":ci-actions:base"
":shared:data:core-testing" -> ":shared:data:core"
":shared:ui:testing" -> ":shared:ui:core"
}