Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knosmos/arbiter
Judging system for hackPHS 2022
https://github.com/knosmos/arbiter
hackathon minimum-arc-feedback-set round-robin
Last synced: about 2 months ago
JSON representation
Judging system for hackPHS 2022
- Host: GitHub
- URL: https://github.com/knosmos/arbiter
- Owner: knosmos
- Created: 2022-10-18T20:55:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T15:32:04.000Z (about 2 years ago)
- Last Synced: 2024-10-21T22:51:14.245Z (3 months ago)
- Topics: hackathon, minimum-arc-feedback-set, round-robin
- Language: HTML
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arbiter
**Hackathon judging system, built for HackPHS 2022.** Based on both standard round-robin percentage system and minimum arc feedback set exponential-time algorithm.
## Usage
`python3 main.py`
## Dependencies
Requires `flask`.
## Issues
- [ ] Store all votes in case of server outage
- [ ] Possible frontend dashboard glitch where not all entries are shown
- [ ] Ensure all projects are seen a roughly equal number of times
- [x] Distribution system project duplication
- [x] Slowness of exact mFAS calculation