Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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