Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T06:06:25.000Z (about 1 year ago)
- Last Synced: 2024-10-15T11:32:02.514Z (3 months ago)
- Language: HTML
- Size: 179 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
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)