<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ type: :feature
 component: opensprints
 release: 
 reporter: Alexander Rakoczy &lt;arakoczy@gmail.com&gt;
-status: :unstarted
+status: :in_progress
 disposition: 
 creation_time: 2008-07-10 23:12:18.176212 Z
 references: []
@@ -16,3 +16,7 @@ log_events:
   - Alexander Rakoczy &lt;arakoczy@gmail.com&gt;
   - created
   - &quot;&quot;
+- - 2009-03-13 19:17:27.478447 Z
+  - Alexander Rakoczy &lt;scissorjammer@gmail.com&gt;
+  - changed status from unstarted to in_progress
+  - Should be xyzzy</diff>
      <filename>bugs/issue-f4f2527281132c3a75cc9d40a639c6c66f4856b0.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -73,16 +73,29 @@ Shoes.app(:title =&gt; TITLE, :width =&gt; 800, :height =&gt; 600) do
 
   def list_racers
     flow do
-      flow(:width =&gt; 115) { para 'Name', :stroke =&gt; ivory }
-      flow(:width =&gt; 50) { para 'Wins', :stroke =&gt; ivory }
+      flow(:width =&gt; 115) do
+        para 'Name', :stroke =&gt; ivory
+        click {
+          @tournament.racers = @tournament.racers.sort_by { |racer| racer.name }
+          relist_tournament
+        }
+      end
+      flow(:width =&gt; 50) do
+        para 'Wins', :stroke =&gt; ivory
+        click {
+          @tournament.racers = @tournament.racers.sort_by { |racer| -racer.wins }
+          relist_tournament
+        }
+      end
       flow(:width =&gt; 25) do
         para 'Best', :stroke =&gt; ivory
-        click do
-          @tournament.racers = @tournament.racers.sort_by { |i| i.best_time }
+        click {
+          @tournament.racers = @tournament.racers.sort_by { |racer| racer.best_time }
           relist_tournament
-        end
+        }
       end
     end
+
     @tournament.racers.compact.each do |racer|
       flow do
         border gray(0.65)</diff>
      <filename>lib/tournament_app.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>de62557132b547bdb6ef95ba1d7278f1b5e4949a</id>
    </parent>
  </parents>
  <author>
    <name>toothrot</name>
    <email>scissorjammer@gmail.com</email>
  </author>
  <url>http://github.com/evanfarrar/opensprints/commit/c27e9e1fcd33e3b71c4e9b5acf84be3245ab1081</url>
  <id>c27e9e1fcd33e3b71c4e9b5acf84be3245ab1081</id>
  <committed-date>2009-03-13T12:31:51-07:00</committed-date>
  <authored-date>2009-03-13T12:31:51-07:00</authored-date>
  <message>sorting on all 3 columns in the tournament app now.  If only the code were less repetative.</message>
  <tree>89050ed27ed4c95bbf3b6f7a120a75c4f32969cd</tree>
  <committer>
    <name>toothrot</name>
    <email>scissorjammer@gmail.com</email>
  </committer>
</commit>
