simoneguzzi / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
1 stars 0 forks source link

Add support for multivalued properties #2

Open simoneguzzi opened 1 month ago

simoneguzzi commented 1 month ago

Right now we use properties to define attributes of nodes and relationships. Attributes can be multivalued, which is expressed by setting the multivalued slot to true.

We should make it so that when defining a property it is also possible to specify whether it is multivalied - by e.g. ticking a checkbox.