Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

Summary

The original goal of this spec was to provide a web page for each of the top packages in Ubuntu showing bug counts and other vital signs and statistics. A solid start for this was developed during the Hardy cycle and can be seen at http://status.qa.ubuntu.com . This spec is now being recycled for Jaunty to document new features and improvements to the existing package status pages.

Release Note

Not applicable - the improvements for Jaunty will not be part of Ubuntu itself. However, once they are implemented they should be announced on relevant mailing lists.

Rationale

There exists sites which reflect the general state of Ubuntu as a whole in terms of release readiness. However, it was determined that package maintainers would find it useful if they had a landing page describing the general state of their specific package. During the Hardy cycle package specific status pages were made to help showcase this information and help package maintainers and users measure the state of a package. These status pages received positive feedback with additional requests for new features and improvements. Enhancing these pages with these new features and improvements will provide an added benefit to both maintainers and users.

Use Cases

Design

http://status.qa.ubuntu.com

Jaunty Improvements/Features

https://wiki.ubuntu.com/QATeam/Specs/PackageStatusPages/Feedback

HIGH

MEDIUM

LOW

WISHLIST

Outstanding Issues

Hardy

We don't want to lose any historical information on how this spec has evolved. Below is some of the spec highlights that were written for the Hardy cycle.

Assumptions

Bug Data

High Impact

External Data

Documentation coverage

Layout

A layout similar to qa.ubuntu.com and brainstorm will be used.

Nested structure

The pages should be nested on 3 levels: Distro, category and Application:

The main distro page should contain a list of categories and the category pages should have links to the Applications that make up that category. The applications page finally contains links to the Launchpad pages for the source packages being tracked. The results displayed on the applications page is aggregated directly from the data of the packages associated with it and likewise the category page is an aggregate of the applications it contains. However, the Ubuntu page is not the sum of categories but rather global data sourced directly (unless we make an 'everything else' category page).

Implementation

Incorporate code to leverage qa.ubuntu.com code base. Most plots links and metrics are pulled automatically from various existing sources. Some items (like whether the debugging docs are complete) are stored in a bzr branch.

List of packages to consider having pages for

http://qa.ubuntu.com/reports/pkg-stats/

Which is derived from a list of packages with more than 100 bugs:

http://bazaar.launchpad.net/~canonical-qa/canonical-qa-tracking/main/annotate/209?file_id=gt100bugpackages.txt-20080215170433-q6f6v4qipfatvqen-1

Code Changes

To be implemented in python, extending existing weather report and bug list pages. The results will be pulled into navigateable pages in the drupal-based QA site and later the Zope-based version. The HTML pages will remain simple, stable and thus machine-readable.

Launchpad will soon allow for querying of data via a new API which is to be released in June/July. Python-launcpad-bugs will be taught to use this API rather than screen scraping information.


CategorySpec

QATeam/Specs/PackageStatusPages (last edited 2009-02-03 16:22:10 by port-213-160-23-156)