Comment 3 for bug 529846

Revision history for this message
Graham Binns (gmb) wrote : Re: [Bug 529846] [NEW] IPerson needs a DB patch to properly implement max_bug_heat

I'm not convinced that an IPerson should have a max_heat value; it
doesn't make sense to have a Person as a heat context.

It would make more sense to me (and wouldn't required a DB patch) to
have an IHasBugHeat interface which carries the max_heat field.
IProduct, IDistribution, IDistributionSeries and
IDistributionSourcePackage(?) would descend from IHasBugHeat; IPerson
shouldn't.