Closed DavidSouther closed 12 years ago
Relationships should be represented in the modeler as arrows between entities. The relationship arrow should start from the from property, and end at the to entity's to property. The arrow should be labeled with the name of the relationship.
from
to
name
The current attempt is with jsPlumb. It is slightly broken atm, and when it was working had troubles tracking jquery ui's drag events.
Relationships should be represented in the modeler as arrows between entities. The relationship arrow should start from the
from
property, and end at theto
entity'sto
property. The arrow should be labeled with thename
of the relationship.