Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reusable Visualization #472

Closed
mmelko opened this issue Nov 30, 2023 · 3 comments · Fixed by #1319, #1403 or #1426
Closed

Reusable Visualization #472

mmelko opened this issue Nov 30, 2023 · 3 comments · Fixed by #1319, #1403 or #1426
Assignees
Labels
build Build and GitHub related issues canvas/visualization Canvas-related issues enhancement New feature or request
Milestone

Comments

@mmelko
Copy link
Contributor

mmelko commented Nov 30, 2023

Please describe the feature that you want to propose

It'd be nice to being able to reuse existing canvas in the hawtio to retain the consistent look and feel from design time to runtime/debug.

Considering current state of kaoto and hawtio one of the easiest ways could be to share only the canvas with icons and keep the logic of parsing the running routes and creating nodes and edges on the hawtio side.

Related PRs:

@lordrip lordrip added enhancement New feature or request canvas/visualization Canvas-related issues build Build and GitHub related issues labels Nov 30, 2023
@lordrip
Copy link
Member

lordrip commented Dec 1, 2023

In kaoto-next we have the following layers:

  1. Camel Resource (
  2. Camel Visual Entity (might be an individual Camel Route, the flow part of a Kamelet or Pipe)
  3. VisualizationNodes (Represent the flow tree)
  4. Canvas nodes (Canvas nodes, representing their underlying VIsualization nodes)

(4) is what's closer to the Canvas itself.

The first thing to identify is at which level we want to integrate.

@lordrip lordrip moved this from New to Backlog in Kanban Board Dec 5, 2023
@lordrip
Copy link
Member

lordrip commented Dec 5, 2023

This is also waiting for HawtIO patternfly upgrade to v5

@lordrip
Copy link
Member

lordrip commented Sep 12, 2024

Thanks @mmelko for your services :D 🫡

@lordrip lordrip closed this as completed Sep 12, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Kanban Board Sep 12, 2024
@lordrip lordrip added this to the 2.2.0 milestone Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build and GitHub related issues canvas/visualization Canvas-related issues enhancement New feature or request
Projects
Archived in project
2 participants