You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to better track the results of a harvest job, datagovteam wants to make the reporter a property of the harvest_source and have it count the results of the operation as they happen vs. creating a summary once the job is complete.
This ensures:
We accurately count deletes, as they are currently misrepresented since the record is already deleted from the code at the time of reporting
We can create a report in the case of a critical exception which fails the job
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
GIVEN I am running a harvest
WHEN a record is processed then we will count the change in its state as it happens
THEN when we arrive at the time to report, we report the results that are available rather than doing math in process.
Background
[Any helpful contextual notes or links to artifacts/evidence, if needed]
User Story
Currently in the reporter we document:
In order to better track the results of a harvest job, datagovteam wants to make the reporter a property of the harvest_source and have it count the results of the operation as they happen vs. creating a summary once the job is complete.
This ensures:
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
WHEN a record is processed then we will count the change in its state as it happens
THEN when we arrive at the time to report, we report the results that are available rather than doing math in process.
Background
[Any helpful contextual notes or links to artifacts/evidence, if needed]
Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
Added:
The text was updated successfully, but these errors were encountered: