WorldconVotingSystems/nomnom

Count and display running totals of user nominators, voters, and entries per category

Offen

#277 geöffnet am 06.08.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (13 Forks)auto 404
administrator-featureenhancementgood first issue

Repository-Metriken

Stars
 (17 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Would be great to be able to see how many users have logged in and nominated (during nominations) and how many have logged in and voted (during voting.) If they nominated (or voted) for multiple categories the counts would increase per category, but not per user. For example: During nominations, User A nominates in Best Novel and Best Series. User B nominates in Best Novel only. User C nominates in Best Novel and Best Editor Long. The counts would be: Total users = 3 Best novel = 3 Best series = 1 Best Editor long = 1

If User A logged back in later and nominated in Best Editor Long, the counts would be: Total users = 3 Best novel = 3 Best Series = 1 Best editor long = 2

If it maintained a running count the whole time it would need to be able to subtract if someone were to remove nominations or votes in a category. If it only displayed totals once nominations and then later voting had closed, this wouldn't matter.

Current state this is all done manually from report.

Contributor Guide