You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <bl...@incubator.apache.org> on 2012/10/11 17:20:54 UTC

[Apache Bloodhound] #225: modify basic ticket ordering for dashboard queries to order by milestone

#225: modify basic ticket ordering for dashboard queries to order by milestone
-------------------------+-----------------------
 Reporter:  gjm          |      Owner:  nobody
     Type:  enhancement  |     Status:  new
 Priority:  major        |  Milestone:  Release 3
Component:  dashboard    |    Version:
 Keywords:               |
-------------------------+-----------------------
 As discussed in the mailing list, tickets ordered by opening time is not
 the best order to see tickets in. While there are no other means to
 categorise the time that a ticket is scheduled for, we should be ordering
 by milestone due date.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/225>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #225: modify basic ticket ordering for dashboard queries to order by milestone

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#225: modify basic ticket ordering for dashboard queries to order by milestone
--------------------------+-----------------------
  Reporter:  gjm          |      Owner:  gjm
      Type:  enhancement  |     Status:  closed
  Priority:  major        |  Milestone:  Release 3
 Component:  dashboard    |    Version:
Resolution:  fixed        |   Keywords:
--------------------------+-----------------------
Changes (by gjm):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 r1409281 commits the patch with a correction to the second query string

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/225#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #225: modify basic ticket ordering for dashboard queries to order by milestone

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#225: modify basic ticket ordering for dashboard queries to order by milestone
--------------------------+-----------------------
  Reporter:  gjm          |      Owner:  nobody
      Type:  enhancement  |     Status:  new
  Priority:  major        |  Milestone:  Release 3
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by gjm):

 suggested patch from bloodhound-dev:
 {{{
 #!diff
 Index: bloodhound_dashboard/bhdashboard/web_ui.py
 ===================================================================
 --- bloodhound_dashboard/bhdashboard/web_ui.py    (revision 1392307)
 +++ bloodhound_dashboard/bhdashboard/web_ui.py    (working copy)
 @@ -193,10 +193,10 @@
                                  None,
                                  {'args' : {
                                      'max' : 10,
 -                                    'query' :
 'status=!closed&group=time&' \
 -                                        'col=id&col=summary&col=owner' \
 +                                    'query' :
 'status=!closed&group=milestone'\
 +                                        '&col=id&col=summary&col=owner' \
                                          '&col=status&col=priority&' \
 -
 'order=priority&groupdesc=1&desc=1',
 +                                        'order=priority&desc=1',
                                      'title' : 'Active Tickets'}}],
                              'altlinks' : False
                          },
 @@ -206,10 +206,10 @@
                                  None,
                                  {'args' : {
                                      'max' : 10,
 -                                    'query' :
 'status=!closed&group=time&' \
 -                                        'col=id&col=summary&col=owner' \
 +                                    'query' :
 'status=!closed&group=milestone'\
 +                                        '&col=id&col=summary&col=owner' \
                                          '&col=status&col=priority&' \
 -
 'order=priority&groupdesc=1&desc=1&' \
 +                                        'order=priority&&desc=1&' \
                                          'owner=$USER',
                                      'title' : 'My Tickets'}
                                  }],
 }}}

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/225#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #225: modify basic ticket ordering for dashboard queries to order by milestone

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#225: modify basic ticket ordering for dashboard queries to order by milestone
--------------------------+-----------------------
  Reporter:  gjm          |      Owner:  gjm
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  Release 3
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------
Changes (by gjm):

 * status:  assigned => accepted


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/225#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #225: modify basic ticket ordering for dashboard queries to order by milestone

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#225: modify basic ticket ordering for dashboard queries to order by milestone
--------------------------+-----------------------
  Reporter:  gjm          |      Owner:  gjm
      Type:  enhancement  |     Status:  assigned
  Priority:  major        |  Milestone:  Release 3
 Component:  dashboard    |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------
Changes (by gjm):

 * owner:  nobody => gjm
 * status:  new => assigned


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/225#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker