Skip to content
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

shared selection (internal and external) #534

Open
oliver-sanders opened this issue Nov 12, 2020 · 0 comments
Open

shared selection (internal and external) #534

oliver-sanders opened this issue Nov 12, 2020 · 0 comments
Milestone

Comments

@oliver-sanders
Copy link
Member

oliver-sanders commented Nov 12, 2020

see also #434

It would be great if users could select elements in a view (say the tree view) and then:

  • Open that selection in another view (internal)
    • E.G. via click+drag or an "open in X view" menu button.
  • Share an external link to those elements with other people (external)

This requires a standard way for views to store their selection.

The universal ID gives us a convenient way to generate portable lists of selected elements.

I'm thinking that the easiest way to do this might be via a "share" menu button which might give you a link like:

/whatever/open?view=tree?selection=~user/flow//cycle/task1,~user/flow//cycle/task2,~user/flow//cycle/task2/job1

We could potentially do something with the URL, however, due to the multiple tabs layout that will unlikely be suitable for sharing?

@oliver-sanders oliver-sanders added this to the 1.0 milestone Nov 12, 2020
@kinow kinow modified the milestones: 1.0, 2.0 Sep 10, 2021
@oliver-sanders oliver-sanders modified the milestones: 2.0.0, Pending Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants