Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS SDD Tooling Work Items"

Line 2: Line 2:
 
|+
 
|+
 
|- bgcolor=lightgrey
 
|- bgcolor=lightgrey
! Item !! Owner !! Sizing (days) !! Iteration !! Comments
+
! Item !! Owner !! Sizing (days) !! Comments
 
|-
 
|-
| JUnit test cases for additional plugins || || 5(each) || || '''Functions provided:'''<br>Test Cases
+
| JUnit test cases for additional plugins || || 5(each) || '''Functions provided:'''<br>Test Cases
 
|-
 
|-
| BTG Design Doc || || 7 || || '''Functions provided:'''<br>User documentation
+
| BTG Design Doc || || 7 || '''Functions provided:'''<br>User documentation
 
|-
 
|-
| Validator Design Doc || || 2 || || '''Functions provided:'''<br>User documentation
+
| Validator Design Doc || || 2 || '''Functions provided:'''<br>User documentation
 
|-
 
|-
| SPI Design Doc || || 12 || || '''Functions provided:'''<br>User documentation
+
| SPI Design Doc || || 12 || '''Functions provided:'''<br>User documentation
 
|-
 
|-
| Examples and samples || || 13(each) || || '''Functions provided:'''<br>User documentation
+
| Examples and samples || || 13 (each) || '''Functions provided:'''<br>User documentation
 +
|}
 +
<br>
 +
{| border=1
 +
|+
 +
|- bgcolor=lightgrey
 +
! Item !! Owner !! Sizing (days) !! Comments
 +
|-
 +
| '''Build Integration''' || || 6 (total) || This sizing is for each of SPI, BTG and Validator
 +
|-
 +
| ---Gathering dependencies || || 1 ||
 +
|-
 +
| ---Modification of existing ANT build script || || 3 ||
 +
|-
 +
| ---calling the build script from the existing build process || || 2 ||
 +
|-
 +
| '''Test Integration''' || || 6 (total) ||
 +
|-
 +
| ---Calling tests from existing COSMOS test framework || || 3 ||
 +
|-
 +
| ---Writing TPTP test case wrappers for existing test cases || || 3 ||
 +
|-
 +
| '''API Cleanup''' || || 22 (total) ||
 +
|-
 +
| ---Javadoc || || 16 || SPI - 14 days, Validator - 0 days, BTG - 2 days
 +
|-
 +
| ---Should all current public APIs remain public? || || 3 ||
 +
|-
 +
| ---Smart setters where applicable (SPI) || || 3 ||
 
|}
 
|}

Revision as of 13:49, 22 July 2008

Item Owner Sizing (days) Comments
JUnit test cases for additional plugins 5(each) Functions provided:
Test Cases
BTG Design Doc 7 Functions provided:
User documentation
Validator Design Doc 2 Functions provided:
User documentation
SPI Design Doc 12 Functions provided:
User documentation
Examples and samples 13 (each) Functions provided:
User documentation


Item Owner Sizing (days) Comments
Build Integration 6 (total) This sizing is for each of SPI, BTG and Validator
---Gathering dependencies 1
---Modification of existing ANT build script 3
---calling the build script from the existing build process 2
Test Integration 6 (total)
---Calling tests from existing COSMOS test framework 3
---Writing TPTP test case wrappers for existing test cases 3
API Cleanup 22 (total)
---Javadoc 16 SPI - 14 days, Validator - 0 days, BTG - 2 days
---Should all current public APIs remain public? 3
---Smart setters where applicable (SPI) 3

Back to the top