- Issue created by @eduardo morales alberti
The entity_mesh module currently saves only those target entities that have at least one link or connection from a source entity. As a result, entities that have no relationships (i.e., targets with no links) are not included in the report or visualization. This limitation makes it difficult to identify isolated entities, which is important for understanding disconnected or orphaned nodes within the data set.
Enhance the report generation and visualization logic so that all target entities are included, even if they have no links. For entities with no links, add them to the report and assign them a new category, such as no-links
, for sources with no connections. This will allow users to easily identify entities that are not related to any other nodes in the mesh, improving data completeness and supporting further analysis or cleanup.
no-links
category.
Nodes with no links will be displayed in the report, grouped or labeled under a new category called no-links
. This improves the user's ability to detect and review disconnected entities.
None expected.
None expected.
Active
1.0
Code