maiera / gde-app

Apache License 2.0
22 stars 9 forks source link

Total Impact for Activity #175

Closed SmokyBob closed 9 years ago

SmokyBob commented 9 years ago

To avoid spikes on impact due to talks at large events, or videos reshared/hosted by Google Developers channel, the total_impact of an activity_record is calculated with the following formula

impact = 1 + math.log10(social_impact) + math.log10(meta_impact)

Where:

The impact has a different description for each Activity Group (Ex. N. of Views, N. of Downloads, N. of Attendees).

Please provide your thoughts on how the total_impact could be calculated to provide a meaningful value considering it should be used as a metric to compare the different activity_types.

160 adds some ideas on the topic

Mariuxtheone commented 9 years ago

Weird "Total Impact" value for me now in the top chart. It says 3.55 points, when a couple days ago it was 94.

SmokyBob commented 9 years ago

@Mariuxtheone Fix should be up in a bit (added to commit to #179 that I forgot to merge and deploy)