"Related projects" section on a user's page doesn't seem to be sorted
Bug #236683 reported by
Richard Laager
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Curtis Hovey |
Bug Description
The related projects section on my user page doesn't seem to be sorted. If it's sorted by some calculation, that should be made more obvious. Otherwise, it should sorted alphabetically (case-insensiti
Related branches
lp://qastaging/~sinzui/launchpad/related-software-0
- Brad Crittenden (community): Approve
-
Diff: 2416 lines (+608/-519)19 files modifiedconfigs/development/launchpad-lazr.conf (+1/-0)
lib/canonical/config/schema-lazr.conf (+3/-0)
lib/lp/registry/browser/branding.py (+1/-1)
lib/lp/registry/browser/person.py (+20/-16)
lib/lp/registry/browser/tests/person-karma-views.txt (+1/-1)
lib/lp/registry/browser/tests/person-views.txt (+187/-198)
lib/lp/registry/browser/tests/test_branding.py (+33/-0)
lib/lp/registry/browser/tests/test_person_view.py (+147/-1)
lib/lp/registry/browser/tests/user-to-user-views.txt (+93/-66)
lib/lp/registry/doc/person-account.txt (+9/-5)
lib/lp/registry/doc/person.txt (+9/-12)
lib/lp/registry/interfaces/person.py (+2/-3)
lib/lp/registry/model/person.py (+59/-81)
lib/lp/registry/stories/person/xx-person-packages.txt (+0/-16)
lib/lp/registry/stories/person/xx-person-projects.txt (+8/-7)
lib/lp/registry/stories/person/xx-user-to-user.txt (+1/-79)
lib/lp/registry/stories/vouchers/xx-voucher-redemption.txt (+14/-8)
lib/lp/registry/templates/person-related-software.pt (+3/-3)
lib/lp/soyuz/stories/soyuz/xx-person-packages.txt (+17/-22)
affects: | launchpad-foundations → launchpad-registry |
Changed in launchpad-registry: | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
Changed in launchpad-registry: | |
milestone: | none → 10.08 |
status: | Triaged → In Progress |
assignee: | nobody → Curtis Hovey (sinzui) |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
They're currently sorted by type (distribution, project group, project, in this order) and name, but since there's no visual distinction between links to project groups, projects and distributions, the sorting becomes unclear. We could either make the links visually distinguishable or sort only by name. Do you have any preference for one over the other, Richard?