plugins ranked by popularity (downloaded)
Added by Rand C about 11 years ago
Who thinks adding an attribute to the plugins area where you can keep track of the popularity of a plugin by downloads would be useful?
It would be just like what wordpress.org has [[http://wordpress.org/plugins/]] I hate having to sift through the plugins with a hit and miss approach. That's my suggestion, Thoughts anyone?
Replies (5)
RE: plugins ranked by popularity (downloaded) - Added by Andriy Lesyuk about 11 years ago
I agree, that the plugin registry can/should be improved. Also I like the idea of popularity tracking.
RE: plugins ranked by popularity (downloaded) - Added by Jan Niggemann (redmine.org team member) about 11 years ago
Yeah, and while we're at it: It wouldbe nice if the user chose their redmine version and all plugins that are not reported to run under that version would be hidden...
Please post a feature request :-)
RE: plugins ranked by popularity (downloaded) - Added by Mischa The Evil about 11 years ago
I too agree that the current plugin directory can be improved. Some ideas for such are already proposed (see eg. #10670 and #11222).
However, I don't think plugin popularity tracking is possible within the current Redmine plugins environment. Redmine.org/plugins is only a listing directory, not a hosting site/directory like wordpress.org/plugins is. This will make it nearly impossible to keep track of plugin popularity by download (for as far as the number of plugin downloads - thus not SCM-checkouts - is representative for its popularity?).
Another approach could be like the one utilized by the DokuWiki community. DokuWiki comes with a bundled popularity plugin (https://www.dokuwiki.org/plugin:popularity) which is used to gather statistics of the environments where DokuWiki is deployed, íncluding the installed plugins. This information is used to display plugin popularity on DokuWiki's plugins listing (https://www.dokuwiki.org/plugins).
Kind regards,
Mischa.
RE: plugins ranked by popularity (downloaded) - Added by Mischa The Evil about 11 years ago
Jan Niggemann (redmine.org team member) wrote:
Yeah, and while we're at it: It wouldbe nice if the user chose their redmine version and all plugins that are not reported to run under that version would be hidden...
Please post a feature request :-)
Please don't! ;) This is already possible: goto redmine.org/plugins -> click "Browse all Plugins..." -> in the top-right corner select the Redmine version from the "Show only plugins for Redmine version:" dropdown.
RE: plugins ranked by popularity (downloaded) - Added by Jan Niggemann (redmine.org team member) about 11 years ago
Mischa The Evil wrote:
This is already possible: goto redmine.org/plugins -> click "Browse all Plugins..." -> in the top-right corner select the Redmine version from the "Show only plugins for Redmine version:" dropdown.
OMG, I never realized that! Thank you for pointing it out!