-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Christopher Moussa edited this page Apr 12, 2021
·
4 revisions
bank and accounting development for Flux
The above diagram displays the current project structure for the flux-accounting project.
-
The yellow ellipses represent front-end scripts.
-
The red rectangles represent files containing functions called by the front-end scripts.
-
The blue rectangles represent SQLite databases containing data that the functions read from and write to.
-
The green squares represent libraries and classes that the functions utilize.
You'll notice that currently there is one red arrow in the diagram. That represents a function that is present in one of the files but is not currently callable by the front-end scripts. This is a #TODO
item to add this function to the lists of callable functions by the front-end scripts.