agilentia / teamreporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boomerang

Boomerang is an application that helps you to get status updates from your team in an easy and automated way.

Boomerang was inspired by Teamreporter, which ended its operations in 2016-April.

Version

0.0.2

Installation

Note: This has been tested on Ubuntu 14.04 and OS X 10.11.3

$ 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

TODO

  • Start writing Angular unit/integration tests
  • Write more Django unit tests

Improvements

  • Some angular code can be refactored into common packages. In progress
  • Return model fields in API calls so nothing needs to be hardcoded in angular

Team

Contributors

Please use the issue tracker to report any bugs or file feature requests.

License

Apache License 2.0 - see the LICENSE file for details.

Thanks

Thanks to Sherpany for putting the team together.

Are you using Boomerang?

If you are using Boomerang, we would love to know about it. Please add yourself to the USERS file.

About

License:Apache License 2.0


Languages

Language:Python 57.8%Language:HTML 24.8%Language:JavaScript 17.4%