[wp-meta] [Making WordPress.org] #2456: Priority Queue for Good Theme Authors

Making WordPress.org noreply at wordpress.org
Sat Jan 28 09:15:25 UTC 2017


#2456: Priority Queue for Good Theme Authors
----------------------------+-----------------
 Reporter:  grapplerulrich  |      Owner:
     Type:  enhancement     |     Status:  new
 Priority:  normal          |  Milestone:
Component:  Theme Review    |   Keywords:
----------------------------+-----------------
 Priority queue for theme authors who have had less than 5 issues in their
 last theme review and they would be removed if they have more than 5
 issues in a review. The number of theme authors on the list may be small
 in the beginning but this will be a goal for theme authors to work to and
 provide additional motivation to make sure the themes are up to standard.

 As to the implementation the ticket assignment button would first assign a
 ticket from the priority queue if there are no themes left then move to
 the next queue.

 The list of theme authors who are added to the list should be able to be
 changed easily without needing a code change unless someone is willing to
 update the list in the code every two weeks.

 The code for the assignment button can be found below.
 {{{#!php
                         $next_ticket = $this->trac->ticket_query(
 'priority=new theme&priority=previously
 reviewed&status=new&keywords=!~buddypress&order=time&max=1&owner=' );
                         if ( $next_ticket === array() ) {
                                 return false;
                         } elseif ( $next_ticket === false ) {
                                 return new WP_Error;
                         }
 }}}

 https://meta.trac.wordpress.org/attachment/ticket/762/site-themes.php

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2456>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list