Deliverables database table - TaskDepender

Deliverables database table

From TaskDepender
Jump to: navigation, search
(Create table)
(Description)
Line 5: Line 5:
 
To hold the [[Task_management_method#Deliverable|deliverables]], a database table is created. The following constraint applied:
 
To hold the [[Task_management_method#Deliverable|deliverables]], a database table is created. The following constraint applied:
 
* When the Deliverable is contained in a container task and that task is deleted, the Deliverable needs to be deleted as well.
 
* When the Deliverable is contained in a container task and that task is deleted, the Deliverable needs to be deleted as well.
 +
* When the Deliverable is a [[Clone|clone]] of a Deliverable at a higher level and that Deliverable is deleted, then its clone needs to be deleted as well.
 +
* When the connection between the parent and the connected task is deleted, the clone must be deleted as well.
  
 
== Design ==
 
== Design ==

Revision as of 07:05, 23 October 2011

Personal tools