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

Feature request: bulk add to Collections #11

Open
jadeqwang opened this issue Oct 13, 2016 · 4 comments
Open

Feature request: bulk add to Collections #11

jadeqwang opened this issue Oct 13, 2016 · 4 comments

Comments

@jadeqwang
Copy link

I would like to be able to bulk add a bunch of grains to a Collection from the grain interface, as opposed to only in the Collections interface. Is this possible?

image

@ocdtrekkie
Copy link

This might be hard in the terms that Collections doesn't have any special status in Sandstorm above any other app, and you'd also need a box to select which Collection to add it to.

The easiest approach here would probably to, inside the Collection, create a UI to allow selecting multiple grains at once to add. (There might be some complexities with this though, different grains might need to be added with different permissions, for instance, so you'd end up with a big permissions table to fill out.)

@zenhack
Copy link

zenhack commented May 13, 2021

We might be able to do something where we trigger a powerbox offer for the selected set of grains -- which a collection could advertise support for. The UX would be weird though, since Sandstorm wouldn't know A-priori what was going to accept the offer, so labelling the button "add to Collection" would be confusing if the powerbox then suggested non-collection choices. But maybe we could do a generic share/export button...

@ocdtrekkie
Copy link

Yeah, I was also thinking about that, though I feel like if we did that, people would expect a lot of additional functionality there.

@zenhack
Copy link

zenhack commented May 13, 2021

...I suppose we could fold the mass-backup functionality into that. I've been vaguely thinking of wiring up the backup stuff to the powerbox anyway.

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

3 participants