Feature #2633
openHighlight specific entities in network
Description
To highlight specific entities in the network view, the CMS could provide an option to select icons for entities by id. This allows project partners to outline "important" entites, e.g. Jesus in a religious project. An example for this can be seen here: https://www.sigmajs.org/
Updated by Katharina Wünsche 4 months ago
The icons in the network could be configured together with those on the map. To improve the usability of this configuration, we will wait for the release of Nuxt Studio: https://content.nuxt.com/blog/studio-module-alpha
Updated by Katharina Wünsche 4 months ago
- Target version changed from 1.0.0 to 1.1.0
Updated by Olivia Reichl 21 days ago
- Status changed from Acknowledged to In Progress
- Assignee set to Olivia Reichl
Updated by Bernhard Koschiček-Krombholz 20 days ago
· Edited
Thank you for your message on Mattermost. I will transfer this conversation to the ticket because of traceability.
So do I understand you correctly? You would like to have another key for all related type IDs for each entity? So an entry will look like this:
{
"id": 59711,
"label": "Grave 203",
"systemClass": "feature",
"relations": [
50505
],
"typeIds": [
12345,
24515,
5222452,
12332,
436,
352,
63
]
}
I think this is doable, but it will definitely have an impact on performance. How much, I cannot say, but I will add an additional parameter that these typeIds are optional.
Is this what you thought of?
My question is, what do you do if multiple IDs have an icon attached? And if you think of only taking the standard type ID, then the issue arise, that Actors don't have a standard ID and therefore the example with Jesus doesn't work.
Updated by Bernhard Koschiček-Krombholz 16 days ago
- Blocked by Feature #2744: API: Add typeIDS to network added
Updated by Bernhard Koschiček-Krombholz 16 days ago
· Edited
#2744 is closed and available in develop branch.
It is now always included, since it has no performance issue.