Difference between revisions of "Documentation/Dashboard/Help Release Process"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Problem Description)
(Problem Description)
Line 32: Line 32:
 
|Short Help completion period
 
|Short Help completion period
 
|The release map doesn't leave enough time between feature freeze date and help completion date which is determined by the localization hand-off date
 
|The release map doesn't leave enough time between feature freeze date and help completion date which is determined by the localization hand-off date
|
+
|Features with big Help word count that will be ready short before feature freeze must be announced to Help authors, so they can start writing early
 
|-valign=top
 
|-valign=top
 
|Short Help translation period
 
|Short Help translation period
 
|The localization period is too short to cover larger help wordcounts
 
|The localization period is too short to cover larger help wordcounts
|
+
|Features with big Help word count will only be documented in the feature CWS. This replaces one tight deadline by many smaller deadlines
 
|-valign=top
 
|-valign=top
 
|Large helpcontent module in feature CWSs
 
|Large helpcontent module in feature CWSs
|The helpcontent2 module is '''large''' (>2,000 files) and presents a bottleneck for CWS maintenance, particularly when part of multiple feature CWSs
+
|The helpcontent2 module is '''large''' (>2,000 files) and presents a bottleneck for CWS maintenance, particularly when part of multiple feature CWSs. '''this is no longer a problem with Subversion or Mercurial CWSs'''
 
|
 
|
 
|-valign=top
 
|-valign=top

Revision as of 09:57, 14 May 2009

Help Release Process

Current Development and Release Process

The source content of the application help is contained in the CVS module helpcontent2. Currently, the help content is handled like any other source code module with respect to development and release process. Uwe Fischer as the owner of the application help content maintains continuous Child Workspaces to work on constant improvements and bug fixes in the help content. That includes help changes due to new features or changes to existing features. These Child Workspaces are usually named hcsharedXX with XX being a consecutive number.

Uwe fills up the Child Workspace until a reasonable number of issues are covered (reasonable for QA to test), Uwe builds installation sets for three platforms and then hands over the CWS to QA for verification. Some issues are verified by Sun's Docs team beforehand to disburden the QA reps. After handing over a CWS to QA, a successor CWS is created which is used to continue the work.

In addition to this help maintenance CWS, help content for larger features and feature sets is developed inside the feature CWSs owned by the feature owners. Uwe requests to ad the helpcontent2 module to those CWSs and works on the corresponding help content there.

Problem Description

There are several problems around the abovementioned process:

Problem Description Possible Solutions
Short Help completion period The release map doesn't leave enough time between feature freeze date and help completion date which is determined by the localization hand-off date Features with big Help word count that will be ready short before feature freeze must be announced to Help authors, so they can start writing early
Short Help translation period The localization period is too short to cover larger help wordcounts Features with big Help word count will only be documented in the feature CWS. This replaces one tight deadline by many smaller deadlines
Large helpcontent module in feature CWSs The helpcontent2 module is large (>2,000 files) and presents a bottleneck for CWS maintenance, particularly when part of multiple feature CWSs. this is no longer a problem with Subversion or Mercurial CWSs
Platform Dependency The helpcontent2 module is currently built per platform which is very costly in terms of performance and time Build the helpcontent platform independently (in common). The helpcontent itself should allow for that.
Personal tools