I have a projects overview as entry page.
When I click the open project button the projectId is passed to the Milesstones view. When I am in the milestones view I want to activate the Tasks view with the projectId.
This scenario would easily be possible with a milestones/tasks being child routes, but they are NOT! All 3 views belong to top level routes.
AFAIK using child routes means the components must also be children in the ui hierarchy so I can not have 3 parallel/sidebyside views.
How else can I achieve what I want?