slalombuild / secureli

seCureLI is a tool that enables you to experience the delight of building products by helping you get ideas from your head into working software as frictionlessly as possible, in a reliable, secure, scalable, and observable way.
Apache License 2.0
28 stars 3 forks source link

Audit Utilities Directory #451

Closed JordoHeffernan closed 4 months ago

JordoHeffernan commented 4 months ago

As a developer, I want consistent file structure

AC

  1. Any files that are essentially a model, or similar in pattern and structure to other 'model' items within securli, should be moved to the models directory
  2. Any files that clearly belong to a singular module should be moved there
  3. Any remaining files that are truly a shared utility should be moved to/remain in module/shared/utilities.py a. It seems like this should be only a handful of functions, and they don't need their own files, but rather should be a part of a utilities 'module'

Notes