What needs to happen?
As part of the firebase database restructuring effort, we're consolidating result tracking into the job_status collection and deprecating results collection
When does this need to get done?
- remove code that reads from
results collection
- fetch result from
job_status
- update related documentation
- all existing functionality should remain unchanged