Skip to content

Relationships among elements

Agustin Pane requested to merge feature/relationships-management into dev

Description

  • Adds support for displaying relationships among Services Providers and Service components.
  • When adding a new component or removed to a service, the diagram will be updated
  • Also supports adding relationship among services (Depends on, Connected to) and the update/removal of it, but it will be only available for new configuration management system. It can be enabled using the env var REACT_APP_ENABLE_DIAGRAM_ACTIONS

Looks like this:

image

With the diagram actions enabled:

image image image image

Edited by Agustin Pane

Merge request reports