You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While there is some centralization of the file path configurations in the admin.constants.py module, code in the script is frequently building new paths from the constants provided in that module. Having the path manipulation code with business logic makes it difficult to read, and understand.
This ticket would create a path library that centralizes the calculation of paths and directories. Instead of code like:
While there is some centralization of the file path configurations in the
admin.constants.py
module, code in the script is frequently building new paths from the constants provided in that module. Having the path manipulation code with business logic makes it difficult to read, and understand.This ticket would create a path library that centralizes the calculation of paths and directories. Instead of code like:
Methods would be created to request the paths, example:
Long term objective is to make the code easier to understand / maintain.
The text was updated successfully, but these errors were encountered: