Not an issue, only question / Badge qualifiers...
snipiba opened this issue · 1 comments
snipiba commented
Is there a way how to set qualifiers based on sum of specific points?
For example, qualifier as "Best author" based on Sum of published posts only?
Because qualifier based on sum of all points is not relevant in this case, right?
snipiba commented
Probably found solution....
return $user->reputations->where('name','PostCreated')->sum('point') > 10;