ethersphere / user-stories

Repository for maintaining user stories
5 stars 32 forks source link

[User-Story] Basic Persistence Guarantees with Pinned Content - Persistent Website Hosting #3

Open FantasticoFox opened 5 years ago

FantasticoFox commented 5 years ago

Rational

  1. Persistent Website Hosting

Problem

Fairdrop uses Swarm to host the Fairdrop html, css, etc. assets. We need to ensure this data is always available from Swarm. At present is possible that this data can be garbage collected if the Swarm node runs out of space.

Proposed Solution

To provide a Swarm pinning utility via CLI commands which can be used to mark hashes recursively so that they will not be garbage collected.

User Story

Epic link

Acceptance criteria

Requirements

Work estimate

FantasticoFox commented 5 years ago

This issue needs work on the structure! Acceptance criteria need to be defined as well as the other open points.

nolash commented 5 years ago

Is this more or less a duplicate of https://github.com/ethersphere/user-stories/issues/5 ?