community_plugins
community_plugins copied to clipboard
Plugins page listings should be time sensitive
Most downloads/recommends on a rolling basis - last year or x months or something
https://github.com/Elgg/community_plugins/issues/56
Problem is that currently download counter is single integer. Recommendations are annotations and can be filtered easily.
wt., 25 lis 2014, 10:19 Matt Beckett użytkownik [email protected] napisał:
Most downloads/recommends on a rolling basis - last year or x months or something
#56 https://github.com/Elgg/community_plugins/issues/56
— Reply to this email directly or view it on GitHub https://github.com/Elgg/community_plugins/issues/102.
downloads are counted as a single counter for the plugin_project entities, but also as an annotation on the plugin_release entities. We can use the plugin_release annotations for the time based filtering.
I recommend implementing something for 1 year and 30 days and comparing the two. 30 days might give a little more churn but also feels more up to date and lively. Downside is lower numbers. But we should keep all 3 metrics stored regardless to display on the plugin page or something.
On Tue, Nov 25, 2014, 2:01 AM Matt Beckett [email protected] wrote:
downloads are counted as a single counter for the plugin_project entities, but also as an annotation on the plugin_release entities. We can use the plugin_release annotations for the time based filtering.
— Reply to this email directly or view it on GitHub https://github.com/Elgg/community_plugins/issues/102#issuecomment-64349534 .