Question index is missing its info portlet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Curtis Hovey |
Bug Description
When an Answer (well, a question) has an assignee, that assignee is not displayed on the front page of the answer. For example:
https:/
is currently assigned to ~canonical-losas, but there is no indication of this on the page at the above URL. If you click on "Edit question" to go to
https:/
then you can see the assignee, but clicking "edit" is hardly an intuitive way to discover the assignee :-).
ADDENDUM
* The entire Question information portlet is missing that should show: status, language, assignee, reopening, whiteboard. The crucial information is either in the wrong place or absent
* The linked bugs and FAQs should be in the content because answers are read more often than asked -- prominent links will reduce duplicate questions.
Related branches
- Abel Deuring (community): Approve (code)
- Canonical Launchpad Engineering: Pending (ui) requested
-
Diff: 1230 lines (+377/-317)24 files modifiedlib/lp/answers/browser/question.py (+21/-16)
lib/lp/answers/browser/tests/test_menus.py (+58/-0)
lib/lp/answers/stories/faq-add.txt (+2/-2)
lib/lp/answers/stories/faq-edit.txt (+2/-7)
lib/lp/answers/stories/question-add-in-other-languages.txt (+2/-2)
lib/lp/answers/stories/question-add.txt (+1/-1)
lib/lp/answers/stories/question-answer-contact.txt (+2/-2)
lib/lp/answers/stories/question-confirm-url.txt (+2/-2)
lib/lp/answers/stories/question-edit.txt (+4/-4)
lib/lp/answers/stories/question-reject-and-change-status.txt (+3/-3)
lib/lp/answers/stories/question-workflow.txt (+17/-16)
lib/lp/answers/stories/this-is-a-faq.txt (+13/-14)
lib/lp/answers/templates/faq-index.pt (+38/-17)
lib/lp/answers/templates/faq-listing.pt (+0/-1)
lib/lp/answers/templates/question-history.pt (+1/-9)
lib/lp/answers/templates/question-index.pt (+65/-71)
lib/lp/answers/templates/question-portlet-details.pt (+89/-71)
lib/lp/answers/templates/question-portlet-reopenings.pt (+4/-9)
lib/lp/bugs/stories/bugs/xx-bug-create-question.txt (+2/-6)
lib/lp/bugs/stories/cve/cve-linking.txt (+13/-16)
lib/lp/bugs/templates/buglinktarget-portlet-bugs.pt (+11/-18)
lib/lp/bugs/templates/cve-index.pt (+9/-11)
lib/lp/bugs/templates/cve-portlet-bugs2.pt (+1/-1)
lib/lp/coop/answersbugs/stories/question-buglink.txt (+17/-18)
affects: | launchpad → launchpad-answers |
Changed in launchpad-answers: | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: chr trivial ui |
Changed in launchpad-answers: | |
milestone: | 3.1.10 → 3.1.11 |
tags: |
added: post-3-ui-cleanup removed: post-ui3-cleanup |
summary: |
- Answer page does not show assignee. + Question index is missing its info portlet |
description: | updated |
Changed in launchpad-answers: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Medium does not mean anything. the bug can only be Critical, High, or Low. The problem is that the Question (and FAQ) page does not follow the 3.0 UI of showing a left column of Question information and a right column of what you can do with the question.
This is not trivial because this requires a design.