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

Move proposal creation draft URL to cloud #1778

Open
NoahSaso opened this issue May 29, 2024 · 1 comment
Open

Move proposal creation draft URL to cloud #1778

NoahSaso opened this issue May 29, 2024 · 1 comment

Comments

@NoahSaso
Copy link
Member

Right now you can copy the current proposal creation form as a URL, but it's really long because it copies the entire form state into a base64-encoded query parameter.

Really this should upload to some Cloudflare Worker and update it, letting others with the link update it as well.

A simple version would be to upload to IPFS each time they press the copy link button, but that might be slow, would waste our IPFS storage space, and would require people to keep sending links back and forth. Suboptimal.

@NoahSaso NoahSaso changed the title Move proposal creation URL to cloud Move proposal creation draft URL to cloud May 29, 2024
@NoahSaso
Copy link
Member Author

i went the suboptimal route for now, uploading data to IPFS (d62c5bb). i'm leaving this issue open because this should definitely still be built out more

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

No branches or pull requests

1 participant