-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
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.) |
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... |
Yeah, I was also thinking about that, though I feel like if we did that, people would expect a lot of additional functionality there. |
...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. |
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?
The text was updated successfully, but these errors were encountered: