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

Allow users to collapse shelves together #115

Open
rektide opened this issue Oct 24, 2020 · 1 comment
Open

Allow users to collapse shelves together #115

rektide opened this issue Oct 24, 2020 · 1 comment

Comments

@rektide
Copy link

rektide commented Oct 24, 2020

The work here should include efforts to allow users to share data among shelves.

For one example, as a user, I don't want to carry a series of WebBundles from a trusted provider with me that each end up on their own shelf. I want my shelves of content to work together neatly. I have gotten a series of resources that I now carry with me, but because of this specification, they are each their own fragmented, disunified, separate experience, and I the user have no option, no capability to bring the data that this specification has broken apart on different shelves back together.

@rektide rektide changed the title Allow users to collapse shelves Allow users to collapse shelves together Oct 24, 2020
@asutherland
Copy link
Collaborator

asutherland commented Oct 24, 2020

Note that I'm extrapolating from the use case "The work here should include efforts to allow users to share data among shelves." something like https://unhosted.org/ in terms of the goal of shared client side storage without involving a server.

You may want to take a look at the (Multiple) Storage Buckets WICG Explainer and File System Access WICG Proposal if you're not already familiar.

The most likely UX experience that would allow users to provide informed consent to shared access to data across origins would be an <input type="file"> picker-like experience where the user is explicitly choosing to provide a grant to a shared resource. The File System Access mechanism uses this approach, for example. One might imagine that once we've standardized multiple storage buckets that a similar mechanism could be used such that an origin creates a bucket marked as shareable, the user could provide some kind of consent to expose this to the local picker list, and then subsequently the bucket becomes accessible from a picker triggered by another origin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants