Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#4828 closed Bug (wontfix)

Sort order for activity is backwards

Reported by: ast3r3x Owned by: livings124
Priority: Low Milestone: None Set
Component: Mac Client Version: 2.50
Severity: Minor Keywords: sort
Cc:

Description

I believe the order things get sorted when sorting by activity is backwards. If you have it set to sort by activity ascending it shows the most active things at the top, and the opposite for descending.

If you sort a list of numbers 0-9 in ascending order, 9 is at the bottom, not the top. The opposite is true for descending.

I can see this was purposefully done in the source, it specifically sets the order to !asc but that doesn't seem correct.

Change History (2)

comment:1 Changed 11 years ago by livings124

  • Resolution set to wontfix
  • Status changed from new to closed

Unfortunately activity is more a discrete set of values, so it doesn't lend itself well to ascending/descending. I don't think either way being called ascending has any true meaning/benefit, so I'm going to lean on the side of not changing long-existing behavior.

comment:2 Changed 11 years ago by ast3r3x

Exactly, it has been wrong for a long time.

I don't suppose I'll be changing your mind, but I think it should at least be telling that it is backwards by the fact that the other sorts just use asc, while activity uses !asc. It is literally saying, do the opposite of what the person selects and expects ascending to do.

Note: See TracTickets for help on using tickets.