Graph Analytics > handling of resource types as Set
Open
delta
enhancement
fusion
fusion-admin
- Dominant language
- Scala
- Stars
- 301
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
some entities have a set of types (e.g. Entity, Dataset, Trace) but the presentation breaks the types in separate relationships
Example:
Currently the relationships show as follow:
contribution --> Organization (770)
contribution --> Agent (770)
contribution --> Person (1,578)
contribution --> Agent (1,578)

We could consider maintaining the grouping of types and present the relationships as follow:
contribution --> Organization, Agent (770)
contribution --> Person, Agent (1,578)
Contributor guide
Assessment
This issue has not been assessed yet.