Our internal integrations for our business systems. The following business processes are implemented:
- Create Toggl Project when PivotalTracker Story is started so we can log our time on the task
$ git clone <repo>
$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ #### start the dev web server
$ python app.py
- Add process for Freshbooks Project to PivotalTracker Epic
- Add process for Freshbooks Project to Salesforce (maybe optional since already sync'd via appx package)
- Add process for Freshbooks Project to Hipchat notification
- Add process for Odesk * to Salesforce *
- Add process for Toggl Time Entries to Freshbooks Time Entries
- Update process for PivotalTracker Story to Toggl Project to be more selective about when it runs the sync, currently every time anything is edited
Affero GPL