It is possible to have two arrows between types both with a multiple relation and/or multiple properties. If this is the case we should draw only a single line.
The line text should only contain the related properties.
Relation example (multiple can be separated with comma and new-line ,\n):
relation check<->users on Check as {User}
The other relation line would in this case show:
relation users<->check on User as Check?
Property example (multiple can be separated with new-lines):
property check on User as Check?
When hover a Type, we should show all its properties. Example:
To make is more visible, maybe it would be better to place the vis-network as a separate container in the collection page. Now it is a bit hidden under the Collection info container.
It is possible to have two arrows between types both with a multiple relation and/or multiple properties. If this is the case we should draw only a single line.
The line text should only contain the related properties.
Relation example (multiple can be separated with comma and new-line
,\n
):The
other
relation line would in this case show:Property example (multiple can be separated with new-lines):
When hover a Type, we should show all its properties. Example:
Another example: