-
Notifications
You must be signed in to change notification settings - Fork 8
Badge images missing ? #21
Comments
Hmmm I'll have a look
|
A few of them appear to be 250 instead of 25 etc..
|
commit 163449b takes care of everything, except for the pager duty ones. According to /app/models/achievement_calculators/calculators/pager_duty_ack.rb, we have: def badges
{
1 => '1_pager_duty_ack',
100 => '100_pager_duty_acks',
250 => '250_pager_duty_acks',
500 => '500_pager_duty_acks'
}
end So I figured those are the right numbers? |
Hmm, good point. What do you guys think ? Too much of a gap between 1 1, 25, 100 and 250 ? Or something like that ? Ash.
|
Yeah, sounds good. 1,25,100,250 sounds reasonable. I'll change the badges & code at hack arvo. |
The following badge images are missing :(
[
"50_github_issues_opened",
"100_github_issues_opened",
"500_github_issues_opened",
"50_github_issues_closed",
"100_github_issues_closed",
"500_github_issues_closed",
"25_pager_duty_acks",
"50_pager_duty_acks"
]
Also,
http://leaderboard.hooroo.com/assets/badges/500_github_pushes.png seems to be missing the 500 part ?
The text was updated successfully, but these errors were encountered: