We have built an achivement web site to award developers based on their Github skills. We compute and analyze all projects from a user and give him badges related to the skills matched.
The project consists of a Django web site that sends data to be processed in backend by a Redis queue. The Redis queue processes the projects from a given user and then puts the prizes computed into the database. Then, the user can see on his profile a list of projects and badges awarded on his profile.
The project can be accessed in http://badger.timeho.me/
All source code and images are under MIT License .
The team responsible for this project is:
- Bernardo Heynemann ( @heynemann )
- Guilherme Souza ( @gvideo )
- Rafael Caricio ( @rafaelcaricio )
also known as [ TimeHome ] (http://djangodash.com/teams/c3/timehome/).