Making WordPress.org

Opened 8 years ago

Closed 7 years ago

#1726 closed defect (bug) (fixed)

Tool to generate statistics for plugin review admins

Reported by: ipstenu's profile Ipstenu Owned by: tellyworth's profile tellyworth
Milestone: Plugin Directory v3.0 Priority: normal
Component: Plugin Directory Keywords: close
Cc:

Description

We have a tool for repo stats - https://wordpress.org/plugins/admin?repostats=1 - which spits out this:

Plugin repository and SupportPress Stats

You can customize the default settings by manually providing query values:

date : The day up to which stats are to be gathered. In YYYY-MM-DD format. Defaults to today (2016-05-19).
days : The number of days before 'date' to include in stats. Default is 7.
recentdays : The number of days before today to consider as "recently" (stats marked with ). Default is 7.

Stats

Displaying stats for the 7 days preceding 2016-05-19 (and some for the 7 most recent days).

Plugin Status Change Stats

Plugins requested : 207
Plugins rejected : 53
Plugins closed : 25
Plugins approved : 139

Plugin Queue Stats (current)

Plugins in the queue* : 156
→ (older than 7 days ago) ** : 23
→ (since the beginning of the defined time window) : 101
→ (without a reply)* : 106

SupportPress Queue Stats

Total open tickets* : 6
→ (with no activity in last 7 days) ** : 2
Within defined 7 day time window:
Total : 138
Closed : 135
Open : 3

* : Stat reflects current size of queue and does not take into account 'date' or 'day' interval
** : Stat reflects activity only within the 'recentdays' from today

Obviously we don't need to edit the support press stuff, but we do need to the Change and Queue stats somehow.

@coffee2code may have insight here.

Change History (11)

#1 @obenland
8 years ago

  • Milestone Plugin Directory v3 - M4 deleted

This feels like it will be more than a quick c/p job from the old system. I think @dd32 mentioned somewhere how we'll have to track times of status changes etc anyway, but I'm not sure we're both certain on how to go about it. Maybe revisions would be something that could work here?

#2 @dd32
8 years ago

Yeah, this will require the query to be rewritten from bb to wp table syntaxes, shouldn't be too difficult once the dates are stored - #1721

I don't think revisions are the answer here for storing history, they're too convoluted for automated querying, and audit log could work, but postmeta would be simplest.

#3 @samuelsidler
8 years ago

  • Summary changed from Plugin Admin Tool to Tool to generate statistics for plugin admins

#4 @Ipstenu
8 years ago

  • Milestone set to Plugin Directory v3.0
  • Summary changed from Tool to generate statistics for plugin admins to Tool to generate statistics for plugin review admins

@dd32 - Is this still on the docket? I will need this :)

This ticket was mentioned in Slack in #meta by tellyworth. View the logs.


8 years ago

This ticket was mentioned in Slack in #meta by ipstenu. View the logs.


8 years ago

#7 @tellyworth
8 years ago

  • Owner set to tellyworth
  • Status changed from new to accepted

#8 @Ipstenu
8 years ago

FYI - We can't do proper posts on make/updates until this is resolved which means we've got lost documentation about our statistics for reviews/approvals/etc

#9 @coffee2code
8 years ago

In 5312:

Plugin Directory: Migrate stats admin tool over from bbPress1 implementation.

Shows plugin repo and SupportPress stats.

Available to plugin reviewers via Tools > Stats Report

Stats relating to the number of plugins rejected, approved, or delisted have not been logged since the switchover to WP. Stats for plugins requested may be suspect.

See #1726.

#10 @Ipstenu
7 years ago

  • Keywords close added

The only aspect this is missing is the count of how many were closed. And I'm okay with that. We can revisit later.

#11 @tellyworth
7 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.