Assuming a votable object has an "author" field, is there an easy query to get the sum votes for a given "author" across all instances of a votable object?
The aim is similar to finding a user's "karma" on reddit; a query for the sum of all upvotes on all objects for which the user is author ... is there an efficient way to do this?
Assuming a votable object has an "author" field, is there an easy query to get the sum votes for a given "author" across all instances of a votable object?
The aim is similar to finding a user's "karma" on reddit; a query for the sum of all upvotes on all objects for which the user is author ... is there an efficient way to do this?