-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Submitted via email by @kurtpayne
The problem we were discussing over twitter is how to represent plugin quality. I see that WordPress has 3 controls for this:
- Last updated (can get this from github)
- Total downloads (not available from github)
- Star rating (not available from github)
- Reviews (not available from github)
Github does promote unit testing, though, so if a plugin has a travis badge, that could be displayed in the results. Github also has reviews, activity, and number of watchers.
As for the missing info (reviews, ratings) .... it wouldn't be difficult to create a third party site for this. Enter a review + rating attached to a github URL. It could be one of the GitHub service hooks.
So, in summary .... take what you have here, add in a way to do ratings/reviews (possibly using a github service hook) ... and you can get quality measure ... and possibly explore other things like travis badges, # of followers, etc.
What do you think?
Overly complicated?