DemocracyDevelopers / colorado-rla

Colorado Risk-Limiting Audit (RLA) software – developed to support risk-limiting post-election audits of election outcomes.
Other
0 stars 0 forks source link

Change generate-assertions http response to status only #173

Closed vteague closed 1 month ago

vteague commented 1 month ago

See meeting notes - assume the dashboard gets info from the database and instead just give it a 4-valued ENUM to tell it whether assertion generation succeeded or failed, and whether it's worth redoing.

vteague commented 1 month ago

Actually this should apply to #raire-service too - might as well return status only from the raire-service endpoint.

Change GenerateAssertionsResponse to have two booleans: one for whether assertion generation succeeded, and one for whether it is worth retrying.