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

Plugin data persistence MVP #743

Closed
James-Mart opened this issue Jun 17, 2024 · 1 comment
Closed

Plugin data persistence MVP #743

James-Mart opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
Plugin Infra Related to the infrastructure used by front-end app or plugin developers
Milestone

Comments

@James-Mart
Copy link
Member

James-Mart commented Jun 17, 2024

Background

psibase apps have server-side storage through the built-in replicated peer-to-peer blockchain database network. App plugins, which run client-side, can currently only persist state through their server component. But they should also be able to store private app data outside the server (since server data is all public). Private app data is necessary for lots of app functionality, including core functionality such as persisting user-specified ψauth permissions.

Follow the specification detailed in #740.

@James-Mart James-Mart added the Plugin Infra Related to the infrastructure used by front-end app or plugin developers label Jun 17, 2024
@James-Mart James-Mart added this to the R2 milestone Jun 17, 2024
@James-Mart James-Mart self-assigned this Jun 17, 2024
@James-Mart James-Mart changed the title Plugin data persistence Plugin data persistence MVP Aug 3, 2024
@James-Mart
Copy link
Member Author

Finished in #789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Plugin Infra Related to the infrastructure used by front-end app or plugin developers
Projects
None yet
Development

No branches or pull requests

1 participant