https://github.com/oakmac/hat-tourney-builder
UI for sorting players for an Ultimate Hat Tournament (random teams)
https://github.com/oakmac/hat-tourney-builder
Last synced: 4 months ago
JSON representation
UI for sorting players for an Ultimate Hat Tournament (random teams)
- Host: GitHub
- URL: https://github.com/oakmac/hat-tourney-builder
- Owner: oakmac
- License: isc
- Created: 2022-12-20T02:05:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T02:01:48.000Z (over 1 year ago)
- Last Synced: 2025-03-23T11:14:08.323Z (about 1 year ago)
- Language: HTML
- Size: 229 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hat Tournament Builder
UI tool for sorting teams for an Ultimate hat tournament.
## TODO
- [ ] make a separate tab for linking players together
- [ ] sort player columns by player strength
- [ ] put player strength display on PlayerBox
- [ ] export player / team list as CSV
- [ ] styling
- [ ] sort order on teams should persist on page refresh
- [ ] Link groups should not have only one player
- [ ] search All Players list
- [ ] ability to edit team name
- [ ] ability to delete team column
- [x] ability to refresh the page and not lose data
- package Sortable with the CLJS?
- https://github.com/eanway/SortingHat
## Development
Make sure ClojureScript tooling is installed, then:
```sh
## one-time library install
bun install
## run a local webserver out of the public/ folder
bun run server
## build public/js/main.js
npm run build
```
## License
[ISC License](LICENSE.md)