|
RE: Pedigree Enhancement Request
On Laura's list:
#1 is already possible. Simply sort by eye, then sort by fur. The sorting should already be 'stable' and, so, will do what you want already.
#2 between sessions means storing the sort options in a cookie or sending the options to the PHP session on the mothership; both are probably unacceptable. The root of the request, however, is lack of code support for modern browsers; it can be fixed to remember the sort and select settings when you move back (and forward again) across the Roster page. But doing so means dropping support for IE 7 and earlier, and some older Safari. The answer lies in history.pushstate and its ilk. This vastly improves usability and should occur, but is non-trivial.
#3 requires counting traits, so unlikely to be added
#4 yes, it bugs me that I have to flip back and forth across three pages to view all data
#5 probably a good idea, but too vague. needs more ideas
#6 never gonna happen
|