Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 Design 217303"

(New page: Back to Data Reporting Design = '''Change History''' = {|{{BMTableStyle}} !align="left"|Name: !align="left"|Date: !align="left"|Revised Sections: |- |Sheldo...)
 
 
(3 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
|03/04/2008
 
|03/04/2008
 
|<ul><li>Initial version</li></ul>
 
|<ul><li>Initial version</li></ul>
 +
|-
 +
|Bill Muldoon
 +
|03/04/2008
 +
|<ul><li>Added estimates and detailed use case</li></ul>
 
|}
 
|}
  
Line 22: Line 26:
 
|-
 
|-
 
| align="left" | Design
 
| align="left" | Design
| 0
+
| .2
|  
+
| Bill
 
|-
 
|-
 
| align="left" | Code
 
| align="left" | Code
| 4
+
| .8
|
+
| Bill
 
|-
 
|-
 
| align="left" | Test
 
| align="left" | Test
| 1
+
| .4
|
+
| Bill
 
|-
 
|-
 
| align="left" | Documentation
 
| align="left" | Documentation
| 0.5
+
| .1
|
+
| Bill
 
|-
 
|-
 
| align="left" | Build and infrastructure
 
| align="left" | Build and infrastructure
Line 42: Line 46:
 
|-
 
|-
 
| align="left" | Code review, etc.*
 
| align="left" | Code review, etc.*
|
+
| .1
 
|
 
|
 
|-
 
|-
 
! align="right" | TOTAL
 
! align="right" | TOTAL
| 5.5
+
| 1.6
 
|
 
|
 
|}
 
|}
Line 54: Line 58:
 
=Purpose=
 
=Purpose=
  
This enhancement is a continuation of [[http://wiki.eclipse.org/COSMOS_Design_214145|ER 214145]].
+
This enhancement covers the partial registration and deregistration feature outline under [[http://wiki.eclipse.org/COSMOS_Design_214672|ER 214672]] and [https://bugs.eclipse.org/bugs/show_bug.cgi?id=217303 Bugzilla 217313].
 +
 
 +
 
 +
= Use Case =
 +
 
 +
1. User builds and executes a query on an MDR (the UI shows a query node in the navigator tree view)
 +
 +
2. User right-clicks on the query node and selects "register configuration items..."
 +
 +
3. A dialog appears which shows the items/relationships from the query result and a list of CMDBfs.
 +
 +
4. User selects a CMDBf and the items/relationships.
 +
 +
5. Pressing the "register" button invokes the register method of the selected CMDBf with the selected items/relationships from the MDR.
 +
 +
6. The dialog displays the registration results.
 +
 +
 +
A similar dialog is used for the partial deregistration.

Latest revision as of 13:50, 14 March 2008

Back to Data Reporting Design

Change History

Name: Date: Revised Sections:
Sheldon Lee-Loy 03/04/2008
  • Initial version
Bill Muldoon 03/04/2008
  • Added estimates and detailed use case

Workload Estimation

Rough workload estimate in person weeks
Process Sizing Names of people doing the work
Design .2 Bill
Code .8 Bill
Test .4 Bill
Documentation .1 Bill
Build and infrastructure 0
Code review, etc.* .1
TOTAL 1.6

'* - includes other committer work (e.g. check-in, contribution tracking)

Purpose

This enhancement covers the partial registration and deregistration feature outline under [214672] and Bugzilla 217313.


Use Case

1. User builds and executes a query on an MDR (the UI shows a query node in the navigator tree view)

2. User right-clicks on the query node and selects "register configuration items..."

3. A dialog appears which shows the items/relationships from the query result and a list of CMDBfs.

4. User selects a CMDBf and the items/relationships.

5. Pressing the "register" button invokes the register method of the selected CMDBf with the selected items/relationships from the MDR.

6. The dialog displays the registration results.


A similar dialog is used for the partial deregistration.

Back to the top