Boomerang
29 April, 2016 | ⏳ 1 min read
boomerang
Boomerang is an application that helps you to get status updates from your team in an easy and automated way.
Simply define your team:
- Members
- stakeholders - receivers of daily summary
- contributors - users who will answer questions
- Questions
- Send times of both surveys and summaries.
Move your distributed team status updates online and improve your communication.
Installation
$ git clone git@github.com:agilentia/teamreporter.git
$ cd teamreporter
$ mkvirtualenv -p python3 boomerang
$ pip install -r requirements.txt
$ bower install #(depends on your system, but this requires node.js and npm)
$ python manage.py migrate
$ python manage.py loaddata teamreporter/fixtures/roles.json #seeds roles
$ heroku local web
$ Go to http://localhost:5000