-
Notifications
You must be signed in to change notification settings - Fork 114
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
Extending stateful URLS #1736
Labels
Comments
1 task
suggestion to also include ability to save pretty name on/off |
Merged
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: