BlueBrain / BlueBrain/nexus

Graph Analytics > handling of resource types as Set

Open
#3,104 0 comments 0 reactions 0 assignees View on GitHub
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)

![Screenshot 2022-02-08 at 13.43.48.png](https://images.zenhubusercontent.com/60ad1ee0d2c5ea18af754dc0/b39ca142-04c6-4218-97d0-b15aa8b7e018)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.