Comment 1 for bug 30206

Revision history for this message
Guilherme Salgado (salgado) wrote : Re: [Bug 30206] Teams should not have Karma

> rosetta-administrators is currently the 'top person' in Launchpad,
> because the new Karma code is calculating karma for teams as well as
> people.

I don't think we should be skipping teams when calculating karma. I think what
we should do is to change the Person.assignKarma() method to not assign karma
to teams, and maybe issue a warning when a situation like that happens.

I don't think we should have callsites that assign karma to teams (apart from
the rosetta imports, which I'm guessing are the responsible for assigning
karma to that team).