WorldconVotingSystems / WorldconVotingSystems/nomnom
Provide a one-click option for the Admin to invalidate a member's votes and nominations
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17
- Forks
- 15
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
Currently the process to invalidate a member's votes and nominations (in case of a revoked membership or relinquishment) is complex and manual; the admin must:
- Find all nominations associated with the member and mark them invalidated
- Find all ranks associated with the member and mark them invalidated
- Mark the member's advisory votes as invalid
- Remove the member from the nominating and voting group
This should be possible with one click from the member page, with a confirmation about what will be changed.
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
Start at the admin member page and trace how nominations, ranks, advisory votes, and group membership are currently changed. Confirm the affected records and the confirmation requirements; done means one admin action applies all four invalidations and removals consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100