Open
Description
The current deployment system fakes a delphi.epidata.acquisition
package by moving directories around. This results in a system that runs correctly, but which actively resists IDE helper utilities for import tracking and call-reference chasing, making it difficult for new developers to come onboard, and easy to make silly mistakes.
We should find a way to make acquisition a real package. This may also mean replacing github_deploy_repo
as our primary deployment mechanism.