← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~salgado/launchpad/workitems-widget-help-popup into lp:launchpad

 

Guilherme Salgado has proposed merging lp:~salgado/launchpad/workitems-widget-help-popup into lp:launchpad with lp:~linaro-infrastructure/launchpad/workitems-widget as a prerequisite.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #944119 in Launchpad itself: "Add help popup to the new work-item editor"
  https://bugs.launchpad.net/launchpad/+bug/944119

For more details, see:
https://code.launchpad.net/~salgado/launchpad/workitems-widget-help-popup/+merge/95894

Add a help popup to the new work-items editor widget
-- 
https://code.launchpad.net/~salgado/launchpad/workitems-widget-help-popup/+merge/95894
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~salgado/launchpad/workitems-widget-help-popup into lp:launchpad.
=== added file 'lib/lp/blueprints/help/workitems-help.html'
--- lib/lp/blueprints/help/workitems-help.html	1970-01-01 00:00:00 +0000
+++ lib/lp/blueprints/help/workitems-help.html	2012-03-05 13:07:27 +0000
@@ -0,0 +1,48 @@
+<html>
+  <head>
+    <title>Blueprint work items</title>
+    <link rel="stylesheet" type="text/css"
+          href="/+icing/yui/cssreset/reset.css" />
+    <link rel="stylesheet" type="text/css"
+          href="/+icing/yui/cssfonts/fonts.css" />
+    <link rel="stylesheet" type="text/css"
+          href="/+icing/yui/cssbase/base.css" />
+  </head>
+  <body>
+    <h1>Using work items</h1>
+
+    Often, it can take a few separate steps to complete the work described in a
+    blueprint. Launchpad lets you track these steps in the "Work items" text box.
+
+    <h2>Describing work items</h2>
+
+    It's easy to track the steps, or work items, necessary to complete the
+    blueprint. Using the <em>Work items</em> text box, give a short description of each work
+    item along with its status. For example:
+
+    <pre>
+
+      Design the UI: DONE
+      Test the UI: TODO
+      Bootstrap the dev environment: POSTPONED
+    </pre>
+
+    Each work item goes on its own line, followed by a colon and its status.
+
+    <h2>Work item statuses</h2>
+
+    Each work item can have one of four statuses:
+
+    <ul>
+      <li>TODO</li>
+      <li>INPROGRESS</li>
+      <li>DONE</li>
+      <li>POSTPONED</li>
+    </ul>
+
+    <h2>More about work items</h2>
+
+    There's <a href="https://help.launchpad.net/WorkItems"; target="_blank">more
+    about using work items</a> in the Launchpad help wiki.
+  </body>
+</html>

=== modified file 'lib/lp/blueprints/templates/specification-index.pt'
--- lib/lp/blueprints/templates/specification-index.pt	2012-03-05 13:07:26 +0000
+++ lib/lp/blueprints/templates/specification-index.pt	2012-03-05 13:07:27 +0000
@@ -284,6 +284,8 @@
     </div>
 
     <div class="portlet">
+      <a href="/+help-blueprints/workitems-help.html" target="help" class="sprite maybe">&nbsp;
+        <span class="invisible-link">Tag help</span></a>
       <div class="wide" tal:content="structure view/workitems_text_widget" />
     </div>
 


Follow ups