On 15/10/12 13:10, Apache Bloodhound wrote:
#230: On custom query screen, show recent queries by the users
--------------------------+--------------------------
Reporter: jdreimann | Owner: nobody
Type: enhancement | Status: new
Priority: major | Milestone:
Component: ui design | Version:
Resolution: | Keywords: custom query
--------------------------+--------------------------
Changes (by jdreimann):
* keywords: => custom query
Old description:
,, ... via ''Bloodhound'' quick create ticket dialog,,
New description:
This could be the three most recent queries by the user for example.
From a design perspective, this could simply show a list of links to those
queries at the top of the Custom Query screen:
{{{
#!html
<h4>Most recent queries</h4>
<ol>
<li><a href="">Milestone: Release 2, Owner: gjm, Status:
!closed</a></li>
<li><a href="">Owner: jdreimann, Status: !closed</a></li>
<li><a href="">Due date: > today </a></li>
</ol>
}}}
--
Ticket URL:<https://issues.apache.org/bloodhound/ticket/230#comment:1>
Quite a nice idea. Any thoughts about providing a longer history
available somewhere?
Cheers,
Gary