Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 956 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 956 Bytes

ccp-integrations

Our internal integrations for our business systems. The following business processes are implemented:

  1. Create Toggl Project when PivotalTracker Story is started so we can log our time on the task

Dev Setup

$ git clone <repo>
$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ #### start the dev web server
$ python app.py

Todo

  1. Add process for Freshbooks Project to PivotalTracker Epic
  2. Add process for Freshbooks Project to Salesforce (maybe optional since already sync'd via appx package)
  3. Add process for Freshbooks Project to Hipchat notification
  4. Add process for Odesk * to Salesforce *
  5. Add process for Toggl Time Entries to Freshbooks Time Entries
  6. Update process for PivotalTracker Story to Toggl Project to be more selective about when it runs the sync, currently every time anything is edited

License

Affero GPL