Migrated from: Nomad-01/powerlab-project#66
Source Project Status: Backlog
Target Project Status: Backlog
Scripts shouldnt depend on hand written CSV's.
CSV's should either be generated by the script that needs it, or made by one script and passed to another.
Tasks
[ ] Find scripts that read CSV's
[ ] Identify required CSV dependancies
[ ] Decide which CSV's should be tracked, generated, or replaced by config/code
[ ] Add generator script or template where needed
[ ] Move old dependent scripts and CSV's to path/to/legacy/
done when fresh clone can run a script without missing local CSV's
Migrated from: Nomad-01/powerlab-project#66
Source Project Status: Backlog
Target Project Status: Backlog
Scripts shouldnt depend on hand written CSV's.
CSV's should either be generated by the script that needs it, or made by one script and passed to another.
Tasks
[ ] Find scripts that read CSV's
[ ] Identify required CSV dependancies
[ ] Decide which CSV's should be tracked, generated, or replaced by config/code
[ ] Add generator script or template where needed
[ ] Move old dependent scripts and CSV's to path/to/legacy/
done when fresh clone can run a script without missing local CSV's