logbee / keyscore

Apache License 2.0
3 stars 0 forks source link

Loading pipeline drafts with pipely #62

Open MaxKarthan opened 5 years ago

MaxKarthan commented 5 years ago

At the moment it is not possible to load a pipeline draft. Pipelines are only rendered if they have a source and a sink and only the blocks between those are rendered.

To achieve the loading of every block we have to make some design decisions. Due to the fact that we do not - and don't want to - save the position of the blocks we have to decide where to display blocks and in which order. For example we could display them one below the other the biggest chain of blocks on top.

kKdH commented 5 years ago

Your suggestion sounds good. Do it!

As a hint: Define a function which computes the order so we can quickly change it. Maybe the longest pipleline on top isn't the behavior we want.