zalando-incubator / catwatch

A metrics dashboard for GitHub organizations, with results accessible via REST API
https://zalando.github.io/
Other
60 stars 21 forks source link

Issue 51 - Different approach for the formula #53

Closed rbobin closed 8 years ago

rbobin commented 8 years ago

New formula for https://github.com/zalando/catwatch/issues/51:

score = stars * 3 + forks * 2 + contributors * 5 - daysSinceLastPush - (maintainers < 2 ? 100 : 0)

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 82.115% when pulling 06902f1c4096af535818193e30540f38f97274ef on rbobin:master into 16ca0c00e8289db85834862f33b915db7dfe0c93 on zalando:master.

hjacobs commented 8 years ago

:+1:

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 82.115% when pulling 6d39fad798e16e17d6d2e0aaa8910bc8afe14b22 on rbobin:master into 16ca0c00e8289db85834862f33b915db7dfe0c93 on zalando:master.