Skip to content

Choose your next sprint master in a random but fair and simple way

License

Notifications You must be signed in to change notification settings

noamtamir/master-chooser

Repository files navigation

Master chooser

A simple way to randomly choose 1 person from a group in a fair way, so that no one gets chosen more than once before the cycle finishes.

Dependencies

Setup

  • make venv
  • source .venv/bin/activate - Activate virtual environment
  • make install
  • Create master_chooser/storage/DEVS.yml file with a list of devs to choose from. Example file: master_chooser/storage/DEVS.example.yml
  • File names may be configured in constants.py

Run

  • make run

About

Choose your next sprint master in a random but fair and simple way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published