A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocol
my understanding of "elections by type" is complex, given by three bools
anonymous vs non-anonymous
secret-until-the-end vs plaintext
dynamic census vs static census
(am i on track? @jpaulet @p4u)
so i can imagine a func that would receive 3 bool parameters and return the count, would suffice. i'd then query it with different combinations of bools and export the metrics.
while working on https://github.com/vocdoni/interoperability/issues/83 i found it impossible to "count elections by type"
this would allow advancing towards epic https://github.com/vocdoni/interoperability/issues/23
my understanding of "elections by type" is complex, given by three bools
(am i on track? @jpaulet @p4u)
so i can imagine a func that would receive 3 bool parameters and return the count, would suffice. i'd then query it with different combinations of bools and export the metrics.