devhub
devhub copied to clipboard
Implement Devhub leaderboard
As a programmer I want a scoreboard So that I can see who has made the most commits Given I logon to DevHub When anyone using DevHub has made a commit Then I want to see how many commits the top comitter has made And how many commits I am behind this person
As requested on Slack
Personally I like the idea. Question for what actions we will give points? Simply awarding the number of commits or lines of code, will probably not benefit commit behaviour. We could perhaps connect this to the warning system or automatic grading exercises. @LiamClark Any ideas?
Definitely interesting, but dabgerous, cause it could easily promote bad commit behaviour just for the sake of the leader board. I think something like
Autograded points - warnings / ammount of succesive commits without buildfailures.