On Mon, Mar 18, 2013 at 10:41 AM, Apache Bloodhound < [email protected]> wrote:
> Page "Proposals/BEP-0004" was changed by olemis > Diff URL: < > https://issues.apache.org/bloodhound/wiki/Proposals/BEP-0004?action=diff&version=22 > > > Revision 22 > Comment: bep:0004 list tickets using widgets (see #138) ... our own dog's > food ;) > Changes: > -------8<------8<------8<------8<------8<------8<------8<------8<-------- > Index: Proposals/BEP-0004 > ========================================================================= > --- Proposals/BEP-0004 (version: 21) > +++ Proposals/BEP-0004 (version: 22) > @@ -123,11 +123,11 @@ > > === Beta phase #beta > Next release (Beta phase) should concentrate on code stability and the > following features: > -[[TicketQuery(keywords=~bep-0004-beta, format=table, > col=id|summary|status|owner|milestone)]] > +[[Widget(TicketQuery, > query="keywords=~bep-0004-beta&col=id&col=summary&col=status&col=owner&col=milestone", > title=Ticket summary beta phase)]] > > === Stable phase > Solution should be stable enough to be part of Bloodhound standard > delivery and replace existing search functionality. We can add more features > -[[TicketQuery(keywords=~bep-0004-stable, format=table, > col=id|summary|status|owner|milestone)]] > +[[Widget(TicketQuery, > query="keywords=~bep-0004-stable&col=id&col=summary&col=status&col=owner&col=milestone", > title=Ticket summary stable phase)]] > > Other possible features > * More complex faceting can be introduced e.g. date rages, pivot faces > etc. > -------8<------8<------8<------8<------8<------8<------8<------8<-------- > Cool! Is there a way to color by status, or show closed tickets in strike-through, or some other good indicator of ticket status? Appending "&group=status" gives the status on the lhs of the table, but there is probably a better way.
