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

Implement Up & Downstream Connection of Blocks #92

Open
PaulKalho opened this issue Jan 21, 2025 · 0 comments
Open

Implement Up & Downstream Connection of Blocks #92

PaulKalho opened this issue Jan 21, 2025 · 0 comments

Comments

@PaulKalho
Copy link
Member

PaulKalho commented Jan 21, 2025

In the frontend, we can already connect the blocks.

The idea is, to save these connections in the frontend, and then to save the given configuration & the blocks coordinates on the workbench, as soon as the user clicks on the Save Icon in the top right.

Therefore, we need to think of a good schema to send to the backend, which configures the up and downstreams between blocks.

If you have any idea how this could be solved more elegant, feel free to discuss that here aswell.

Currently blocked by #91

We need to check in the frontend if the type of one input matches with the type of the incoming input. If this is not the case, a upstream/downstream should not be possible

This also includes the functionality to query the workflow from the backend to be shown on the workbench (upstreams/downstreams and coordinates)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant