WorldconVotingSystems / WorldconVotingSystems/nomnom
Count and display running totals of user nominators, voters, and entries per category
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17
- Forks
- 15
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
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
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the existing report-generation path and the data handling nominations and votes; compare those records with the per-category examples in the issue. Done means the requested user and category totals are displayed and the intended behavior for removed nominations or votes is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- analytics, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100