Summary

This specification describes a userspace tool for Ubuntu that can be used to submit bug reports to the Malone bugtracking system of Launchpad that offers full-information reporting and duplicates tracking.

Rationale

As users come and continue to use Ubuntu, it is inevitable that a certain user comes across some unanticipated behavior that may be construed as a bug. As such, it should be made possible that this user can report the behavior fully and accurately; therefore, a new tool for reporting bugs must be created that will:

Use cases

Scope

This specification aims to describe a limited version of the tool described in AutomatedProblemReports and LaunchpadSupportApp. Further feature requirements of this tool (such as supporting other bugtracking systems) will most likely require their own specifications.

This tool is not intended to replace Malone's web-based interface; rather, this tool seeks to be its complement, allowing for even users with an incapacitated Web browser to still submit bug reports from their own machine.

Design

The SmartBugReportingTool is built in three layers: a framework for interacting with the Malone bug tracking system, a control layer that helps pass information to, and from, the third and outermost layer, a simple user interface that receives the bugreport.

Bug reporting and management framework

The framework provides our model of a bug report; at the very least, it should contain information about the bugnumber, the name of the source package the bug was filed on, and the title/synopsis of the bug report. It should also offer some simple bug management facilities, like getting a short list of the latest bugs filed for a source package, the ability to set a particular severity/status for a bug, etc.

Control

The control layer sits in between the framework and UI layers, acting as the higher-level interface to the Malone system.

User Interface

The UI layer should be as simple as it gets...

Implementation

Code

Data preservation and migration

The tool should *not* touch anything that may be needed as additional information for a bug report.

Outstanding issues

BoF agenda and discussion

Guide the user through the process of filing a bug:

Design the knowledge base in a way that it can be incorporated and generalized into LP.

Do not hardcode the knowledge into the client side app, keep it external on people.u.c., later in LP. This avoids SRUs and unnecessary package uploads. Store it to bzr so anybody can contribute and do regular checkouts on p.u.c

Change the LP filebug page to:

Workflow parts:

Advertise:


CategorySpec

SmartBugReportingTool (last edited 2008-08-06 16:24:53 by localhost)