kickstartacademy / kbiz

Kickstart Academy Business
MIT License
0 stars 0 forks source link

Integration with trello? #16

Open mattwynne opened 10 years ago

mattwynne commented 10 years ago

Just an idea, but instead of building our own thing to model workflow and todo lists, what about letting trello do what it's good at, and working out a way to integrate this system with trello effectively, so we can focus on the deals.

I have one very important idea related to this which I'll put in a separate ticket.

chrismdp commented 10 years ago

Yeah, like it. Perhaps we are able to build KBiz without much interface at all, and let Trello drive the actual behaviour through moving of cards etc, and adding of checklists, labels and comments.

We can add webhooks to get posts whenever anything in Trello changes, and authenticate KBiz via OAuth...

chrismdp commented 10 years ago

There's also http://github.com/joshrowley/trellatin which implements a persistence layer via trello cards....

chrismdp commented 10 years ago

... Although looking at the code it's very basic one-way ruby -> Trello right now.