Project

General

Profile

Actions

Feature #2633

open

Highlight specific entities in network

Added by Katharina Wünsche 5 months ago. Updated 16 days ago.

Status:
In Progress
Priority:
Normal
Assignee:
Target version:
Start date:
2025-10-06
Estimated time:

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/


Related issues 1 (0 open1 closed)

Blocked by OpenAtlas - Feature #2744: API: Add typeIDS to networkClosedBernhard Koschiček-Krombholz2026-02-16Actions
Actions #1

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

Actions #2

Updated by Katharina Wünsche 4 months ago

  • Target version changed from 1.0.0 to 1.1.0
Actions #3

Updated by Olivia Reichl 21 days ago

  • Status changed from Acknowledged to In Progress
  • Assignee set to Olivia Reichl
Actions #4

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.

Actions #5

Updated by Bernhard Koschiček-Krombholz 16 days ago

Actions #6

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.

Actions

Also available in: Atom PDF