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
The aims to enhance the stateful URLs to include additional functionalities such as
node type filtering,
tag filtering, and
expanding/collapsing all modular pipelines.
We understand that this may result in longer URLs. Shortening our existing URL states is a priority, even if the resulting URLs are not human-readable.
Here are some suggestions for the new parameters. For Node Filtering by node types, or tags -- maybe we only mention what we want to hide in the params otherwise params will get very long.
To filter by types: type=parameters,dataset (this means only task nodes will be visible)
To filter by tags: tag=tagid1,tagid2,tagid3 (this means all nodes with thse tagsIds will be hidden)
To expand all: expAll=true/false
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered:
Description
This issue is to solve for this problem #1673
The aims to enhance the stateful URLs to include additional functionalities such as
We understand that this may result in longer URLs. Shortening our existing URL states is a priority, even if the resulting URLs are not human-readable.
Below is the current code
Here are some suggestions for the new parameters. For Node Filtering by node types, or tags -- maybe we only mention what we want to hide in the params otherwise params will get very long.
To filter by types: type=parameters,dataset (this means only task nodes will be visible)
To filter by tags: tag=tagid1,tagid2,tagid3 (this means all nodes with thse tagsIds will be hidden)
To expand all: expAll=true/false
Include labels so that we can categorise your feature request
The text was updated successfully, but these errors were encountered: