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"

 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
|Bill Muldoon
 
|Bill Muldoon
 
|03/04/2008
 
|03/04/2008
|<ul><li>added estimates and detail design</li></ul>
+
|<ul><li>Added estimates and detailed use case</li></ul>
 
|}
 
|}
  
Line 61: Line 61:
  
  
== Use Case ==
+
= Use Case =
  
 
1. User builds and executes a query on an MDR (the UI shows a query node in the navigator tree view)
 
1. User builds and executes a query on an MDR (the UI shows a query node in the navigator tree view)
Line 69: Line 69:
 
3. A dialog appears which shows the items/relationships from the query result and a list of CMDBfs.
 
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 using selections or the "select all" or "deselect all" buttons.
+
4. User selects a CMDBf and the items/relationships.
 
   
 
   
5. Pressing the register button invokes the federating CMDBf client on the CMDBf using the MDR EPR and the query request.
+
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.
 
6. The dialog displays the registration results.

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