Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)