bulwark icon indicating copy to clipboard operation
bulwark copied to clipboard

Add a counter to the Verdict struct

Open sporkmonger opened this issue 2 years ago • 1 comments

There should be a counter for how many plugins contributed any degree of certainty to the decision so that plugins can know whether there was something resembling quorum or if they're gathering feedback from very few evidence sources.

sporkmonger avatar Jul 24 '23 23:07 sporkmonger

The previous detail about combined decision access earlier in the lifecycle is not possible in the new API design and probably wasn't all that great an idea anyway. However counters are still relevant.

sporkmonger avatar Apr 02 '24 20:04 sporkmonger

This change will break plugin compatibility due to Verdict being part of the handler interface.

sporkmonger avatar Jun 19 '24 22:06 sporkmonger