Properties on Relations
M
Mark-Oliver Junge
Sometimes when relating 2 entities, it could be very powerful to attach metadata to the relation itself. Suppose the attached data model, where we model Packages and Package Versions. We want Package Versions to list their dependencies, but they can't point to specific other versions, because they probably use semver ranges (e.g. ^1.2.3), so we instead link them only to the Package, loosing version information. I would love if on the Package Dependency relation I could add "SemVer Range" as a property, such that each edge would have that data.
Gur Shafriri
Merged in a post:
Relationships with properties
H
Hans-Peter Schmid
for my use case it would be useful if properties could be added to relationships.
Example:
A service reads from a queue (modelled as a blueprint). I would like to add boolean properties for reading and writing to the relationship.
Amir Gal Or
We are very interested in this feature.
Just one addition - it would be even more helpful after adding a way to "describe" connection - if we can color code the relation based on properties
Dudi - Port team
open
Zohar Einy
Great idea 💡