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

feat(canvas): Add root containers for Camel Routes #768

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Feb 1, 2024

Context

Currently, when rendering two routes at the same time, there's no easy way to distinguish one from the other.

This commit adds a root container to each route, with a label to identify them.

Todo

  • Draw a root container for Camel Routes
  • Connect the Route description with the container label
  • Connect the Camel Route configuration with the Form

Screenshots

Two routes

image

Configuring a route

image

fix: #767

@lordrip lordrip force-pushed the feat/add-root-container branch 9 times, most recently from b5d6653 to 4a5aa3f Compare February 6, 2024 14:53
Currently, when rendering two routes at the same time, there's no easy way to distinguish one from the other.

This commit adds a root container to each route, with a label to
identify them.

fix: KaotoIO#767
@lordrip lordrip force-pushed the feat/add-root-container branch from 4a5aa3f to ee9b67c Compare February 6, 2024 16:18
@lordrip lordrip marked this pull request as ready for review February 6, 2024 16:19
@lhein lhein merged commit 91aafaa into KaotoIO:main Feb 6, 2024
9 checks passed
@lordrip lordrip linked an issue Feb 8, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce route containers in the canvas Support routeConfiguration
3 participants