Reid Hewitt
Reid Hewitt
## User Story In order to have an app which facilitates the creation, updating, reading, and deleting of records in our harvest database,datagov wants take the outcome from our route...
As part of day-to-day operation of Data.gov, there are many [Operation and Maintenance (O&M) responsibilities](https://github.com/gsa/data.gov/wiki/Operation-and-Maintenance-Responsibilities). Instead of having the entire team watching notifications and risking some notifications slipping through the...
Identify issue in [uswds.js](https://github.com/GSA/ckanext-datagovtheme/blob/62935c6fd6bc139d2645bdab62724ee6c0bdce87/ckanext/datagovtheme/fanstatic_library/scripts/vendor/uswds.js#L1) Error occurs when navigating to a package page. ## How to reproduce Navigate to a package page. [For example](https://catalog.data.gov/dataset/electric-vehicle-population-data) ## Expected behavior No error message in...
As part of day-to-day operation of Data.gov, there are many [Operation and Maintenance (O&M) responsibilities](https://github.com/gsa/data.gov/wiki/Operation-and-Maintenance-Responsibilities). Instead of having the entire team watching notifications and risking some notifications slipping through the...
## User Story In order to slim down the harvesting logic repo, datagov wants to remove/replace some of the harvester codebase ## Acceptance Criteria [ACs should be clearly demoable/verifiable whenever...
## User Story In order to schedule harvest jobs, datagov wants to integrate a task scheduler to our existing flask app ## Acceptance Criteria [ACs should be clearly demoable/verifiable whenever...
## User Story In order to process a harvest source, the harvest runner needs a function to fetch harvest source information from the harvest database via a job id ##...
## User Story In order to get records from the harvest database to run our compare, datagov wants to implement retrieving harvest records from our harvest DB and converting them...
## User Story In order to use harvest.py as a command line utility in cloud foundry ( via cf run-task), datagov wants to add command line argument parsing to datagov...
## User Story In order for the harvest runner to process a harvest source, datagov wants to create a `main` function in `harvest.py` responsible for processing a harvest source. ##...