Author: kelvingoodson
Date: Wed Jan 27 15:23:36 2010
New Revision: 903674

URL: http://svn.apache.org/viewvc?rev=903674&view=rev
Log:
links off to JIRAs

Modified:
    tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml
    tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd
    tuscany/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html

Modified: tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml?rev=903674&r1=903673&r2=903674&view=diff
==============================================================================
--- tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml (original)
+++ tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xml Wed Jan 
27 15:23:36 2010
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <jagg:plan xmlns:jagg="http://www.example.com/tracking"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.example.com/tracking JiraSideband.xsd ">
+  <issueBase>https://issues.apache.org/jira/browse/</issueBase>
   <milestones>
        <milestone ID="V8_M5I14a" workItems=
        'SUPPORT_REFS_ON_OTHERS  ENHANCE_ART_PROC_PERF'>
@@ -10,6 +11,7 @@
   </milestones>
   <workitems>
        <workitem ID='SUPPORT_REFS_ON_OTHERS'>
+       <title>support reference on other impl type than impl.widget</title>
                <responsible>LR</responsible>
                <dueDate>2001-01-01</dueDate>
                <jira>TUSCANY-2850</jira>
@@ -18,6 +20,7 @@
                <note>note</note>
        </workitem>
        <workitem ID='ENHANCE_ART_PROC_PERF'>
+               <title>Enhance artfact processing performance by returning URI 
and location URL in one call</title>
                <responsible>LR</responsible>
                <dueDate>2001-01-01</dueDate>
                <jira>TUSCANY-3395</jira>
@@ -26,6 +29,7 @@
                <note>note</note>
        </workitem>
        <workitem ID='CONTRIBS_IDENT_SPEC_VERS'>
+               <title>Add support for identifying the SCA Spec Version for 
contribution metadata</title>
                <responsible>LR</responsible>
                <dueDate>2001-01-01</dueDate>
                <jira>TUSCANY-3397</jira>

Modified: tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd?rev=903674&r1=903673&r2=903674&view=diff
==============================================================================
--- tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd (original)
+++ tuscany/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd Wed Jan 
27 15:23:36 2010
@@ -25,9 +25,14 @@
     
     <xsd:complexType name="Plan">
        <xsd:sequence>
-               <xsd:element name="milestones" type="jagg:Milestones" 
maxOccurs="1" minOccurs="1"></xsd:element>
-               <xsd:element name="workitems" type="jagg:WorkItems" 
maxOccurs="1" minOccurs="1"></xsd:element>
-       </xsd:sequence>
+            <xsd:element name="issueBase" type="xsd:string"></xsd:element>
+            <xsd:element name="milestones" type="jagg:Milestones"
+                       maxOccurs="1" minOccurs="1">
+               </xsd:element>
+               <xsd:element name="workitems" type="jagg:WorkItems"
+                       maxOccurs="1" minOccurs="1">
+               </xsd:element>

+       </xsd:sequence>
     </xsd:complexType>
 
 
@@ -38,8 +43,10 @@
                        function for
                </xsd:documentation>
        </xsd:annotation>
-       <xsd:sequence>

-               <xsd:element name="responsible" type="xsd:string"
+       <xsd:sequence>
+
+            <xsd:element name="title" type="xsd:string"></xsd:element>
+            <xsd:element name="responsible" type="xsd:string"
                        maxOccurs="1" minOccurs="0">
                </xsd:element>
                <xsd:element name="dueDate" type="xsd:string" maxOccurs="1"
@@ -57,7 +64,7 @@
                </xsd:element>
                <xsd:element name="note" type="xsd:string" maxOccurs="1"
                        minOccurs="0">
-               </xsd:element>
+               </xsd:element>

        </xsd:sequence>
        <xsd:attribute name="ID" type="xsd:ID"></xsd:attribute>
     </xsd:complexType>

Modified: tuscany/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html?rev=903674&r1=903673&r2=903674&view=diff
==============================================================================
--- tuscany/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html 
(original)
+++ tuscany/sandbox/kgoodson/jagg/src/main/resources/uiservices/plan.html Wed 
Jan 27 15:23:36 2010
@@ -39,11 +39,11 @@
                for(var i=0; i<ms.length; i++) {
                        mscontent += "<tr><th colspan=\"4\">" + ms[i].ID + 
"</th></tr>";
                        var mswi = ms[i].workItems.list;
-                       mscontent 
+="<tr><th>ID</th><td>JIRA</th><td>Responsible</th><th>Status</th></tr>";
+                       mscontent 
+="<tr><th>Title</th><td>JIRA</th><td>Responsible</th><th>Status</th></tr>";
                        for (var j=0; j<mswi.length; j++) {
                                mscontent +=
                                        "<tr>"
-                                       +"<td>"+mswi[j].ID+"</td>" + 
"<td>"+mswi[j].jira
+                                       +"<td>"+mswi[j].title+"</td>" + "<td><A 
HREF=\""+plan.issueBase+mswi[j].jira+"\">"+mswi[j].jira
                                                +"</td>"+ 
"<td>"+mswi[j].responsible+"</td>"+ "<td>"+mswi[j].status+"</td>"+ "<td></td>"
                                        +"</tr>";
                        }
@@ -52,7 +52,7 @@
 
                mscontent += "</table>"
                        +"<h2> Work Items to be Scheduled</h2>";
-               mscontent += "<table 
border=\"1\"><tr><th>ID</th><th>JIRA</th><th>Responsible</th><th>Status</th></tr>";
+               mscontent += "<table 
border=\"1\"><tr><th>Title</th><th>JIRA</th><th>Responsible</th><th>Status</th></tr>";
 
                        // unassigned work items (in terms of milestones)
                        var uawi = plan.workitems.workitem.list;
@@ -60,7 +60,7 @@
                                if(uawi[j]) {
                                        mscontent +=
                                                "<tr>"
-                                               +"<td>"+uawi[j].ID+"</td>" + 
"<td>"+uawi[j].jira
+                                               +"<td>"+uawi[j].title+"</td>" + 
"<td>"+uawi[j].jira
                                                        +"</td>"+ 
"<td>"+uawi[j].responsible+"</td>"+ "<td>"+uawi[j].status+"</td>"+ "<td></td>"
                                                +"</tr>";
                                }


Reply via email to