Modified version of jonatanklosko's Groupifier that supports outputting to CSV. This allows for making manual changes to staffing assignments and then generating custom name cards and/or scorecards.
Working Github pages version is hosted at: groupifier-csv-export.github.io
Task and group management tool for WCA competition organizers. It's designed to be highly customizable and work well with complex schedules. Check out the website to find out more.
git clone https://github.com/jonatanklosko/groupifier-next.git && cd groupifier-next
npm install
npm start
Run npm test
.
Some implementation details are documented under the docs
directory.
Also the wiki
describes some usage related aspects.