GithubHelp home page GithubHelp logo

isabella232 / trello_workon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paylogic/trello_workon

0.0 0.0 0.0 58 KB

Syncs Trello's "Doing" column with Fogbugs' "Working on" system

Shell 1.55% Python 82.90% CSS 0.81% Makefile 1.01% HTML 13.73%

trello_workon's Introduction

trello_workon

Syncs Trello's "Doing" column with Fogbugz' "Working on" system

This is a major refactor of the original system. The tool uses the Trello column id of the "Doing" column and the specific board id. These should be configured in a settings.py file.

The settings.py file should contain:

TRELLO_TOKEN = ''
TRELLO_APP_ID = ''
BOARD_ID = ''
DOING_LIST_ID = ''

The system consists of two parts, the workon sync, and the management server.

The workon sync is run via cron, e.g.:

*/5 * * * * /srv/sites/trello_workon/trello_workon/trello_workon.sh

The management server is run using gunicorn:

/srv/sites/trello_workon/trello_workon/.env/bin/gunicorn -c /srv/sites/trello_workon/gunicorn_config.py /srv/sites/trello_workon/trello_workon

Development environment:

make develop
# optionally you can activate venv
source .env/bin/activate

Deployment:

fab -u <your username> deploy:pypi_index=<your pypi index>

trello_workon's People

Contributors

dzittersteyn avatar bubenkoff avatar seanonmurphy avatar hvdklauw avatar blaise-io avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.