-
Notifications
You must be signed in to change notification settings - Fork 29
feat: Add Account and Space Deletion Request Buttons in Storacha Console #438
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
base: main
Are you sure you want to change the base?
feat: Add Account and Space Deletion Request Buttons in Storacha Console #438
Conversation
Hey @travis , please have a quick look at this. Currently, the google forms are created using my personal account for testing.
Alternatively, as you mentioned earlier here, we could also move forward with building our own forms instead of relying on Google Forms |
You can use this google form for time being. Later we can update this if needed: We don't need a space deletion form - that is something that is not yet implemented , i.e., we cannot really delete individual spaces.You can completely skip that. Just use the account deletion form. |
Hey @Dhruv-Varshney-developer, Just to confirm you sure we don’t need the space deletion form? Because @travis asked here to introducing a Space Settings page with a “Request Delete Space” button inside it. |
As something I discussed internally once, I was told that we can't really delete spaces and giving the user the option to "delete spaces" will just be a mess, as then, he might request us to delete spaces and we have no way to really do that. (at the moment) Now that I think about this, I do think "deleting spaces" itself is possible, from my current understanding on how we handle this. And my previous understanding could be plain wrong. I'll wait for @travis to chime in. He has way better understanding of this. This is the google form you can use, in case, we end up implementing space deletion feature: Also, thank you for putting efforts into getting this done! |
8c187d7
to
1f3e191
Compare
I’ve updated the PR with the latest Google Form URLs for both account deletion and space deletion |
Overview
This PR introduces deletion request functionality for both user accounts and individual spaces in the Storacha Console. Users can now easily submit deletion requests via dedicated buttons that open Google Forms.
Features Implemented
Space Deletion
/space/[did]/settings
.Account Deletion
🔗 Form URLs (Current)
Screenshot
Closes #431