It can be used to manage a large platoon's tasks and people. It uses a genetic algorithm to greatly reduce the effort needed from officers making the creation of time tables as easy as the press of a button.
You can try a demo of the site at shavzak.com
python3 -m venv env
source env/bin/activate
python3 -m pip install -r requirements.txt
In every new terminal before any work run source env/bin/activate
To run server, execute ./build.py serve
After work end run deactivate