Skip to content

Use Case: Pinning Buddy System #36

Closed
@lidel

Description

@lidel

Together with @olizilla we've identified some UX challenges related to sharing files via IPFS (#34), and one of ideas was to provide an opt-in trust-based way for a group of friends to participate in a "pinning buddy system".

Disclaimer:

This may exist in some shape and form already (see Prior Art below), this issue is just a placeholder to investigate UX around making it work for casual users with minimal friction possible.

Use Case

"How to keep shared content around when you shut down your laptop?"

Things like Filecoin or commercial pinning services are one way to solve pinning, but hobbyist users and developers may not want to go that route.

UX of Pinning Buddy System

Rough idea is to provide a super easy way for group of people to opt-in to a scheme where they pin each others pins without any money/goods being exchanged in the process. Think "group of friends", "small software house" or "members of local hackerspace".

How we can make the processs as simple as possible?
Ideally, it would be one-time opt-in that looks roughly like this:

  • generate unique secret/key (pubsub room id?) for the group
  • share it between your friends (IM, email)
  • everyone adds it to the config of own IPFS node
  • from now every pin made by a member of the group will be automatically advertised (eg via pubsub) and all group members will preload/pin it in best-effort

Security Considerations

  • It should be explicitly documented as trust-based alternative to things like commercial pinning services. It means, you trust every group member with the knowledge what are your pins.
  • Should opt-in have an open or closed characteristic?
    • open: new members just add the same key (probably better UX)
    • closed: adding new member requires everyone to switch to a new key (better security, as it would enable things like key being a product of PeerIDs of all "whitelisted" members)

Prior art

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium: Good to have, but can wait until someone steps updif/hardHaving worked on the specific codebase is importanteffort/weeksEstimated to take multiple weekskind/enhancementA net-new feature or improvement to an existing featureneed/analysisNeeds further analysis before proceedingstatus/deferredConscious decision to pause or backlogtopic/design-front-endFront-end implementation of UX/UI worktopic/design-uxUX strategy, research, not solely visual design

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions