csdl / makahiki

An Open Source "Serious Game" Framework for Sustainability
http://makahiki.readthedocs.org/
MIT License
7 stars 5 forks source link

Multi-column sort for raffle prizes #506

Closed rbrewer closed 12 years ago

rbrewer commented 12 years ago

Right now, you can only sort on 1 column. If you sort on Price, the sort order is undetermined for prizes with the same value, which complicates printing.

Also, the raffle prize admin table shows username, but the Prizes page table shows display name. It would be good to make the raffle prize show the display name instead of username.

yongwen commented 12 years ago

multi-column sort is enabled by django default.

  1. added default sort in the admin list to be round_name, value, and title.
  2. changed the username to display name

deployed to dasha.

yongwen commented 12 years ago

deployed to production.