You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Right now, the catalog endpoint returns all possible steps. If you are trying to add a new step onto an existing step, there is no way to know which steps are possible to connect to it.
Describe the solution you'd like
I would like to be able to call an endpoint that accepts context, maybe via a query param, to return steps that can be connected to the current step.
Describe alternatives you've considered
Creating a custom validation on the frontend, which I will be doing anyway, as a way to filter the existing steps. This wouldn't scale well though.
Additional context
This feature would be to support the Mini Catalog in the frontend (KaotoIO/kaoto-ui#216), which is not available yet.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now, the catalog endpoint returns all possible steps. If you are trying to add a new step onto an existing step, there is no way to know which steps are possible to connect to it.
Describe the solution you'd like
I would like to be able to call an endpoint that accepts context, maybe via a query param, to return steps that can be connected to the current step.
Describe alternatives you've considered
Creating a custom validation on the frontend, which I will be doing anyway, as a way to filter the existing steps. This wouldn't scale well though.
Additional context
This feature would be to support the Mini Catalog in the frontend (KaotoIO/kaoto-ui#216), which is not available yet.
The text was updated successfully, but these errors were encountered: