MozillaIndia / leaderboard

Mozilla India Developer Dashboard
https://mozillaindia.github.io/leaderboard/
19 stars 45 forks source link

Don't manually hardcode list of users with commit access levels #63

Open jdm opened 11 years ago

jdm commented 11 years ago

Anybody with L1 access can grab the L1/L2/L3 data from https://ldap.mozilla.org/contributors/. It might be easiest to have a script that fetches it and updates the leaderboard data.

debloper commented 11 years ago

Now that we know we can get this data as well, makes sense we plan how to implement it.

Our backend ( @MozillaIndia/leaderchalk ) is a Node.js server, which we can extend to operate this way:

How about that?