DavidSouther / JEFRi

JEFRi: Entity Framework Runtime
http://jefri.org
MIT License
5 stars 1 forks source link

Arrows showing relationships #13

Closed DavidSouther closed 12 years ago

DavidSouther commented 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.

DavidSouther commented 12 years ago

The current attempt is with jsPlumb. It is slightly broken atm, and when it was working had troubles tracking jquery ui's drag events.