Help - Search - Members - Calendar
Full Version: Sort result by Importance
ALM Works Forums > Deskzilla > Features   —   Deskzilla
Gillez
Hi guys,

First of all, great job, Deskzilla is very cool...

Here's my request : A feature to sort the Bug by Importance as in the web version would be very great!

Have a nice day all!
Igor Sereda
Gillez,

Thanks! smile.gif

We have plans to add multiple sorting to the bug table. So you will be able to sort by (priority, severity) (which is what Bugzilla understands by 'Importance'), and by many other kinds of order!

This feature is not likely to appear in 1.1, though. The 1.2 is a more realistic target.

Best regards,
Igor
Bernd
Are you really proposing a "multiple sorting" feature? Because the behaviour which is wanted is just to use a stable sorting algorithm which does not disturb the previous sorting result when sorting by a different column.

This would not need any GUI changes at all, just a replacement of the internal sorting algorithm, and would allow exactly the same behaviour as in Bugzilla, by first sorting by Severity, then Priority, you get a correctly sorted list.

In the current version, first sorting by Severity and then sorting by Priority mixes the order of Severity within one Priority.

Cheers
Bernd
Igor Sereda
Bernd, it's a nice idea but it cannot be applied in a such straightforward way.

First of all, sorting is not an action, it's a state. We do not "resort the table", but we "keep table sorted". The difference matters when a new bug record arrives into table. So, we cannot just forget the previous order.

That means that we have to remember last N ordered columns. How many? We also have to somehow display the secondary, tertiary, etc. order with some different arrows in the table header.

However, you made me think of a simpler implementation of multiple sorting. One of the problems in implementing multiple sorting is how to arrange user interactions, how would the user be able to switch sorting direction for 1st, 2nd, 3rd, etc field; change the order of fields in the sorting sequence, etc.

I just thought that we could make a simple solution: any click on a table column header (except for on the currently selected 1st order column) adds this column as a primary sorting column, shifting all previously selected sorting columns. That should solve 80% of cases with 20% of effort. Thank you for the idea! smile.gif

Best regards,
Igor
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.