If you check my so's profile you will notice that I got the Android silver badge (Earned 400 upvotes for answers in the android tag.).
But in the tags section it says:
365 android× 501
Why did I get the badge then?
|
If you check my so's profile you will notice that I got the Android silver badge ( But in the tags section it says:
Why did I get the badge then? |
||||
|
|
According to the top users listing, you have a tag score of 403. I'm not sure what exactly accounts for the difference, as the numbers are normally synced. The top users appears to be the more accurate one, though, as you do have the badge now. |
|||||||||||||||||
|
|
This is actually a bug I just resolved. Our tag storage is denormalized, we have a second table that stores the a That had a cascading effect that caused some tag badges to be assigned early. I just added a primary key constraint on the denormalized table, so there is no chance of dupe rows anymore. |
||||
|