People view has no particular order
Bug #865987 reported by
Brendan Donegan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad Results |
Triaged
|
Low
|
Unassigned |
Bug Description
When browsing the 'People' view in launchpad-results, it looks like there is no particular order: http://
Certainly it's not alphabetical, and the dates don't seem to be in order either, so if it is in some order then it's not one that the user can discern from the information presented.
The phrasing of the sentence at the top 'These are the latest people testing' suggests a date order, but I don't see in what way that is useful. I'd be inclined to alphabetical ordering.
Changed in launchpad-results: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
Agreed, the people listing should be alphabetical on the person's name attribute. However, the problem is that I haven't quite figured where it would make the most sense to define a default ordering for something like a person set. In the current design, it could make some sense to define the default ordering as a class attribute in the PersonSet which would be checked by the base SearchSet class when building the query. It could also make some sense to define the ordering as a default value in the constructor of the PersonSearchParams class instead of letting the base SearchSetParams set the value to None. Both solutions would work but not sure which might be more desirable.