/groupifier-next

Task and group management tool for WCA competition organizers.

Primary LanguageJavaScript

groupifier-csv-export.github.io

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

Groupifier

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.

Development

git clone https://github.com/jonatanklosko/groupifier-next.git && cd groupifier-next
npm install
npm start

Testing

Run npm test.

Documentation

Some implementation details are documented under the docs directory. Also the wiki describes some usage related aspects.