WingLongitude / lontra-harvester

Lontra is a tool used as a Harvester to ingest biodiversity data
MIT License
1 stars 3 forks source link

Can't complete a harvest using the harvester-ui #21

Closed cgendreau closed 9 years ago

cgendreau commented 9 years ago

The 'ResourcesPanel ' class should only use the method 'onJobStatusChanged(JobStatus newStatus)' for display purpose. All code related to 'next job' should only be in the controller class. Then, we could use the job id to check the provenance of the JobStatus.DONE and avoid the confusion between the 2 states.