Refactor code for better sharing
Closed this issue · 2 comments
jamesaoverton commented
The batch processing and web page are doing a lot of the same things, and should share more code.
The history is that I wrote the batch processing first, then wrote server.py
from scratch (in a hurry). The key difference is that the batch processing scripts need to ingest legacy data, while the web site needs to validate new data.
lmcmicu commented
@jamesaoverton Assigned to you for review of PR #7
lmcmicu commented
@jamesaoverton There are merge conflicts so re-assign this back to me when the review is done please so I can do the manual merge.