<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Recent Posts in Ticket Report: Associations field's tooltip should display ticket name | Unfuddle Community</title>
    <link>http://unfuddle.com/community</link>
    <description>Unfuddle Community Forums</description>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:242:899</guid>
      <title>Ticket Report: Associations field's tooltip should display ticket name replied by DW @ Sun, 08 Jun 2008 23:01:28 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/242</link>
      <description>+1 for tooltip</description>
      <pubDate>Sun, 08 Jun 2008 23:01:28 UTC</pubDate>
      <author>DW</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:242:909</guid>
      <title>Ticket Report: Associations field's tooltip should display ticket name replied by Joshua Frappier @ Tue, 10 Jun 2008 09:37:38 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/242</link>
      <description>Hendy,

After digging deeper, as you suggested, there was indeed an easier way for us to get the associated ticket's summary.  You will find that the tooltip text now includes a full summary for the associated ticket.

Thanks again for the initial suggestion and especially for taking the time to provide a possible solution.

Josh</description>
      <pubDate>Tue, 10 Jun 2008 09:37:38 UTC</pubDate>
      <author>Joshua Frappier</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:242:920</guid>
      <title>Ticket Report: Associations field's tooltip should display ticket name replied by Hendy Irawan @ Thu, 12 Jun 2008 09:55:00 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/242</link>
      <description>Thank you. I appreciate it a lot :-)</description>
      <pubDate>Thu, 12 Jun 2008 09:55:00 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:242:819</guid>
      <title>Ticket Report: Associations field's tooltip should display ticket name replied by David C. @ Wed, 07 May 2008 00:07:48 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/242</link>
      <description>Hendy,

That would be nice.  However, the ticket summaries are not currently displayed in the tooltips for performance reasons. Displaying the ticket summary would require us to load additional information for each of the associated tickets -- a potentially expensive process, especially for larger ticket reports.

As always, thanks for your feedback Hendy.</description>
      <pubDate>Wed, 07 May 2008 00:07:48 UTC</pubDate>
      <author>David C.</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:242:813</guid>
      <title>Ticket Report: Associations field's tooltip should display ticket name posted by Hendy Irawan @ Tue, 06 May 2008 09:50:45 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/242</link>
      <description>How to:

# Display &quot;Associations&quot; on a ticket report
# Hover on an association, e.g. &quot;S666&quot;
# &quot;Display Sibling ticket #666&quot; is displayed. This should be &quot;Ticket #666: Really weird bug on some strange thing&quot;, which clearly names the ticket.</description>
      <pubDate>Tue, 06 May 2008 09:50:45 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
    <item>
      <guid isPermaLink="false">www.unfuddle.com/community:1:242:830</guid>
      <title>Ticket Report: Associations field's tooltip should display ticket name replied by Hendy Irawan @ Sat, 10 May 2008 07:52:03 UTC</title>
      <link>http://www.unfuddle.com/community/forums/1/topics/242</link>
      <description>Assuming my perspective below is correct, I would disagree.

# You already got the referred ticket IDs in an array, don't you?
# &lt;pre&gt;ticket_names = {}
connection.select_all(
    &quot;SELECT id, name FROM tickets WHERE id IN (#{ids.join(', ')}&quot;).each do |row|
  ticket_names[row['id']] = row['name']
end
&lt;/pre&gt;

It would add only one SQL query on each report. With properly indexed tables, I don't think it's an expensive process.

If you're referring to &lt;tt&gt;:include =&gt; :referred_tickets&lt;/tt&gt;, yeah, that's expensive... but there are betters ways to solve this problem.</description>
      <pubDate>Sat, 10 May 2008 07:52:03 UTC</pubDate>
      <author>Hendy Irawan</author>
    </item>
  </channel>
</rss>

