Implement a "teleportation" or "jump-to" feature
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
Getting to different contexts in Launchpad is hard; it requires moving around the hierarchy, often bookmarking and url-hacking. This is a strawman proposal for a generic Jump to: entry box that would allow you to go where you wanted.
The first phase implementation would be to do a query across a set of tables for a name that matched the string entered. The set of queries would be static and determined through research (but would definitely include Product and Person for instance). If ambiguous results occurred the teleportation would fail.
In the next phase, if ambiguous results occurred, the teleportation would display a page with the matching results.
In the next phase, we could do fancier substring matching.
In the next phase, we could also pick up special words like "bug", "code", "translate" and "translation". So if you entered "translate firefox" you'd end up in the right place.
Changed in launchpad: | |
assignee: | nobody → daf |
status: | Unconfirmed → Confirmed |
Changed in launchpad: | |
assignee: | daf → nobody |
async ajax might be a good optimisation here.