Difference between revisions of "QATrack Development"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Added table "builds_issues")
m
Line 134: Line 134:
 
| bid || int(8), UNSIGNED || INDEX
 
| bid || int(8), UNSIGNED || INDEX
 
|-
 
|-
| iid || int(8) ||  
+
| iid || int(8) || INDEX
 
|-
 
|-
 
|}
 
|}
 +
 
==== brands ====
 
==== brands ====
 
{| border="1" cellpadding="2" cellspacing="0" style="margin-bottom: 10px;  border: 1px solid #CCCCCC; border-collapse: collapse;"
 
{| border="1" cellpadding="2" cellspacing="0" style="margin-bottom: 10px;  border: 1px solid #CCCCCC; border-collapse: collapse;"

Revision as of 11:45, 4 October 2007


This page describes the development of QATrack 2.0, starting late September 2007.

Background

For the members of the community that are involved in QA to able to set a high quality on it's work, they must have access to high quality, available tools that help them approach individual and collective goals.

Overview

The name of the tool will be QATrack, and will hold version 2.0.

The following people are involed:

Name Role OpenOffice.org Account
Per Eriksson Lead Developer pereriksson
André Schnabel Mentor andreschnabel

Project Start

The project will start at the end of September 2007.

Project End

The project will continue until the product has passed tested and been released.

Schedule

Section When Targeet
Phase 1
Phase 2
Phase 3
Phase 4

Feedback

We hare interested receiving feedback from the whole community. Power users are a primary group, other comments are greatly appreciated but have to stand aside from wishes from the power users.

Discussion will take place on the dev@qa.openoffice.org mailinglist. IssueZilla might be used to track individual tasks, but the project will always be documented here.

Features

QATrack 2.0 will implement these major features:

Centralized CollabNet Enterprise Edition (CEE) authentication
This will be achieved by a quite technically reliable method.
It will improve security and simplify password management.

Localization Support
This version will have localization support. Not GNU Gettext.

Centralized language management
Langauges will be maintainable directly in the interface.

IssueZilla-integration
The web interface will integrate IssueZilla support.

Improved interface
An improved web interface with simpler navigation lighter colors.

Improved source code
Improved security and simplified future development with reusable objects and resources

Technical Implementation

Category Implementation Who Completed
Builds Introduce a Comments field for greater flexibility and communication between users working with the same build. Especially important with large language builds having many users. pereriksson 0%
Builds Introduce a TCM Report URL field as requested for QATrack 1.0. pereriksson 0%
Builds Introduce integration towards IssueZilla. How should this work? Anyone? pereriksson 0%
User Management Users should be able to be set as QA-Leads for languages. These users should be able to assign languages to users. pereriksson 0%
User Preferences List the user's all roles. pereriksson 0%
Users User's last login datetime should be stored. Now empty field in db. pereriksson 0%
Localization A user should be able to select a User Interface language, which should be stored in the user's profile. pereriksson 100%
First Page Display last 20 messages from RSS feed. pereriksson 90%
First Page Display messages written by users with ADM role. pereriksson 0%
Messages Administration of messages. pereriksson 0%
Authentication Replace current authentication with CollabNet integration solution. pereriksson 40%

Database Tables

builds

Name Type Index
bid int(8), UNSIGNED PRIMARY
uri varchar(255)
version varchar(255)
language varchar(255)
platform varchar(255)
type varchar(255)
packages varchar(255)
bundle varchar(255)
available int(11)
status enum('UNAVAILABLE', 'UNTESTED', 'INQA', 'REJECTED', 'APPROVED', 'DISTRIBUTED')
since int(11)
until int(11)
responsible varchar(255)

builds_issues

Name Type Index
bid int(8), UNSIGNED INDEX
iid int(8) INDEX

brands

Name Type Index

builds

Name Type Index

bundles

Name Type Index

l10n_languages

Name Type Index

l10n_messages

Name Type Index

languages

Name Type Index

platforms

Name Type Index

rss

Name Type Index

users

Name Type Index

users_languages

Name Type Index

versions

Name Type Index
Personal tools