caljer1 / auto-repair-shop

Automatically exported from code.google.com/p/auto-repair-shop
0 stars 0 forks source link

The query for vehicles should probably return them in some sorted order. #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure what order the vehicles should appear on the tabs in the
vehicles section of the forms.  We should probably have the underlying
query sort them in a particular order.

Original issue reported on code.google.com by bd.gai...@gmail.com on 8 Jun 2009 at 5:07

GoogleCodeExporter commented 9 years ago
I think now the vehicles are returned in ascending order of key values (which 
is 
almost always the same as the order they are created, but not guaranteed). If 
we 
want to sort on any other required field, it'll only take a few seconds to 
change 
the code. 
How about on Year? ASC or DESC?

Original comment by fionawhw...@gmail.com on 10 Jun 2009 at 6:52