saolsen / floclo

Floclo watches a flowdock chat room and evaluates clojure expressions tagged with #clj
5 stars 2 forks source link

Implement a thumbcoin plugin #24

Open jeremyheiler opened 10 years ago

jeremyheiler commented 10 years ago

How should this work? I imagine everyone will have a "wallet" and you could manually make transfers. Though, it would be cool to have something a little more automated for PRs, but they're really easy to game. (That might be fine, but it would be cool if there was a way to not have it be that way.)

The current real need is to be able to offer thumbcoins to people in Flowdock when you need a PR merged. The first two people tho :+1: the PR will automatically receive a thumbcoin from the owner when it is merged. The transaction would be a noop if you :+1: your own PR. Negative balances are possible. Also, you could only receive, at most, one thumbcoin per PR.

We could also have it automatically work for every :+1: on an open PR.

Any other ideas?