archesproject / arches-qgis

A QGIS plugin for integration and data management with an Arches project.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Refactor code #1

Closed SDScandrettKint closed 2 weeks ago

SDScandrettKint commented 6 months ago

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.