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

A user can create a space for their Bluesky backups directly from the backups app #346

Open
travis opened this issue Mar 11, 2025 · 1 comment
Assignees

Comments

@travis
Copy link
Member

travis commented Mar 11, 2025

  1. After a user has logged in to Storacha in the webapp, they should see a button that lets them create a new Space.
  2. After clicking the "create new space" button, the user should be run through the same steps we run them through in the w3 CLI (though of course these will all need to be adapted for the web):
    a) first the user should pick a name for the space (https://github.com/storacha/upload-service/blob/main/packages/cli/space.js#L51)
    b) next the user should be given an opportunity to see and write down the private key for the space (https://github.com/storacha/upload-service/blob/main/packages/cli/space.js#L58)
    c) next the user should be given an opportunity to create a space recovery delegation on the Storacha service (https://github.com/storacha/upload-service/blob/88e99d02be8bdb74d7bf9cd81af9abe62b2cb457/packages/cli/space.js#L111-L116)
  3. After running through space creation, the user should see their new space selected in the space picker dropdown
@kaf-lamed-beyt
Copy link

kaf-lamed-beyt commented Mar 14, 2025

So, @travis... here's what i've got so far. I still have to make some more UI tweaks to the dialog.

Screencast.from.14-03-2025.20.12.10.webm

I'm going to start working on b soon. Once I'm set, I'll open a PR

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

No branches or pull requests

2 participants