team page does not follow 3.0 UI examples

Bug #423681 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Guilherme Salgado

Bug Description

1. The info/details portlet should be at the top of the left column as it is on other +index pages.
2. The info in the details should be broken in to smaller pieces
   * Contact this team belongs in the action menu
   * The restricted team info in the members portlet should move to the details
3. The polls portlet should not display if there are none and I do not have the power to create one.
4. If the team has been assigned bugs, questions, blueprints, or has branches that should be shown in as portlets.
5. The maintain pages link belongs in the in related software portlet.

Changed in launchpad-registry:
assignee: nobody → Guilherme Salgado (salgado)
Revision history for this message
Guilherme Salgado (salgado) wrote :

Placing the 'Maintained packages' link in the related software portlet is a bad idea because that portlet won't be shown when the team is not the maintainer of any projects, so the link would be visible only if the team maintains one or more projects.

The ppas portlet is currently shown unconditionally, but that's a bug because when the team has no PPA and the current user has no permission to create one, the portlet shows up empty.

I think we need a new 'Maintained packages' portlet, but that's probably a post 3.0 thing. What do you think, Curtis?

Revision history for this message
Curtis Hovey (sinzui) wrote :

I think the portlet may make sense since there is related software, related packages, and realted PPA. I think we need a place to put this link in the mean time.

I propose we follow the example of the pillar pages and include a horizontal list of links after the description, before we split maincontent into columns. We include the three links to software, packages, and ppas (this is also a creepy continuation of the bar that continues to appear on their pages.)

<ul class="horizontal">
  <li
    tal:define="link context/menu:overview/software"
    tal:condifion="link/enabled"
    tal:content="link:fmt/link">
  <li
    tal:define="link context/menu:overview/packages"
    tal:condifion="link/enabled"
    tal:content="link:fmt/link">
  <li
    tal:define="link context/menu:overview/ppas"
    tal:condifion="link/enabled"
    tal:content="link:fmt/link">
</ul>

Changed in launchpad-registry:
status: Triaged → In Progress
Changed in launchpad-registry:
status: In Progress → Fix Committed
Changed in launchpad-registry:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.