(create-n-teams division-id num-teams)
returns a map of N Teams; used for Event Creation
returns a map of N Teams; used for Event Creation
(reset-team {:keys [seed] :as team})
Resets the values of a Team for a new Event.
Resets the values of a Team for a new Event.
(teams->sorted-by-seed teams)
Convert teams into a list ordered by their seed.
Convert teams into a list ordered by their seed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close