Team Leaderboard

Team Leaderboard

Slack leaderboard for employees based on reactions

1 follower

Team Leaderboard gallery image
Launch tags:
Web AppMessagingTech
Launch Team

What do you think? …

Jake Dahn
Hey all, My name is Jake Dahn and I built TeamLeaderboard with my wife @jessicagillis5 :) About 2 months ago one of my coworkers had come up with the idea to use slack reactions as a way to reward teammates for good deeds. We tried it out for a few days but decided that we needed something more to make it stick and pull everyone in. So I set out to build a prototype just for our team, and within a day everyone in the company had changed their behavior and started trying to do things to get :+1: emojis. It was a lot of fun, so I thought that other slack teams might also appreciate the idea. That is how TeamLeaderboard was born.
Rahul Bansal
@jakedahn @jessicagillis5 May I know why it is killed? Sounds like a nice idea
Christopher Sherrod
It doesn't exist anymore.
Sam Couch
This is awesome! I love the idea. It would be really great to have an API as well to hook in to. Mainly thinking it would be cool to be able to poll the leader board from hubot.
Jake Dahn
@samuelcouch That's a great idea! I hope to add a more publicly friendly API soon. -- While it isn't obvious, or really supported, you can sort of make this happen today! Behind the scenes of the ui is a basic API that is in the process of being fleshed out. In your browser if you open up the web inspector and look for the HTTP request to `https://api.teamleaderboard.us/a...` you can look in the request headers and get your json web token. You can use this token to make requests against the API to get information about your team. `curl 'https://api.teamleaderboard.us/a...' -H 'Authorization: jwt your.jsonwebtoken.here'`
Sam Couch
@jakedahn Oh cool! May try and flesh this out in the next week or two.

Do you use Team Leaderboard?