Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indexer: query to count elections by type #1114

Open
altergui opened this issue Sep 25, 2023 · 3 comments
Open

indexer: query to count elections by type #1114

altergui opened this issue Sep 25, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@altergui
Copy link
Contributor

while working on vocdoni/interoperability#83 i found it impossible to "count elections by type"

this would allow advancing towards epic vocdoni/interoperability#23

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.

@mvdan
Copy link
Contributor

mvdan commented Nov 26, 2023

Is this still something that is needed, and I should work on it?

@altergui
Copy link
Contributor Author

@p4u?

@p4u
Copy link
Member

p4u commented Nov 27, 2023

Makes sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants