| Model
|
InternalDependency ( action1, action2, remarks )
|
| Description
|
When two actions cannot be resolved independently, this object
records their connection. Examples: the two actions must be
done at the same time; or one action must be done before the
other can be started.
As currently constituted, there is not
enough information to construct a diagram of dependencies; for
now it may be sufficient just to record the connection, so that
ticket workers will be aware of it.
|
|
action1
|
One of the dependent actions. Domain: same as Action.actionId.
|
|
action2
|
The other dependent action. Domain: same as Action.actionId.
|
|
remarks
|
A textual description of the dependency.
Domain: multiline text.
|