Currently all code exists in arches_project.py. We need to structure this logically using a top level "core", "src" or "lib" directory with inner "ui" or "view" directories with code relating to the user interface (only the .py files or all .ui as well?). An "arches" directory could store all code relating to API calls, and perhaps a "utils" directory also.
Currently all code exists in arches_project.py. We need to structure this logically using a top level "core", "src" or "lib" directory with inner "ui" or "view" directories with code relating to the user interface (only the .py files or all .ui as well?). An "arches" directory could store all code relating to API calls, and perhaps a "utils" directory also.