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
Parameters are placeholders in the URL that begin with a colon.
Context
With this feature, every time user clicks on a node in the flowchart, or a run in the experiment tracking, it will reflect on the URL, for example: https://demo.kedro.org/experiment-tracking/run-id
or https://demo.kedro.org/flowchart/selected:modular_pipeline_id (we would need to think and agree on the path for workflow as its more complicated than the experiment tracking
Once we have this URL parameter, we can do other things such as store the path in local storage so when the user re-enters the URL, it will open where it was left before, or it can also be helpful for this idea here
Possible Implementation
This can be achieved using React router (which we already have in our kedro-viz). Since there will be a lot of different paths, maybe best if we can have routes.config in which we define different path like this
Description
Parameters are placeholders in the URL that begin with a colon.
Context
With this feature, every time user clicks on a node in the flowchart, or a run in the experiment tracking, it will reflect on the URL, for example:
https://demo.kedro.org/experiment-tracking/run-id
or
https://demo.kedro.org/flowchart/selected:modular_pipeline_id
(we would need to think and agree on the path for workflow as its more complicated than the experiment trackingOnce we have this URL parameter, we can do other things such as store the path in local storage so when the user re-enters the URL, it will open where it was left before, or it can also be helpful for this idea here
Possible Implementation
This can be achieved using React router (which we already have in our kedro-viz). Since there will be a lot of different paths, maybe best if we can have
routes.config
in which we define different path like thisChecklist
The text was updated successfully, but these errors were encountered: